/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  max-height: 100%;
  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: #707070;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.4rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #a6a6a6;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 28px;
  margin-top: 28px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 600;
  line-height: 80px;
  font-size: 6.6rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h2 {
  font-weight: 600;
  line-height: 53px;
  font-size: 4.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h3 {
  font-weight: 600;
  line-height: 32px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h4 {
  font-weight: 600;
  line-height: 24px;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h5 {
  font-weight: 600;
  line-height: 22px;
  font-size: 1.6rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h6 {
  font-weight: 600;
  line-height: 18px;
  font-size: 1.4rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
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: #ffffff;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #707070;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #707070;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #d61715;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 3.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 28px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 0;
}
dd {
  margin-bottom: 14px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #dddddd;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #dddddd;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  color: #dddddd;
  line-height: 1.75;
  margin: 0 0 14px;
  padding: 14px;
  font-size: 1.4rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 28px 56px;
  padding: 0;
  color: #707070;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #ffffff;
  line-height: 1.75;
  font-size: 1.2rem;
  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 14px;
}
button {
  background-image: none;
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 12px 20px 11px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
button:hover {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.75;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #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="datetime"]::-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="datetime"]:-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/Airfrieght/alliance/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 1px;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.75;
  padding: 4px 25px 7px 14px;
  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: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.75;
  margin: 0;
  padding: 14px;
  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 7px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 7px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.4rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.action-primary:hover {
  background: #d61715;
  border: 1px solid #d61715;
  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,
.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: 25px;
}
.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),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 12px 20px 11px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 25px;
}
.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: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.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,
.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.75;
  padding: 0;
  color: #707070;
  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,
.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: #707070;
  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,
.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: #d61715;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.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,
.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: #707070;
  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),
.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,
.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,
.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: #212324;
  border: 1px solid #212324;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary: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,
.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: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary: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,
.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: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding: 12px 20px 11px;
}
.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.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
.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 14px 7px 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 7px;
}
.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%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.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: 56px;
}
.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: #707070;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #707070;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #707070;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #707070;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #707070;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #d61715;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 42px;
}
.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: 42px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .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,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap: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,
.payment-method-braintree .hosted-date-wrap: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 7px;
}
.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: #ffffff;
  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 42px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 14px 56px 14px 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,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 28px;
  top: 14px;
}
.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,
.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,
.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,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .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,
.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,
.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,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #ffffff;
  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,
.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: 35px;
  padding-bottom: 14px;
}
.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,
.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;
}
.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;
}
.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,
.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: 14px;
  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,
.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,
.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,
.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: 28px;
}
.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: 7px;
  padding-right: 35px;
  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 #ffffff;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 14px;
  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;
}
.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;
}
.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 14px;
}
.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;
}
.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: 14px;
}
.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: 7px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 14px;
  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: 14px;
}
.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 #d1d1d1;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title {
  margin: 0 0 28px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.widget .block-title strong {
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 28px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.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: 14px;
  width: calc(100% - 37px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 14px;
  width: calc(100% - 42px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -14px;
  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: 14px;
  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: 14px;
  color: #707070;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #d1d1d1;
  padding-right: 14px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #d1d1d1;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 14px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 28px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #707070;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.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;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Lexend';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Thin.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Light.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Regular.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Medium.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-SemiBold.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Bold.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-ExtraBold.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Lexend/Lexend-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome Brand';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Brands-Regular.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Brands-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Pro-Light.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Pro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Pro-Regular.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Pro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Pro-Solid.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Pro-Solid.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome5Free-Regular-400';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Free-Regular-400.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Free-Regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome5Free-Solid-900';
  src: url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Free-Solid-900.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/FontAwesome5/FontAwesome5Free-Solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
h1 {
  color: #ffffff;
}
.cms-style-guide h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212324;
}
h1,
h2 {
  letter-spacing: -.9px;
}
h3,
h4,
h5,
h6 {
  letter-spacing: -.2px;
}
body {
  letter-spacing: 0;
  position: relative;
  overflow-x: hidden;
}
body:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/images/background-body.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.messages .message.error > *:first-child:before {
  top: 24px;
}
.messages .message.success > *:first-child:before {
  top: 24px;
}
label em {
  font-style: normal;
}
a:hover,
.alink:hover,
a:active,
.alink:active {
  text-underline-offset: 2px;
}
a.text-link,
.alink.text-link {
  color: #212324;
}
a.text-link:hover,
.alink.text-link:hover {
  text-underline-offset: 2px;
}
.read-more {
  font-size: 14px;
  line-height: 25px;
  color: #212324;
  text-decoration: underline;
  text-transform: uppercase;
}
.read-more:hover {
  text-underline-offset: 0;
}
button,
.action.primary {
  line-height: 25px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 25px;
  min-width: 130px;
}
button:not(.primary),
.action.primary:not(.primary) {
  box-shadow: none !important;
}
button:hover,
.action.primary:hover {
  border-color: #d61715;
}
.error-text,
.mage-error,
.field-error,
div.mage-error[generated] {
  color: #ff0000;
}
.pages .pages-item-next {
  position: static;
}
.pages .pages-item-previous {
  position: static;
}
.pages .pages-items {
  padding: 0 !important;
}
.toolbar-products .pages.demo-show {
  margin-top: 30px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 30px;
  background-clip: inherit;
  height: 60px;
  padding: 15px 32px 18px;
  font-size: 18px;
  line-height: 1.75;
  color: #212324;
  border: 4px solid #ffffff;
}
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[type="text"]:active,
input[type="password"]:active,
input[type="url"]:active,
input[type="tel"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="datetime"]:active,
input[type="email"]:active {
  border-color: #212324;
  box-shadow: none;
}
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 {
  font-size: 16px;
  color: #aaaaaa;
}
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 {
  font-size: 16px;
  color: #aaaaaa;
}
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 {
  font-size: 16px;
  color: #aaaaaa;
}
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 {
  font-size: 16px;
  color: #aaaaaa;
}
select,
select:not([disabled]),
.columns select,
.columns select:not([disabled]) {
  border-radius: 30px;
  background-clip: inherit;
  height: 60px;
  padding: 0 50px 0 32px;
  font-size: 18px;
  line-height: 1.75;
  color: #212324;
  border: 4px solid #ffffff;
  background-position: right 23px top 21px;
  background-size: 10px;
}
select:focus,
select:not([disabled]):focus,
.columns select:focus,
.columns select:not([disabled]):focus,
select:active,
select:not([disabled]):active,
.columns select:active,
.columns select:not([disabled]):active {
  border-color: #212324;
  box-shadow: none;
  border-width: 4px;
}
select::-moz-placeholder,
select:not([disabled])::-moz-placeholder,
.columns select::-moz-placeholder,
.columns select:not([disabled])::-moz-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
select::-webkit-input-placeholder,
select:not([disabled])::-webkit-input-placeholder,
.columns select::-webkit-input-placeholder,
.columns select:not([disabled])::-webkit-input-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
select:-ms-input-placeholder,
select:not([disabled]):-ms-input-placeholder,
.columns select:-ms-input-placeholder,
.columns select:not([disabled]):-ms-input-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
select:-moz-placeholder,
select:not([disabled]):-moz-placeholder,
.columns select:-moz-placeholder,
.columns select:not([disabled]):-moz-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
select:not(.have-value),
select:not([disabled]):not(.have-value),
.columns select:not(.have-value),
.columns select:not([disabled]):not(.have-value) {
  color: #aaa;
  font-size: 16px;
}
textarea,
textarea:not([disabled]) {
  border-radius: 30px;
  background-clip: inherit;
  height: 180px;
  padding: 18px 32px;
  font-size: 18px;
  line-height: 1.75;
  color: #212324;
  border: 4px solid #ffffff;
}
textarea:focus,
textarea:not([disabled]):focus,
textarea:active,
textarea:not([disabled]):active {
  border-color: #212324;
  box-shadow: none;
}
textarea::-moz-placeholder,
textarea:not([disabled])::-moz-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
textarea::-webkit-input-placeholder,
textarea:not([disabled])::-webkit-input-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
textarea:-ms-input-placeholder,
textarea:not([disabled]):-ms-input-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
textarea:-moz-placeholder,
textarea:not([disabled]):-moz-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ff0000;
}
input.mage-error::-moz-placeholder,
select.mage-error::-moz-placeholder,
textarea.mage-error::-moz-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
input.mage-error::-webkit-input-placeholder,
select.mage-error::-webkit-input-placeholder,
textarea.mage-error::-webkit-input-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
input.mage-error:-ms-input-placeholder,
select.mage-error:-ms-input-placeholder,
textarea.mage-error:-ms-input-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
input.mage-error:-moz-placeholder,
select.mage-error:-moz-placeholder,
textarea.mage-error:-moz-placeholder {
  font-size: 16px;
  color: #aaaaaa;
}
.featured-banner .breadcrumbs .item:not(:last-child):after {
  content: '/';
  margin: 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.featured-banner .breadcrumbs strong {
  font-weight: 600;
}
.toolbar-products .pages.demo-show {
  display: block;
}
.toolbar .pages a.page,
.toolbar .pages .action,
.toolbar .pages strong.page {
  color: #212324;
  display: flex;
  padding: 0;
  width: 58px;
  height: 58px;
  border: 1px solid #8C8C8C;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background: transparent;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
}
.toolbar .pages a.page:hover,
.toolbar .pages .action:hover,
.toolbar .pages strong.page:hover {
  background: #212324;
  color: #ffffff;
}
.toolbar .pages strong.page {
  background: #212324;
  color: #ffffff;
}
.toolbar .pages .action.next,
.toolbar .pages .action.previous {
  margin: 0;
  display: flex;
}
.toolbar .pages .action.next:before,
.toolbar .pages .action.previous:before {
  color: #212324;
  font-weight: 600;
}
.toolbar .pages .item {
  margin: 0 12px 0 0;
}
.toolbar .pages .item:last-child {
  margin-right: 0;
}
input[type='checkbox'] {
  margin: 0;
  float: left;
  display: none;
}
input[type='checkbox'] + .label,
input[type='checkbox'] + label {
  position: relative;
  padding-left: 28px;
  display: inherit;
}
input[type='checkbox'] + .label:before,
input[type='checkbox'] + label:before {
  content: '';
  border: 1px solid #707070;
  border-radius: 3px;
  background: #ffffff;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  color: #ffffff;
  cursor: pointer;
}
input[type='checkbox']:checked + .label:before,
input[type='checkbox']:checked + label:before {
  background: #d61715;
  border: none;
  width: 14px;
  height: 14px;
}
input[type='checkbox']:checked + .label:after,
input[type='checkbox']:checked + label:after {
  color: #ffffff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  font-size: 12px;
  left: 1px;
  letter-spacing: 0;
  position: absolute;
  top: 3px;
}
input[type='checkbox']:disabled {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
input[type='checkbox']:disabled + .label:before,
input[type='checkbox']:disabled + label:before {
  border-color: #e4e4e4;
  background: #f2f2f2;
}
input[type='checkbox']:disabled:checked + .label:before,
input[type='checkbox']:disabled:checked + label:before {
  border: 1px solid #e4e4e4;
  background-color: #f2f2f2;
}
input[type='checkbox']:disabled:checked + .label:after,
input[type='checkbox']:disabled:checked + label:after {
  color: #cccccc;
  left: 2px;
}
input[type='radio'] {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  margin: 0;
  float: left;
}
input[type='radio'] + .label,
input[type='radio'] + label {
  position: relative;
  letter-spacing: 0;
  padding-left: 28px;
  display: inherit;
}
input[type='radio'] + .label:before,
input[type='radio'] + label:before {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 1px solid #707070;
  border-radius: 50%;
  background: #ffffff;
  content: '';
  color: #ffffff;
  height: 14px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 14px;
  cursor: pointer;
}
input[type='radio']:checked + .label:before,
input[type='radio']:checked + label:before {
  border-color: #d61715;
  background-color: #d61715;
  content: '\f111';
  font-family: 'Font Awesome 5 Pro';
  font-size: 8px;
  font-weight: 900;
}
input[type='radio']:disabled {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
input[type='radio']:disabled + .label:before,
input[type='radio']:disabled + label:before {
  border-color: #aaaaaa;
  background-color: #f2f2f2;
}
input[type='radio']:disabled:checked + .label:before,
input[type='radio']:disabled:checked + label:before {
  border-color: #cccccc;
  background-color: #cccccc;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 56px;
  -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;
}
@media only screen and (min-width: 1700px) {
  .page-header .header.panel,
  .page-header .header.content,
  .footer.content,
  .banner-full,
  .container-full,
  .cms-index-index .page-main .page.messages {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.table-wrapper {
  margin-bottom: 28px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 28px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 14px;
  padding: 12px 28px 12px 35px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #707070;
}
.message.info a:hover {
  color: #d61715;
}
.message.info a:active {
  color: #d61715;
}
.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 14px;
  padding: 12px 28px 12px 35px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #707070;
}
.message.error a:hover {
  color: #d61715;
}
.message.error a:active {
  color: #d61715;
}
.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 14px;
  padding: 12px 28px 12px 35px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #707070;
}
.message.warning a:hover {
  color: #d61715;
}
.message.warning a:active {
  color: #d61715;
}
.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 14px;
  padding: 12px 28px 12px 35px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #707070;
}
.message.notice a:hover {
  color: #d61715;
}
.message.notice a:active {
  color: #d61715;
}
.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 14px;
  padding: 12px 28px 12px 35px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #707070;
}
.message.success a:hover {
  color: #d61715;
}
.message.success a:active {
  color: #d61715;
}
.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: #212324;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #ffffff;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 14px;
}
.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/Airfrieght/alliance/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 56px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 28px;
  padding: 0 0 14px;
  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: 28px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 28px;
}
.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: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.75;
  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: 14px;
}
.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.4rem;
  margin: 0 0 0 7px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.4rem;
  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: 28px;
  line-height: 14px;
  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: 14px;
}
.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: 7px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 14px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 14px;
}
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[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.4rem;
}
.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: #ffffff;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  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: #ffffff;
  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 28px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 7px;
  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/Airfrieght/alliance/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Airfrieght/alliance/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary {
  border-radius: 25px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 12px 20px 11px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.action.primary:hover {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 28px;
  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 #d1d1d1;
  height: 56px;
  padding: 1px 14px 1px 14px;
  font-weight: 600;
  line-height: 56px;
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #ffffff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #ffffff;
  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: #ffffff;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 14px 14px 42px;
}
.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: 16px;
  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: 14px;
  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.4rem;
  line-height: 4.2rem;
  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: #707070;
  display: inline-block;
  padding: 0 7px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #707070;
}
.pages a.page:hover {
  color: #d61715;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.4rem;
  line-height: 4.2rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 0 7px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #ffffff;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #ffffff;
}
.pages .action:hover {
  background: #dedede;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #ffffff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 14px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 14px;
}
.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;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #ffffff;
  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 14px;
  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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-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: 16px;
  line-height: 16px;
  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: #e6e6e6;
}
.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: 14px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 28px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -18.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(33, 35, 36, 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;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amgiftcard-userimage-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #c4c4c4;
}
.amgiftcard-image-container {
  position: relative;
  width: 120px;
  height: 80px;
  margin-right: 20px;
  border: 2px solid #dcdcdc;
}
.amgiftcard-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.amgiftcard-image {
  width: 120px;
  padding: 2px;
}
.amgiftcard-image.-selected,
.amgiftcard-image:hover {
  padding: 0;
  border: 2px solid #58b4ff;
}
.amgiftcard-image.amgiftcard-image-container {
  padding: 0;
}
.amgiftcard-label-container {
  margin-bottom: 12px;
}
.amgiftcard-label-container .amgiftcard-label {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}
.amgiftcard-label-container .amgiftcard-note {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCA5QTkgOSAwIDEgMSAwIDlhOSA5IDAgMCAxIDE4IDB6bS04LTIuMDg0djUuNDA3YzAgLjU3LjA2LjkzNi4xODIgMS4wOTguMTIyLjE1NS4zNi4yNDUuNzEzLjI2OFYxNEg3LjExM3YtLjMxMWMuMzI3LS4wMTIuNTctLjExNi43MjktLjMxMi4xMDUtLjEzMi4xNTgtLjQ4NC4xNTgtMS4wNTR2LTMuNzJjMC0uNTcxLS4wNi0uOTM0LS4xODItMS4wOS0uMTIyLS4xNjEtLjM1Ny0uMjU0LS43MDUtLjI3N3YtLjMySDEwek05IDZhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyeiIgZmlsbD0iIzRDNEM0QyIvPjwvc3ZnPg==) center no-repeat;
}
.amgiftcard-label-container .amgiftcard-note:hover {
  opacity: 0.7;
}
.amgiftcard-tooltip {
  box-sizing: border-box;
  width: 400px;
  max-width: 90vw;
  word-break: break-word;
  word-wrap: break-word;
}
.amgiftcard-userimage {
  box-sizing: border-box;
  width: unset;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}
.amgiftcard-button {
  display: inline-block;
  padding: 10px 20px 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  word-break: break-all;
  background: #5dcd91;
  border-radius: 4px;
  cursor: pointer;
}
.amgiftcard-button:hover {
  background: #84d9ab;
}
.amgiftcard-button .amgiftcard-title {
  vertical-align: middle;
}
.amgiftcard-error {
  display: none;
  margin-top: 15px;
  padding: 10px;
  background: #ffcaca;
}
.amgiftcard-icon {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.amgiftcard-icon.-camera {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjQ3MiAwTDguNDU4IDRIMi44MkEyLjgwNCAyLjgwNCAwIDAgMCAwIDYuOHYxNC40QzAgMjIuNzUxIDEuMjU3IDI0IDIuODIgMjRoMjMuMzZBMi44MDQgMi44MDQgMCAwIDAgMjkgMjEuMlY2LjhDMjkgNS4yNDkgMjcuNzQyIDQgMjYuMTggNGgtNS42MzhsLTIuMDE0LTRoLTguMDU2ek0xNC41IDcuMmMzLjc2NyAwIDYuODQ3IDMuMDU5IDYuODQ3IDYuOCAwIDMuNzQxLTMuMDggNi44LTYuODQ3IDYuOC0zLjc2NyAwLTYuODQ3LTMuMDU5LTYuODQ3LTYuOCAwLTMuNzQxIDMuMDgtNi44IDYuODQ3LTYuOHptMCAyLjRjLTIuNDYxIDAtNC40MyAxLjk1Ni00LjQzIDQuNCAwIDIuNDQ0IDEuOTY5IDQuNCA0LjQzIDQuNCAyLjQ2MSAwIDQuNDMtMS45NTYgNC40My00LjQgMC0yLjQ0NC0xLjk2OS00LjQtNC40My00LjR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amgiftcard-close {
  position: absolute;
  top: -3px;
  right: -3px;
  display: none;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDEuNzU2IDQxLjc1NiI+PHBhdGggZD0iTTI3Ljk0OCAyMC44NzhMNDAuMjkxIDguNTM2YTUgNSAwIDEgMC03LjA3LTcuMDcxTDIwLjg3OCAxMy44MDkgOC41MzUgMS40NjVhNSA1IDAgMCAwLTcuMDcgNy4wNzFsMTIuMzQyIDEyLjM0MkwxLjQ2NSAzMy4yMmE1IDUgMCAxIDAgNy4wNyA3LjA3MWwxMi4zNDMtMTIuMzQyIDEyLjM0MyAxMi4zNDNjLjk3Ni45NzcgMi4yNTYgMS40NjQgMy41MzUgMS40NjRzMi41Ni0uNDg3IDMuNTM1LTEuNDY0YTUgNSAwIDAgMCAwLTcuMDcxTDI3Ljk0OCAyMC44Nzh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjRkJGM0YzIiBmaWxsPSIjRkRGQUZBIi8+PC9zdmc+) center no-repeat;
  background-color: #000;
  background-size: 55%;
  border-radius: 2px;
  cursor: pointer;
}
.amgiftcard-form {
  margin-bottom: 40px;
}
.amgiftcard-form .fieldset {
  margin-bottom: 20px;
}
.amgiftcard-check {
  float: left;
}
.amgiftcard-amount-custom {
  margin-top: 20px;
}
.amgiftcard-codes-list {
  margin: 10px 0;
}
.amgiftcard-gift-card-info {
  margin-bottom: 10px;
}
.amgiftcard-delivery-info,
.amgiftcard-image-input,
.-hidden {
  display: none;
}
.amgiftcard-clear {
  clear: both;
}
.amgiftcard-preview {
  text-align: right;
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  height: 20px;
  width: 20px;
  padding: 7px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.columns .column.main {
  max-width: 100%;
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
  background: #fff;
}
.ui-tooltip .arrow {
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow::after {
  content: "";
  position: absolute;
  border-top: 10px solid #cccccc;
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  border-top: 9px solid #fff;
  border-right: 19px solid transparent;
  z-index: 9;
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .am-brand-small_image {
  margin: auto;
  display: block;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  margin: auto;
  display: block;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  margin-top: 10px;
  min-height: 40px;
  color: #4f4f4f;
  word-break: break-all;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 2;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  z-index: 0;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #f58c12;
  border-radius: 20px;
  color: #ffffff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  background: #e2e2e2;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333;
  background: #fff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #fff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search__index ul:not(.blog-post-info) {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) {
  margin: 2rem 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):before,
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):after {
  content: '';
  display: table;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):after {
  clear: both;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item):last-child:not(.blog-post-info-item) {
  margin-bottom: 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > a {
  color: #333;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-title > span {
  color: #aaa;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-content {
  color: #666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul:not(.blog-post-info) li:not(.blog-post-info-item) .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ff0;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 14px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
.amazon-divider {
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 18px 0 20px;
  text-align: center;
  max-width: 500px;
}
.amazon-divider span {
  background: #fff;
  padding: 0 5px;
}
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 0px;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.product-social-links .amazon-button-container {
  margin-bottom: 30px;
  display: block;
}
.amazon-checkout-now {
  border-top: 1px solid #c1c1c1;
  padding-top: 10px;
  margin-bottom: 10px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .amazon-minicart-container .amazon-divider {
  display: none;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -14px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 14px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
#checkout-step-shipping .amazon-divider {
  margin: 40px 0;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/**
* BSS Commerce Co.
*
* @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
*/
#social-login-popup .block-container {
  padding: 0 5% 10px;
  max-width: 100%;
  display: none;
}
#social-login-popup .block-container .block {
  padding: 20px 25px;
  margin: 0;
}
#social-login-popup .block-container.active {
  display: block !important;
}
#social-login-popup .social-login-title {
  padding: 10px;
  background-color: #3399cc;
}
#social-login-popup .fieldset {
  margin: 0 0 10px;
  min-width: -webkit-min-content;
}
.ajax-loading-sc {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .6;
  background: url(../../frontend/Magento/luma/en_US/Bss_SocialLogin/images/ajax-loader.gif) center center no-repeat #fbfaf6;
}
.popup-mess-social {
  width: 90%;
  padding: 10px 5%;
}
.popup-mess-social .mesg-success {
  color: #3c763d;
  background: #dff0d8;
  border: 1px solid;
  padding: 10px;
  border-radius: 4px;
  display: none;
}
.popup-mess-social .mesg-error {
  color: #a94442;
  background: #f2dede;
  border: 1px solid;
  padding: 10px;
  border-radius: 4px;
  display: none;
}
.social-btn button {
  height: 33px;
  border: none;
}
.tab-social .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.tab-social .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tab-social .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tab-social .nav-tabs > li.active > a {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-social .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-social .nav-tabs > li.active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-social .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tab-social .nav > li {
  position: relative;
  display: block;
}
.tab-social .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.tab-social .nav:after {
  content: '';
  display: block;
  clear: both;
}
a.social-login.fogot-pw {
  line-height: 32px;
}
.social-login-popup .sociallogin-login {
  margin: auto;
}
.social-login-popup .sociallogin-border {
  height: 1px;
  width: 100%;
  background: #e5e2e2;
  padding: 0;
  position: relative;
  margin: 0 0 10px 0;
}
.social-login-popup #social-form-create ul li .sociallogin-button-text {
  text-transform: capitalize;
}
form#social-form-login {
  padding-bottom: 20px;
}
.sociallogin-welcome-msg {
  height: 22px;
  line-height: 22px;
  float: none;
  display: inline-block;
  margin: 0 0 5px;
}
.sociallogin-welcome-msg:after {
  clear: both;
  content: "";
}
.sociallogin-welcome-msg img {
  height: 25px;
  display: inline-block;
  padding: 0 5px 0 0;
  float: left;
}
.page-header .sociallogin-block {
  padding: 30px 20px;
  max-width: 1280px;
  margin: auto;
  width: auto;
  box-sizing: border-box;
  clear: both;
}
.sociallogin-block {
  width: 100%;
  margin: 0 0 20px;
}
.sociallogin-block .sociallogin-buttons ul li {
  display: block;
  line-height: normal;
  list-style: none !important;
  padding: 0 !important;
  background: 0 0 !important;
  height: 35px;
  margin: 0 3px 7px 0;
  position: relative;
}
.sociallogin-block .sociallogin-buttons ul li .sociallogin-button-icon {
  background-size: 236px 340px;
  -webkit-background-size: 236px 340px;
  -moz-background-size: 236px 340px;
  background: url(../../frontend/Magento/luma/en_US/Bss_SocialLogin/images/social.png);
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sociallogin-block .sociallogin-buttons ul li .sociallogin-button-icon img {
  width: 100%;
}
.sociallogin-block .sociallogin-buttons ul li a {
  width: 100% !important;
}
.sociallogin-block .sociallogin-buttons ul li:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}
.sociallogin-block .sociallogin-buttons ul li span.sociallogin-button-auto {
  background-color: #3399cc;
  display: inline-block;
}
.sociallogin-block .sociallogin-buttons ul li.facebook span.sociallogin-button-auto {
  background-color: #1e4389;
}
.sociallogin-block .sociallogin-buttons ul li.facebook .sociallogin-button-icon {
  background-position: 0 0;
}
.sociallogin-block .sociallogin-buttons ul li.twitter span.sociallogin-button-auto {
  background-color: #28a9e2;
}
.sociallogin-block .sociallogin-buttons ul li.twitter .sociallogin-button-icon {
  background-position: -34px 0;
}
.sociallogin-block .sociallogin-buttons ul li.linkedin span.sociallogin-button-auto {
  background-color: #11669c;
}
.sociallogin-block .sociallogin-buttons ul li.linkedin .sociallogin-button-icon {
  background-position: -168px 0;
}
.sociallogin-block .sociallogin-buttons ul li.yahoo span.sociallogin-button-auto {
  background-color: #85228f;
}
.sociallogin-block .sociallogin-buttons ul li.yahoo .sociallogin-button-icon {
  background-position: -204px 0;
}
.sociallogin-block .sociallogin-buttons ul li.vkontakte span.sociallogin-button-auto {
  background-color: #3f658c;
}
.sociallogin-block .sociallogin-buttons ul li.vkontakte .sociallogin-button-icon {
  background-position: -68px 0;
}
.sociallogin-block .sociallogin-buttons ul li.googleplus span.sociallogin-button-auto {
  background-color: #df4b38;
}
.sociallogin-block .sociallogin-buttons ul li.googleplus .sociallogin-button-icon {
  background-position: -135px 0;
}
.sociallogin-block .sociallogin-buttons ul li.hotmail span.sociallogin-button-auto {
  background-color: #f67d20;
}
.sociallogin-block .sociallogin-buttons ul li.hotmail .sociallogin-button-icon {
  background-position: 0 -34px;
}
.sociallogin-block .sociallogin-buttons ul li.live span.sociallogin-button-auto {
  background-color: #0cb3ee;
}
.sociallogin-block .sociallogin-buttons ul li.live .sociallogin-button-icon {
  background-position: -35px -205px;
}
.sociallogin-block .sociallogin-buttons ul li.pinterest span.sociallogin-button-auto {
  background-color: #cb2028;
}
.sociallogin-block .sociallogin-buttons ul li.pinterest .sociallogin-button-icon {
  background-position: -34px -34px;
}
.sociallogin-block .sociallogin-buttons ul li.instagram span.sociallogin-button-auto {
  background-color: #9a6e51;
}
.sociallogin-block .sociallogin-buttons ul li.instagram .sociallogin-button-icon {
  background-position: -168px -34px;
}
.sociallogin-block .sociallogin-buttons .sociallogin-button-auto .sociallogin-button-icon-image {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.sociallogin-block .sociallogin-button-image {
  display: block;
}
.sociallogin-block .sociallogin-clearfix {
  padding: 0;
  margin-bottom: 15px;
  max-width: 620px;
}
.sociallogin-block .sociallogin-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.showmore-button {
  color: #868383;
  text-align: center;
  font-size: 14px;
  height: 25px;
  line-height: 27px;
  padding: 0 0 0 25px;
  max-width: 100px;
  cursor: pointer;
  background-image: url(../../frontend/Magento/luma/en_US/Bss_SocialLogin/images/plus-more-icon.png);
  background-size: 25px;
  background-repeat: no-repeat;
}
ul li .sociallogin-button-text {
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  font-size: 13px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  min-width: 165px;
  display: inline-block;
  padding: 0 10px 0px 10px;
  text-transform: capitalize;
}
ul li .sociallogin-button-full-text {
  display: inline-block;
}
#social-form-create ul li .sociallogin-button-text {
  display: inline-block;
}
body.page-products .columns {
  z-index: initial;
}
.sociallogin-block.sociallogin-login {
  margin: 15px 0;
}
div#social-login-popup {
  min-width: 350px;
}
.rc-imageselect-payload {
  overflow: scroll !important;
  max-height: 200px !important;
}
@media only screen and (max-width: 767px) {
  div#social-login-popup {
    min-width: 250px !important;
  }
  #tab-login-recaptcha div {
    width: 215px !important;
  }
  #tab-create-recaptcha div {
    width: 215px !important;
  }
  #tab-fogot-recaptcha div {
    width: 215px !important;
  }
}
@media only screen and (max-width: 360px) {
  #tab-create-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #tab-fogot-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  #tab-login-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  div#social-login-popup .fieldset {
    width: 103%;
  }
  div.social-login-popup .actions-toolbar {
    width: 103%;
  }
}
@media (-ms-high-contrast: none) {
  div#social-login-popup .fieldset {
    width: 103%;
  }
  div.social-login-popup .actions-toolbar {
    width: 103%;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
.rewardssocial-buttons {
  order: -2;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 61px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ECFDFF;
}
.rewards-notification-block > li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #ffffff;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: '(';
}
.link.rewards .counter:after {
  content: ')';
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button {
  width: 49% !important;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.rewards__product-earn-points.rewards__product-points .points-loader.loader {
  position: absolute;
  height: 17px;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  padding-top: 10px;
}
.block-content.dashed-border {
  border: 1px dashed #ccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 1.1rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 2rem;
  height: 2rem;
  background: #ccc;
  border-radius: 100%;
  margin-top: -.5rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #fe5503;
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: .3rem;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-hightlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-width: 16px;
  max-height: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-content .delimiter {
  margin: 0 5px;
  line-height: 30px;
}
.filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}
.filter-options-content .am-filter-price {
  padding: 5px;
  max-width: 50px;
  width: 46%;
}
.filter-options-content .items a {
  margin-left: 0;
}
.filter-options-content .count {
  display: inline-flex;
}
.filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.am-show-more {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -ms-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  position: relative;
  display: none;
  margin-top: 10px;
  padding: 5px 25px 10px 0;
  color: inherit;
  cursor: pointer;
}
.am-show-more:hover {
  background-color: transparent;
  color: #006bb4;
}
.am-show-more:before,
.am-show-more:after {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -ms-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  background: #000;
  content: '';
}
.am-show-more:before {
  right: 5px;
  transform: rotate(45deg);
}
.am-show-more:after {
  transform: rotate(-45deg);
}
.am-show-more.-active {
  display: flex;
  align-items: center;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  right: 6px;
  transform: rotate(-45deg);
}
.am-show-more[data-is-hide='false']:after {
  transform: rotate(45deg);
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.am-filter-go {
  margin: 15px 0 0;
  width: 25%;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.amshopby-slider-container {
  margin: 10px 15px 15px 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  margin-top: -5px;
  margin-left: -5px;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f98b25;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover,
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #e17e17;
}
.amshopby-slider-container .amshopby-slider-display {
  text-align: center;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  margin: 0 0 5px 0 !important;
  line-height: initial;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
  border-bottom: 1px solid #cccccc;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  z-index: 9999;
  margin-top: 5px;
  min-width: 100px;
  border: 1px solid #cccccc;
  background-color: white;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
  right: 8px;
}
.filter-options .items .items-children.-folding {
  padding-left: 18px;
  width: 100%;
  list-style: none;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .items.amshopby-fly-out-view .items-children {
  z-index: 9999;
  background-color: #fff;
}
.filter-options .am-ranges {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items.amshopby-fly-out-view .item {
  display: flex;
  align-items: center;
  margin: 0;
  border: 1px solid #cccccc;
  border-top: none;
}
.filter-options .items.amshopby-fly-out-view .item:hover {
  background-color: #cccccc;
}
.filter-options .items.amshopby-fly-out-view .item:first-child {
  border-top: 1px solid #cccccc;
}
.filter-options .items.amshopby-fly-out-view .item > .am-input {
  margin: 14px 5px 14px 10px;
  top: 0;
}
.filter-options .items.amshopby-fly-out-view a:hover {
  background-color: transparent;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: white;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view a {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  border-width: 1px 0 0 0;
  font-size: 0;
  line-height: 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 130px;
  max-width: 350px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options-content .amshopby-fly-out-view a {
  display: block;
  box-sizing: border-box;
}
.am-filter-items-stock .am_shopby_link_selected,
.am-filter-items-rating .am_shopby_link_selected {
  background-color: #e8e8e8;
  text-decoration: none;
}
.am_shopby_link_selected {
  font-weight: bold;
}
.amshopby-fly-out-view.ui-menu {
  position: relative;
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view a {
  display: inline-block;
  padding: 10px;
}
.amshopby-fly-out-view input[type='checkbox'],
.amshopby-fly-out-view input[type='radio'] {
  margin: 3px 3px 3px 4px;
}
.amshopby-category-dropdown {
  display: block;
  overflow: hidden;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  border: 1px solid #adadad;
  background-color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 400;
  cursor: pointer;
}
.amshopby-category-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  border: 1px solid #adadad;
  background-color: #e3e3e3;
  content: '';
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper._active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 17px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0 !important;
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  border: 1px solid #a79d95;
  border-radius: 1px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  line-height: 1;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.filter-options .am-labels-folding .item .am-input {
  top: inherit;
  margin: 0 5px 0 0;
}
.am-labels-folding .am-collapse-icon {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.am-labels-folding .am-collapse-icon:after {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.5rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0 .4rem;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
  transform: rotate(-90deg);
}
.am-collapse-icon._active:after {
  transform: rotate(0deg);
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
#amasty-shopby-product-list #amasty-shopby-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 100%;
  background: #fff;
  opacity: .5;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  background-image: url('../../frontend/Airfrieght/alliance/en_US/Amasty_Shopby/images/loader-1.gif');
  transform: translate(-50%, -10%);
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader:before {
  content: '';
}
.amshopby-option-link {
  display: inline-block;
  clear: both;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 9999;
  width: 100%;
  transition: left .2s ease;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 999;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  background: #eeeeee;
  text-align: center;
}
.am-show-button > .am-items {
  font-size: 15px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 25px;
  background-image: url('../../frontend/Airfrieght/alliance/en_US/Amasty_Shopby/images/loader-1.gif');
  background-size: contain;
  vertical-align: middle;
}
.am-show-button > .am-button {
  margin-left: 15px;
  padding: 17px 50px;
  height: auto;
  border: 0;
  border-radius: 5px;
  background: #ff9416;
  box-shadow: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.am-show-button > .am-button:hover {
  background: #e27a00;
  transition: background .3s ease;
}
.am-item-removed {
  text-decoration: line-through;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 20px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #006bb4;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #757575;
  content: '';
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  min-height: 32px;
  border-color: #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  min-width: 100px;
  color: #000;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 9005;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border: 1px solid #C2C2C2;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1px 1px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -90px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #999999;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  background: #efefef;
  text-align: center;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  padding: 8px 10px;
  color: #999999;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: #efefef;
  padding: 8px 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0 1rem;
  padding: 1rem 0;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 600;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__autocomplete ul li span.inStock {
  color: #76bd76;
}
.mst-searchautocomplete__autocomplete ul li span.outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: .7rem 0 .7rem 1rem;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #999999;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #999999;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #fff !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #999999;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #999999;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1BA1FC;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: scale(0.3);
  border-radius: 15px;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  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;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.75;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #d61715;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 14px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Airfrieght/alliance/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.block-category-event {
  background: #f0f0f0;
  color: #ffffff;
  padding: 14px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 14px;
}
.block-category-event .block-title {
  margin: 0 0 14px;
}
.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: 56px;
  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: 56px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 7px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 28px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 14px auto 7px;
}
.cart-summary .paypal + .paypal {
  margin-top: 35px;
}
.paypal-review .actions-toolbar {
  margin-top: 14px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 14px;
}
.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 42px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 56px;
  padding: 14px 0 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 14px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 14px 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: 14px;
  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 14px 7px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #212324;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #212324;
  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);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Airfrieght/alliance/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 7px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.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 {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 28px 0;
}
.swatch-opt-listing {
  margin-bottom: 14px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.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: 14px;
  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 28px;
  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 28px;
  padding-top: 14px;
}
.block-cart-failed {
  margin: 56px 0;
}
.block-cart-failed .block-title {
  font-size: 4.2rem;
}
.block-cart-failed .block-title strong {
  font-weight: 600;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 14px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 42px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 56px;
}
.bundle-options-container .legend.title {
  font-weight: 600;
  line-height: 80px;
  font-size: 6.6rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 42px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 28px;
}
.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: 42px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 600;
  line-height: 53px;
  font-size: 4.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 35px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 28px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 7px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 42px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
  line-height: 53px;
  font-size: 4.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 28px;
}
.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 28px;
  margin-top: 28px;
}
.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 #d1d1d1;
  clear: left;
  margin: 0 0 56px;
  padding-top: 28px;
}
.products {
  margin: 42px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.6rem;
  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: 7px 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-description {
  margin: 35px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 14px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 14px 0 35px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 14px;
}
.product-item .old-price {
  margin: 7px 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: 7px;
}
.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: 14px;
  padding-top: 14px;
  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: 7px;
}
.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 42px 42px 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: 42px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 35px;
}
.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 7px 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: #212324;
}
.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: 28px;
}
.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;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 14px 0;
  color: #ffffff;
  font-size: 1.4rem;
}
.product.media .product.thumbs {
  margin: 14px 0 35px;
}
.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 7px 14px 7px;
}
.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 42px 14px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 21px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 7px;
}
.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: table-cell;
  padding-bottom: 14px;
  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: 7px;
}
.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: 28px 0;
}
.product-info-main .product.alert {
  margin: 14px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 21px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 28px;
}
.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: 14px;
}
.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.4rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 7px;
}
.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: 14px;
  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: 7px;
}
.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: 21px;
}
.prices-tier .item {
  margin-bottom: 14px;
}
.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.75;
  margin: 0;
  padding: 0;
  color: #707070;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #707070;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #d61715;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #707070;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 28px;
  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: 14px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #ffffff;
  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: -7px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 7px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 14px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 7px 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;
}
.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 14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #212324;
}
.block-search .label:active:before {
  color: #212324;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  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: 7px 56px 7px 14px;
  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: 7px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 14px;
}
.search.found {
  margin-bottom: 14px;
}
.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: 35px;
  padding: 1px 0 35px;
}
.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 35px;
}
.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: 28px 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: 35px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 28px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 14px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 28px 11px 14px;
  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: #ffffff;
  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 14px 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: #ffffff;
}
.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 .action {
  margin-right: 35px;
}
.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 7px;
}
.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: 28px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 14px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 28px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 35px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.cart-discount {
  border-bottom: 1px solid #d1d1d1;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 14px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 14px 14px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 42px 0 28px;
  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 14px 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: #212324;
}
.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: #212324;
}
.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 28px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 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 -28px;
  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: 28px 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: 7px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 14px;
}
.minicart-items .product-item-name a {
  color: #707070;
}
.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: 7px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 14px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 7px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 7px;
  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;
  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: #ffffff;
}
.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 #d61715;
}
.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 #d61715;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Airfrieght/alliance/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 14px;
  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: 14px 35px 14px 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: 14px;
}
.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: 14px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 14px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #d61715;
}
.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.75;
  margin-bottom: 15%;
  padding: 0 28px;
  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 28px;
}
.opc-wrapper {
  margin: 0 0 28px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 56px;
}
.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 7px;
}
.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: #ffffff;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 14px;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 16px;
  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: 16px;
  margin-top: 14px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 28px;
  padding: 28px 47px 28px 28px;
  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 28px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 7px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 28px 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: 28px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 28px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 28px;
  padding-top: 28px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.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: 14px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #707070;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 42px;
}
.opc-block-shipping-information {
  padding: 0 42px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 28px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 14px;
  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: #ffffff;
}
.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 28px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 28px;
  padding: 22px 42px;
}
.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;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 14px 56px 14px 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: 14px;
}
.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 14px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 7px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 35px;
}
.authentication-wrapper {
  float: right;
  margin-top: -84px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2.4rem;
  border-bottom: 0;
  margin-bottom: 35px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 7px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 35px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 14px;
}
.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: 56px;
  padding-top: 56px;
  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-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 28px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 7px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 28px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 28px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 28px 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 14px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 28px;
}
.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 .payment-method-note + .checkout-billing-address {
  margin-top: 28px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 28px 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: 28px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #707070;
  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 14px;
  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: #ffffff;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 28px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 28px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 7px 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: 7px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 7px;
  padding-right: 7px;
}
.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: 28px;
}
.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: 28px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 42px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 28px;
}
.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: 14px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 28px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 7px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 14px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 14px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 28px;
}
.account .column.main {
  margin-bottom: 42px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 56px;
}
.account .table-wrapper {
  margin-bottom: 28px;
  border-bottom: 1px solid #e4e4e4;
  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: 14px;
}
.block .title strong {
  font-weight: 600;
  line-height: 24px;
  font-size: 1.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 7px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 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: 14px;
}
.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;
}
.block-balance .price {
  margin-top: -14px;
  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: 35px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 14px;
}
.samples-item {
  margin: 0 0 14px;
}
.field.downloads {
  margin-bottom: 14px;
}
.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: 14px;
  padding-bottom: 14px;
  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: #707070;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #707070;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #d61715;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 28px !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: 7px;
}
.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: 28px;
  margin-top: 28px;
}
.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: 42px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 28px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 28px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 14px;
}
.gift-message .field {
  margin-bottom: 28px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 28px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 28px;
}
.gift-options-content .fieldset {
  margin: 0 0 28px;
}
.gift-summary {
  margin-top: 14px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 28px;
  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: #ffffff;
}
.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 14px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #ffffff;
}
.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: 28px 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: #707070;
  cursor: pointer;
  margin: 0;
  padding: 14px 56px 14px 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 14px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #ffffff;
}
.gift-item-block .content {
  padding: 14px 0 28px;
  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: 14px 0;
}
.gift-messages-order {
  margin-bottom: 35px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 56px;
}
.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: #707070;
}
.table-giftregistry-items .product-image {
  margin-right: 14px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 7px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 14px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 84px;
}
.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 35px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 14px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 7px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 14px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 28px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 28px 0 14px;
  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 14px 14px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #212324;
  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: 14px 0;
}
.gift-wrapping-title .action-remove {
  margin: -7px 0 0 7px;
  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: #ffffff;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 14px 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: 28px 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 14px 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: 28px;
}
.order-options .product {
  margin-bottom: 14px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 14px;
}
.order-options .gift-wrapping {
  margin-bottom: 14px;
}
.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: 14px;
}
.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: 14px;
}
.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: 28px;
}
.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(209, 209, 209, 0.3);
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 14px;
  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 7px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #d1d1d1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 14px 14px 28px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 7px 14px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 14px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 35px;
  padding: 0 14px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 14px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 14px 44px 0 14px;
  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: 14px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 14px 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: 14px;
}
.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: 14px;
  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 {
  font-weight: 600;
  line-height: 53px;
  font-size: 4.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.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: 14px;
  top: 14px;
}
.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 28px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 28px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 14px;
}
.map-popup .map-msrp {
  margin-bottom: 14px;
}
.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: 14px;
}
.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.75;
  margin: 0;
  padding: 0;
  color: #707070;
  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: #707070;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #d61715;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #707070;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #707070;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #707070;
}
.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 {
  font-weight: 600;
  line-height: 53px;
  font-size: 4.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.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: 14px;
  top: 14px;
}
.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: #707070;
}
.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: 14px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 14px;
}
.block-wishlist-management .wishlist-notice {
  color: #ffffff;
  display: inline-block;
  margin-right: 28px;
}
.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: #ffffff;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 7px 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: 28px;
}
.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: 28px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 84px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 28px;
  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: 28px;
}
.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 14px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 14px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #707070;
}
.block-wishlist-info-items .action.towishlist {
  padding: 14px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 28px;
  margin-top: 42px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #707070;
}
.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: 35px;
  padding-left: 24px;
}
.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: 14px;
}
.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: 14px;
}
.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: 42px;
}
.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: 14px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 56px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 35px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 14px;
}
.multicheckout .item-options {
  margin: 14px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 14px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #ffffff;
}
.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: 56px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: -14px;
}
.multicheckout .box-title span {
  margin-right: 14px;
}
.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 7px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 56px;
}
.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: #ffffff;
}
.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 28px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 28px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding: 12px 20px 11px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 28px;
  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: 14px;
  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: 67.2px;
  margin-top: 14px;
}
.review-list {
  margin-bottom: 42px;
}
.review-list .block-title strong {
  font-weight: 600;
  line-height: 53px;
  font-size: 4.2rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 28px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 14px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 32px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin: 0 0 28px;
}
.review-content {
  margin-bottom: 28px;
}
.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: 28px;
}
.product-reviews-summary {
  margin-bottom: 7px;
}
.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: 12px;
  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: 28px;
}
.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: 7px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 14px;
  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: 28px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 14px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 32px;
  font-size: 2.4rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-weight: 600;
  margin-bottom: 28px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 28px;
}
.customer-review .review-details .review-date {
  color: #ffffff;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 35px;
}
.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: 35px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 14px;
}
.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: 28px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.75;
  margin: 0 42px 0 0;
  padding: 0;
  color: #707070;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #707070;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #d61715;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #707070;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 56px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #d1d1d1;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #d1d1d1;
  margin-bottom: 56px;
  padding: 14px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 14px;
}
.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: 42px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #d1d1d1;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #d1d1d1;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 28px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.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.75;
  margin: 0;
  padding: 0;
  color: #707070;
  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: #707070;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #d61715;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #707070;
  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.75;
  margin: 0;
  padding: 0;
  color: #707070;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 28px;
}
.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: #707070;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #d61715;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #707070;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 14px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 14px 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: 14px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 14px;
}
.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: #ffffff;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 35px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 14px;
}
.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: 14px 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: #ffffff;
}
.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-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: 14px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 28px;
}
.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: 28px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 16px;
  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: 14px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 14px 56px;
  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: 42px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 14px;
  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 14px;
  padding: 12px 28px 12px 35px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #707070;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #707070;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #d61715;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 14px;
}
.message.global.demo {
  margin: 0 0 14px;
  padding: 12px 28px 12px 35px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #707070;
}
.message.global.demo a:hover {
  color: #d61715;
}
.message.global.demo a:active {
  color: #ff5501;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 28px;
}
.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: 14px 0;
}
.footer.content .links strong {
  color: #ffffff;
  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: #212324;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #212324;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 14px;
  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: #212324;
  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: #212324;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #212324;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #212324;
  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: 56px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 28px 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 #bbbbbb;
  padding: 10px;
}
.page-footer .footer-top .block.newsletter {
  float: none;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url(../../frontend/Airfrieght/alliance/en_US/images/bkg_newletter.jpg) no-repeat;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 60px 72px;
  background-size: cover;
  width: 100%;
  max-width: 90%;
}
.page-footer .footer-top .block.newsletter .subscribe.primary {
  min-width: inherit;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
.page-footer .footer-top .block.newsletter .content {
  flex: 0 0 45.725%;
}
.page-footer .block.newsletter .title {
  display: block;
  margin: 0;
  padding-right: 25px;
}
.page-footer .block.newsletter .title h2 {
  color: #ffffff;
}
.page-footer .block.newsletter .content input#newsletter {
  margin: 0;
  padding: 15px 60px 18px 26px;
  font-size: 16px;
}
.page-footer .block.newsletter .content input#newsletter::-moz-placeholder {
  opacity: 0.6;
}
.page-footer .block.newsletter .content input#newsletter::-webkit-input-placeholder {
  opacity: 0.6;
}
.page-footer .block.newsletter .content input#newsletter:-ms-input-placeholder {
  opacity: 0.6;
}
.page-footer .block.newsletter .content input#newsletter:-moz-placeholder {
  opacity: 0.6;
}
.page-footer .block.newsletter .content .control:before {
  display: none;
}
.page-footer .block.newsletter .content div#newsletter-error {
  position: absolute;
  margin-top: 3px;
}
.page-footer .block.newsletter .actions {
  position: absolute;
  width: 50px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  top: 5px;
  right: 5px;
}
.page-footer .block.newsletter .actions span {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}
.page-footer .block.newsletter .actions span:before {
  content: '\f3fe';
  font-family: 'Font Awesome Brand';
  font-size: 14px;
  color: #ffffff;
}
.footer-middle.footer-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 63px;
}
.footer-middle.footer-links .footer-item {
  flex: 0 0 calc(20% - 30px);
}
.footer-middle.footer-links .footer-item h4 {
  margin-bottom: 24px;
}
.footer-middle.footer-links .footer-item ul {
  padding: 0;
}
.footer-middle.footer-links .footer-item ul li {
  margin-bottom: 12px;
}
.footer-middle.footer-links .footer-item.footer-logo {
  padding-right: 30px;
}
.footer-middle.footer-links .footer-item.footer-logo p {
  margin-top: 18px;
  margin-bottom: 33px;
}
.footer-middle.footer-links .footer-item.footer-logo ul.social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-middle.footer-links .footer-item.footer-logo ul.social li {
  margin-right: 10px;
}
.footer-middle.footer-links .footer-item.footer-logo ul.social li a {
  width: 48px;
  height: 48px;
  border: 1px solid #8C8C8C;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 0;
}
.footer-middle.footer-links .footer-item.footer-logo ul.social li a:before {
  font-family: 'Font Awesome Brand';
  font-size: 18px;
  line-height: 22px;
  color: #707070;
}
.footer-middle.footer-links .footer-item.footer-logo ul.social li a:hover {
  background: #d61715;
  color: #ffffff;
  text-decoration: none;
  border-color: #d61715;
}
.footer-middle.footer-links .footer-item.footer-logo ul.social li a:hover:before {
  color: #ffffff;
}
.footer-middle.footer-links .footer-item.footer-logo ul.social li.facebook a:before {
  content: '\f39e';
}
.footer-middle.footer-links .footer-item.footer-logo ul.social li.instagram a:before {
  content: '\f16d';
}
.footer-middle.footer-links .footer-item.footer-logo ul.social li.linkedin a:before {
  content: '\f0e1';
}
.footer-middle.footer-links .footer-item.footer-contact {
  padding-right: 30px;
}
.footer-middle.footer-links .footer-item.footer-contact p {
  font-size: 16px;
  padding-left: 35px;
  line-height: 28px;
  position: relative;
}
.footer-middle.footer-links .footer-item.footer-contact a {
  font-size: 16px;
}
.footer-middle.footer-links .footer-item.footer-contact a:before {
  font-family: 'FontAwesome5Free-Solid-900';
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-middle.footer-links .footer-item.footer-contact a:hover {
  text-decoration: underline;
}
.footer-middle.footer-links .footer-item.footer-contact a.phone:before {
  content: '\f879';
}
.footer-middle.footer-links .footer-item.footer-contact a.mail:before {
  content: '\f0e0';
}
.footer-middle.footer-links .footer-item.footer-contact a.map:before {
  content: '\f279';
}
.footer-middle.footer-links .footer-item.footer-contact a.home-phone:before {
  content: '\f1ac';
}
.footer-middle.footer-links .footer-item.footer-sitemap {
  padding-right: 30px;
}
.footer-middle.footer-links .footer-item.footer-our-services {
  padding-right: 30px;
}
.footer-middle.footer-links p {
  font-size: 14px;
  color: #969696;
  line-height: 25px;
}
.footer-middle.footer-links a {
  color: #969696;
}
.footer-middle.footer-links a:hover {
  color: #212324;
  text-decoration: none;
}
.footer-middle.footer-links a.active {
  color: #212324;
}
.footer-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  padding: 17px 0;
}
.footer-bottom .copyright {
  background: transparent;
  color: #707070;
  font-size: 14px;
  line-height: 25px;
  padding: 0;
}
.footer-bottom .copyright a.logo-verz {
  font-weight: 600;
}
.footer-bottom .copyright a.logo-verz:after {
  content: '';
  width: 15px;
  height: 13px;
  display: inline-block;
  background-image: url(../../frontend/Airfrieght/alliance/en_US/images/icon-verz.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: top;
  margin: 8px 0 0 3px;
}
.footer-bottom .footer-payment.footer-col ul {
  padding: 0;
}
.footer-payment.footer-col ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.footer-payment.footer-col ul li img {
  vertical-align: top;
}
.footer-wraper {
  background: #F7F7F7;
  padding: 160px 4.167vw 0;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  margin-top: -80px;
}
.block.newsletter .form.subscribe {
  position: relative;
}
.footer-top {
  position: relative;
}
footer.page-footer {
  padding-bottom: 60px;
}
.footer.content {
  padding-top: 0;
}
body .back-top {
  position: fixed;
  bottom: 110px;
  right: 30px;
  z-index: 99;
}
body .back-top #back-to-top {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  position: relative;
  border: 1px solid #ffffff;
  min-width: inherit;
}
body .back-top #back-to-top:before {
  content: '\f106';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 30px;
  color: #ffffff;
}
@media all and (max-width: 1023px), print {
  .footer-bottom {
    text-align: center;
    display: inherit;
  }
  .footer-bottom .copyright {
    margin-bottom: 10px;
  }
  .page-footer .footer-top .block.newsletter {
    display: inherit;
    text-align: center;
    padding: 30px 15px 40px;
    width: inherit;
    max-width: inherit;
  }
  .page-footer .block.newsletter .title {
    margin-bottom: 15px;
    padding-right: 0;
  }
  .page-footer .block.newsletter .content div#newsletter-error {
    position: static;
  }
  .footer-wraper {
    padding: 160px 15px 0;
  }
  footer.page-footer {
    padding-bottom: 30px;
  }
  .footer-middle.footer-links {
    display: inherit;
    padding-bottom: 0;
  }
  .footer-middle.footer-links .footer-item.footer-logo {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .footer-middle.footer-links .footer-item.footer-logo p br {
    display: none;
  }
  .footer-middle.footer-links .footer-item.footer-contact {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .footer-middle.footer-links .footer-item.footer-contact p br {
    display: none;
  }
  .footer-middle.footer-links .footer-item.footer-sitemap {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .footer-middle.footer-links .footer-item.footer-our-services {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .footer-middle.footer-links .footer-item.footer-contact h4 {
    padding-top: 0;
  }
  .footer-middle.footer-links .footer-item.footer-helpful-links {
    padding-right: 0;
    width: 100%;
    float: none;
  }
  .footer-middle.footer-links .footer-item {
    padding-right: 0;
    margin-bottom: 30px;
    flex: inherit;
    width: 100% !important;
    float: none !important;
  }
  .footer-middle.footer-links .footer-item ul {
    display: none;
  }
  .footer-middle.footer-links .footer-item ul li {
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .footer-middle.footer-links .footer-item h4 {
    position: relative;
    cursor: pointer;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .footer-middle.footer-links .footer-item:not(.footer-contact) h4:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 2px;
    color: #212324;
  }
  .footer-middle.footer-links .footer-item:not(.footer-contact) h4.active:after {
    content: '\f077';
  }
}
@media all and (max-width: 767px), print {
  .page-footer .block.newsletter .title h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .footer.content {
    border: 0;
  }
  footer.page-footer {
    padding-bottom: 15px;
  }
}
@media all and (max-width: 479px), print {
  .page-footer .block.newsletter .title h2 {
    font-size: 28px;
  }
  .page-footer .block.newsletter .content input#newsletter {
    padding: 18px 50px 18px 15px;
    font-size: 14px;
  }
  .page-footer .block.newsletter .content input#newsletter::-moz-placeholder {
    font-size: 14px;
  }
  .page-footer .block.newsletter .content input#newsletter::-webkit-input-placeholder {
    font-size: 14px;
  }
  .page-footer .block.newsletter .content input#newsletter:-ms-input-placeholder {
    font-size: 14px;
  }
  .page-footer .block.newsletter .content input#newsletter:-moz-placeholder {
    font-size: 14px;
  }
  .footer-middle.footer-links .footer-item.footer-contact p {
    padding-left: 25px;
  }
}
.header-menu .home-navigation {
  background: transparent;
  padding: 0 15px;
}
.header-menu .home-navigation ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.header-menu .home-navigation ul li {
  margin-right: 34px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  position: relative;
}
.header-menu .home-navigation ul li span.open-dropdown {
  font-size: 0;
  cursor: pointer;
}
.header-menu .home-navigation ul li a {
  font-weight: 400;
}
.header-menu .home-navigation ul li a:hover {
  text-decoration-thickness: 2px;
  text-underline-offset: 9px;
}
.header-menu .home-navigation ul li .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  z-index: 2;
  min-width: 230px;
  left: -28px;
  padding-top: 20px;
  text-align: left;
}
.header-menu .home-navigation ul li .dropdown-menu li {
  display: block;
  margin: 0;
  line-height: 40px;
}
.header-menu .home-navigation ul li .dropdown-menu li a:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.header-menu .home-navigation ul li .dropdown-menu li a.active {
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.header-menu .home-navigation ul li .dropdown-menu ul {
  background: #f2f2f2;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 16px 15px 16px 27px;
}
.header-menu .home-navigation ul li a.active {
  color: #d61715;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  font-weight: 600;
  text-underline-offset: 9px;
}
.header-menu .home-navigation ul li:nth-last-of-type(3) {
  margin: 0;
}
.header-menu .home-navigation ul li:hover .dropdown-menu {
  display: block;
}
.header.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header.content .header-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 31%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.header.content .header-right .block-search {
  width: 350px;
  padding: 0;
}
.header.content .header-right .minicart-wrapper {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header.content .header-right .minicart-wrapper .product .actions .primary {
  display: none;
}
.header.content .header-logo .logo {
  max-width: inherit;
  margin: 0;
}
.header-right .header-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding-left: 41px;
}
.header-right .header-link li {
  list-style-type: none;
  margin: 0;
  padding-right: 30px;
}
.header-right .header-link li a {
  font-size: 0;
}
.header-right .header-link li a:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/images/icon-account.svg) no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
}
.header-right .header-link li.link.wishlist a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-right .header-link li.link.wishlist a:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/images/icon-wishlist.svg) no-repeat center;
  width: 28px;
  height: 27px;
  display: inline-block;
  vertical-align: top;
}
.header-right .header-link li.link.wishlist .counter.qty {
  display: block;
  position: absolute !important;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  min-width: inherit;
  background: #d61715;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  top: -12px;
  right: -12px !important;
  line-height: 27px;
  font-size: 14px;
  font-family: 'Roboto';
}
.header-right .header-link li.link.wishlist .counter.qty:before {
  display: none;
}
.header-right .header-link li.link.wishlist .counter.qty:after {
  display: none;
}
.header-right .minicart-wrapper a.action.showcart:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/images/cart.svg) no-repeat center;
  width: 30px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
}
.header-right .block-search .block-content input#search {
  background: #ededed;
  border-color: #ededed;
  padding: 16px 65px 17px 27px;
}
.header-right .block-search .block-content input#search::-moz-placeholder {
  opacity: 0.6;
}
.header-right .block-search .block-content input#search::-webkit-input-placeholder {
  opacity: 0.6;
}
.header-right .block-search .block-content input#search:-ms-input-placeholder {
  opacity: 0.6;
}
.header-right .block-search .block-content input#search:-moz-placeholder {
  opacity: 0.6;
}
.page-header .header.content {
  padding-top: 0;
}
.page-header .header.content .header-menu {
  flex: 0 0 45%;
}
.page-header .header.content .header-logo {
  flex: 0 0 24%;
}
.block-search .block-content .action.search {
  min-width: inherit;
  top: 18px;
  right: 30px !important;
  opacity: 1 !important;
}
.block-search .block-content .action.search:before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  background: url(../../frontend/Airfrieght/alliance/en_US/images/icon-search.svg) no-repeat center;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty {
  display: block;
  position: absolute !important;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  min-width: inherit;
  background: #d61715;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  top: 4px;
  right: -12px !important;
  line-height: 27px;
  font-size: 14px;
  font-family: 'Roboto';
}
.minicart-wrapper .action.showcart .counter.qty .counter-number {
  line-height: 1;
  font-size: 14px;
}
.minicart-wrapper .action.close {
  min-width: inherit;
  top: 5px;
  right: 5px;
}
.minicart-wrapper .action.close:before {
  color: #212324;
}
.minicart-wrapper .action.close:hover:before {
  color: #212324;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -45px 0 0;
}
.minicart-wrapper .block-minicart {
  padding-bottom: 15px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 20px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  font-size: 14px;
  line-height: 25px;
  padding: 11.5px 20px;
}
.block-minicart .subtitle.empty {
  font-weight: 400;
  padding: 30px 0 28px;
}
.minicart-items .product-item-name a:hover {
  text-decoration: none;
  color: #d61715;
}
.minicart-items .product-item-details .details-qty .item-qty {
  padding: 5px;
  border-radius: 0;
  border: 1px solid;
}
.minicart-items .action.delete:hover:before {
  color: #707070;
}
.minicart-items .update-cart-item {
  margin-top: 5px;
}
.minicart-items-wrapper {
  max-height: 400px;
  overflow-y: auto;
}
.show-mobile {
  display: none !important;
}
.modal-popup .action-close {
  padding: 20px;
  min-width: inherit;
}
.modal-popup .modal-footer button {
  background-color: #212324;
  border-color: #212324;
}
.modal-popup .modal-footer button:hover {
  background-color: #d61715;
  border-color: #d61715;
}
.close-menu {
  display: none;
  font-size: 0;
}
@media all and (max-width: 767px), print {
  .page-header .header.content {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .page-header .header.content .header-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    z-index: 99;
    width: 50%;
    padding: 40px 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .page-header .header.content .header-logo {
    flex: inherit;
  }
  .header.content .header-right {
    position: absolute;
    right: 20px;
  }
  .header.content .header-right .header-link {
    display: none;
  }
  .header.content .header-right .block-search {
    width: auto;
    position: static;
    margin: 0;
    padding-right: 5px;
  }
  .header.content .header-right .block-search .block-content {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 300px;
    margin-top: 28px;
    z-index: 2;
  }
  .header.content .header-right .block-search .block-content label.label {
    display: none;
  }
  .header.content .header-right .block-search .block-content input#search {
    position: static;
    margin: 0;
  }
  .header.content .header-right .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .header.content .header-right .block-search .block-title {
    display: block;
    margin: 0;
    cursor: pointer;
  }
  .header.content .header-right .block-search .block-title strong {
    font-size: 0;
  }
  .header.content .header-right .block-search .block-title strong:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    background: url(../../frontend/Airfrieght/alliance/en_US/images/icon-search.svg) no-repeat center;
  }
  .page-header {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .page-header .header.content {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .page-header .header.content .header-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    z-index: 99;
    width: 100%;
    padding: 40px 0;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .page-header .header.content .header-logo {
    flex: inherit;
  }
  .page-header .header.content .header-logo .logo {
    max-width: 200px;
  }
  .page-header .header.content .header-logo .nav-toggle {
    display: block;
    top: 26px;
    line-height: 1;
  }
  .page-header .header.content .header-logo .nav-toggle:before {
    font-size: 28px;
    color: #707070;
  }
  .page-header .header.content .header-logo .nav-toggle.active:before {
    color: #d61715;
  }
  .header-menu .home-navigation {
    text-align: left;
  }
  .header-menu .home-navigation ul li {
    display: block;
    margin: 30px 0;
  }
  .header-menu .home-navigation ul li a {
    font-size: 18px;
  }
  .header-menu .home-navigation ul li:first-child {
    margin: 0;
  }
  .header-menu .home-navigation ul li span.open-dropdown {
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 1;
  }
  .header-menu .home-navigation ul li span.open-dropdown:before {
    content: '+';
    font-size: 26px;
    color: #212324;
  }
  .header-menu .home-navigation ul li span.open-dropdown.active:before {
    content: '-';
  }
  .header-menu .home-navigation ul li .dropdown-menu {
    display: none;
    position: static;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .header-menu .home-navigation ul li .dropdown-menu ul {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0px 20px;
  }
  .header-menu .home-navigation ul li:hover .dropdown-menu {
    display: none;
  }
  .minicart-items-wrapper {
    max-height: 250px;
    margin: 0 -15px;
  }
  .minicart-items .product-item-details {
    padding-left: 70px;
    position: relative;
  }
  .minicart-items .product-item-details .details-qty .item-qty {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .minicart-items .update-cart-item {
    margin-top: 0px;
    padding: 13.5px 10px;
    min-width: 90px;
    font-size: 11px;
    line-height: 1;
    float: none !important;
    margin-left: 0;
  }
  .minicart-items .product-image-container {
    width: 60px !important;
  }
  .minicart-items .product-item-pricing .label {
    font-size: 14px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    top: -9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    font-size: 12px;
  }
  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    line-height: 7px;
    font-size: 12px;
  }
  .minicart-wrapper .block-minicart {
    padding: 25px 15px 15px;
  }
  .minicart-wrapper .block-minicart .items-total {
    margin-left: 0;
  }
  .minicart-wrapper .product .actions {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 12px;
  }
  body.open-menu {
    overflow: hidden;
  }
  .show-mobile {
    display: block !important;
  }
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-popup .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-popup .modal-footer button {
    min-width: 125px;
  }
  .modal-popup .modal-inner-wrap {
    width: 90%;
  }
  .modal-popup .action-close {
    padding: 15px;
  }
  .block-search .block-content .action.search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    position: absolute;
    top: 5px;
    right: 15px !important;
    padding: 0;
    z-index: 2;
    background: transparent;
    border: 0;
    width: 40px;
    height: 50px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .close-menu {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  .close-menu:before {
    content: '\f00d';
    font-size: 40px;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #212324;
  }
  .toolbar .pages a.page {
    width: 48px;
    height: 48px;
  }
  .toolbar .pages .action {
    width: 48px;
    height: 48px;
  }
  .toolbar .pages strong.page {
    width: 48px;
    height: 48px;
  }
  .toolbar .pages .item {
    margin: 0 8px 0 0;
  }
}
@media all and (max-width: 479px), print {
  .page-header .header.content .header-logo {
    padding-right: 22px;
  }
  .header.content .header-right .block-search .block-title strong:before {
    content: '';
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .header-right .minicart-wrapper a.action.showcart:before {
    width: 25px;
    height: 20px;
    background-size: cover;
  }
  .minicart-wrapper .block-minicart {
    width: 300px;
  }
}
@media all and (max-width: 374px), print {
  .page-header .header.content .header-logo .logo {
    max-width: 170px;
  }
  .page-header .header.content .header-logo .nav-toggle {
    top: 20px;
  }
  .header.content .header-right .block-search .block-content {
    width: 280px;
    margin-top: 21px;
  }
}
body.blog-post-view .page-title {
  margin-bottom: 2rem;
}
.blog__post-view:before,
.blog__post-view:after {
  content: '';
  display: table;
}
.blog__post-view:after {
  clear: both;
}
.blog__post-view .blog__post-featured-image {
  float: left;
  padding: 0 2rem 2rem 0;
}
.blog__post-view-related-posts {
  margin: 2rem 0;
}
.blog__post-view-related-posts:before,
.blog__post-view-related-posts:after {
  content: '';
  display: table;
}
.blog__post-view-related-posts:after {
  clear: both;
}
.blog__post-view-related-posts .block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blog__post-view-related-posts ol {
  margin: 0 -1.5rem;
  list-style: none;
  padding: 0;
}
.blog__post-view-related-posts ol li {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.blog__post-view-related-posts ol li img {
  max-width: 7rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 2px;
}
.blog__post-view-related-posts ol li a.post-name {
  display: block;
  margin-top: -5px;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}
.blog__post-view-related-products {
  margin: 2rem 0;
}
.blog__post-view-related-products:before,
.blog__post-view-related-products:after {
  content: '';
  display: table;
}
.blog__post-view-related-products:after {
  clear: both;
}
.blog__post-view-related-products .block-title {
  font-size: 1.8rem;
}
.blog__post-view-related-products ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.addthis_bar_fixed {
  display: none !important;
}
.blog__post-list-wrapper .blog__post-list {
  list-style: none;
  padding: 0;
}
.blog__post-list-wrapper .blog__post-list > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
}
.blog__post-list-wrapper .toolbar {
  position: relative;
}
.blog__post-item:before,
.blog__post-item:after {
  content: '';
  display: table;
}
.blog__post-item:after {
  clear: both;
}
.blog__post-item .blog__post-header .blog__post-title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.blog__post-item .blog__post-header .blog__post-title a {
  color: #333;
  font-size: 3.5rem;
}
.blog__post-item .blog__post-header .blog__post-title a:hover {
  text-decoration: none;
  color: #000;
}
.blog__post-item .blog__post-excerpt:before,
.blog__post-item .blog__post-excerpt:after {
  content: '';
  display: table;
}
.blog__post-item .blog__post-excerpt:after {
  clear: both;
}
.blog__post-item .blog__post-excerpt > img,
.blog__post-item .blog__post-excerpt > a > img {
  float: left;
  padding: 0 2rem 2rem 0;
  max-width: 30%;
}
.blog__post-item .blog__post-excerpt .read-more {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.blog__main-recent .item:before,
.blog__main-recent .item:after {
  content: '';
  display: table;
}
.blog__main-recent .item:after {
  clear: both;
}
.blog__main-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__main-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__post-meta {
  color: #a3a3a3;
  margin-bottom: 2rem;
}
.blog__post-meta:before,
.blog__post-meta:after {
  content: '';
  display: table;
}
.blog__post-meta:after {
  clear: both;
}
.blog__post-meta .blog__post-meta-time,
.blog__post-meta .blog__post-meta-author,
.blog__post-meta .blog__post-meta-comments,
.blog__post-meta .blog__post-meta-sharing {
  margin-right: 2rem;
}
.blog__post-meta .blog__post-meta-sharing {
  display: inline-block;
  margin-left: 2rem;
}
.blog__post-footer {
  margin-bottom: 2rem;
  color: #a3a3a3;
}
.blog__post-footer:before,
.blog__post-footer:after {
  content: '';
  display: table;
}
.blog__post-footer:after {
  clear: both;
}
.blog__post-footer .blog__post-footer-categories,
.blog__post-footer .blog__post-footer-tags {
  display: block;
  float: right;
  margin-left: 2rem;
}
.blog__post-footer .blog__post-footer-categories a,
.blog__post-footer .blog__post-footer-tags a {
  color: #a3a3a3;
}
.blog__post-footer .blog__post-footer-categories a::after,
.blog__post-footer .blog__post-footer-tags a::after {
  content: ',';
}
.blog__post-footer .blog__post-footer-categories a:last-child::after,
.blog__post-footer .blog__post-footer-tags a:last-child::after {
  content: '';
}
.blog__post-pinned {
  margin-bottom: 3rem;
  position: relative;
}
.blog__post-pinned:before,
.blog__post-pinned:after {
  content: '';
  display: table;
}
.blog__post-pinned:after {
  clear: both;
}
.blog__post-pinned .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
}
.blog__post-pinned .items .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.blog__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 1rem;
}
.blog__post-pinned .items .item:last-child {
  margin-right: 0;
}
.blog__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 500;
}
.blog__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 1.8rem;
}
.blog__sidebar-main > .block {
  margin-bottom: 2rem !important;
}
.blog__sidebar-main > .block .block-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.blog__sidebar-main > .block .block-title strong {
  font-weight: 300;
}
.blog__sidebar-search {
  margin-bottom: 2rem;
}
.blog__sidebar-search form {
  position: relative;
}
.blog__sidebar-search form input {
  font-size: 1.3rem;
  border-radius: 3px;
}
.blog__sidebar-search form button {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.blog__sidebar-recent .item:before,
.blog__sidebar-recent .item:after {
  content: '';
  display: table;
}
.blog__sidebar-recent .item:after {
  clear: both;
}
.blog__sidebar-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__sidebar-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__sidebar-category-tree li.item.level-2 a {
  padding-left: 4rem;
}
.blog__sidebar-category-tree li.item.level-3 a {
  padding-left: 7rem;
}
.blog__sidebar-category-tree li.item.level-4 a {
  padding-left: 9rem;
}
.blog__sidebar-category-tree li.item.level-5 a {
  padding-left: 12rem;
}
.blog__sidebar-tag-cloud {
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__sidebar-tag-cloud a {
  color: #666;
}
.blog__sidebar-rss-link {
  text-align: center;
}
.blog__sidebar-rss-link a {
  color: #999;
  font-size: 1.5rem;
}
.blog__sidebar-rss-link a:hover {
  text-decoration: none;
}
.blog__post-catalog-related-posts ol {
  list-style: none;
  padding: 0;
}
.blog__post-catalog-related-posts ol li {
  margin-bottom: 3rem;
}
.blog__post-catalog-related-posts ol li:before,
.blog__post-catalog-related-posts ol li:after {
  content: '';
  display: table;
}
.blog__post-catalog-related-posts ol li:after {
  clear: both;
}
.blog__post-catalog-related-posts ol li .post-image {
  width: 30%;
  max-width: 10rem;
  float: left;
  padding: 0 1rem 1rem 0;
  border-radius: 3px;
}
.blog__post-catalog-related-posts ol li .post-name {
  display: block;
  font-weight: 500;
}
.blog__copyright-wrapper {
  display: block;
  float: right;
  clear: both;
  margin-top: 50px;
  font-size: 10px !important;
  text-transform: none;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper * {
  font-size: 10px !important;
  color: #c2c2c2 !important;
}
.blog__copyright-wrapper h3 {
  margin-top: 0;
  display: block;
}
.blog__copyright-wrapper a {
  text-decoration: underline !important;
}
.blog__post-list-wrapper {
  text-align: center;
}
.blog__post-list-wrapper .blog__post-excerpt {
  border-radius: 15px;
  overflow: hidden;
}
.blog__post-list-wrapper .blog__post-item:hover {
  box-shadow: 0 10px 50px #0000001A;
}
.blog__post-list-wrapper .blog__post-item:hover .blog__post-title {
  color: #d61715;
}
.blog__post-list-wrapper .blog__post-item:hover .blog__post-meta {
  background-color: #d61715;
  color: #ffffff;
}
.blog__post-list-wrapper .blog__post-item:hover .blog__post-meta-time:before {
  background-image: url(../../frontend/Airfrieght/alliance/en_US/Mirasvit_Blog/image/calendar-hover.svg);
}
.blog__post-list-wrapper .blog__post-header a:hover {
  text-decoration: none;
}
.blog__post-list-wrapper .blog__post-meta {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 18px 17px 20px;
  border-radius: 15px 0 15px 0;
  background-color: #ffffff;
  color: #212324;
}
.blog__post-list-wrapper .blog__post-meta .blog__post-meta-time {
  position: relative;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 18px;
}
.blog__post-list-wrapper .blog__post-meta .blog__post-meta-time i {
  visibility: hidden;
  width: 0;
}
.blog__post-list-wrapper .blog__post-meta .blog__post-meta-time:before {
  content: '';
  background-image: url(../../frontend/Airfrieght/alliance/en_US/Mirasvit_Blog/image/calendar-dark.svg);
  width: 12px;
  height: 14px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 3px;
  left: 0;
}
.blog__post-list-wrapper .blog__post-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  text-align: left;
}
.blog__post-list-wrapper .blog__post-list > li {
  width: calc(50% - 14.5px);
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  border: none;
  margin-bottom: 40px;
}
.blog__post-list-wrapper .blog__post-list .blog__post-title {
  color: #212324;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 30px;
  margin-bottom: 14px;
  letter-spacing: -0.48px;
  line-height: 30px;
  max-height: 90px;
}
.blog__post-list-wrapper .blog__post-list .blog-list-content {
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.blog__post-list-wrapper .blog__post-excerpt > a > img {
  max-width: 100%;
  padding: 0;
  height: 230px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.blog__post-list-wrapper .blog-item-inner {
  padding: 20px 20px 24px;
}
.blog__sidebar-main .block-collapsible-nav,
.blog__sidebar-main .blog__sidebar-recent {
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  background: #ffffff;
}
.blog__sidebar-main .block-collapsible-nav .block-content,
.blog__sidebar-main .blog__sidebar-recent .block-content {
  padding-top: 2px;
}
.blog__sidebar-main .block-collapsible-nav .title,
.blog__sidebar-main .blog__sidebar-recent .title {
  width: unset;
  height: unset;
  position: unset;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 2px solid #d61715;
  margin: 0;
}
.blog__sidebar-main .block-collapsible-nav .content,
.blog__sidebar-main .blog__sidebar-recent .content {
  padding: 6px 0 10px;
  background: #ffffff;
  margin-left: -4px;
}
.blog__sidebar-main .block-collapsible-nav .blog-recent-title,
.blog__sidebar-main .blog__sidebar-recent .blog-recent-title {
  padding: 0;
  color: #212324;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -.36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog__sidebar-main .block-collapsible-nav a:hover,
.blog__sidebar-main .blog__sidebar-recent a:hover {
  background-color: unset;
  color: #d61715;
  text-underline-offset: 0;
}
.blog__sidebar-main .block-collapsible-nav a,
.blog__sidebar-main .blog__sidebar-recent a {
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: -.36px;
  color: #212324;
}
.blog__sidebar-main .block-collapsible-nav .item.current a,
.blog__sidebar-main .blog__sidebar-recent .item.current a {
  border: unset;
  color: #d61715;
  font-weight: normal;
}
.blog__sidebar-main .block-collapsible-nav .item,
.blog__sidebar-main .blog__sidebar-recent .item {
  padding-top: 25px;
  margin: 0;
}
.blog__sidebar-main .block-collapsible-nav .blog-read-more,
.blog__sidebar-main .blog__sidebar-recent .blog-read-more {
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 25px;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #212324;
}
.blog__sidebar-main .blog__sidebar-rss-link {
  display: none;
}
.blog__sidebar-main .blog__copyright-wrapper {
  display: none;
}
.blog__sidebar-main .blog__post-meta {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
  color: #aaaaaa;
}
.blog__sidebar-main .blog__sidebar-search input {
  border-radius: 30px;
  background: #ededed;
  border: none;
  padding: 17px 60px 18px 32px;
  font-size: 16px;
  line-height: 28px;
}
.blog__sidebar-main .blog__sidebar-search input::placeholder {
  font-size: 16px;
  line-height: 28px;
  color: #707070;
  padding: 18px 60px 12px 0px;
  opacity: .6;
}
.blog__sidebar-main .blog__sidebar-search i {
  display: none;
}
.blog__sidebar-main .blog__sidebar-search .action.primary {
  padding: 0;
  background: url(../../frontend/Airfrieght/alliance/en_US/Mirasvit_Blog/image/search-icon.svg);
  height: 25px;
  width: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  min-width: 25px;
  border-radius: unset;
  top: 18px;
  right: 30px;
}
.blog__sidebar-main .blog__post-meta-time {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  padding-left: 18px;
}
.blog__sidebar-main .blog__post-meta-time i {
  visibility: hidden;
  width: 0;
}
.blog__sidebar-main .blog__post-meta-time:before {
  content: '';
  background-image: url(../../frontend/Airfrieght/alliance/en_US/Mirasvit_Blog/image/calendar.svg);
  width: 12px;
  height: 14px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
}
.blog .page-main {
  padding-top: 87px;
  padding-bottom: 90px;
}
.blog .columns {
  display: flex;
  flex-wrap: nowrap;
}
.blog .columns .sidebar-main {
  padding-left: 29px;
  max-width: 25.63%;
  min-width: 235px;
}
.blog .columns .column.main {
  width: 74.37%;
  padding-bottom: 0;
}
.blog .blog-post-list__toolbar {
  display: none;
}
.blog .read-more {
  color: #212324;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 25px;
}
.blog .read-more:hover {
  color: #d61715;
  text-underline-offset: 0;
}
.blog .blog__copyright-wrapper {
  display: none;
}
.blog .breadcrumbs .blog {
  font-weight: 600;
}
.blog-search-result .blog__post-item:nth-child(8n),
.blog-search-result .blog__post-item:nth-child(8n-1) {
  display: none;
}
.blog-load-more {
  padding: 0;
  background: unset;
  border: unset;
  color: #212324;
  margin-top: 20px;
  text-underline-offset: 8px;
  text-decoration: underline;
  box-shadow: unset;
  letter-spacing: 1.68px;
  font-weight: 500;
}
.blog-load-more:hover {
  background: transparent;
  border: none;
  color: #d61715;
}
.blog__post-view {
  width: 74.37%;
  padding-top: 4px;
}
.blog__post-view .post-title {
  line-height: 48px;
}
.blog__post-view .blog__post-featured-image {
  border-radius: 15px;
  padding: 0;
  margin: 20px 0 18px;
  float: unset;
  display: none;
}
.blog__post-view img {
  border-radius: 15px;
  max-height: 530px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  margin: 15px 0 11px;
}
.blog__post-view .blog__post-meta-time {
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 12px;
  position: relative;
  color: #212324;
  padding-left: 16px;
}
.blog__post-view .blog__post-meta-time i {
  visibility: hidden;
  width: 0;
}
.blog__post-view .blog__post-meta-time:before {
  content: '';
  background-image: url(../../frontend/Airfrieght/alliance/en_US/Mirasvit_Blog/image/calendar-dark.svg);
  width: 12px;
  height: 14px;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 5px;
  left: 0;
}
.blog__post-view .at-style-responsive .at-share-btn {
  padding: 19px;
  border: 1px solid #8c8c8c;
  border-radius: 50% !important;
  margin-right: 16px !important;
  margin-left: 0;
}
.blog__post-view .at-style-responsive .at-icon {
  width: 22px !important;
  height: 22px !important;
}
.blog__post-view .at-style-responsive .at-share-btn:hover {
  transform: none;
  background-color: #d61715 !important;
  border-color: #d61715;
}
.blog__post-view .at-style-responsive .at-share-btn:hover .at-icon {
  fill: #ffffff !important;
}
.blog__post-view .at-style-responsive .at-share-btn:focus {
  transform: none;
}
.blog__post-view .share-buttons {
  font-size: 18px;
  line-height: 23px;
  color: #212324;
  letter-spacing: -0.36px;
  font-weight: 600;
  padding-top: 25px;
}
.blog__post-view .share-buttons .label {
  padding-bottom: 15px;
}
.post-content p {
  padding: 9px 0;
  margin: 0;
}
.blog-post-view .column.main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.blog-post-view .breadcrumbs .postname {
  display: none;
}
.blog-post-view .breadcrumbs .blog:after {
  display: none;
}
.blog-button {
  display: flex;
  justify-content: space-between;
  padding: 16px 27px 16px 30px;
  margin-top: 54px;
  background-color: #ffffff;
  border-radius: 15px;
}
.blog-button .button.disabled {
  color: #212324;
  opacity: 0.6;
  cursor: default;
}
.blog-button .blog-back {
  padding-left: 20px;
  position: relative;
}
.blog-button .blog-back:before {
  content: '';
  position: absolute;
  background-image: url(../../frontend/Airfrieght/alliance/en_US/Mirasvit_Blog/image/double-arrow.svg);
  width: 12px;
  height: 14px;
  top: 2px;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-button .blog-back:hover:before {
  background-image: url(../../frontend/Airfrieght/alliance/en_US/Mirasvit_Blog/image/double-arrow-hover.svg);
}
.blog-button .next.button {
  border-left: 1px solid #dddddd;
  padding: 5px 0 5px 20px;
}
.blog-button .prev.button {
  padding: 5px 10px 5px 0px;
}
.blog-button a {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1.68px;
  font-weight: 500;
  color: #212324;
  text-transform: uppercase;
}
.blog-button a:hover {
  text-decoration: none;
  color: #d61715;
}
.verz-banner.featured-banner.container-full .featured-image {
  border-radius: 15px;
  overflow: hidden;
}
.verz-banner.featured-banner .featured-content {
  padding: 193px 15px 155px;
}
.verz-banner.featured-banner .featured-content .page-title-wrapper {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}
.verz-banner.featured-banner .featured-content .page-title-wrapper h1.page-title {
  line-height: 1.3;
  margin-bottom: 12px;
}
.verz-banner.featured-banner .featured-content .breadcrumbs {
  text-align: left;
  display: block;
  padding: 0;
  text-transform: uppercase;
}
.contact-index-index .content-page-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.contact-index-index .footer-top {
  display: none;
}
.contact-index-index .main-wrapper {
  z-index: 1;
}
.contact-index-index .map-content-wrapper {
  display: none;
}
.contact-index-index .map-content-wrapper.active {
  display: block;
}
.contact-index-index .map-title-wr {
  padding-top: 90px;
  margin-bottom: 88px;
}
.contact-index-index .map-title-wr ul {
  display: flex;
  list-style: none;
  background: #ffffff;
  border-radius: 15px;
  margin: 0;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.contact-index-index .map-title-wr ul li {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0px;
  margin: 0 14px;
  border-radius: 15px;
  text-align: center;
  max-width: 184px;
  width: 100%;
  cursor: pointer;
}
.contact-index-index .map-title-wr ul li a {
  color: #212324;
}
.contact-index-index .map-title-wr ul li a:hover {
  text-decoration: none;
}
.contact-index-index .map-title-wr ul li:hover {
  background: #d61715;
  color: #ffffff;
}
.contact-index-index .map-title-wr ul li:hover a {
  color: #ffffff;
}
.contact-index-index .map-title-wr ul li.active {
  background: #d61715;
  color: #ffffff;
}
.contact-index-index .map-title-wr ul li.active a {
  color: #ffffff;
}
.contact-index-index .contact-map {
  display: flex;
  margin-bottom: 60px;
}
.contact-index-index .contact-map:nth-child(2n) .col-info {
  order: 2;
  padding-right: 0;
  padding-left: 5.7%;
  padding-top: 113px;
  flex: 0 0 31.5%;
  max-width: 31.5%;
}
.contact-index-index .contact-map:nth-child(3) {
  margin-bottom: 0;
}
.contact-index-index .contact-map:nth-child(3) .col-info {
  padding-top: 100px;
}
.contact-index-index .contact-map .col-info {
  padding-top: 84px;
  padding-right: 5%;
  flex: 0 0 32.2%;
  max-width: 32.2%;
}
.contact-index-index .contact-map .col-info .sub-title {
  color: #d61715;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 6px;
  font-weight: 500;
}
.contact-index-index .contact-map .col-info .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.4px;
  margin-bottom: 30px;
  color: #212324;
  line-height: 30px;
}
.contact-index-index .contact-map .col-map {
  flex: 0 0 62.8%;
  max-width: 62.8%;
  overflow: hidden;
  border-radius: 15px;
}
.contact-index-index .contact-map .col-map iframe {
  max-width: 100%;
  width: 100%;
  float: left;
}
.contact-index-index .contact-map .box-with-icon {
  padding-left: 12.9%;
  position: relative;
  margin-bottom: 21px;
}
.contact-index-index .contact-map .box-with-icon:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 2px;
  color: #d61715;
  background-size: cover;
}
.contact-index-index .contact-map .box-with-icon.address:before {
  background-image: url(../../frontend/Airfrieght/alliance/en_US/images/pin.svg);
  width: 23px;
  height: 30px;
  top: 13px;
}
.contact-index-index .contact-map .box-with-icon.phone:before {
  background-image: url(../../frontend/Airfrieght/alliance/en_US/images/call.svg);
  width: 30px;
  height: 30px;
  top: 14px;
  left: 0;
}
.contact-index-index .contact-map .box-with-icon.phone p {
  margin-bottom: 1px;
  font-weight: 600;
}
.contact-index-index .contact-map .box-with-icon.phone p a {
  font-weight: 400;
}
.contact-index-index .contact-map .box-with-icon.mail:before {
  background-image: url(../../frontend/Airfrieght/alliance/en_US/images/comp.svg);
  width: 30px;
  height: 26px;
  top: 5px;
  left: 0;
}
.contact-index-index .contact-map .box-with-icon.mail p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 2px;
}
.contact-index-index .contact-map .box-with-icon.mail p a {
  text-decoration: underline;
  color: #212324;
  line-height: 28px;
}
.contact-index-index .contact-map .box-with-icon.mail p a:hover {
  color: #d61715;
  text-underline-offset: 0;
}
.contact-index-index .webforms {
  max-width: 1260px;
  margin: auto;
  margin-top: 35px;
  background-image: url('../../frontend/Airfrieght/alliance/en_US/images/contact-form.jpg');
  border-radius: 15px;
  padding: 0 15px;
  padding-bottom: 89px;
  background-size: cover;
  background-position: center;
}
.contact-index-index .webforms form {
  max-width: 755px;
  margin: auto;
}
.contact-index-index .webforms form .validation-advice {
  background: #fff;
  border-radius: 15px;
  padding: 5px 10px;
}
.contact-index-index .webforms form .actions-toolbar > .primary button.action:last-child {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  width: 230px;
  height: 60px;
  border-radius: 50px;
}
.contact-index-index .webforms form .actions-toolbar > .primary button.action:last-child span:before {
  content: '\f1d8';
  font-family: 'Font Awesome 5 Pro';
  margin-right: 14px;
}
.contact-index-index .webforms form .please-wait {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.contact-index-index .webforms form .please-wait .loading-indicator {
  margin-right: 5px;
}
.contact-index-index .webforms .field {
  padding: 0 5px;
  margin-bottom: 24px;
}
.contact-index-index .webforms .field label:after {
  display: none;
}
.contact-index-index .webforms .field:nth-child(2) {
  max-width: 50%;
  padding: 0 7px;
}
.contact-index-index .webforms .field:nth-child(3) {
  max-width: 50%;
  padding: 0 7px;
}
.contact-index-index .webforms .field:last-child {
  margin-bottom: 0;
}
.contact-index-index .webforms .fieldset {
  padding: 0;
  margin: 0 -7px;
}
.contact-index-index .webforms .fieldset .field label {
  color: #ffffff;
  margin-bottom: 10px;
}
.contact-index-index .webforms .actions-toolbar {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
}
.contact-index-index .webforms-description-text {
  text-align: center;
  padding-top: 90px;
  margin-bottom: 32px;
}
.contact-index-index .webforms-description-text .fields-p {
  max-width: 463px;
  margin: auto;
  color: #ffffff;
}
.contact-index-index .webforms-description-text .fields-title {
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #ffffff;
}
.contact-index-index .webforms-description-text .fields-title h2 {
  color: #ffffff;
}
.cms-thank-you .featured-banner,
.cms-thank-you .page-main,
.cms-thank-you .footer-top,
.cms-thank-you .breadcrumbs {
  display: none;
}
.thank-you-page.container-full {
  margin-bottom: 142px;
}
.thank-you-page.container-full .thank-you {
  padding-top: 13%;
  padding-left: 18.1%;
  padding-right: 18.1%;
  background-position: center;
  padding-bottom: 28.95%;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
.thank-you-page.container-full .thank-you h1 {
  line-height: 79px;
  margin-bottom: 17px;
}
.thank-you-page.container-full .thank-you p {
  color: #ffffff;
  max-width: 510px;
  font-size: 18px;
  margin-bottom: 39px;
}
.thank-you-page.container-full .thank-you a {
  background: #ffffff;
  color: #212324;
  width: 200px;
  text-align: center;
  border: 0;
  font-weight: 500;
}
.thank-you-page.container-full .thank-you a:hover {
  background: #d61715;
  color: #ffffff;
}
body .fancybox-opened .fancybox-skin {
  background: transparent;
  box-shadow: none;
}
body .fancybox-wrap .fancybox-skin {
  background: transparent;
  box-shadow: none;
}
body .fancybox-wrap .fancybox-title {
  display: none;
}
.gallery-wrapper {
  margin-top: 90px;
}
.gallery-wrapper .other-gallery-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.gallery-wrapper .item {
  width: calc(33.33% - 26.29px);
  display: block;
  padding: 0 13.145px;
  margin-bottom: 25px;
}
.gallery-wrapper .item .imagegallery {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 72.225%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery-wrapper .item .imagegallery .wk_images {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-wrapper .item .hover-box {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s;
}
.gallery-wrapper .item .hover-box:before {
  content: '';
  background: linear-gradient(rgba(214, 23, 21, 0) 0%, #d61715 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .9;
  transition: none;
}
.gallery-wrapper .item .hover-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gallery-wrapper .item .hover-box .text {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .12em;
  margin-top: auto;
  margin-bottom: 8%;
  position: relative;
  z-index: 1;
}
.gallery-wrapper .item .description {
  color: #212324;
  transition: color .2s;
  text-align: center;
  font-size: 18px;
  letter-spacing: -.02em;
  line-height: 24px;
  padding-top: 19px;
  cursor: pointer;
}
.gallery-wrapper .item:hover .hover-box {
  opacity: 1;
}
.gallery-wrapper .item:hover .description {
  color: #d61715;
}
.loading-gif {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1) url('../../frontend/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/fancybox_loading@2x.gif') no-repeat center;
  z-index: 10;
}
.loading-gif.hidden {
  display: none;
}
.load-more-wrapper {
  margin-top: 16px;
  text-align: center;
}
.ajax-load-more {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 25px;
  color: #212324;
  font-weight: 500;
}
.ajax-load-more.hidden {
  display: none;
}
.ajax-load-more:hover {
  text-underline-offset: 10px;
  color: #d61715;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 28px;
}
.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: 28px;
}
.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 14px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 14px 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: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 12px 20px 11px;
  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: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #d61715;
  border: 1px solid #d61715;
  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: 28px;
}
.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: 28px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 28px;
}
.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: 14px;
  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: 28px;
}
.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: 28px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 14px 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;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -14px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    padding: 14px 56px 14px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 28px;
    top: 14px;
  }
  .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: -14px;
    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: 14px;
    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;
  }
  h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .container,
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .banner-full,
  .container-full,
  .cms-index-index .page-main .page.messages {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    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: 7px;
  }
  .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: 14px 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 28px;
  }
  .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 28px;
  }
  .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: 35px 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: 14px;
    padding-right: 0;
    padding-bottom: 14px;
    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 56px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #ffffff;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #ffffff;
    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: #ffffff;
  }
  .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: #ffffff;
  }
  .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: #ffffff;
  }
  .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: #ffffff;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #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(33, 35, 36, 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: 16px;
    font-weight: 700;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .tier-progress-bar .tier-point .label,
  .tier-progress-bar .tier-point .number,
  .tier-progress-bar .tier-point .tier-logo {
    display: none;
  }
  .tier-progress-bar .tier-point:first-child .label,
  .tier-progress-bar .tier-point:last-child .label,
  .tier-progress-bar .tier-point:first-child .number,
  .tier-progress-bar .tier-point:last-child .number,
  .tier-progress-bar .tier-point:first-child .tier-logo,
  .tier-progress-bar .tier-point:last-child .tier-logo {
    display: block;
  }
  .filter-content .active .am-show-more.-active {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .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 28px 28px;
  }
  .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,
  [class*='block-compare'] {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 14px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #d1d1d1;
  }
  .cart.table-wrapper {
    border-top: 1px solid #d1d1d1;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 14px;
  }
  .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;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 28px;
  }
  .field-tooltip .field-tooltip-content {
    right: -14px;
    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 28px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 14px;
  }
  .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 28px;
  }
  .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: 7px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 28px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 14px;
  }
  .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: 14px;
    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: #ffffff;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -7px 14px -1px -15px;
    padding: 4px 14px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #ffffff;
  }
  .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: #ffffff;
  }
  .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: 28px;
    padding-bottom: 14px;
  }
  .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: 56px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #d1d1d1;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff;
    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 -14px 35px;
  }
  .filter-options-content {
    padding: 7px 14px;
  }
  .filter .filter-current {
    border: solid #d1d1d1;
    border-width: 1px 0;
    margin: 7px -14px 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: #ffffff;
    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: 28px;
  }
  .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: 14px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #707070;
    display: block;
    padding: 7px 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: 35px;
  }
  .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: 56px;
  }
  .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: 7px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .products-grid.wishlist {
    margin-bottom: 42px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 28px 0 28px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 28px;
  }
  .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: 28px;
  }
  .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: #ffffff;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #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: 14px 60px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 14px 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;
  }
  .blog__post-view .blog__post-featured-image {
    padding: 0 0 2rem 0;
    width: 100%;
    max-width: 100%;
  }
  .blog__post-item .blog__post-excerpt > img {
    padding: 0 0 2rem 0;
    max-width: 100%;
    width: 100%;
  }
  .blog .page-main {
    position: relative;
    padding-top: 41px;
  }
  .blog__post-catalog-related-posts ol li .post-image {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0 0 1rem 0;
  }
  .blog .page-main {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .blog .columns {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .blog .columns .sidebar-main {
    padding: 0;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .blog .columns .column.main {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .blog__sidebar-main {
    margin-top: 50px;
  }
  .blog__sidebar-main .block-collapsible-nav {
    position: unset;
    width: unset;
  }
  .blog__sidebar-main .title {
    border-top: unset;
    padding-left: 0;
  }
  .blog__sidebar-main .title:after {
    display: none;
  }
  .blog__sidebar-main .content {
    display: block;
    border-bottom: unset;
  }
  .blog__post-list-wrapper .blog__post-list > li {
    width: 100%;
  }
  .blog__post-list-wrapper .blog__post-list li:last-child {
    margin-bottom: 10px;
  }
  .blog__post-list-wrapper .blog__post-excerpt > a > img {
    height: unset;
  }
  .blog__post-view {
    width: 100%;
  }
  .blog__post-view .at-style-responsive .at-share-btn {
    margin-right: 12px !important;
    margin-bottom: 12px;
  }
  .blog__post-view img {
    margin: 0;
    margin-bottom: -9px;
  }
  .blog-button {
    flex-direction: column;
    align-items: center;
    padding: 14px;
    margin-top: 20px;
  }
  .blog-button .next.button {
    padding-left: 16px;
  }
  .contact-index-index .map-title-wr {
    margin-bottom: 75px;
    padding-top: 75px;
  }
  .contact-index-index .map-title-wr ul {
    flex-wrap: wrap;
    height: auto;
    margin: 0;
  }
  .contact-index-index .map-title-wr ul li {
    margin: 0;
    width: 100%;
    flex: 0 0 100%;
    padding: 10px 0;
    max-width: 100%;
  }
  .contact-index-index .webforms-description-text {
    padding-top: 30px;
  }
  .contact-index-index .contact-map {
    flex-wrap: wrap;
  }
  .contact-index-index .contact-map .col-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 22px;
  }
  .contact-index-index .contact-map .col-map {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .contact-index-index .contact-map:nth-child(2n) .col-info {
    order: 1;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-index-index .contact-map:nth-child(2n) .col-map {
    order: 2;
  }
  .contact-index-index .contact-map .box-with-icon {
    padding-left: 50px;
  }
  .contact-index-index .contact-map .box-with-icon br {
    display: none;
  }
  .contact-index-index .contact-map:nth-child(3) .col-info {
    padding: 0;
  }
  .contact-index-index .contact-map .box-with-icon.mail p {
    font-size: 1.4rem;
  }
  .contact-index-index .webforms {
    padding-bottom: 30px;
  }
  .contact-index-index .webforms .fieldset {
    margin: 0;
  }
  .contact-index-index .webforms .field {
    padding: 0;
  }
  .contact-index-index .webforms .field:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .contact-index-index .webforms .field:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .contact-index-index .webforms .field .control select {
    text-overflow: ellipsis;
  }
  .thank-you-page.container-full .thank-you {
    padding-top: 21%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 21%;
    background-position: center 0px;
  }
  .thank-you-page.container-full .thank-you h1 {
    font-size: 45px;
    line-height: 65px;
    margin-top: -16px;
  }
  .gallery-wrapper .item {
    width: calc(50% - 26.29px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 14px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 14px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 7px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 7px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 14px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -28px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: 0 0 14px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #d1d1d1;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 7px 14px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 14px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #dddddd;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 7px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 28px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 14px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .mst-search__result-tabs li {
    float: none;
    display: block;
    width: 100%;
  }
  .mst-search__result-tabs li a.active {
    border: 1px solid #ccc;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #999;
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1rem;
    cursor: pointer;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 14px 14px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -14px 0;
    width: calc(100% + 2*14px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 14px;
  }
  .product-info-price > *:last-child {
    padding-right: 14px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 28px -15px 15px;
    padding: 28px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 47px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 43px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 14px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 42px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #ffffff;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 28px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 28px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 35px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 7px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 35px -14px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 28px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 14px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #d1d1d1;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 14px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 7px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 56px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 35px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 35px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 7px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 7px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 28px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 14px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 14px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .blog__post-view .post-title {
    line-height: 42px;
    font-size: 36px;
  }
  .gallery-wrapper .item {
    width: calc(100% - 26.29px);
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #d1d1d1;
  }
  .table > tbody + tbody {
    border-top: 1px solid #d1d1d1;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    color: #707070;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #707070;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #d61715;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #707070;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -14px 0 14px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 28px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 14px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 28px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 35px;
    padding-right: 35px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 35px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 56px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 224px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.catalog-product-view a.action.towishlist.towishlist-added:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-detail-hover.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.catalog-product-view a.action.towishlist.towishlist-added:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-added.svg) no-repeat;
  width: 26px;
  height: 25px;
}
.page-products .product-item a.action.towishlist.towishlist-added:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-detail-hover.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.page-products .product-item a.action.towishlist.towishlist-added:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-added.svg) no-repeat;
  width: 26px;
  height: 25px;
}
.catalog-product-view.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  padding-right: 20px;
}
.mfp-bottom-bar .mfp-counter {
  right: 20px;
}
.mfp-image-holder .mfp-content {
  position: unset;
}
.mfp-container .mfp-arrow:after {
  display: none;
}
.mfp-container .mfp-arrow-right:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid-hover.svg) no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 40%;
  opacity: 1;
  top: 30%;
  border-left: none;
  margin-top: 0;
  margin-left: 0;
  border: none;
}
.mfp-container .mfp-arrow-left:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid-hover.svg) no-repeat;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 40%;
  opacity: 1;
  top: 30%;
  border-left: none;
  margin-top: 0;
  margin-left: 0;
  border: none;
}
.mfp-container .mfp-arrow:after {
  display: none;
}
.catalog-product-view .block.review-add input:-webkit-autofill,
.catalog-product-view .block.review-add input:-webkit-autofill:hover,
.catalog-product-view .block.review-add input:-webkit-autofill:focus,
.catalog-product-view .block.review-add input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ededed inset !important;
}
.catalog-product-view .owl-nav.disabled {
  display: none;
}
.catalog-product-view .block.related .owl-nav {
  position: unset;
  text-align: right;
  width: 15%;
}
.catalog-product-view .block.related .block-title.title {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .block.related .block-title.title strong {
  width: 75%;
}
.catalog-product-view .home-navigation a.product_active {
  color: #d61715;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  font-weight: 600;
  text-underline-offset: 9px;
}
.catalog-product-view .product.data.items > .item.title {
  display: none;
}
.catalog-product-view .block.related .products {
  margin-bottom: 0;
}
.catalog-product-view .block.upsell {
  margin-top: 50px;
}
.catalog-product-view div#product-review-container:empty ~ .block.review-add {
  width: 70%;
}
.catalog-product-view .block.upsell .owl-nav button:hover {
  background: #000000;
  border: none;
}
.catalog-product-view .block.upsell button.owl-next:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid-hover.svg) no-repeat;
}
.catalog-product-view .block.upsell button.owl-prev:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid-hover.svg) no-repeat;
}
.catalog-product-view .block.upsell .owl-stage-outer {
  z-index: 999999;
}
.catalog-product-view .block.upsell .product-name-price a.action.towishlist span {
  font-size: 0;
}
.catalog-product-view .product-info-price .special-price .price {
  margin-right: 30px;
}
.catalog-product-view .block.upsell button.owl-next:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 40%;
  top: 30%;
}
.catalog-product-view .block.upsell .owl-nav {
  top: -21%;
  text-align: right;
}
.catalog-product-view .block.upsell .owl-nav button {
  min-width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #8c8c8c;
  border-radius: 85px;
  position: relative;
  margin-left: 17px;
}
.catalog-product-view .block.upsell button.owl-prev:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 35%;
  top: 30%;
}
.catalog-product-view .price-box.price-final_price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 14px 0 0;
}
.catalog-product-view .product-item-info .special-price {
  order: 2;
}
.catalog-product-view .product-item-info .product-image-photo {
  border-radius: 15px;
}
.catalog-product-view div#product-review-container:empty {
  display: none;
}
.catalog-product-view .product-reviews-summary.empty .reviews-actions {
  padding-left: 0;
}
.catalog-product-view .review-form {
  max-width: 100%;
}
.catalog-product-view .product-reviews-summary.empty .reviews-actions .action.add:hover {
  color: #d61715;
}
.catalog-product-view .breadcrumbs .item:not(:last-child) {
  padding-top: 2px;
}
.catalog-product-view .breadcrumbs {
  background: #ffffff;
  height: 60px;
  width: unset !important;
  border-radius: 15px;
  max-width: 100%;
  margin: 0px 60px 90px 60px;
  display: flex;
  align-items: center;
}
.catalog-product-view .breadcrumbs .item:not(:nth-child(2)) {
  display: none;
}
.catalog-product-view .breadcrumbs .item.home {
  display: inline-block;
}
.catalog-product-view .breadcrumbs .item:not(:first-child):after {
  display: none;
}
.catalog-product-view .breadcrumbs .item:not(:last-child):after {
  content: "/";
  margin: 0 4px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  color: #212324;
}
.catalog-product-view .breadcrumbs a {
  font-size: 14px;
  line-height: 28px;
  color: #d61715;
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 600;
}
.catalog-product-view .featured-banner {
  display: none;
}
.catalog-product-view .page-wrapper {
  min-height: unset;
}
.catalog-product-view .products-related .item.product.product-item .product-name-price {
  padding-bottom: 29px;
  padding-top: 5px;
}
.catalog-product-view .products-related .item.product.product-item .attr-product-label {
  display: none;
}
.catalog-product-view div#owl-carousel-gallery .owl-nav {
  display: block !important;
}
.catalog-product-view .product-item .price-box .price {
  color: #212324;
  line-height: 24px;
  font-size: 18px;
}
.catalog-product-view .product.media .product.item-image img:not(.zoomImg) {
  border-radius: 20px;
}
.catalog-product-view .stock.unavailable p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}
.catalog-product-view .stock.unavailable p span {
  line-height: 28px;
  color: #6ba74b;
  font-weight: 600;
  padding-left: 5px;
  font-size: 16px;
}
.catalog-product-view .product-reviews-summary.empty .reviews-actions .action.add {
  display: block;
  color: #212324;
  margin-top: -3px;
}
.catalog-product-view .product.info.detailed .block-content .loadmore:hover {
  color: #d61715;
}
.catalog-product-view .review-form .action.submit.primary:hover {
  background: #d61715;
}
.catalog-product-view .block.related .owl-carousel .owl-stage-outer {
  z-index: 99999999;
}
.catalog-product-view span.edit-qty.plus-qty.plus {
  left: 145px;
  position: absolute;
  top: 4px;
}
.catalog-product-view span.edit-qty.minus-qty.minus {
  position: absolute;
  left: 5%;
  top: 8%;
}
.catalog-product-view .block.related .owl-nav {
  top: -21%;
  text-align: right;
}
.catalog-product-view .block.related .owl-nav button {
  min-width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #8c8c8c;
  border-radius: 85px;
  position: relative;
  margin-left: 17px;
}
.catalog-product-view .block.related .owl-nav button:hover {
  background: #000000;
  border: none;
}
.catalog-product-view .block.related button.owl-next:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 40%;
  top: 30%;
}
.catalog-product-view .block.related button.owl-next:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid-hover.svg) no-repeat;
}
.catalog-product-view .block.related button.owl-prev:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 35%;
  top: 30%;
}
.catalog-product-view .block.related button.owl-prev:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid-hover.svg) no-repeat;
}
.catalog-product-view .product-info-main button#product-addtocart-button:focus {
  border: none;
}
.catalog-product-view .columns .product-item .tocart:hover {
  background: #d61715;
}
.catalog-product-view .columns .product-item .tocart:hover::after {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart.png);
}
.catalog-product-view .columns button.action.tocart.primary.oos:hover {
  background: #ededed;
}
.catalog-product-view .columns .social-media-icons {
  margin-bottom: 40px;
}
.catalog-product-view .columns .mfp-img-gallery .mfp-img {
  background: transparent;
}
.catalog-product-view .product-info-main .field.qty .mage-error {
  width: 100%;
}
.catalog-product-view .product.info.detailed .block-content .loadmore:hover {
  text-decoration: none;
}
.catalog-product-view .at-share-tbx-element .at-icon-wrapper {
  padding: 0 2px;
}
.catalog-product-view .social-media-icons {
  margin-bottom: 40px;
}
.catalog-product-view .mfp-img-gallery .mfp-img {
  background: transparent;
}
.catalog-product-view .mfp-img-gallery .mfp-img {
  background: transparent;
}
.catalog-product-view .product-info-price .product-info-stock-sku .stock {
  background: unset;
  color: #212324;
  padding-left: 0;
  font-size: 20px;
  font-weight: 500;
}
.catalog-product-view .product.media .horizontal-thumbnail .item-thumb.active .img-fluid {
  border: 4px solid #d61715;
}
.catalog-product-view .product.media .horizontal-thumbnail .owl-stage * {
  box-sizing: border-box;
}
.catalog-product-view .product.media .horizontal-thumbnail .owl-item {
  padding: 0 5px;
}
.catalog-product-view .product.media .owl-carousel.gallery-horizontal .owl-nav button:hover {
  background: #212324;
}
.catalog-product-view .product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-next:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid-hover.svg) no-repeat;
}
.catalog-product-view .product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-prev:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid-hover.svg) no-repeat;
}
.catalog-product-view .product.media .horizontal-thumbnail {
  width: calc(99.563% - 152px);
  margin: auto;
  margin-top: 40px;
}
.catalog-product-view .product.media .horizontal-thumbnail .item-thumb.active {
  margin-top: 0;
}
.catalog-product-view .product.media .horizontal-thumbnail img.img-fluid {
  border-radius: 15px;
}
.catalog-product-view .product.media .horizontal-thumbnail .owl-nav {
  display: none;
}
.catalog-product-view .product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  z-index: 1;
}
.catalog-product-view .product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-next:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 40%;
  top: 30%;
}
.catalog-product-view .product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  z-index: 1;
}
.catalog-product-view .product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-prev:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 40%;
  top: 30%;
}
.catalog-product-view .product.media .owl-carousel.gallery-horizontal .owl-nav button {
  min-width: 65px;
  height: 65px;
  background: transparent;
  border: 1px solid #8c8c8c;
  border-radius: 85px;
  position: relative;
}
.catalog-product-view .owl-nav {
  width: 100%;
  position: absolute;
  bottom: -15%;
}
.catalog-product-view .product-thumbnail {
  position: relative;
}
.catalog-product-view .mfp-content {
  padding: 50px 0 50px;
  width: 100%;
}
.catalog-product-view .mfp-figure:after {
  background: transparent;
  border: none;
  box-shadow: none;
}
.catalog-product-view .featured-banner {
  margin: 0;
  max-width: 100%;
  margin-bottom: 90px;
  width: unset;
  padding: 0;
}
.catalog-product-view .featured-banner .featured-image.category-image {
  background: #ffffff;
  background-image: unset !important;
}
.catalog-product-view .featured-banner .featured-image.category-image .featured-content {
  padding: 0 15px;
}
.catalog-product-view .featured-banner .featured-image.category-image .featured-content .breadcrumbs {
  justify-content: left;
  height: 60px;
  display: flex;
}
.catalog-product-view .featured-banner .featured-image.category-image .breadcrumbs .item:not(:last-child):after {
  color: #212324;
}
.catalog-product-view .product-info-main a.action.towishlist:hover {
  background: #d61715;
}
.catalog-product-view .product-info-main .field.qty .label span {
  color: #212324;
  font-weight: 400;
}
.catalog-product-view .block-title.title {
  position: relative;
}
.catalog-product-view .block-title.title strong {
  color: #212324;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 58px;
}
.catalog-product-view .block.related {
  margin-top: 95px;
}
.catalog-product-view .product-info-main button#product-addtocart-button:hover {
  background: #d61715;
}
.catalog-product-view .product-info-main a.action.towishlist:hover span {
  color: #ffffff;
}
.catalog-product-view .product-info-main .action.primary.tocart:before {
  left: 10%;
}
.catalog-product-view .at-share-btn-elements {
  padding-left: 10px;
}
.catalog-product-view .at-share-tbx-element .at-share-btn:focus {
  transform: none;
}
.catalog-product-view .at-share-tbx-element .at-share-btn:hover {
  transform: none;
}
.catalog-product-view .product.data.items .review-field-ratings .mage-error {
  margin-bottom: 30px;
  margin-top: -20px;
}
.catalog-product-view .block.related .custom-nav button.nav-prev {
  margin-right: 12px;
}
.catalog-product-view .reviews-actions {
  padding-left: 5px;
  margin-top: -3px;
}
.catalog-product-view .product.data.items {
  background: #ffffff;
  border-radius: 15px;
  margin: 0;
  border: none;
}
.catalog-product-view .product.media {
  width: 48.7% !important;
  margin-bottom: 90px;
}
.catalog-product-view .product.media img.image {
  width: 100%;
  object-fit: cover;
}
.catalog-product-view .product-info-main {
  margin-top: -15px;
  width: 46% !important;
}
.catalog-product-view li.item.product strong {
  font-size: 14px;
  line-height: 28px;
  color: #d61715;
  text-transform: uppercase;
  padding-bottom: 0;
}
.catalog-product-view .product.media .product-thumb-slider .image.thumb {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.catalog-product-view .product.media .custom-nav {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.catalog-product-view .product.media .custom-nav button.nav-next {
  text-align: right;
  min-width: 65px;
  height: 65px;
  border-radius: 85px;
  background: transparent;
}
.catalog-product-view .product.media .custom-nav button.nav-next:before {
  display: block;
}
.catalog-product-view .product.media .custom-nav button.nav-prev {
  margin: 0;
  text-align: left;
  min-width: 65px;
  height: 65px;
  border-radius: 85px;
  background: transparent;
}
.catalog-product-view .product.media .custom-nav button.nav-prev:before {
  display: block;
  float: right;
}
.catalog-product-view .page-main .columns .column.main .product.media .thumb-image {
  display: flex;
  margin-top: -10px;
  justify-content: space-between;
}
.catalog-product-view li.item.home {
  padding-top: 2px;
}
.catalog-product-view li.item.home a {
  font-size: 14px;
  text-transform: uppercase;
  color: #707070;
}
.catalog-product-view .product-info-main .rating-summary {
  margin-right: 5px;
  margin-top: 3px;
}
.catalog-product-view .product-info-main .action.primary.tocart span {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 25px;
  font-weight: 500;
  margin-left: 43px;
}
.catalog-product-view .product-info-main .page-title-wrapper.product h1 {
  color: #212324;
  font-size: 42px;
  letter-spacing: -0.02em;
  margin-bottom: -5px;
  line-height: 53px;
}
.catalog-product-view .product-info-main button#product-addtocart-button {
  width: 254px;
  height: 60px;
  border-radius: 30px;
  background: #212324;
  position: relative;
  margin-right: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-info-main .product-info-main button#product-addtocart-button:hover {
  background: #d61715;
}
.catalog-product-view .product-info-main .product-info-main a.action.towishlist:hover {
  background: #d61715;
}
.catalog-product-view .product-info-main .product-info-main a.action.towishlist:hover span {
  color: #ffffff;
}
.catalog-product-view .product-info-main .at-share-btn-elements {
  padding-left: 10px;
}
.catalog-product-view .product-info-main a.action.towishlist {
  width: 254px;
  height: 60px;
  border-radius: 30px;
  background: #ededed;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
.catalog-product-view .product-info-main a.action.towishlist:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-detail-hover.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.catalog-product-view .product-info-main a.action.towishlist:before {
  content: "";
  background: url("../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-detail.svg") no-repeat;
  position: absolute;
  width: 28px;
  height: 27px;
  left: 13%;
}
.catalog-product-view .product-info-main a.action.towishlist span {
  color: #212324;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 44px;
  font-size: 14px;
}
.catalog-product-view .product-info-main .actions {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .product-info-main .control {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .control span.edit-qty {
  font-size: 26px;
  font-weight: 500;
  color: #212324;
  cursor: pointer;
}
.catalog-product-view .product-info-main input#qty {
  text-transform: capitalize;
  top: 0;
  width: 180px;
  background: #ededed;
  border: none;
  padding-right: 40px;
  padding-left: 40px;
}
.catalog-product-view .product-info-main .field.qty {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.catalog-product-view .product-info-main .box-tocart {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .box-tocart .field label.label {
  margin-right: 20px;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-main .field.qty .label span {
  color: #212324;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-info-price {
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.catalog-product-view .product-info-main .product-info-price .rating-summary .rating-result:before {
  font-weight: 100;
  font-family: 'Font Awesome 5 Pro';
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  letter-spacing: -1px;
  color: #d61715;
}
.catalog-product-view .product-info-main .product-info-price .rating-summary .rating-result > span:before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  letter-spacing: -1px;
  color: #d61715;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  width: 100%;
  display: flex;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  width: 45%;
  text-align: left;
  padding-left: 0;
  display: unset;
  vertical-align: bottom;
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available span {
  line-height: 28px;
  color: #6ba74b;
  font-weight: 600;
  padding-left: 5px;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  margin-bottom: 0;
  float: unset;
  width: 55%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.catalog-product-view .product-info-main .product.attribute.overview .dimension span {
  width: 145px;
  font-weight: 500;
  line-height: 28px;
  color: #212324;
}
.catalog-product-view .product-info-main .product.attribute.overview .dimension p {
  font-weight: 400;
  color: #212324;
  display: flex;
  justify-content: space-between;
  width: 57%;
}
.catalog-product-view .product-info-main .product.attribute.overview .weight span {
  width: 150px;
  font-weight: 500;
  line-height: 28px;
  color: #212324;
}
.catalog-product-view .product-info-main .product.attribute.overview .weight p {
  display: flex;
  justify-content: space-between;
  width: 58%;
  font-weight: 400;
  color: #212324;
}
.catalog-product-view .product.info.detailed .fieldset > .field > .label:after {
  content: '';
}
.catalog-product-view .product.info.detailed legend.legend.review-legend span {
  font-size: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #212324;
  font-weight: 600;
}
.catalog-product-view .product.info.detailed .product.data.items .rating-summary .rating-result:before {
  font-weight: 100;
  font-family: 'Font Awesome 5 Pro';
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  color: #d61715;
}
.catalog-product-view .product.info.detailed .product.data.items .rating-summary .rating-result > span:before {
  color: #d61715;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.catalog-product-view .social-media-icons {
  margin-bottom: 40px;
}
.catalog-product-view .social-media-icons .icon-share {
  line-height: 28px;
  color: #212324;
}
.catalog-product-view .review-form .control input {
  border-radius: 30px;
  background: #ededed;
  height: 60px;
}
.catalog-product-view .review-form .control textarea {
  border-radius: 30px;
  background: #ededed;
}
.catalog-product-view .review-form .action.submit.primary {
  height: 60px;
  border-radius: 30px;
  background: #212324;
  width: 160px;
}
.catalog-product-view .review-form .action.submit.primary span {
  letter-spacing: 0.12em;
  line-height: 25px;
  color: #ffffff;
}
.catalog-product-view .review-form .action.submit.primary:hover span {
  color: #ffffff;
}
.catalog-product-view .block-title.title .custom-nav {
  top: -15px;
  right: 0;
  text-align: end;
  position: absolute;
}
.catalog-product-view .product.data.items > .item.content {
  display: flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  padding-top: 0;
  border-radius: 15px;
  padding-left: 15px;
  padding-bottom: 60px;
}
.catalog-product-view .product.data.items .customer-review {
  order: 1;
  width: 100%;
  text-align: center;
}
.catalog-product-view .product.data.items div#product-review-container {
  margin-top: 25px;
  padding-left: 45px;
  order: 2;
  width: 47%;
  margin-right: 20px;
}
.catalog-product-view .product.data.items div#product-review-container time.review-details-value {
  color: #999999;
}
.catalog-product-view .product.data.items .review-fieldset .review-legend.legend {
  margin-bottom: 23px;
}
.catalog-product-view .product.data.items .review-field-ratings {
  margin-bottom: -17px;
}
.catalog-product-view .product.data.items .review-field-ratings .label {
  margin-bottom: -7px;
}
.catalog-product-view .product.data.items .block.review-add {
  order: 3;
  width: 47%;
}
.catalog-product-view .product-reviews-summary .reviews-actions a.action.add {
  display: none;
}
.catalog-product-view .catalog-product-view .featured-banner .featured-content {
  padding: 0;
  text-align: left;
  height: 60px;
  border-radius: 15px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.catalog-product-view .catalog-product-view .featured-banner .featured-content .breadcrumbs {
  justify-content: flex-start;
}
.catalog-product-view .catalog-product-view .featured-banner .featured-content .breadcrumbs li.item.product {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #d61715;
}
.catalog-product-view .catalog-product-view .featured-banner .featured-content {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.catalog-product-view .catalog-product-view .featured-image.category-image {
  padding: 0 60px;
}
.catalog-product-view .catalog-product-view .rating-summary .label {
  position: unset;
}
.catalog-product-view .catalog-product-view .breadcrumbs a {
  color: #707070;
}
.catalog-product-view .review-list li.item.review-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.catalog-product-view .review-list .review-title {
  width: 74%;
  margin-bottom: 17px;
}
.catalog-product-view .review-list .review-ratings {
  width: 23%;
  text-align: center;
}
.catalog-product-view .review-list .review-ratings ~ .review-content {
  margin-left: 0;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
}
.catalog-product-view .review-list .review-ratings ~ .review-details {
  margin-left: 0;
}
.catalog-product-view .product.info.detailed .review-title {
  letter-spacing: -0.02em;
  color: #212324;
}
.catalog-product-view .product.info.detailed strong.review-details-value {
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: 18px;
}
.catalog-product-view .product.info.detailed .item.review-item {
  border-bottom: none;
}
.catalog-product-view .product.info.detailed fieldset.fieldset.review-fieldset {
  padding-top: 48px;
  padding-left: 5px;
  margin-bottom: 40px;
}
.catalog-product-view .product.info.detailed fieldset.field.required.review-field-ratings span {
  font-weight: 500;
  line-height: 32px;
  color: #212324;
}
.catalog-product-view .product.info.detailed .field.required label span {
  font-weight: 500;
  color: #212324;
}
.catalog-product-view .product.info.detailed .block-content .loadmore {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #212324;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-transform: uppercase;
  width: 100px;
  justify-content: center;
  display: flex;
  margin: auto;
  margin-top: 50px;
}
.catalog-product-view .product-reviews-summary .reviews-actions a.action.view {
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  color: #d61715;
  text-transform: lowercase;
  text-underline-offset: 0px;
}
.catalog-product-view .social-media-icons {
  display: flex;
}
.catalog-product-view .social-media-icons span.at-icon-wrapper svg:hover {
  fill: #d61715 !important;
}
.catalog-product-view .social-media-icons .addthis-animated {
  padding-top: 4px;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin-top: -5px;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product.attribute.overview .value p {
  margin-bottom: 30px;
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 21px;
}
.catalog-product-view .product-info-main .product-social-links {
  display: none;
}
.catalog-product-view .product-info-main .action.primary.tocart:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart.png) no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  left: 20%;
  top: 25%;
}
.catalog-product-view .products-related .item.product.product-item {
  border-radius: 20px;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  position: relative;
}
.catalog-product-view .products-related .product-item-info {
  width: 100%;
  text-align: center;
}
.catalog-product-view .product.actions.product-item-actions {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.catalog-product-view .product.details.product-item-details {
  position: unset;
}
.catalog-product-view .product.details.product-item-details .product-item-name a {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 30px;
  text-align: center;
  color: #212324;
  padding-bottom: 0;
  text-decoration: none;
  text-transform: capitalize;
}
.catalog-product-view .actions-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.catalog-product-view .actions-primary a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 25px;
  text-align: left;
  color: #212324;
  text-decoration: underline;
  text-transform: uppercase;
}
.catalog-product-view .actions-primary a:hover {
  color: #d61715;
  text-underline-offset: 0;
}
.catalog-product-view .bottom-info .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: center;
  color: #212324;
}
.catalog-product-view .block.related .related-available .product-item-name {
  display: flex;
  justify-content: center;
  margin-left: 0;
  padding-bottom: 0;
  flex-wrap: wrap;
}
.catalog-product-view .block.related .custom-nav button {
  min-width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #8c8c8c;
  border-radius: 85px;
  position: relative;
}
.catalog-product-view .block.related .custom-nav button:hover {
  background: #000000;
  border: none;
}
.catalog-product-view .block.related .custom-nav button.nav-next:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 40%;
}
.catalog-product-view .block.related .custom-nav button.nav-next:hover:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid-hover.svg) no-repeat;
}
.catalog-product-view .block.related .custom-nav button.nav-prev:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 35%;
}
.catalog-product-view .block.related .custom-nav button.nav-prev:hover:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid-hover.svg) no-repeat;
}
.catalog-product-view .product-item .label-sale.label {
  background: #d61715;
  line-height: 40px;
  font-size: 12px;
  border-radius: 15px 0;
  padding: 0 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 3px;
}
.catalog-product-view .product.media .custom-nav button {
  min-width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #8c8c8c;
  border-radius: 85px;
  position: relative;
}
.catalog-product-view .product.media .custom-nav button:hover {
  background: #000000;
  border: none;
}
.catalog-product-view .product.media .custom-nav button.nav-next:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 40%;
}
.catalog-product-view .product.media .custom-nav button.nav-next:hover:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid-hover.svg) no-repeat;
}
.catalog-product-view .product.media .custom-nav button.nav-prev:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 35%;
}
.catalog-product-view .product.media .custom-nav button.nav-prev:hover:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid-hover.svg) no-repeat;
}
.catalog-product-view .product-info-price .price-box .price-container > span {
  margin-bottom: 0px;
}
.catalog-product-view .product-info-price .price-box .old-price {
  margin: 0;
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-price .price-box .old-price .price-container .price-label {
  display: none;
}
.catalog-product-view .product-info-price .price-box .price-container .price {
  font-size: 30px;
  color: #707070;
}
.catalog-product-view .product-info-main .product-info-price .old-price .price-wrapper .price {
  font-weight: 600 !important;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #707070 !important;
}
.catalog-product-view .product-info-main .product-info-price .product-reviews-summary .rating-summary .label {
  position: unset;
}
.catalog-product-view .product-info-main .product-info-price .product-reviews-summary .rating-summary .label span {
  color: #212324;
  padding-right: 5px;
}
.catalog-product-view .product-info-main .product-info-price .rating-result {
  margin-top: -6px;
}
.catalog-product-view .old-price {
  order: 1;
  margin: 0;
}
.catalog-product-view .old-price .price-wrapper .price {
  color: #aaaaaa !important;
  position: relative;
  order: 2;
  margin: 0;
  text-decoration: line-through;
  padding-right: 15px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
  justify-content: left;
  display: flex;
  padding-bottom: 10px;
  padding-top: 15px;
}
.catalog-product-view .actions-box-wrapper .special-price .price {
  color: #d61715;
}
.catalog-product-view .block.review-add .review-control-vote:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-weight: 900;
  font-weight: normal;
  font-size: 24px;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  color: #d61715;
}
.catalog-product-view .block.review-add .review-control-vote label {
  padding: 0;
  position: absolute;
}
.catalog-product-view .block.review-add .review-control-vote label:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f005';
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  height: auto;
  width: auto;
  top: 0;
  background: transparent;
  color: #d61715;
  display: unset;
  border: none;
  border-radius: 0;
  left: 0;
  font-size: 24px;
}
.catalog-product-view .block.review-add .review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.catalog-product-view .block.review-add .review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.catalog-product-view .block.review-add .review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.catalog-product-view .block.review-add .review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.catalog-product-view .product-thumb-slider.owl-carousel.owl-loaded.owl-drag {
  width: calc(99.563% - 152px);
  padding: 20px 10px;
}
.catalog-product-view .product.media .product-thumb-slider .owl-item.current .image.thumb {
  border: 4px solid #d61715;
  margin-top: 0;
}
.catalog-product-view .product.media .product-thumb-slider .image.thumb {
  border-radius: 15px;
  margin-top: 4px;
}
.catalog-product-view .product-label {
  z-index: 2;
  left: 0;
  position: absolute;
  top: 0;
}
.catalog-product-view .stock.unavailable {
  text-transform: uppercase;
  background: #212324;
  color: #ffffff;
  padding: 0 12px;
  font-weight: 400;
  border-radius: 15px 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 40px;
}
.catalog-product-view .products-related .product-item-info:hover {
  margin: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  position: unset;
}
.catalog-product-view .products-related .item.product.product-item a.action.tocompare {
  display: none;
}
.catalog-product-view .products-related .item.product.product-item a.action.towishlist {
  font-size: 0;
}
.catalog-product-view .product-item .action.towishlist:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
}
.catalog-product-view .columns .product-item .tocart {
  position: relative;
  background: #ededed;
  min-width: auto;
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
}
.catalog-product-view .columns .product-item .tocart::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background: url("../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart.svg");
  top: 18px;
  left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalog-product-view .columns .product-item .tocart.oos::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background: url("../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart_oos.svg");
  top: 18px;
  left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalog-product-view .column.main .product-item-actions a {
  padding-right: 0px;
  letter-spacing: 1.2px;
  padding-bottom: 3px;
  line-height: 60px;
  text-transform: uppercase;
  text-underline-offset: 6.5px;
}
.catalog-product-view .column.main .product-item-actions a:hover {
  padding-bottom: 3px;
  text-underline-offset: 6.5px;
}
.catalog-product-view .secondary-addto-links.actions-secondary {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 9;
}
.catalog-product-view .block.upsell .secondary-addto-links.actions-secondary {
  top: 30px;
  right: 20px;
}
.catalog-product-view .product-item .actions-secondary .action.towishlist:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-added.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.catalog-product-view .product.details.product-item-details .product-item-name a:hover {
  color: #d61715;
  text-decoration: none;
}
.catalog-product-view .product-items .label-new.label {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background: #00699d;
  line-height: 40px;
  border-radius: 15px 0;
  padding: 0 20px;
  letter-spacing: 1.2px;
}
.catalog-product-view .special-price .price {
  color: #d61715 !important;
}
.catalog-product-view .products-related .item.product.product-item span.old-price .price-label {
  display: none;
}
.catalog-product-view .products-related .item.product.product-item .product-reviews-summary.short {
  display: none;
}
.catalog-product-view .block.related .price-box.price-final_price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 14px 0 0;
}
.catalog-product-view .block.related span.special-price {
  order: 2;
  display: flex;
  align-items: center;
  margin-right: 0px;
}
.catalog-product-view .block.related .special-price .price {
  padding-right: 0;
  color: #d61715;
}
@media all and (max-width: 767px), print {
  .catalog-product-view .block.related .owl-nav {
    text-align: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .catalog-product-view .block.related .block-title.title strong {
    width: 100%;
  }
  .catalog-product-view .block-title.title {
    flex-wrap: wrap;
  }
  .catalog-product-view div#product-review-container:empty ~ .block.review-add {
    width: 100%;
  }
  .catalog-product-view .owl-stage-outer {
    order: 2;
  }
  .catalog-product-view ol.products.list.items.product-items {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view .actions-toolbar.review-form-actions .actions-primary {
    justify-content: center;
  }
  .catalog-product-view .block.upsell .owl-nav {
    top: -12%;
    text-align: left;
    order: 1;
    margin-bottom: 42px;
    position: unset;
  }
  .catalog-product-view .block.upsell .owl-nav button {
    min-width: 45px;
    height: 45px;
    margin-left: 0;
  }
  .catalog-product-view .block.upsell button.owl-next:before {
    width: 12px;
  }
  .catalog-product-view .block.upsell button.owl-prev {
    margin-right: 17px;
  }
  .catalog-product-view .block.upsell button.owl-prev:before {
    width: 12px;
  }
  .catalog-product-view .breadcrumbs {
    margin: 20px 17px 50px 17px;
  }
  .catalog-product-view .reviews-actions {
    margin-top: 0;
  }
  .catalog-product-view .review-list .review-title {
    margin-bottom: 5px;
    width: 100%;
  }
  .catalog-product-view .review-list .review-ratings {
    text-align: left;
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-info-price .rating-summary .rating-result:before {
    margin-top: 2px;
  }
  .catalog-product-view .product-info-main .product-info-price .rating-summary .rating-result > span:before {
    margin-top: 2px;
  }
  .catalog-product-view .product-info-main .product-reviews-summary {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product-info-stock-sku {
    padding-left: 15px;
    width: 100%;
  }
  .catalog-product-view div#owl-carousel-gallery .owl-nav {
    display: none !important;
  }
  .catalog-product-view .product.details.product-item-details .product-item-name a {
    width: 100%;
  }
  .catalog-product-view .actions-primary {
    margin-top: 30px;
  }
  .catalog-product-view .review-form .action.submit.primary {
    width: 180px;
  }
  .catalog-product-view .block.related .price-box.price-final_price {
    margin: 0;
  }
  .catalog-product-view .product-reviews-summary .reviews-actions a.action.view {
    margin-top: -4px;
  }
  .catalog-product-view .product-info-main a.action.towishlist.towishlist-added:before:before {
    left: 15%;
  }
  .catalog-product-view .product.data.items > .item.content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-product-view .product.info.detailed fieldset.fieldset.review-fieldset {
    padding-top: 30px;
    padding-left: 0;
  }
  .catalog-product-view .block.related .owl-nav {
    top: -14%;
    text-align: left;
    order: 1;
    position: unset;
  }
  .catalog-product-view .block.related span.product-image-container {
    width: 100% !important;
  }
  .catalog-product-view .featured-banner {
    margin: 0 17px 50px;
    margin-top: 30px;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper.product h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .catalog-product-view .product-info-main .product-info-price {
    margin-top: 20px;
  }
  .catalog-product-view .product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 20px;
  }
  .catalog-product-view .product-info-main button#product-addtocart-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-product-view .product-info-main a.action.towishlist {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product.attribute.overview .dimension p {
    width: 100%;
    display: unset;
  }
  .catalog-product-view .product-info-main .product.attribute.overview .dimension span {
    padding-left: 20px;
  }
  .catalog-product-view .product-info-main .product.attribute.overview .weight p {
    width: 100%;
    display: unset;
  }
  .catalog-product-view .product-info-main .product.attribute.overview .weight span {
    padding-left: 45px;
  }
  .catalog-product-view .product.media {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .catalog-product-view .product-info-price .price-box .price-container > span {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 20px;
  }
  .catalog-product-view .product-thumb-slider.owl-carousel.owl-loaded.owl-drag {
    width: 100%;
    padding: 0;
  }
  .catalog-product-view .product.data.items > .item.content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .catalog-product-view .product.data.items div#product-review-container {
    width: 100%;
    padding: 0;
  }
  .catalog-product-view .product.data.items .block.review-add {
    width: 100%;
    order: 2;
  }
  .catalog-product-view .product.media .custom-nav button.nav-next {
    display: none;
  }
  .catalog-product-view .product.media .custom-nav button.nav-prev {
    display: none;
  }
  .catalog-product-view .block.related .custom-nav button.nav-next:before {
    width: 12px;
  }
  .catalog-product-view .block.related .custom-nav button {
    height: 45px;
    min-width: 40px;
    margin-left: 0;
  }
  .catalog-product-view .block.related .custom-nav button.nav-prev {
    margin-left: 15px;
  }
  .catalog-product-view .block.related .custom-nav button.nav-prev:before {
    width: 12px;
  }
  .catalog-product-view .product.info.detailed .block-content .loadmore {
    left: 0;
    position: unset;
    width: 100px;
    margin: unset;
    margin-top: 20px;
  }
  .catalog-product-view .product-info-main .action.primary.tocart:before {
    left: 30%;
  }
  .catalog-product-view .product-info-main a.action.towishlist:before {
    left: 27%;
  }
  .catalog-product-view .product-info-main .rating-summary {
    margin-right: 15px;
    margin-top: 0;
  }
  .catalog-product-view .big-image {
    display: none;
  }
  .catalog-product-view .product-thumb-slider.owl-carousel.owl-loaded.owl-drag button.owl-dot.active {
    background: #d61715;
  }
  .catalog-product-view .product-thumb-slider.owl-carousel.owl-loaded.owl-drag button.owl-dot {
    -webkit-backface-visibility: visible;
    background: #dbd7d7;
    border-radius: 30px;
    display: block;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    min-width: 12px;
    transition: opacity 0.2s ease;
  }
  .catalog-product-view .product-thumb-slider.owl-carousel.owl-loaded.owl-drag .owl-dots {
    text-align: center;
    margin-top: 40px;
  }
  .catalog-product-view .product.media .product-thumb-slider .owl-item.current .image.thumb {
    border: none;
  }
  .catalog-product-view .product.media .horizontal-thumbnail {
    display: none;
  }
  .catalog-product-view .product.media .product-thumbnail .gallery-horizontal .owl-dots {
    text-align: center;
    margin-top: 40px;
    display: block;
  }
  .catalog-product-view .product.media .product-thumbnail .gallery-horizontal .owl-dots button.owl-dot.active {
    background: #d61715;
  }
  .catalog-product-view .product.media .product-thumbnail .gallery-horizontal .owl-dots button.owl-dot {
    -webkit-backface-visibility: visible;
    background: #dbd7d7;
    border-radius: 30px;
    display: block;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    min-width: 12px;
    transition: opacity .2s ease;
  }
  .catalog-product-view .product-info-main .actions {
    flex-wrap: wrap;
  }
  .catalog-product-view .block-title.title strong {
    font-size: 30px;
    line-height: 40px;
  }
  .catalog-product-view .block.related {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .catalog-product-view .block.related .owl-nav button {
    min-width: 45px;
    height: 45px;
    margin-left: 0;
  }
  .catalog-product-view .block.related button.owl-prev:before {
    width: 12px;
  }
  .catalog-product-view .block.related button.owl-next:before {
    width: 12px;
  }
  .catalog-product-view .block.related button.owl-prev {
    margin-right: 15px;
  }
}
@media all and (max-width: 600px), print {
  .block.upsell .owl-nav {
    top: -10%;
  }
}
@media all and (max-width: 414px), print {
  .catalog-product-view .products.wrapper.grid.products-grid {
    margin-top: 20px;
  }
  .catalog-product-view ol.products.list.items.product-items {
    margin-top: 20px;
  }
  .catalog-product-view .block.upsell .owl-nav {
    top: -12%;
  }
  .catalog-product-view .product-info-main a.action.towishlist.towishlist-added:before {
    left: 23%;
  }
  .catalog-product-view .products-related .item.product.product-item .product-name-price {
    padding-bottom: 0;
  }
  .catalog-product-view .product-info-main .action.primary.tocart:before {
    left: 27%;
  }
  .catalog-product-view .product-info-main a.action.towishlist:before {
    left: 23%;
  }
  .catalog-product-view .product-info-stock-sku {
    width: 100%;
    padding: 0 17px;
  }
  .catalog-product-view .product-reviews-summary {
    width: 100%;
    padding: 0 17px;
  }
  .catalog-product-view .actions-primary {
    margin-top: 10px;
  }
  .catalog-product-view .social-media-icons .icon-share {
    padding-right: 10px;
  }
  .catalog-product-view .columns .social-media-icons {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .at-share-btn-elements {
    padding-left: 0;
  }
  .catalog-product-view .product-info-main .field.qty {
    height: 100px;
    margin-bottom: 20px;
  }
  .catalog-product-view span.edit-qty.minus-qty.minus {
    left: 10%;
    top: 10%;
  }
}
@media all and (max-width: 375px), print {
  .catalog-product-view span.edit-qty.plus-qty.plus {
    top: 5px;
  }
  .catalog-product-view .product-info-main .action.primary.tocart:before {
    left: 24%;
  }
  .catalog-product-view .product-info-main a.action.towishlist:before {
    left: 18%;
  }
  .catalog-product-view div#qty-error {
    font-size: 11px;
  }
}
@media all and (max-width: 350px), print {
  .product-info-main .action.primary.tocart:before {
    left: 25%;
  }
  .product-info-main a.action.towishlist:before {
    left: 20%;
  }
}
.catalog-product-view button.action.tocart.primary {
  position: relative;
  background: #ededed;
  min-width: auto;
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
}
.catalog-product-view button.action.tocart.primary:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart.svg);
  top: 18px;
  left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalog-product-view .bottom-info .product-reviews-summary {
  display: none;
}
.catalog-product-view .column.main .item.product.product-item {
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.catalog-product-view .product-item-info {
  width: 100%;
  text-align: center;
}
.catalog-product-view .products-grid .product-item-info:hover {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: unset;
}
.catalog-product-view .column.main span.product-image-container {
  display: unset;
}
.catalog-product-view span.old-price .price-label {
  display: none;
}
.catalog-product-view .product-name-price {
  padding-top: 5px;
  padding-bottom: 30px;
}
.catalog-product-view .product-name-price .price {
  color: #212324;
  line-height: 24px;
  font-size: 18px;
}
.catalog-product-view .product-item .action.towishlist:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
}
.catalog-product-view .product-item .action.towishlist:hover:before {
  color: #d61715;
  text-decoration: none;
}
.catalog-product-view .label-sale.label {
  background: #d61715;
  line-height: 40px;
  font-size: 12px;
  border-radius: 15px 0;
  padding: 0 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 3px;
}
.catalog-product-view .label-new.label {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background: #00699d;
  line-height: 40px;
  border-radius: 15px 0;
  padding: 0 20px;
  letter-spacing: 1.2px;
}
.catalog-product-view a.action.tocompare {
  display: none;
}
.catalog-product-view a.action.towishlist {
  font-size: 0;
}
.catalog-product-view .product.name.product-item-name {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 30px;
  text-align: center;
  color: #212324;
  padding-bottom: 0;
  text-decoration: none;
  text-transform: capitalize;
}
.catalog-product-view .product.name.product-item-name a:hover {
  color: #d61715;
  text-decoration: none;
}
.catalog-product-view a.product.photo.product-item-photo {
  letter-spacing: 1.2px;
  padding-bottom: 3px;
  line-height: 60px;
  text-transform: uppercase;
  text-underline-offset: 6.5px;
}
.catalog-product-view .old-price .price-wrapper .price {
  color: #aaa !important;
  position: relative;
  order: 2;
  margin: 0;
  text-decoration: line-through;
  padding-right: 15px;
  font-weight: 400 !important;
}
.catalog-product-view .special-price .price {
  color: #d61715 !important;
}
@media all and (max-width: 414px), print {
  .catalog-product-view .product-name-price.product-name-price {
    padding-bottom: 0;
  }
  .checkout-cart-index .product-name-price {
    padding-bottom: 0;
  }
}
.checkout-cart-index .block.crosssell span.product-image-container {
  width: 100% !important;
}
.checkout-cart-index .block.crosssell .stock.unavailable {
  text-transform: uppercase;
  background: #212324;
  color: #ffffff;
  padding: 0 22px;
  font-weight: 400;
  border-radius: 15px 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 40px;
}
.checkout-cart-index .block.crosssell .product-reviews-summary {
  display: none;
}
.checkout-cart-index .block.crosssell .item.product.product-item {
  border-radius: 20px;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  position: relative;
}
.checkout-cart-index .block.crosssell .product-label {
  background: none;
  z-index: 2;
  left: 0;
  position: absolute;
  top: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.checkout-cart-index .block.crosssell .label-new.label {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background: #00699d;
  line-height: 40px;
  border-radius: 15px 0;
  padding: 0 20px;
  letter-spacing: 1.2px;
}
.checkout-cart-index .block.crosssell .label-sale.label {
  background: #d61715;
  line-height: 40px;
  font-size: 12px;
  border-radius: 15px 0;
  padding: 0 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 3px;
}
.checkout-cart-index .block.crosssell a.product.photo.product-item-photo {
  letter-spacing: 1.2px;
  padding-bottom: 3px;
  line-height: 60px;
  text-transform: uppercase;
  text-underline-offset: 6.5px;
}
.checkout-cart-index .block.crosssell img.product-image-photo {
  border-radius: 15px;
}
.checkout-cart-index .block.crosssell .product.details.product-item-details {
  position: unset;
  padding: 0;
}
.checkout-cart-index .block.crosssell .product.details.product-item-details .product-item-name a:hover {
  color: #d61715;
  text-decoration: none;
}
.checkout-cart-index .block.crosssell .product-name-price {
  padding-bottom: 29px;
  padding-top: 5px;
}
.checkout-cart-index .block.crosssell strong.product.name.product-item-name {
  display: flex;
  justify-content: center;
  margin-left: 0;
  padding-bottom: 0;
  flex-wrap: wrap;
}
.checkout-cart-index .block.crosssell a.product-item-link {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 30px;
  text-align: center;
  color: #212324;
  padding-bottom: 0;
  text-decoration: none;
  text-transform: capitalize;
}
.checkout-cart-index .block.crosssell .secondary-addto-links.actions-secondary {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 9;
}
.checkout-cart-index .block.crosssell a.action.towishlist {
  font-size: 0;
}
.checkout-cart-index .block.crosssell .product-item .action.towishlist:before {
  content: '';
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
}
.checkout-cart-index .block.crosssell .product-item .actions-secondary .action.towishlist:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-added.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.checkout-cart-index .block.crosssell .product-item .old-price span.price-label {
  display: none;
}
.checkout-cart-index .block.crosssell .product-item .tocart:hover {
  background: #d61715;
}
.checkout-cart-index .block.crosssell .product-item .tocart:hover::after {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart.png);
}
.checkout-cart-index .block.crosssell .product-item .tocart::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart.svg);
  top: 18px;
  left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.checkout-cart-index .block.crosssell a.action.tocompare {
  display: none;
}
.checkout-cart-index .block.crosssell .product-item-info {
  position: unset;
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-info:hover {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .block.crosssell .checkout-cart-index .products-grid .product-item .product-item-info:hover {
  position: unset;
  border: none;
}
.checkout-cart-index .block.crosssell .price-box.price-final_price {
  flex-direction: unset;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 14px 0 0;
}
.checkout-cart-index .block.crosssell .old-price {
  order: 1;
  padding-right: 15px;
}
.checkout-cart-index .block.crosssell .old-price .price-wrapper .price {
  color: #aaa !important;
  position: relative;
  order: 2;
  margin: 0;
  text-decoration: line-through;
  font-weight: 400 !important;
}
.checkout-cart-index .block.crosssell .special-price {
  order: 2;
}
.checkout-cart-index .block.crosssell .special-price .price {
  color: #d61715 !important;
}
.checkout-cart-index .block.crosssell .product-items .product-item-info .price-box.price-final_price span {
  color: #212324;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.checkout-cart-index .block.crosssell .product.actions.product-item-actions {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.checkout-cart-index .block.crosssell .actions-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.checkout-cart-index .block.crosssell button.action.tocart.primary {
  position: relative;
  background: #ededed;
  min-width: auto;
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
}
.checkout-cart-index .block.crosssell .product-item-actions a:hover {
  padding-bottom: 3px;
  text-underline-offset: 6.5px;
}
.checkout-cart-index .block.crosssell .bottom-info a.product.photo.product-item-photo {
  text-decoration: underline;
  font-weight: 500;
  color: #212324;
}
.checkout-cart-index .block.crosssell .block.crosssell .product-reviews-summary {
  display: none;
}
.checkout-cart-index .block.crosssell .owl-nav {
  width: 100%;
  position: absolute;
  top: -15%;
  text-align: right;
}
.checkout-cart-index .block.crosssell .owl-nav button {
  min-width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #8c8c8c;
  border-radius: 85px;
  position: relative;
  margin-left: 17px;
}
.checkout-cart-index .block.crosssell .owl-nav button:hover {
  background: #000000;
  border: none;
}
.checkout-cart-index .block.crosssell .owl-stage-outer {
  z-index: 9999999;
}
.checkout-cart-index .block.crosssell .block-title.title {
  text-align: left;
  margin-bottom: 40px;
  color: #212324;
}
.checkout-cart-index .block.crosssell button.owl-prev:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 35%;
  top: 30%;
}
.checkout-cart-index .block.crosssell button.owl-prev:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-left-solid-hover.svg) no-repeat;
}
.checkout-cart-index .block.crosssell button.owl-next:before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid.svg) no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 40%;
  top: 30%;
}
.checkout-cart-index .block.crosssell button.owl-next:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/chevron-right-solid-hover.svg) no-repeat;
}
@media all and (max-width: 1000px), print {
  .checkout-cart-index .block.crosssell .owl-nav {
    position: unset;
    text-align: left;
    margin-bottom: 40px;
  }
  .checkout-cart-index .block.crosssell .owl-nav button {
    margin-left: 0;
  }
  .checkout-cart-index .block.crosssell button.owl-prev {
    margin-right: 17px;
  }
  ol.products.list.items.product-items.owl-carousel.owl-loaded.owl-drag {
    display: flex;
    flex-direction: column;
  }
  .owl-stage-outer {
    order: 2;
  }
}
@media all and (max-width: 767px), print {
  .checkout-cart-index .products.wrapper.grid.products-grid {
    margin-top: 30px;
  }
  .checkout-cart-index .block.crosssell .block-title.title {
    margin-bottom: 25px;
  }
  .checkout-cart-index .block.crosssell .owl-nav button {
    min-width: 45px;
    height: 45px;
  }
  .checkout-cart-index .block.crosssell button.owl-prev:before {
    width: 12px;
  }
  .checkout-cart-index .block.crosssell button.owl-next:before {
    width: 12px;
  }
  .checkout-cart-index .block.crosssell li span.product-image-container {
    width: 100% !important;
  }
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper {
  width: 48.7%;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  width: 51%;
}
.page-product-bundle .box-tocart .actions {
  display: flex;
}
.page-product-bundle .bundle-actions span {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 25px;
  font-weight: 500;
  margin-left: 43px;
  margin-left: 0;
}
.page-product-bundle .price-to .price-final_price {
  display: flex;
}
.page-product-bundle .product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 0;
}
.page-product-bundle .product-info-main .product-info-price .price-box.price-final_price {
  justify-content: space-between;
}
.page-product-bundle p.price-from .price-final_price {
  display: flex;
}
.page-product-bundle span.price-label {
  margin-right: 10px;
}
.page-product-bundle .page-product-bundle p.price-to .price-final_price {
  display: flex;
}
.page-product-bundle .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  padding-top: 0;
}
.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
  color: #212324;
  margin-bottom: -5px;
  line-height: 53px;
  font-size: 42px;
}
.page-product-bundle strong.subtitle {
  color: #212324;
}
.page-product-bundle button.action.back.customization {
  color: #212324;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-product-bundle button.action.back.customization:hover {
  color: #d61715;
  text-underline-offset: 2px;
}
.page-product-bundle ul.bundle.items li div {
  color: #212324;
}
.page-product-bundle label.label span {
  font-weight: 500;
  color: #212324;
}
.page-product-bundle .fieldset > .field.required > .label:after {
  color: #212324;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  margin-top: 0;
}
.page-product-bundle .bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 10px;
}
.page-product-bundle .bundle-options-container .legend.title {
  color: #212324;
  font-size: 42px;
  line-height: 53px;
}
.page-product-bundle .bundle-options-container .bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.page-product-bundle .bundle-options-container .bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 20px;
}
.page-product-bundle .product-info-main .product-info-stock-sku .stock.available span {
  padding-left: 0;
}
.page-product-bundle .input-text.qty {
  width: 180px;
  text-align: center;
}
.page-product-bundle .bundle-options-container .control {
  position: relative;
  width: 180px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  width: 254px;
  height: 60px;
  background: #212324;
  position: relative;
  border-radius: 30px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .box-tocart .action.primary span {
  font-size: 14px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover {
  background: #d61715;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .box-tocart .action.primary::before {
  content: "";
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart.png) no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  left: 12%;
  top: 25%;
}
.page-product-bundle a.action.towishlist {
  font-size: 14px;
  width: 254px;
  height: 60px;
  border-radius: 30px;
  background: #ededed;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
.page-product-bundle a.action.towishlist:hover {
  background: #d61715;
}
.page-product-bundle a.action.towishlist::before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-detail.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  position: absolute;
  left: 12%;
  content: "";
}
.page-product-bundle a.action.towishlist:hover::before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-detail-hover.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
  position: absolute;
  left: 12%;
}
.page-product-bundle a.action.towishlist span {
  padding-left: 35px;
}
.page-product-bundle span.edit-qty.plus-qty.plus {
  top: 15px;
  left: 150px;
  cursor: pointer;
}
.page-product-bundle span.edit-qty.minus-qty.minus {
  top: 15px;
  left: 20px;
  cursor: pointer;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  margin-right: 30px;
}
.page-product-bundle .product-info-main a.action.towishlist:hover:before {
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-detail-hover.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.page-product-bundle input#qty {
  width: 180px;
  text-align: center;
}
@media all and (max-width: 767px), print {
  .page-product-bundle .box-tocart .actions {
    display: unset;
  }
  .page-product-bundle .product-info-main .product-info-price .price-box.price-final_price {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
  }
  .page-product-bundle .product-info-main .product-info-stock-sku {
    padding-left: 0;
  }
  .page-product-bundle p.price-to span.price-label {
    margin-right: 29px;
  }
  .page-product-bundle .bundle-options-container .legend.title {
    font-size: 30px;
    line-height: 42px;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
    font-size: 30px;
    line-height: 42px;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
    font-size: 30px;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary .price-box {
    margin-bottom: 0;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 20px;
  }
  .page-product-bundle .bundle-options-container .product-options-bottom {
    margin-bottom: 10px;
  }
  .page-product-bundle .price-box.price-configured_price .price-as-configured {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px), print {
  .page-product-bundle .product-info-main .product-info-stock-sku {
    padding-left: 17px;
  }
  .page-product-bundle .product-info-main .product-reviews-summary {
    padding-left: 17px;
  }
}
.page-products .page-main {
  margin-top: 45px;
  max-width: 1194px;
}
.page-products .amshopby-filter-current .amshopby-item.item {
  display: block;
}
.page-products .amshopby-filter-current .amshopby-remove {
  top: 8px;
}
.page-products .search.results .block {
  margin-left: 33px;
}
.page-products span.amquickview-hover {
  display: none !important;
}
.page-products .column.main .product-item-actions {
  margin: 0;
}
.page-products .column.main .product-item-actions a {
  color: #212324;
  margin-right: 5px;
  letter-spacing: 1.2px;
  padding-bottom: 3px;
  line-height: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #212324;
  font-weight: 500;
}
.page-products .column.main .product-item-actions a:hover {
  color: #d61715;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  text-underline-offset: 0;
}
.page-products .sorter-action.sort-desc:before {
  display: none;
}
.page-products .sidebar.sidebar-additional {
  display: none;
}
.page-products .columns .product-item .tocart {
  position: relative;
  float: left;
  background: #ededed;
  min-width: auto;
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
}
.page-products .columns .product-item .tocart:hover:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background: url(../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart-hover.svg);
  top: 18px;
  left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-products .columns .product-item .tocart:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background: url("../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart.svg");
  top: 18px;
  left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-products .columns .product-item .tocart.oos:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background: url("../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/cart_oos.svg");
  top: 18px;
  left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-products .columns .product-item .a {
  float: right;
}
.page-products .columns .product-item .price-box .price {
  color: #212324;
  font-weight: 600;
  padding-top: 0;
  letter-spacing: 0.2px;
  font-size: 18px;
  line-height: 24px;
}
.page-products .columns .product-item .price-box span.old-price {
  position: relative;
  order: 1;
  margin: 0;
}
.page-products .columns .product-item .price-box span.old-price .price {
  color: #aaaaaa !important;
  font-weight: 400;
}
.page-products .columns .product-item .price-box span.old-price:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #aaaaaa;
  top: 50%;
  left: 0;
}
.page-products .columns .product-item .price-box span.special-price {
  padding-left: 10px;
  order: 2;
}
.page-products .columns .product-item .price-box span.special-price .price {
  color: #d61715 !important;
}
.page-products .columns .height-align {
  padding-bottom: 0px;
  padding-top: 5px;
  margin-bottom: 19px;
}
.page-products .columns ul.limiter-options {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.page-products .columns ul.limiter-options li {
  cursor: pointer;
  padding: 0 8px;
  display: inline-block;
}
.page-products .columns ul.limiter-options li.active {
  color: #d61715;
}
.page-products .columns .toolbar.toolbar-products {
  padding-top: 0;
  padding-left: 32px;
}
.page-products .columns .toolbar.toolbar-products .limiter {
  padding-left: 0px;
  padding-top: 10px;
}
.page-products .columns .product-item-name {
  padding-bottom: 0;
  padding-top: 5px;
  color: #212324;
  line-height: 30px;
  font-size: 24px;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.page-products .columns .product.name a {
  padding-bottom: 0;
  padding-top: 2px;
  color: #212324;
  line-height: 30px;
  font-size: 24px;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.page-products .columns .product.name a:hover {
  color: #d61715;
  text-decoration: none;
}
.page-products .columns .product-reviews-summary.short {
  display: none;
}
.page-products .product-item-info {
  width: 100%;
}
.page-products .products-grid .product-items {
  display: inline-block;
  width: 100%;
  justify-content: center;
}
.page-products .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: unset;
  height: unset;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
}
.page-products .products-grid .product-item-info:hover {
  background: transparent;
  box-shadow: unset;
  border: none;
  padding: 0;
  margin: 0;
  position: unset;
}
.page-products .products-grid .product-item-inner {
  box-shadow: unset;
  position: relative;
  border: none;
  padding: 0;
  margin: 0 0 0 0;
  right: 0;
  bottom: 0;
}
.page-products .abs-visually-hidden-desktop-s {
  border: 0;
  clip: unset;
  height: unset;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  box-shadow: none;
}
.page-products .block-content strong.block-subtitle.filter-subtitle {
  display: none;
}
.page-products .sidebar-main .filter-options .filter-options-item {
  border-radius: 20px;
  background: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 0;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.page-products .sidebar-main .filter-options-title {
  cursor: unset;
  color: #212324;
  padding-left: 0;
  padding-top: 3px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d61715;
  font-weight: 600;
  line-height: 32px;
  font-size: 24px;
  text-transform: capitalize;
}
.page-products .sidebar-main .filter-options-title:after {
  display: none;
}
.page-products .sidebar-main .filter-options-content .items a {
  color: #212324;
  padding: 9px 0;
  font-size: 18px;
  line-height: 24px;
}
.page-products .sidebar-main .filter-options-content .items a:hover {
  background-color: transparent;
  font-weight: 400;
  color: #d61715;
}
.page-products .sidebar-main .filter-options-content .items .items a {
  display: block;
}
.page-products .sidebar-main .filter-options-content .items a.ui-slider-handle {
  padding: 0;
  width: 12px;
  line-height: 14px;
  background: #d61715;
  height: 12px;
  cursor: pointer;
  margin-left: -5px;
  margin-top: -4px;
}
.page-products .sidebar-main .filter-options-content .items a.ui-slider-handle:after {
  content: "";
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  background: #ffffff;
  z-index: 999;
  position: absolute;
  border-radius: 50%;
}
.page-products .sidebar-main .filter-options-content .items a.am_shopby_link_selected {
  font-weight: 400;
  color: #d61715;
}
.page-products .sidebar-main .ui-slider-horizontal {
  margin: 0 5px;
  height: 4px;
  background: #dbdbdb;
}
.page-products .sidebar-main .amshopby-slider-container .ui-slider-range {
  background: #d61715;
  height: 4px;
}
.page-products dl.filter-item {
  margin-bottom: 0;
}
.page-products .filter-options .items .items-children.-folding {
  padding: 0;
}
.page-products .filter-options .items .items-children.-folding .item {
  padding: 0;
}
.page-products .filter-options .am-labels-folding .item {
  margin: 20px 0 0;
  padding: 0;
}
.page-products .filter-options .am-labels-folding .item .am-input {
  display: none;
}
.page-products .filter-options-content {
  display: block !important;
  padding: 0;
}
.page-products .amshopby-slider-container {
  margin: 30px 0 0px 0px;
}
.page-products .amshopby-slider-container .amshopby-slider-display {
  text-align: left;
  padding-top: 13px;
  font-size: 18px;
  color: #212324;
}
.page-products .product-items .product-label {
  z-index: 2;
  left: 0;
  position: absolute;
  top: 0;
}
.page-products .product-items .stock.unavailable {
  text-transform: uppercase;
  background: #212324;
  color: #ffffff;
  padding: 0 22px;
  font-weight: 400;
  border-radius: 15px 0;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 40px;
}
.page-products .product-items .product-image-photo {
  border-radius: 15px;
  z-index: -1;
}
.page-products .product-items .label-sale.label {
  margin-bottom: 3px;
  background: #d61715;
  line-height: 40px;
  font-size: 12px;
  border-radius: 15px 0;
  padding: 0 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
}
.page-products .product-items .label-new.label {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background: #00699d;
  line-height: 40px;
  border-radius: 15px 0;
  padding: 0 20px;
  letter-spacing: 1.2px;
}
.page-products .product-items a.action.tocompare {
  display: none;
}
.page-products .product-items a.action.towishlist span {
  display: none;
}
.page-products .product-items .actions-secondary {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
}
.page-products ul.items.am-filter-items-attr_category_ids a {
  display: none;
}
.page-products .toolbar-sorter.sorter {
  color: #212324;
  background: #ededed;
  border-radius: 30px;
  padding: 0 0 0 35px;
  margin-right: 30px;
}
.page-products a.action.sorter-action.sort-asc {
  right: 0;
  top: 15px;
  position: absolute;
}
.page-products .sorter-action.sort-desc:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e614';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-products .action.sorter-action.sort-desc {
  top: 15px;
  right: 0;
  position: absolute;
}
.page-products .product-item .actions-secondary .action.towishlist:before {
  background: url("../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.page-products .product-item .actions-secondary .action.towishlist:hover:before {
  background: url("../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-added.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.page-products .product-item .actions-secondary.towishlist-added .action.towishlist:before {
  background: url("../../frontend/Airfrieght/alliance/en_US/Magento_Catalog/images/wishlist-added.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 25px;
  content: "";
}
.page-products .product-item .price-box .price-label {
  display: none;
}
.page-products .product-item-actions .actions-primary {
  text-align: right;
  width: 100%;
  line-height: 60px;
}
.page-products .products {
  margin: 42px 0 21px 0;
}
.page-products.catalogsearch-result-index .page-main {
  margin-top: 90px;
}
.page-products.page-with-filter.catalogsearch-result-index .filter-options-item.list-filter {
  display: none;
}
.page-products.page-layout-2columns-left .column.main {
  padding-left: 0px;
  width: 77.2%;
}
.page-products.page-layout-2columns-left .sidebar-main {
  padding-right: 0;
  width: 22.8%;
}
body.page-products .products-grid .product-item {
  margin-bottom: 45px;
  position: relative;
  margin-left: 32px !important;
  padding: 20px;
  background: #ffffff;
  width: 29.5%;
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  display: inline-block;
}
body.page-products .products-grid .product-item .price-box {
  margin: 14px 0 18px;
  display: flex;
  justify-content: center;
}
body.page-products .columns select {
  font-weight: 600;
  min-width: 157px;
  padding: 0 5px;
  background-color: transparent;
  box-shadow: unset;
  border: none;
  font-size: 16px;
}
body.page-products .columns select:not([disabled]) {
  color: #212324;
  background-position: right 23px top 25px;
  padding: 0 5px;
  margin-left: -5px;
  background-color: transparent;
  box-shadow: unset;
  border: none;
  font-size: 16px;
}
div#amasty-shopby-product-list .toolbar-products:last-child .limiter {
  display: none;
}
div#amasty-shopby-product-list .toolbar-products:last-child .pages {
  float: unset;
}
div#amasty-shopby-product-list .toolbar-products:first-child .limiter {
  color: #212324;
  display: block;
  float: left;
}
div#amasty-shopby-product-list .toolbar-products:first-child .limiter .control {
  font-weight: 600;
}
div#amasty-shopby-product-list .toolbar-products:first-child .limiter .label {
  font-weight: 400;
  margin-right: 8px;
}
div#amasty-shopby-product-list .toolbar-products:first-child .limiter.none {
  display: none;
}
@media all and (max-width: 767px), print {
  .page-products a.action.sorter-action.sort-asc,
  .page-products a.action.sorter-action.sort-desc {
    right: -20px;
    top: 15px;
    position: absolute;
  }
  .page-products .search.results .block {
    margin-left: 20px;
  }
  .page-products .columns {
    padding-top: 0;
  }
  .page-products .columns .product-image-container {
    width: 100% !important;
  }
  .page-products .columns .toolbar.toolbar-products {
    padding-left: 0px;
  }
  .page-products .columns .toolbar.toolbar-products .limiter {
    padding-left: 0;
  }
  .page-products .filter.block {
    text-align: center;
  }
  .page-products .filter.block.active {
    text-align: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .page-products .sidebar-main .filter-options .filter-options-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    padding-top: 15px;
  }
  .page-products .sidebar.sidebar-main .filter-options {
    display: block;
    position: unset;
  }
  .page-products .filter.active .filter-current-subtitle {
    padding-left: 0;
    font-weight: 600;
    line-height: 32px;
    font-size: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #d61715;
  }
  .page-products .filter.active .filter-current {
    border: none;
    color: #212324;
    margin: 0 30px;
  }
  .page-products .filter.active .filter-current .items {
    display: block;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .page-products .filter.active .filter-current .block-subtitle:before {
    display: none;
  }
  .page-products .filter.active .filter-current.active {
    padding-bottom: 0;
  }
  .page-products .filter.active .filter-title {
    left: 0;
    position: unset;
    right: 0;
    top: 0;
    z-index: 2;
    padding-right: 20px;
  }
  .page-products .filter.active .filter-title strong {
    min-width: unset;
    position: absolute;
    padding: 16px 14px;
    top: 0;
  }
  .page-products .filter.active .filter-title strong:hover {
    background: transparent;
  }
  .page-products .filter.active .filter-title strong:after {
    color: #212324;
    cursor: pointer;
  }
  .page-products .amshopby-slider-container .amshopby-slider-display {
    font-size: 18px;
  }
  .page-products .product-items .product-image-photo {
    width: 100%;
  }
  .page-products .block.filter .block-content.filter-content {
    display: none;
  }
  .page-products .block.filter.active .block-content.filter-content {
    display: block;
    overflow: auto;
    height: calc(100vh - 49px);
  }
  .page-products .filter-title strong {
    position: relative;
    min-width: 227px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 16px 96px;
    text-transform: uppercase;
    cursor: pointer;
    left: 0px;
    background-color: #212324;
    border-radius: 25px;
    box-shadow: none;
    border: none;
  }
  .page-products .filter-title strong:hover {
    background-color: #d61715;
  }
  .page-products .toolbar-sorter.sorter {
    margin: auto;
    position: relative;
    display: block;
    float: none;
    width: max-content;
  }
  .page-products .amshopby-slider-container .ui-slider-range {
    background: #d61715;
    height: 4px;
  }
  .page-products .amshopby-slider-container .am-slider .ui-slider-handle {
    padding: 0;
    width: 12px;
    line-height: 14px;
    background: #d61715;
    height: 12px;
    cursor: pointer;
    margin-left: -5px;
    margin-top: -4px;
  }
  .page-products .amshopby-slider-container .am-slider .ui-slider-handle:hover {
    font-weight: 400;
    color: #d61715;
    background: #d61715;
  }
  .page-products .items a.ui-slider-handle:after {
    content: "";
    width: 8px;
    height: 8px;
    top: 2px;
    left: 2px;
    background: #fff;
    z-index: 999;
    position: absolute;
    border-radius: 50%;
  }
  .page-products .filter-options-item.list-filter {
    border-bottom: none;
  }
  .page-products .filter-options-item.list-filter .filter-options-title {
    padding-right: 0;
    padding-left: 0;
  }
  .page-products .filter-options-item.list-filter .filter-options-title:after {
    display: none;
  }
  .page-products.page-layout-2columns-left .sidebar-main {
    text-align: center;
    margin: 0 0 35px 0;
  }
  body.page-products .products-grid .product-item {
    width: 46%;
    margin-left: 20px !important;
  }
  div#amasty-shopby-product-list .toolbar-products:first-child .limiter {
    float: none;
    padding-top: 20px;
    position: relative;
    display: block;
  }
}
@media all and (max-width: 640px), print {
  .page-products .columns .toolbar.toolbar-products {
    padding-left: 0;
  }
  .page-products .columns .height-align {
    padding-bottom: 0;
  }
  .page-products .products-grid .product-item-inner {
    bottom: 0;
  }
  .page-products .products {
    margin: 10px 0 21px 0;
  }
  body.page-products .products-grid .product-item {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media all and (max-width: 425px), print {
  .page-products .am-filter-items-attr_price {
    max-width: unset;
  }
}
#checkout .authentication-wrapper {
  margin-top: 0;
}
#checkout .block-authentication .actions-toolbar .primary {
  float: left;
}
#checkout .block-authentication .actions-toolbar .primary .action {
  line-height: 25px;
  padding: 11.5px;
}
#checkout .block-authentication input {
  border-color: #212324;
}
#checkout #reward-points-form .loading-mask {
  background: transparent;
}
#checkout #reward-points-form .label--checkbox {
  margin-top: 10px;
}
.checkout-cart-index .cart.table-wrapper .item-options {
  width: 100%;
  margin-top: 0;
}
.checkout-index-index .modal-custom.authentication-dropdown .modal-header {
  display: block;
}
.checkout-index-index .modal-custom.authentication-dropdown .modal-header button {
  margin: 0;
  right: 20px;
  font-size: 0;
  min-width: 0;
  top: 20px;
}
.checkout-cart-index .amactions-toolbar button.action.primary {
  padding-top: 10px;
}
.checkout-cart-index .cart-empty {
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0;
}
.checkout-cart-index .bn-content h1 span {
  font-weight: inherit;
}
.checkout-cart-index .cart-container {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.checkout-cart-index .cart-container .table tr:nth-child(even) {
  background: transparent;
}
.checkout-cart-index .cart-container .table tr:nth-child(odd) {
  background: transparent;
}
.checkout-cart-index .cart-container button {
  height: 50px;
}
.checkout-cart-index .cart-container button:focus {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-cart-index .cart-container button:active {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-cart-index .cart-container .form-cart .actions.main .clear {
  float: right;
  display: block;
  margin-left: 15px;
  height: auto;
  clear: none;
}
.checkout-cart-index .cart-container .form-cart .actions.main .continue {
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
}
.checkout-cart-index .cart-container .form-cart .actions.main .continue:hover {
  border: none;
}
.checkout-cart-index .cart-container .form-cart .actions.main .continue:active {
  border: none;
}
.checkout-cart-index .cart-container .form-cart .action.continue {
  float: left;
}
.checkout-cart-index .cart-container .block.crosssell .products-grid .product-item-actions {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item:last-child a.action.multicheckout {
  display: none;
}
.checkout-cart-index .cart-summary .cart-discount {
  width: 100%;
  padding: 0;
}
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary {
  text-align: center;
  width: 100%;
}
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary:hover {
  border: none;
}
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary:active {
  border: none;
}
.checkout-cart-index .cart-summary .block .title strong {
  font-size: inherit;
  font-weight: inherit;
}
.checkout-cart-index .cart-summary .actions-toolbar {
  width: 100%;
}
.checkout-cart-index .cart-summary .amgiftcard-form {
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary .block.discount > .title:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #212324;
  font-size: 1.6rem;
  top: 8px;
  right: 0;
  position: absolute;
}
.checkout-cart-index .cart-summary .block.discount.active > .title:after {
  content: '\f106';
}
.checkout-cart-index .page.messages {
  margin-top: 25px;
  margin-bottom: -25px;
}
.checkout-cart-index .page.messages .message.notice {
  display: none;
}
.checkout-cart-index div#block-shipping {
  display: none;
}
.checkout-cart-index a.action.action-edit {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar .action-delete:hover:before {
  color: #d61715;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
  position: relative;
  float: right;
  height: auto;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: unset;
  margin: 0px;
  overflow: unset;
  padding: 0;
  position: relative;
  display: contents;
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit > span {
  border: 0;
  clip: unset;
  margin: 0px;
  overflow: unset;
  padding: 0;
  position: relative;
  display: contents;
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-towishlist {
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  width: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-towishlist span {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar a.action.towishlist:before {
  content: '\f004';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  line-height: 20px;
  margin-top: 1px;
}
.checkout-cart-index .cart.table-wrapper .item-info td.col.qty {
  position: relative;
  text-align: center;
  width: auto;
  height: auto;
  padding: 10px 11px 10px;
  float: none;
  min-width: 200px;
}
.checkout-cart-index .cart.table-wrapper .item-info .col.price {
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .item-info td {
  vertical-align: middle;
  padding: 10px 11px 10px;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  height: 40px;
  margin-top: 0;
  text-align: center;
  width: 60px;
  padding: 5px;
  border: 1px solid #212324;
}
.checkout-cart-index .cart.table-wrapper .control.qty > label {
  display: inline;
  margin-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .qty {
  width: auto;
  height: auto;
  border: 0;
  float: none;
}
.product-item-name.checkout-cart-index .cart.table-wrapper + .item-options {
  margin-top: 0px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  vertical-align: middle;
  padding-bottom: 0;
  padding-top: 5px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  margin-top: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a {
  text-decoration: none;
  display: inline-block;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  position: relative;
  width: 50%;
  display: table-cell;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  padding-right: 10px;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-photo {
  position: static;
  width: 100px;
  max-width: 100px;
}
.checkout-cart-index .block.crosssell {
  width: 100%;
  padding: 0;
  order: 3;
  max-width: 1147px;
  margin: 0 auto;
  float: none;
  clear: both;
  display: block;
}
.checkout-cart-index .block.crosssell .block-content .products {
  margin-top: 20px;
}
.checkout-cart-index .block.crosssell .block-title {
  text-align: center;
  margin-bottom: 0;
}
.checkout-cart-index .block.crosssell .block-title strong#block-crosssell-heading {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.8px;
}
.checkout-cart-index .block.crosssell .slick-slider {
  position: relative;
  margin: 0 -29.5px;
}
.checkout-cart-index .block.crosssell .product-reviews-summary {
  margin-bottom: 15px;
}
.checkout-cart-index .control.qty div.mage-error[generated] {
  text-transform: initial;
  font-weight: 400;
  max-width: 100%;
  line-height: normal;
  height: 0;
  white-space: normal;
}
.checkout-cart-index .cart-discount .block > .title:after {
  top: 15px;
}
.checkout-cart-index .cart-discount .block.active .content {
  padding: 0;
}
.checkout-cart-index .cart-discount .block.active .content > div {
  margin-bottom: 3px;
}
.checkout-cart-index .cart-discount .amactions-toolbar button {
  width: 100%;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-discount .amactions-toolbar button:nth-child(2) {
  letter-spacing: 0;
  word-spacing: 0;
  padding: 0 5px;
}
.checkout-cart-index .cart-discount .block.discount > .title:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #212324;
  font-size: 1.6rem;
  top: 8px;
  right: 0;
}
.checkout-cart-index span.product-image-container {
  width: 100px;
}
.checkout-cart-index .cart-summary._sticky {
  top: 0;
}
.checkout-cart-index .products-grid .items .details .price-box .price-container span[data-label='Incl. Tax']:before {
  content: 'GST ';
}
.checkout-cart-index .products-grid .items .details .price-box .old-price .price-container span[data-label='Incl. Tax']:before {
  text-decoration: line-through;
  letter-spacing: 0px;
}
.checkout-cart-index .products-grid .slick-slider .slick-arrow {
  padding: 0;
  box-shadow: none;
}
.checkout-cart-index .fieldset.coupon {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.checkout-cart-index .fieldset.coupon .field .label {
  text-transform: initial;
}
.checkout-cart-index div#block-discount {
  max-width: 407px;
  width: 100%;
}
.checkout-cart-index div#block-discount .content {
  padding-bottom: 0;
}
.checkout-cart-index strong.summary.title {
  display: block;
  padding-top: 0;
}
.checkout-cart-index .cart-totals .table-wrapper tbody .totals.shipping .label {
  line-height: 1.875;
  font-weight: 400;
  text-transform: capitalize;
}
.checkout-cart-index .cart-totals .grand .mark {
  border-top: none;
}
.checkout-cart-index .cart-totals .grand .amount {
  border-top: none;
}
.checkout-cart-index tr.grand.totals {
  justify-content: space-between;
}
.checkout-cart-index tr.grand.totals th strong {
  font-weight: 500;
}
.checkout-cart-index tr.grand.totals td strong span {
  font-weight: 500;
}
.checkout-cart-index .message.error {
  margin-bottom: 10px;
  padding-top: 13px;
}
.checkout-cart-index .message.success {
  margin-bottom: 10px;
  padding-top: 13px;
}
.checkout-cart-index .page-main span.product-image-wrapper {
  padding-bottom: 100%;
  margin: 0;
  height: 100%;
}
.checkout-cart-index .page-main .price-wrapper .price {
  letter-spacing: 0px;
}
.checkout-cart-index .page-main .products-grid .product-items .product-item-info .price-box.price-final_price .price-excluding-tax:before {
  letter-spacing: 0px;
}
.checkout-cart-index .page-main .block.crosssell span.product-image-wrapper {
  padding-bottom: 100%;
}
.checkout-cart-index li span.product-image-container {
  width: 100%;
  height: 100%;
}
.checkout-cart-index .secondary-addto-links .action.tocompare::before {
  display: none;
}
.actions-primary.checkout-cart-index .product-item-actions + .actions-secondary {
  display: flex;
  margin-left: 10px;
}
.checkout-cart-index .product-item-actions .actions-primary .stock.unavailable {
  width: 100%;
}
.checkout-cart-index .product-property {
  display: flex;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
}
.checkout-cart-index .product-property .property {
  display: inline-flex;
  justify-content: center;
  position: static;
  border-radius: 0px 0px 6px 6px;
  width: 60px;
  height: 60px;
}
.checkout-cart-index .product-property .property:first-child {
  border-radius: 0px 0px 6px 0px;
}
.checkout-cart-index .product-property .property span {
  display: inline;
  letter-spacing: 0px;
  text-transform: uppercase;
  align-self: center;
}
.price-including-tax.checkout-cart-index .table-wrapper + .price-excluding-tax span.price {
  letter-spacing: 0px;
}
.checkout-cart-index .old-price .price-container .price-wrapper .price {
  text-decoration: line-through;
  letter-spacing: 0px;
}
.checkout-cart-index .page-main {
  position: relative;
  padding: 0 20px;
}
.checkout-cart-index tr.totals.shipping.excl {
  display: none;
}
.checkout-cart-index .columns .column.main {
  padding-bottom: 50px;
}
.checkout-cart-index .mw_reward_slider_contaner {
  display: none;
}
.mw_reward_slider_contaner.checkout-cart-index + div.checkout-cart-index + div {
  display: flex;
}
.checkout-cart-index .cart-summary .amgiftcard-codes-list a.btn-remove {
  padding-left: 10px;
}
.checkout-cart-index .rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 20px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a:hover {
  color: #d61715;
}
.checkout-cart-index .cart-container .cart-summary {
  margin-bottom: 55px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-towishlist {
  text-decoration: none;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item {
  margin-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar a.action.towishlist:before {
  margin-top: 4px;
}
body.checkout-cart-index .block.crosssell {
  margin-top: 35px;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  color: #d61715;
}
.checkout-container .message.warning > *:first-child:before {
  top: 50%;
}
.opc-wrapper .form-login .actions-toolbar > .primary .action {
  padding-top: 17px;
  padding-bottom: 17px;
}
.opc-wrapper .opc > li {
  padding: 0;
}
.opc-wrapper .opc > li:before {
  display: none;
}
.opc-wrapper .shipping-address-item:before {
  border: 0;
  display: none;
}
.opc-wrapper .shipping-address-item .edit-address-link {
  background-image: none;
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 12px 20px 11px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 25px;
  margin-top: auto;
  margin-bottom: 28px;
  padding: 11.5px;
}
.opc-wrapper .shipping-address-item .edit-address-link:focus,
.opc-wrapper .shipping-address-item .edit-address-link:active {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.opc-wrapper .shipping-address-item .edit-address-link:hover {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.opc-wrapper .shipping-address-item .edit-address-link.disabled,
.opc-wrapper .shipping-address-item .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .shipping-address-item .edit-address-link {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.opc-wrapper .shipping-address-item.selected-item .edit-address-link {
  margin-bottom: 0;
}
.opc-wrapper .action-show-popup {
  padding: 11.5px;
}
.opc-wrapper .action-show-popup > span:before {
  position: relative;
  top: -1px;
}
.opc-wrapper .step-title {
  padding-top: 0;
  margin: 0;
}
.opc-wrapper .checkout-payment-method .step-title {
  padding-left: 0;
}
.opc-wrapper .shipping-address-items {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.opc-wrapper .step-content .form-login {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
.opc-wrapper .step-content .form-login .control._with-tooltip input {
  width: 100%;
}
.opc-wrapper .step-content .form-login .field-tooltip {
  display: none;
}
.opc-wrapper .step-content .form-login .field {
  margin: 0 0 10px;
}
.opc-wrapper .step-content .message.notice {
  margin-top: 10px;
}
.opc-wrapper .field-tooltip {
  margin: 11px 0;
}
.checkout-index-index .page.messages .message.notice {
  display: none;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  margin-bottom: 0;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner .details-qty .label {
  font-weight: 400;
  text-transform: initial;
}
.checkout-index-index .opc-block-summary > .title {
  padding-top: 0;
  margin: 0;
  font-weight: 700;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  top: 19px;
  right: 0;
}
.checkout-index-index .opc-block-summary .totals.shipping .label {
  font-weight: 400;
  text-transform: capitalize;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  padding: 20px 15px 0 0;
}
.checkout-index-index .opc-block-summary .mark .value {
  display: none;
}
.checkout-index-index .opc-block-summary .table-totals {
  padding-top: 0;
}
.checkout-index-index .table-checkout-shipping-method {
  border-top: 1px solid #212324;
}
.checkout-index-index .table-checkout-shipping-method .row {
  margin: 0;
  display: table-row;
}
.checkout-index-index #checkout.checkout-container {
  padding-top: 100px;
}
.checkout-index-index .page-title-wrapper {
  height: auto;
  clip: auto;
  position: relative;
  overflow: initial;
  width: 100%;
}
.checkout-index-index .opc-progress-bar-item._active {
  color: #d61715;
}
.checkout-index-index .opc-progress-bar-item._active > span {
  color: #d61715;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #d61715;
  border-color: #d61715;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  border-color: #d61715;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #d61715;
  border-color: #d61715;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  line-height: 26px;
}
.checkout-index-index .methods-shipping .actions-toolbar .action.primary {
  line-height: 25px;
  padding: 11.5px;
}
.checkout-index-index .methods-shipping .actions-toolbar .action.primary.continue {
  font-size: 1.4rem;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .field .label {
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .field .label[for="customer-password"]:after {
  content: "*";
  margin-left: 3px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label {
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  width: 30%;
  margin-right: 3%;
  border: 2px solid #212324;
  display: flex;
  flex-direction: column;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
  float: none;
  padding: 11.5px;
  margin-top: auto;
}
.checkout-index-index .opc-wrapper .edit-address-link:hover {
  text-decoration: none;
  box-shadow: none;
}
.checkout-index-index .opc-wrapper .edit-address-link:active {
  text-decoration: none;
  box-shadow: none;
  border: none;
}
.checkout-index-index .opc-wrapper .step-title {
  font-weight: 600;
}
.checkout-index-index button.action.secondary.action-hide-popup {
  background-image: none;
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 12px 20px 11px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 25px;
  text-decoration: none;
  margin-right: 10px;
}
.checkout-index-index button.action.secondary.action-hide-popup:focus,
.checkout-index-index button.action.secondary.action-hide-popup:active {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.checkout-index-index button.action.secondary.action-hide-popup:hover {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.checkout-index-index button.action.secondary.action-hide-popup.disabled,
.checkout-index-index button.action.secondary.action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index button.action.secondary.action-hide-popup {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-index-index button.action.secondary.action-hide-popup:hover {
  text-decoration: none;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 0px;
}
.checkout-index-index .modal-popup .fieldset .field .control select {
  line-height: 1.5;
}
.checkout-index-index .modal-popup .modal-title {
  color: #212324;
  padding-top: 0;
  margin: 0;
  padding-bottom: 22px;
  width: 100%;
  font-size: 2.6rem;
}
.checkout-index-index .modal-popup .field-tooltip {
  margin: 12px 0;
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 0 15px 20px;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  font-size: 1.4rem;
  line-height: 25px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}
.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active {
  background: #ffffff;
}
.checkout-index-index .checkout-payment-method .payment-option-content {
  padding: 0 0 20px;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount {
  display: flex;
  flex-direction: column;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .control input {
  margin-bottom: 0;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .control input.mage-error {
  margin-bottom: 0;
}
.checkout-index-index .checkout-payment-method .payment-option-content .message {
  margin-bottom: 10px;
}
.checkout-index-index .checkout-payment-method .payment-option-inner {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .form-discount .actions-toolbar {
  margin-top: 15px;
  display: inline-block;
  width: auto;
}
.checkout-index-index .checkout-payment-method .form-discount .amgiftcard_info {
  color: #d61715;
  margin-top: 7px;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  line-height: 20px;
  vertical-align: top;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle:after {
  font-size: 12px;
  line-height: 12px;
  color: #212324;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-title input[type="radio"] {
  margin-top: -1px;
}
.checkout-index-index .checkout-payment-method .payment-method-title .label {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-method-title .label span.stripe-icon-container {
  order: 2;
  padding-left: 10px;
  top: -3px;
}
.checkout-index-index .checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
  float: left;
  line-height: 1.5;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  padding-left: 28px;
  margin-left: 5px;
}
.checkout-index-index .checkout-payment-method .actions-toolbar {
  margin-top: 20px;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.gift-code._active .payment-option-inner {
  margin-bottom: 5px;
}
.checkout-index-index .gift-code .payment-option-content .form-discount .actions-toolbar {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.checkout-index-index .opc-sidebar {
  margin-top: 49px;
}
.checkout-index-index .opc-sidebar .modal-content {
  border: 0;
  border-radius: 0;
  background: transparent;
  display: block;
}
.checkout-index-index .form-login .actions-toolbar {
  display: flex;
  align-items: center;
}
.checkout-index-index .form-login .actions-toolbar .secondary a.action {
  display: inline-flex;
  margin-top: 0;
}
.checkout-index-index .block-content .action.action-login {
  font-size: 1.4rem;
}
.checkout-index-index .block-content .action.action-login:hover {
  text-decoration: none;
}
.checkout-index-index .block-content .action.action-login:active {
  text-decoration: none;
  border: none;
}
.checkout-index-index #checkout-step-payment .discount-code span.action.action-toggle {
  line-height: 20px;
  vertical-align: top;
}
.checkout-index-index .payment-method-billing-address .checkout-billing-address select {
  line-height: 1.5;
}
.checkout-index-index .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block {
  display: flex;
  align-items: baseline;
}
.checkout-index-index input:not([disabled]):focus {
  box-shadow: none;
}
.checkout-index-index textarea:not([disabled]):focus {
  box-shadow: none;
}
.checkout-index-index select:not([disabled]):focus {
  box-shadow: none;
}
input.checkout-index-index #opc-new-shipping-address #shipping-new-address-form + .label {
  font-weight: 400;
  line-height: 1.6875;
  text-transform: none;
  letter-spacing: -0.32px;
}
.checkout-index-index #opc-new-shipping-address #shipping-new-address-form input,
.checkout-index-index #opc-new-shipping-address #shipping-new-address-form select,
.checkout-index-index #opc-new-shipping-address #shipping-new-address-form select:not([disabled]) {
  border-color: #212324;
}
.checkout-index-index .modal-popup.modal-slide .modal-header {
  padding-top: 22px;
}
.checkout-index-index .block.block-customer-login .block-content .label {
  margin-bottom: 10px;
}
.checkout-index-index .block.block-customer-login .block-content .label:after {
  margin-left: 5px;
}
.checkout-index-index .modal-custom.authentication-dropdown .action-close {
  top: 12px;
}
.checkout-index-index .action.action-auth-toggle {
  background-image: none;
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 12px 20px 11px;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 600;
  border-radius: 25px;
  margin-bottom: 20px;
}
.checkout-index-index .action.action-auth-toggle:active {
  text-decoration: none;
  box-shadow: none;
  background: #d61715;
  border: 1px solid #d61715;
}
.checkout-index-index .action.action-auth-toggle:hover {
  background: #d61715;
  border: 1px solid #d61715;
  text-decoration: none;
  box-shadow: none;
}
.checkout-index-index dl.item-options {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.checkout-index-index dl.item-options dt.label {
  margin: 0 10px 0 0;
}
.checkout-index-index dl.item-options dd.values {
  margin: 0;
}
.checkout-index-index .checkout-shipping-method .step-title {
  border-bottom: none;
}
.checkout-index-index .opc-block-shipping-information {
  padding: 0;
  overflow: hidden;
  margin-top: 20px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 7px;
  height: auto;
  text-align: right;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title span {
  padding-right: 25px;
}
.checkout-index-index .modal-slide._inner-scroll .modal-content {
  padding-bottom: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.checkout-index-index input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2px;
  position: relative;
  margin: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #212324;
  box-shadow: none;
}
.checkout-index-index input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: 2px;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.checkout-index-index .rev-banner-wrapper {
  margin-bottom: 0;
}
.checkout-index-index .opc-progress-bar {
  margin-bottom: 50px;
}
.checkout-index-index .amgiftcard-check {
  margin-right: 10px;
}
.checkout-index-index .field-tooltip .field-tooltip-action {
  display: none;
}
.checkout-index-index .field .control._with-tooltip input {
  width: 100%;
}
.checkout-index-index .modal-slide .action-close {
  margin: 34px 29px;
}
.checkout-index-index .message.notice > *:first-child:before {
  top: 50%;
}
.cart-totals tbody .mark {
  background: transparent;
}
.cart-totals tfoot .mark {
  background: transparent;
}
.cart.table-wrapper .cart thead tr th.col {
  padding-left: 11px;
  padding-right: 11px;
  border-bottom: 1px solid #212324;
  border-right: 0;
}
.cart.table-wrapper .cart thead tr .col.price {
  text-align: center;
}
.cart.table-wrapper .cart thead tr th.col.qty {
  text-align: center;
  width: auto;
  height: auto;
  padding: 24px 11px 15px;
}
.cart.table-wrapper .cart > .item {
  border-top: 0;
}
.cart.table-wrapper table {
  border-collapse: collapse;
}
.block.crosssell .slick-list {
  overflow: visible;
  padding: 30px 15px;
}
.block.crosssell .feature-slide {
  opacity: 0;
  transition: opacity .3s;
}
.block.crosssell .slick-active .feature-slide {
  opacity: 1;
}
.block.crosssell .product-box-footer span.old-price {
  display: none;
}
.block.crosssell .product-box-footer > .row:before {
  display: none;
}
.block.crosssell .product-box-footer > .row:after {
  display: none;
}
.block.crosssell .product-box-header .action.towishlist {
  font-size: 24px;
}
.block.crosssell .product-box-header .action.towishlist span {
  display: none;
}
.block.crosssell .product-box-header > .row:before {
  display: none;
}
.block.crosssell .product-box-header > .row:after {
  display: none;
}
.block.crosssell .product-box .custom-button {
  background-image: url(../../frontend/Airfrieght/alliance/en_US/images/product-cart-white.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 50px;
  height: 50px;
  padding: 14px;
}
.block.crosssell .product-box .custom-button span {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  border-radius: 25px;
  vertical-align: top;
  padding: 13px 30px;
  transition: all .2s linear;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  width: 100%;
}
.cart-summary .block .actions-toolbar > .primary .action.primary:focus {
  border: none;
}
.cart-summary .block .fieldset .field > .label {
  display: none;
}
.cart-summary .block .fieldset .field:not(.choice) > .label {
  display: none;
}
.cart-summary .block.discount > .title {
  padding: 10px 40px 10px 0;
  border-top: 1px solid #212324;
  margin-bottom: 0;
  position: relative;
}
.cart-discount {
  padding-top: 20px;
}
.amgiftcard-apply-code.cart-discount .block.discount {
  width: 100%;
}
.table-checkout-shipping-method tbody td {
  width: auto;
  vertical-align: middle;
}
.table-checkout-shipping-method input[type="radio"] {
  display: none;
}
.table-checkout-shipping-method input[type="radio"] + label {
  width: 16px;
  height: 16px;
  font-size: 0;
}
.table-checkout-shipping-method input[type="radio"] + label:before {
  top: 0;
}
.block-authentication .block-title strong {
  font-weight: 700;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  max-width: 100%;
  height: 50px;
  border-radius: 25px;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  text-transform: capitalize;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  margin-left: 0;
  letter-spacing: 2px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus {
  text-decoration: none;
  box-shadow: none;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  text-decoration: none;
  box-shadow: none;
}
.checkout-payment-method .payment-option-content .form-discount .action.action-apply-gift {
  letter-spacing: 2px;
}
 > .legend.checkout-payment-method .fieldset + br {
  display: none;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
  background-image: none;
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lexend', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 12px 20px 11px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 25px;
  text-decoration: none;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:focus,
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:active {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel:hover {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .actions-toolbar .action-cancel {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-payment-method .checkout-billing-address .actions-toolbar .action {
  padding: 11.5px;
  margin: 0 0 0 20px;
}
.checkout-payment-method .checkout-billing-address label {
  margin-left: 5px;
  width: calc(83%);
}
.checkout-payment-method .checkout-billing-address .billing-address-details button {
  margin-top: 20px;
  letter-spacing: 2px;
}
.checkout-payment-method .payment-method-title input[type="radio"] {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  position: relative;
  margin: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #212324;
  cursor: pointer;
}
.checkout-payment-method .payment-method-title input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.checkout-payment-method .billing-address-form .label {
  font-weight: 400;
}
input.checkout-payment-method .billing-address-form + .label {
  text-transform: none;
}
.checkout-payment-method .payment-method._active .payment-method-content p[data-bind*="getInstructions"] {
  padding-left: 20px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  line-height: 20px;
}
.checkout-payment-method .payment-method-content .messages {
  margin-bottom: 10px;
}
.checkout-onepage-success .actions-toolbar {
  text-align: center;
}
.checkout-onepage-success .actions-toolbar > .primary {
  width: auto;
  float: none;
}
.checkout-onepage-success .actions-toolbar .primary a.action {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  margin-right: 0;
  width: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}
.checkout-onepage-success .actions-toolbar .secondary a.action {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  margin-right: 0;
  width: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}
.checkout-onepage-success .page-title-wrapper a.print {
  position: absolute;
  bottom: -50px;
  display: none;
}
.checkout-onepage-success .page-title-wrapper h1 {
  text-align: center;
  padding-bottom: 0;
}
.checkout-onepage-success .columns .column.main {
  position: relative;
  min-height: 0;
  padding-bottom: 65px;
}
.checkout-onepage-success .checkout-success {
  padding-top: 55px;
  text-align: center;
}
.checkout-onepage-success .checkout-success p {
  margin-bottom: 10px;
}
.checkout-onepage-success .checkout-success > p:first-child {
  font-size: 20px;
}
.checkout-onepage-success .checkout-success > p:first-child span {
  font-weight: 700;
}
.checkout-onepage-success #registration {
  text-align: center;
}
.checkout-onepage-success #registration p {
  margin-bottom: 10px;
}
.checkout-onepage-success #registration a.action.primary {
  margin-top: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.checkout-onepage-success .rev-banner-wrapper {
  margin-bottom: 0;
}
.checkout-onepage-success .page.messages {
  display: none;
}
.modal-custom.authentication-dropdown {
  transition: all .2s;
}
.modal-custom.authentication-dropdown .modal-content {
  border: 0;
  border-radius: 0;
  background: transparent;
  display: block;
}
.multishipping-checkout-addresses #checkout_multishipping_form .actions-toolbar .primary {
  width: 30%;
}
.multishipping-checkout-addresses #checkout_multishipping_form .actions-toolbar .primary .action.primary.continue {
  width: 100%;
  padding: 5px 15px;
}
.multishipping-checkout-addresses #checkout_multishipping_form .actions-toolbar .primary .action.primary.continue:active {
  text-decoration: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar {
  display: flex;
  width: 100%;
  align-items: center;
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar > .secondary .action {
  padding: 5px 15px;
  margin-bottom: 0;
  order: 2;
  margin-left: 15px;
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary {
  margin-top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary .action.back {
  margin-top: 0;
  order: 1;
  margin-left: 0;
  max-width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  border: 1px solid var(--primary);
  border-radius: 7px;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  text-transform: capitalize;
  box-shadow: none;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary .action.back:hover {
  text-decoration: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}
.multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary .action.back:active {
  text-decoration: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}
.multishipping-checkout-addresses .multicheckout .title {
  margin-top: 30px;
}
.multishipping-checkout-addresses .multicheckout .item-options {
  margin-top: 0;
}
.multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name {
  line-height: 60px;
}
.multishipping-checkout-addresses .multicheckout .table-wrapper .action.delete {
  line-height: 60px;
}
.multishipping-checkout-addresses .multicheckout .table-wrapper .action.delete::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.multishipping-checkout-addresses .multicheckout .table-wrapper .action.delete span {
  display: none;
}
.multishipping-checkout-addresses .table-wrapper .col.address .control select {
  line-height: 1.4;
}
.multishipping-checkout-addresses .table-wrapper .col.qty .input-text {
  width: 40px;
  height: 40px;
  padding: 5px;
}
.multishipping-checkout-addresses .table-wrapper .table > tbody > tr > td {
  vertical-align: middle;
}
.logout.checkout-cart-index .cart-empty p:last-child {
  margin-bottom: 0;
}
.account.sales-order-print a.logo img {
  max-width: 70px;
  height: auto;
}
.multishipping-checkout-shipping .actions-toolbar .action.primary.continue:active {
  text-decoration: none;
  box-shadow: none;
  border: 1px solid var(--primary);
}
.multishipping-checkout-shipping input:not([disabled]):focus {
  box-shadow: none;
}
.multishipping-checkout-shipping textarea:not([disabled]):focus {
  box-shadow: none;
}
.multishipping-checkout-shipping select:not([disabled]):focus {
  box-shadow: none;
}
.multishipping-checkout-login .block-customer-login .block-content .form-login .actions-toolbar {
  display: flex;
  align-items: center;
}
.multishipping-checkout-login .banner-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.multishipping-checkout-login .page-wrapper .page-title-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.multishipping-checkout-login .login-container .block .block-title {
  text-align: left;
  padding-top: 30px;
}
.multishipping-checkout-login .login-container .block .block-title strong {
  letter-spacing: -1.08px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.multishipping-checkout-login .login-container .fieldset:after {
  margin-left: 0;
  margin-top: 15px;
}
.multishipping-checkout-login .login-container .fieldset > .field > .control {
  max-width: 100%;
  width: 100%;
}
.multishipping-checkout-login .block-new-customer .actions-toolbar .primary .action.create.primary {
  display: flex;
}
.multishipping-checkout-login .field.required .label {
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0;
}
.multishipping-checkout-register .page-wrapper .page-title-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.multishipping-checkout-register .banner-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.multishipping-checkout-register fieldset.fieldset.create.account {
  width: 50%;
  float: left;
}
.multishipping-checkout-register fieldset.fieldset.create.info {
  width: 50%;
  padding-right: 20px;
  float: left;
}
.multishipping-checkout-register form#form-validate {
  width: 100%;
}
.multishipping-checkout-register fieldset.fieldset.address {
  display: none;
}
.multishipping-checkout-register main.page-main {
  margin-top: 0;
}
.multishipping-checkout-register .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
#shipping-new-address-form .fieldset:last-child {
  margin-bottom: 0;
}
#shipping-new-address-form .choice input[type='checkbox'] + .label:before,
#shipping-new-address-form .choice input[type='checkbox'] + label:before {
  top: 4px;
}
#shipping-new-address-form .choice input[type='checkbox'] + .label:after,
#shipping-new-address-form .choice input[type='checkbox'] + label:after {
  top: 1px;
}
.customer-account-create .form-create-account .g-recaptcha {
  float: right;
  margin-top: 30px;
}
.customer-account-create .form-create-account .fieldset.create.account::after {
  display: none;
}
.customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary {
  margin: 0;
}
.customer-account-forgotpassword form.form.password.forget .fieldset .field.captcha label {
  margin-top: 15px;
}
.customer-account-forgotpassword .actions-toolbar .secondary a.action {
  border: 1px solid transparent;
}
#rewardpoints_box .discount-form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2px;
  position: relative;
  margin: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #212324;
  box-shadow: none;
}
#rewardpoints_box .discount-form input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: 2px;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
#rewardpoints_box .discount.discount-codes {
  width: 100%;
  padding: 0;
}
#rewardpoints_box .discount.discount-codes h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
#rewardpoints_box .discount.discount-codes .discount-form {
  letter-spacing: 0px;
  font-size: 15px;
}
#rewardpoints_box .discount.discount-codes .discount-form > div > div {
  width: 100%;
}
#rewardpoints_box .discount.discount-codes .discount-form > div > div > div:not(#mw_reward_slider_contaner) {
  width: 100%;
}
#rewardpoints_box .discount.discount-codes .discount-form #mw_amount {
  width: 100%;
  height: 58px;
  border: 1px solid #212324;
  box-shadow: none;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 20px;
  text-transform: none;
  outline: none;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .checkout-payment-method .payment-option-title {
  padding-left: 0;
  margin-top: 0;
}
.opc-sidebar .opc-block-summary {
  margin-bottom: 0;
  padding: 22px 30px;
}
.opc-sidebar .opc-block-summary .cart-totals .grand strong {
  font-weight: 500;
  padding: 0;
}
.opc-sidebar .opc-block-summary .table-totals .grand strong {
  font-weight: 500;
  padding: 0;
}
.minicart-items .product-item:before {
  display: none;
}
body._has-auth-shown .authentication-wrapper {
  z-index: 9;
}
.opc-block-summary .table-totals tbody .mark {
  background: transparent;
}
.opc-block-summary .table tr:nth-child(even) {
  background: transparent;
}
.opc-block-summary .table tr:nth-child(odd) {
  background: transparent;
}
.authentication-wrapper .actions-toolbar .secondary a.action.action-remind {
  height: auto;
  background: none;
  border: 0;
  padding: 0;
  text-transform: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  color: #212324;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #d61715;
}
.modal-custom.authentication-dropdown._show {
  transition: all .2s;
  background: #ffffff;
  border-radius: 15px;
}
.product-box-header .action.tocompare {
  display: none;
}
table#shopping-cart-totals-table th {
  font-size: 15px;
}
table#shopping-cart-totals-table td {
  font-size: 15px;
}
.checkout-cart-index .cart-container .cart-summary button {
  width: 100%;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-container .cart-summary hr {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .actions.main .continue {
  letter-spacing: 1.2px;
  padding: 0 20px;
  font-size: 14px;
  background: #212324;
  color: #ffffff;
  font-weight: 500;
}
.checkout-cart-index .cart-container .form-cart .actions.main .continue:hover {
  background: #d61715;
}
.checkout-cart-index .cart-container .cart-summary._sticky {
  top: 0 !important;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit:before {
  display: none;
}
.checkout-cart-index .cart-summary .block > .title:after {
  margin: 10px 0 0;
}
.checkout-cart-index .cart-summary .checkout-methods-items {
  margin: 10px 0 0;
}
.checkout-cart-index .cart-summary .rewards__checkout-cart-usepoints .input-box label {
  top: 0 !important;
  position: relative;
  order: 1;
  font-size: 14px !important;
}
.checkout-cart-index .cart-summary .input-box {
  display: flex;
  flex-direction: column;
}
.checkout-cart-index .cart-summary .input-box input {
  order: 2;
}
.checkout-cart-index .cart-discount .block.active .content > div {
  color: #d61715;
}
@media all and only screen and (max-width: 1399.98px) and (min-width: 1250px), print {
  .block.crosssell .arrows-outside .slick-prev {
    left: -15px;
  }
  .block.crosssell .arrows-outside .slick-next {
    right: -15px;
  }
}
@media all and (min-width: 576px), print {
  .block.crosssell .slick-arrow {
    width: 48px;
    height: 29px;
  }
}
@media all and (min-width: 640px), print {
  .block-authentication .block-title {
    font-size: 2.6rem;
  }
}
@media all and (min-width: 768px), print {
  body.checkout-index-index .block-authentication .block-title {
    max-width: 100%;
  }
  body.checkout-index-index .modal-popup .modal-footer .action {
    margin-top: 20px;
  }
  .checkout-cart-index .cart-summary .block > .title:after {
    color: #212324;
    margin: 10px 0 0;
    right: 0;
  }
  .checkout-index-index .opc-wrapper .form-login {
    max-width: 600px;
  }
  .checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .table-checkout-shipping-method {
    max-width: 600px;
    width: 100%;
  }
  .checkout-index-index .opc-sidebar .modal-header {
    display: none;
  }
  .modal-custom.authentication-dropdown .modal-header {
    display: none;
  }
}
@media all and (min-width: 1700px), print {
  .block.crosssell .arrows-outside .slick-prev {
    left: -73px;
  }
  .block.crosssell .arrows-outside .slick-next {
    right: -73px;
  }
}
@media all and (max-width: 1200px), print {
  .cart-container .cart-summary {
    width: 30%;
  }
  .cart-container form.form-cart {
    width: 70%;
  }
  .checkout-cart-index .product-item-actions .actions-primary .stock.unavailable {
    padding: 16px 26px;
  }
  .checkout-index-index .table-checkout-shipping-method {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .checkout-shipping-method .methods-shipping .actions-toolbar {
    margin-top: 20px;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    width: 48.5%;
    margin-right: 3%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item:nth-child(2n) {
    margin-right: 0;
  }
  body.checkout-index-index .checkout-shipping-method .actions-toolbar .action.continue.primary {
    margin-top: 0;
  }
}
@media all and (max-width: 1177px), print {
  .multishipping-checkout-addresses .multicheckout .table-wrapper .product-item-name {
    line-height: 30px;
  }
  .multishipping-checkout-addresses .multicheckout .table-wrapper .action.delete {
    line-height: 30px;
  }
  .checkout-cart-index .rev-banner-wrapper {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1150px), print {
  .checkout-cart-index .cart-discount .amactions-toolbar button {
    letter-spacing: 0;
  }
  .checkout-cart-index .cart.table-wrapper .item-info td.col.qty {
    min-width: 150px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    width: 60%;
  }
  .checkout-cart-index button#empty_cart_button {
    margin-left: 10px;
    letter-spacing: 0;
  }
  .checkout-cart-index .cart-container button {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
  }
  .checkout-cart-index .cart-container button:focus {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0;
  }
  .checkout-cart-index .cart-container button:active {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .continue {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0;
  }
  .checkout-cart-index .cart.main.actions button.action.update {
    margin-left: 10px;
    letter-spacing: 0;
  }
  .cart-summary .block .actions-toolbar > .primary .action.primary {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
  }
}
@media all and (max-width: 1029px), print {
  .checkout-index-index .block-content .actions-toolbar .primary {
    width: 100%;
  }
  .checkout-index-index .block-content .actions-toolbar .primary .action.action-login {
    width: 100%;
  }
  .checkout-index-index .block-content .actions-toolbar .secondary {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
@media all and (max-width: 1024px), print {
  .checkout-cart-index .grand.totals th {
    padding-right: 0;
  }
  .checkout-cart-index .block.crosssell .block-title strong#block-crosssell-heading {
    font-size: 50px;
  }
  .checkout-cart-index .products-grid .slick-slider .slick-arrow {
    top: 38%;
  }
  .checkout-index-index .opc-block-summary .minicart-items-wrapper {
    max-height: initial;
    overflow-x: unset;
    padding: 20px 0px 0 0;
  }
  .checkout-index-index dl.item-options {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout-index-index .minicart-items .product-item-details .product.options .toggle {
    padding: 0 14px 5px 0;
  }
  .checkout-index-index.login #checkout.checkout-container {
    padding-top: 70px;
  }
}
@media all and (max-width: 991px), print {
  .rewards__checkout-cart-usepoints .discount-form .buttons-container {
    margin-top: 20px;
  }
  .checkout-cart-index .rewards__checkout-cart-usepoints .discount-form .buttons-container {
    justify-content: space-between;
    display: flex;
  }
  .checkout-cart-index .cart-container .cart-summary button {
    width: 48%;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    width: 48%;
  }
  .block-authentication .block-title {
    font-size: 2.4rem;
  }
  .checkout-index-index .opc-block-summary > .title {
    font-size: 2.4rem;
  }
  .checkout-index-index .modal-popup .modal-title {
    font-size: 2.4rem;
  }
  .checkout-payment-method .payment-option-content .form-discount .action.action-apply-gift {
    letter-spacing: 1px;
  }
  .checkout-cart-index .cart-summary._sticky {
    position: static;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
  }
  .checkout-cart-index .cart-summary .block .actions-toolbar > .primary {
    text-align: left;
  }
  .checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary {
    width: 48%;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items {
    text-align: left;
    margin-top: 5px;
  }
  .checkout-cart-index .cart-discount .amactions-toolbar button {
    width: 48%;
  }
  .checkout-cart-index .cart-discount .content .amactions-toolbar {
    display: flex;
    justify-content: space-between;
  }
  .checkout-cart-index .cart-discount .block.active .content .control input[type="text"] {
    padding: 15px 20px;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 70%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .continue {
    width: 100%;
    width: auto;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .clear {
    margin-left: 0;
  }
  .price-including-tax.checkout-cart-index .table-wrapper + .price-excluding-tax span.price {
    letter-spacing: 0px;
  }
  .checkout-cart-index .cart.main.actions button.action.update {
    margin-left: 0;
    margin-top: 0;
    padding: 5px 30px;
  }
  .checkout-cart-index button#empty_cart_button {
    margin-top: 15px;
    margin-top: 0;
    order: 1;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 50px;
  }
  .checkout-cart-index div#block-discount {
    max-width: 100%;
  }
  body.checkout-index-index .opc-block-summary > .title {
    max-width: 100%;
  }
  .multishipping-checkout-addresses .multicheckout .actions-toolbar > .secondary .action {
    padding: 5px 25px;
    line-height: 1.5;
    text-align: center;
  }
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .modal-slide._inner-scroll .modal-footer {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 991px) and (min-width: 768px), print {
  .checkout-index-index .opc-wrapper {
    width: 65%;
  }
  .checkout-index-index .opc-sidebar {
    width: 35%;
  }
  .checkout-index-index #checkout.checkout-container {
    overflow: hidden;
  }
  .checkout-cart-index ul.rewards-notification-block {
    padding-top: 0;
  }
  .opc-sidebar .opc-block-summary {
    padding: 22px 20px;
  }
}
@media all and (max-width: 815px), print {
  .checkout-cart-index .cart-discount .block .title::after {
    margin-left: 0px;
  }
}
@media all and (max-width: 768px), print {
  body.checkout-cart-index ul.rewards-notification-block {
    padding-top: 0;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
    order: 2;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item tr.item-info {
    display: contents;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .multishipping-checkout-login .login-container .block .block-title strong {
    font-size: 34px;
  }
  .checkout-payment-method .checkout-billing-address .actions-toolbar .action {
    margin-left: 0;
  }
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    margin-bottom: 20px;
  }
  .checkout-payment-method .payment-option-content .form-discount .action.action-apply-gift {
    width: 100%;
  }
  .checkout-payment-method .field-select-billing {
    max-width: 100%;
  }
  .checkout-payment-method .billing-address-form {
    max-width: 100%;
  }
  #rewardpoints_box .discount.discount-codes {
    padding: 0 15px;
  }
  .block-authentication .block-title {
    max-width: calc(75%);
  }
  .block-authentication .fieldset {
    margin-bottom: 0;
  }
  .authentication-dropdown .modal-inner-wrap {
    padding: 22px 30px;
    overflow-x: hidden;
  }
  .authentication-dropdown header.modal-header {
    border: 0;
    padding: 0;
  }
  .authentication-dropdown.modal-custom .action-close {
    margin: 23px 15px;
    right: 14px;
  }
  .checkout-index-index .opc-sidebar {
    margin-top: 0;
  }
  .checkout-index-index .opc-sidebar .action-close {
    margin: 29px 15px;
    right: 14px;
    min-width: auto;
  }
  .checkout-index-index .opc-sidebar header.modal-header {
    position: relative;
    z-index: 1;
    right: 0;
    border: 0;
    padding: 0;
  }
  .checkout-index-index .columns .column.main {
    padding-bottom: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-method-content {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
    order: 1;
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    height: 50px;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .checkout-index-index .opc-wrapper .form-discount {
    max-width: 100%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item .action.edit-address-link {
    height: 50px;
    margin: 20px 5px 0 0;
    position: static;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item .action.edit-address-link {
    height: 50px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  .checkout-index-index .custom-slide .modal-inner-wrap {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  .checkout-index-index .opc-block-shipping-information {
    padding: 0 30px;
  }
  .checkout-index-index .opc-block-summary > .title {
    padding-bottom: 22px;
    max-width: calc(75%);
  }
  .checkout-index-index .action.action-auth-toggle {
    height: 50px;
    width: 100%;
  }
  .checkout-index-index .checkout-shipping-method .step-title {
    border-bottom: none;
  }
  .checkout-index-index .modal-custom.authentication-dropdown .action-close {
    top: 4px;
    z-index: 99;
    min-width: auto;
  }
  .checkout-index-index .modal-popup .modal-title {
    margin-top: 0;
    padding-bottom: 22px;
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    margin-bottom: 20px;
    width: 100%;
  }
  .checkout-index-index .modal-slide .action-close {
    margin: 28px 28px;
    padding: 0;
  }
  .checkout-index-index #checkout.checkout-container {
    padding-top: 50px;
  }
  .checkout-index-index .block-content .actions-toolbar .secondary .action.action-remind {
    justify-content: center;
    margin-top: 0;
  }
  .checkout-index-index .form-login .actions-toolbar > .primary {
    margin: 0;
    margin-right: 10px;
  }
  .checkout-index-index button.action.secondary.action-hide-popup {
    width: 100%;
    height: 50px;
  }
  .checkout-index-index .amgiftcard-check {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    order: 2;
    width: 100%;
    margin-top: 10px;
  }
  .checkout-index-index .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .checkout-index-index .opc-progress-bar-item {
    margin: 0 0 14px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .checkout-index-index .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .checkout-index-index .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .checkout-index-index .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .checkout-index-index .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .checkout-index-index .opc-progress-bar-item > span:before,
  .checkout-index-index .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .checkout-index-index .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #d61715;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .checkout-index-index .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .checkout-index-index .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .checkout-index-index .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .checkout-index-index .opc-progress-bar-item._complete > span {
    color: #707070;
  }
  .checkout-index-index .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .checkout-index-index .opc-progress-bar-item._active > span {
    font-weight: 600;
  }
  .checkout-index-index .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    min-width: 90px;
    left: 0;
    top: 10px;
    position: static;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-photo {
    max-width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .item-info .col.price {
    text-align: left;
  }
  .checkout-cart-index .cart.table-wrapper .item-info .col.price span.price-including-tax {
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .checkout-cart-index .cart.table-wrapper .item-info .col.price span.price-excluding-tax {
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .checkout-cart-index .cart.table-wrapper .item-info td.col.qty {
    text-align: center;
    width: 33%;
    min-width: 0;
  }
  .checkout-cart-index .cart.table-wrapper .item-info td.col.subtotal {
    text-align: right;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.subtotal span.price-including-tax {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.subtotal span.price-excluding-tax {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table .item .col.item {
    display: flex;
    align-items: center;
    flex-basis: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper tr.item-actions td {
    padding-top: 0;
    padding-left: 11px;
  }
  .checkout-cart-index .cart.table-wrapper tr.item-actions td .actions-toolbar {
    margin-top: 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar {
    margin-top: 10px;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    height: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .continue {
    width: 44%;
    height: 50px;
  }
  .checkout-cart-index .block.crosssell {
    margin-top: 30px;
    padding-top: 0;
  }
  .checkout-cart-index .block.crosssell .block-content .products {
    margin-top: 8px;
  }
  .checkout-cart-index .block.crosssell .block-title strong#block-crosssell-heading {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
    order: 2;
  }
  .checkout-cart-index .cart-summary .block .actions-toolbar > .primary {
    padding: 0;
  }
  .checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary {
    height: 50px;
  }
  .checkout-cart-index .cart-summary .block .field {
    padding: 0;
  }
  .checkout-cart-index .cart-summary .cart-discount {
    padding: 0;
    border: 0;
  }
  .checkout-cart-index ul.slick-dots {
    margin-top: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    justify-content: center;
  }
  .checkout-cart-index ul.slick-dots li {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .checkout-cart-index ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: top;
  }
  .checkout-cart-index ul.slick-dots li:not(.slick-active) button {
    background: #EEEEEE;
    border: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index strong.summary.title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index div#block-discount {
    width: auto;
    max-width: 100%;
    padding: 0;
  }
  .checkout-cart-index div#block-discount .content {
    padding: 0;
  }
  .checkout-cart-index .cart-discount .block.discount > .title:after {
    right: 0;
  }
  .checkout-cart-index button.action.apply.primary {
    height: 50px;
  }
  .checkout-cart-index button#empty_cart_button {
    margin-top: 15px;
    margin-left: 0;
    width: 48%;
  }
  .checkout-cart-index .cart.main.actions button.action.update {
    margin-top: 0;
    width: 48%;
  }
  .checkout-cart-index .product-item-actions .actions-primary .stock.unavailable {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkout-cart-index .products-grid .slick-slider .product-item {
    margin-bottom: 25px;
    margin-left: 0;
  }
  .checkout-cart-index .table-wrapper tfoot table > thead > tr > th {
    padding: 11px 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .table > tbody > tr > th {
    padding: 11px 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .table > tbody > tr > td {
    padding: 11px 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .table > tfoot > tr > th {
    padding: 11px 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .table > tfoot > tr > td {
    padding: 11px 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .table > thead > tr > td {
    padding: 11px 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .gift-options-cart-item.checkout-cart-index + .towishlist {
    left: 0;
  }
  .checkout-cart-index ul.rewards-notification-block {
    padding-top: 70px;
  }
  .checkout-cart-index .page.messages {
    bottom: -70px;
  }
  .checkout-index-index.login #checkout.checkout-container {
    padding-top: 50px;
  }
  .cart.table-wrapper .cart > .item tr.item-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .checkout-container .authentication-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
  }
  body .checkout-payment-method .payment-option {
    margin: 0;
  }
  body .checkout-payment-method .payment-option .payment-option-title {
    padding-right: 0;
    padding-left: 0;
  }
  body .checkout-payment-method .payment-methods {
    margin: 0;
  }
  body._has-auth-shown .authentication-wrapper {
    z-index: 900;
  }
  .multishipping-checkout-register fieldset.fieldset.create.info {
    width: 100%;
    padding-right: 0px;
    padding-top: 30px;
  }
  .multishipping-checkout-register .banner-wrapper {
    margin-bottom: 0px;
  }
  .multishipping-checkout-register .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .multishipping-checkout-register fieldset.fieldset.create.account {
    width: 100%;
  }
  .multishipping-checkout-login .primary span {
    font-size: 15px;
  }
  .multishipping-checkout-login .block-customer-login .block-content .form-login .actions-toolbar {
    flex-direction: column;
  }
  .multishipping-checkout-login .block-customer-login .block-content .form-login .actions-toolbar .primary {
    width: 100%;
  }
  .multishipping-checkout-login .actions-toolbar > .secondary:last-child {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
  }
  .multishipping-checkout-login .actions-toolbar .secondary {
    float: left;
  }
  .multishipping-checkout-login .actions-toolbar .secondary a.action {
    margin-top: 15px;
  }
  .multishipping-checkout-login .login-container .fieldset:after {
    margin-left: 0;
    margin-top: 0;
    text-align: left;
  }
  .multishipping-checkout-login .login-container .block .block-title strong {
    font-size: 25px;
  }
  .multishipping-checkout-login main.page-main {
    margin-top: 0px;
  }
  .multishipping-checkout-login .banner-wrapper {
    margin-bottom: 0px;
  }
  .multishipping-checkout-addresses #checkout_multishipping_form .actions-toolbar .primary {
    width: 34%;
  }
  .multishipping-checkout-addresses .multicheckout .actions-toolbar {
    flex-direction: column;
  }
  .logout.checkout-index-index #checkout.checkout-container {
    padding-top: 100px;
  }
  .modal-popup .field-tooltip {
    margin: 6px 0px;
  }
  .account.sales-order-print h1.page-title {
    line-height: 1;
  }
  .account.sales-order-print main.page-main .page-title-wrapper span.order-status {
    bottom: -55px;
  }
  .account.sales-order-print main.page-main .order-details-items {
    margin-top: 40px;
  }
  .checkout-onepage-success .print {
    display: block;
  }
  .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    line-height: 1;
    letter-spacing: 0;
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 5px;
  }
}
@media all and (max-width: 767px), print {
  .checkout-cart-index .cart-container .form-cart .actions.main .continue {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-summary button {
    width: 100%;
  }
  .checkout-cart-index button#empty_cart_button {
    width: 100%;
  }
  .checkout-cart-index .cart.main.actions button.action.update {
    margin-top: 15px;
    width: 100%;
  }
  .checkout-cart-index .rewards__checkout-cart-usepoints .discount-form .buttons-container {
    display: block;
  }
  .checkout-cart-index .cart-discount .content .amactions-toolbar {
    display: block;
  }
  .checkout-cart-index .cart-discount .amactions-toolbar button {
    width: 100%;
  }
  .checkout-cart-index .cart-discount .block.discount > .title:after {
    right: 15px;
  }
  .checkout-cart-index .cart-summary .block.discount > .title:after {
    right: 15px;
  }
  .checkout-cart-index .cart-summary .block > .title:after {
    right: 15px;
    margin: 10px 0 0;
    color: #212324;
  }
  .checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary {
    width: 100%;
  }
  .checkout-cart-index .cart-summary .block .content {
    padding: 5px 0px 23px;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar a.action.towishlist:hover:before {
    color: #d61715;
  }
  body.checkout-cart-index .cart.table-wrapper .towishlist {
    left: auto;
    right: 0;
  }
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar a.action.towishlist:before {
    margin-top: 2px;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item tr.item-info {
    display: flex;
  }
  .checkout-cart-index .cart-discount .block.active .content {
    padding: 0 15px;
  }
  .checkout-cart-index div#block-discount .content {
    padding: 0 15px;
  }
  .checkout-cart-index .rewards__checkout-cart-usepoints {
    padding: 0 15px;
  }
  .cart-summary .checkout-methods-items .item {
    padding: 0 15px;
  }
  .checkout-index-index .opc-estimated-wrapper {
    background: transparent;
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
    width: auto;
    height: auto;
    padding: 18px 14px;
    margin-top: 0;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    position: relative;
    display: flex;
    align-items: baseline;
    min-width: auto;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: block;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    min-width: auto;
    position: relative;
    display: flex;
    align-items: baseline;
    background: url(../../frontend/Airfrieght/alliance/en_US/images/cart.svg) no-repeat center;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    content: '';
    background: url(../../frontend/Airfrieght/alliance/en_US/images/cart.svg) no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 26px;
    display: block;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .counter.qty {
    border-radius: 50%;
    padding: 0;
  }
  .cart-summary .block.discount > .title {
    padding: 10px 15px 10px 15px;
  }
}
@media all and (max-width: 639px), print {
  .checkout-cart-index .cart-summary .cart-discount {
    width: auto;
  }
  .checkout-index-index .modal-popup .modal-title {
    font-size: 1.8rem;
  }
  .checkout-index-index .opc-block-summary > .title {
    font-size: 1.8rem;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 19px 15px 18px;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item .action.edit-address-link {
    margin-top: 15px;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    padding-right: 35px;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item .action.edit-address-link {
    margin-top: 15px;
  }
  .checkout-index-index .opc-wrapper .form-login {
    padding: 20px 15px 0;
  }
  .checkout-index-index .opc-wrapper .form-login #customer-email-fieldset {
    margin-bottom: 10px;
  }
  .form-login.checkout-index-index .opc-wrapper + .form-shipping-address {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .checkout-index-index .opc-wrapper .checkout-shipping-method .methods-shipping {
    border-bottom: none;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
  }
  .checkout-index-index .opc-wrapper .step-title {
    border-bottom: 1px solid #212324;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-index-index .opc-wrapper .edit-address-link {
    position: relative;
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .edit-address-link:before {
    display: none;
  }
  .checkout-index-index .opc-wrapper .edit-address-link span {
    border: 0;
    clip: unset;
    margin: 0px;
    overflow: unset;
    padding: 0;
    position: relative;
    display: contents;
  }
  .checkout-index-index .opc-wrapper .action-select-shipping-item {
    margin-top: 15px;
  }
  .checkout-index-index .checkout-shipping-method .actions-toolbar .action.continue.primary {
    margin-top: 0;
  }
  .block-authentication .block-title {
    font-size: 1.8rem;
  }
  .multishipping-checkout-addresses .table-wrapper .table > tbody > tr > td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 599px), print {
  .checkout-container .authentication-wrapper {
    width: 100%;
  }
  .checkout-index-index .opc-progress-bar-item {
    width: 50%;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .continue {
    width: 100%;
  }
  .checkout-cart-index button#empty_cart_button {
    width: 100%;
  }
  .checkout-cart-index .cart.main.actions button.action.update {
    margin-top: 15px;
    width: 100%;
  }
  .checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary {
    width: 100%;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items {
    margin: 0;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%;
  }
  .checkout-cart-index .cart-discount .amactions-toolbar button {
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-cart-index .cart-discount .content .amactions-toolbar {
    display: block;
  }
}
@media all and (max-width: 575.98px), print {
  .checkout-payment-method .checkout-billing-address .billing-address-details button {
    line-height: 1;
    padding: 12px 20px;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .continue {
    height: 50px;
  }
  .checkout-cart-index .cart-discount .amactions-toolbar button {
    height: 50px;
  }
  .checkout-onepage-success .actions-toolbar .primary a.action {
    padding: 12px 20px;
  }
  .checkout-onepage-success .actions-toolbar .secondary a.action {
    padding: 12px 20px;
  }
  .checkout-onepage-success #registration a.action.primary {
    padding: 12px 20px;
  }
  .opc-wrapper .form-login .actions-toolbar > .primary .action {
    padding: 12px 20px;
  }
  .opc-wrapper .action-show-popup {
    letter-spacing: 0;
    padding: 13px 20px 11px;
    line-height: 1;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .clear {
    padding: 12px 20px;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main .continue {
    letter-spacing: 0;
    padding: 12px 20px;
    height: auto;
  }
  .checkout-cart-index .cart-container button {
    letter-spacing: 0;
    height: auto;
  }
  .checkout-cart-index .cart-container button:focus {
    letter-spacing: 0;
    height: auto;
  }
  .checkout-cart-index .cart-container button:active {
    letter-spacing: 0;
    height: auto;
  }
  .checkout-cart-index .cart.main.actions button.action.update {
    padding: 12px 20px;
  }
  .checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary {
    letter-spacing: 0;
    padding: 12px 20px;
    height: auto;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    letter-spacing: 0;
    padding: 12px 20px;
    height: auto;
  }
  .checkout-index-index .opc-wrapper .edit-address-link {
    line-height: 1;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item .action.edit-address-link {
    letter-spacing: 0;
    padding: 12px 20px;
    height: auto;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item .action.edit-address-link {
    letter-spacing: 0;
    padding: 12px 20px;
    height: auto;
  }
  .checkout-index-index .opc-wrapper .action-select-shipping-item {
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-index-index .action.action-auth-toggle {
    height: auto;
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .actions-toolbar .primary .action-cancel {
    height: auto;
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    height: auto;
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-index-index button.action.secondary.action-hide-popup {
    height: auto;
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-index-index .block-content .actions-toolbar .secondary {
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-index-index .methods-shipping .actions-toolbar .action.continue.primary {
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-payment-method .checkout-billing-address .primary .action-update {
    height: auto;
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
  .checkout-payment-method .payment-option-content .form-discount .action.action-apply-gift {
    padding: 12px 20px;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media all and (max-width: 535px), print {
  .multishipping-checkout-addresses .multicheckout .actions-toolbar .primary {
    width: 100%;
    margin-bottom: 0;
  }
  .multishipping-checkout-addresses .multicheckout .actions-toolbar .secondary {
    flex-direction: column;
  }
  .multishipping-checkout-addresses .multicheckout .actions-toolbar > .secondary .action {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .multishipping-checkout-addresses #checkout_multishipping_form .actions-toolbar .primary {
    width: 100%;
  }
  .multishipping-checkout-addresses #checkout_multishipping_form .actions-toolbar .primary .action.primary.continue {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 479px), print {
  .checkout-cart-index .cart.table-wrapper .control.qty > label {
    display: inline-block;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.price {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table .item .col.item {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
  .checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.subtotal {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .checkout-cart-index span.product-image-container {
    height: auto;
    vertical-align: top;
  }
  .checkout-index-index .form-login .actions-toolbar {
    flex-direction: column;
  }
  .checkout-index-index .form-login .actions-toolbar > .secondary {
    width: 100%;
  }
  .checkout-index-index .form-login .actions-toolbar .secondary a.action {
    width: 100%;
  }
  .checkout-index-index .form-login .actions-toolbar > .primary {
    width: 100%;
    margin: 0 0 10px;
  }
  .checkout-index-index .gift-code .payment-option-content .form-discount .actions-toolbar {
    flex-direction: column;
  }
  .checkout-index-index #checkout.checkout-container {
    padding-top: 50px;
  }
  .checkout-index-index .minicart-items .product .item-options .label {
    font-size: 13px;
  }
  .checkout-index-index dl.item-options dd.values {
    line-height: 2.5;
  }
  .checkout-index-index .content.minicart-items .product .toggle {
    padding: 0 30px 5px 0;
  }
  .checkout-index-index .opc-progress-bar-item {
    width: 50%;
  }
  .multishipping-checkout-addresses .multicheckout .actions-toolbar {
    flex-direction: column;
  }
  .multishipping-checkout-addresses .multicheckout .actions-toolbar .primary {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .multishipping-checkout-addresses .multicheckout .actions-toolbar > .secondary .action {
    margin-left: 0;
  }
}
@media all and (max-width: 425px), print {
  .checkout-onepage-success #registration a.action.primary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .checkout-onepage-success .actions-toolbar .primary a.action {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .checkout-onepage-success .actions-toolbar .secondary a.action {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .multishipping-checkout-login main.page-main .page.messages {
    margin-top: 50px;
  }
  .multishipping-checkout-login .login-container .block .block-title {
    padding-top: 0px;
  }
}
@media all and (max-width: 394px), print {
  .checkout-index-index dl.item-options dd.values {
    line-height: 1.5;
  }
  body.checkout-cart-index .cart.table-wrapper .col.price .price-including-tax {
    font-size: 13px;
  }
  body.checkout-cart-index .cart.table-wrapper .col.subtotal .price-including-tax .price {
    font-size: 13px;
  }
}
@media all and (max-width: 369px), print {
  .checkout-index-index .opc-progress-bar-item {
    width: 140px;
  }
  .checkout-index-index .opc-progress-bar-item > span {
    line-height: 1.5;
  }
}
@media all and (max-width: 360px), print {
  .checkout-index-index .rewards-block .payment-option-content input {
    padding: 0 19px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-index-index .opc-sidebar .action-close {
    right: 5px;
  }
  .checkout-index-index .table-checkout-shipping-method {
    font-size: 15px;
  }
  .checkout-index-index .opc-block-shipping-information {
    padding: 0 20px;
    overflow: hidden;
  }
  .checkout-index-index .opc-block-summary {
    padding: 22px 20px;
  }
  .checkout-index-index .modal-popup .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-index-index .modal-popup .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .authentication-dropdown .modal-inner-wrap {
    padding: 22px 20px;
  }
  .authentication-dropdown.modal-custom .action-close {
    right: 5px;
  }
  .checkout-cart-index .cart.table-wrapper .col.price {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .col.subtotal {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .products-grid .slick-slider .slick-arrow {
    top: 40%;
  }
  .checkout-index-index.modal-popup .modal-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .table-checkout-shipping-method tbody td {
    padding: 20px 5px;
  }
}
@media all and (max-width: 327px), print {
  .checkout-onepage-success .other-banner-wrapper .page-title-wrapper h1.page-title {
    font-size: 38px;
  }
}
.category-about-us .company-strive {
  padding-bottom: 10px;
}
.category-about-us .company-profile {
  text-align: center;
  margin-bottom: 87px;
}
.category-about-us .company-profile h2 {
  color: #212324;
  padding-bottom: 21px;
}
.category-about-us .company-profile p {
  max-width: 951px;
  margin: 0 auto;
}
.category-about-us .strive-progress {
  display: flex;
  justify-content: space-between;
}
.category-about-us .strive-progress .content-text {
  flex: 0 0 46.3%;
  padding-left: 0.7%;
  max-width: 46.3%;
}
.category-about-us .strive-progress .content-text p {
  max-width: 461px;
  margin-bottom: 16px;
}
.category-about-us .strive-progress .content-text p:last-child {
  margin-bottom: 0;
}
.category-about-us .strive-progress h2 {
  padding-bottom: 26px;
  line-height: 49px;
}
.category-about-us .content-image {
  flex: 0 0 51.4%;
  max-width: 51.4%;
  padding-left: 1.6%;
}
.category-about-us .corporate-culture {
  margin-bottom: 86px;
}
.category-about-us .corporate-culture h2 {
  text-align: center;
  padding-bottom: 49px;
}
.category-about-us .corporate-culture .business-services {
  display: flex;
}
.category-about-us .corporate-culture .content-services {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.category-about-us .content-services .wrapper-text {
  padding: 0 15px 0 11px;
}
.category-about-us .content-services .wrapper-image {
  padding-bottom: 10px;
}
.category-about-us .columns {
  display: none;
}
@media all and (max-width: 1024px), print {
  .category-about-us .strive-progress {
    flex-direction: column;
    align-items: center;
  }
  .category-about-us .strive-progress .content-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .category-about-us .strive-progress .content-text p {
    max-width: 100%;
  }
  .category-about-us .content-image {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .category-about-us .content-image img {
    width: 100%;
  }
  .category-about-us .company-profile {
    margin-bottom: 60px;
  }
  .category-about-us .corporate-culture .business-services {
    flex-wrap: wrap;
    justify-content: center;
  }
  .category-about-us .corporate-culture .business-services .content-services {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .category-about-us .strive-progress h2 br {
    display: none;
  }
  .category-about-us .corporate-culture {
    margin-bottom: 46px;
  }
  .category-about-us .corporate-culture .business-services {
    flex-direction: column;
  }
  .category-about-us .corporate-culture .business-services .content-services {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .category-about-us .page-main {
    margin-top: 40px;
  }
  .category-about-us .featured-banner .page-main {
    margin-top: 0;
  }
  .category-about-us .company-profile {
    margin-bottom: 40px;
  }
}
body.sticky header.page-header {
  background: #fff;
}
header.page-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  height: 150px;
}
.page-wrapper {
  padding-top: 150px;
}
.section.home-service {
  padding-top: 26px;
}
.section.home-service .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  text-align: center;
}
.section.home-service .items .item {
  flex: 0 0 calc(25% - 30px);
  padding: 0 15px;
}
.section.home-service .items .item .info {
  margin-top: 11px;
}
.section.home-service .items .item .info p {
  font-size: 14px;
}
.section.home-service .items .item .info h4 {
  margin-bottom: 12px;
}
.home-about .content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.home-about .content h2 {
  margin-bottom: 24px;
}
.home-about .content p {
  margin-bottom: 38px;
}
.home-about .content a.action.primary {
  min-width: 208px;
}
.cms-index-index .page-main {
  max-width: inherit;
  padding: 0;
}
.cms-index-index .page-main .column.main {
  padding-bottom: 0px;
}
.home-our-services-solutions .section-content {
  margin: 0 -14px;
}
.home-our-services-solutions .section-content .items .item {
  padding: 0 14px;
}
.home-our-services-solutions .section-content .items .item .box-content {
  position: relative;
}
.home-our-services-solutions .section-content .items .item .box-content:hover .content-hover {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.3ss all ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-our-services-solutions .section-content .items .item .box-content:hover .content-hover-link {
  visibility: visible;
  opacity: 1;
  transition: all 0.3ss all ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-our-services-solutions .section-content .items .item .box-content:hover .content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3ss all ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-our-services-solutions .section-content .items .item .box-content:hover .images a:before {
  content: '';
  height: 100%;
  transition: all 0.3ss all ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-our-services-solutions .section-content .items .item .content-hover {
  position: absolute;
  bottom: 75px;
  visibility: hidden;
  opacity: 0;
  width: auto;
  height: 0;
  z-index: 2;
  left: 50px;
  right: 50px;
  max-width: 250px;
}
.home-our-services-solutions .section-content .items .item .content-hover p {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
.home-our-services-solutions .section-content .items .item .content-hover a {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 500;
}
.home-our-services-solutions .section-content .items .item .content-hover h3 {
  color: #ffffff;
  margin-bottom: 8px;
}
.home-our-services-solutions .section-content .items .item .content-hover-link {
  position: absolute;
  bottom: 47px;
  left: 50px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  z-index: 3;
}
.home-our-services-solutions .section-content .items .item .content-hover-link a {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  font-weight: 500;
}
.home-our-services-solutions .section-content .items .item .images {
  position: relative;
  padding-bottom: 114.22%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.home-our-services-solutions .section-content .items .item .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.home-our-services-solutions .section-content .items .item .images a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home-our-services-solutions .section-content .items .item .images a:before {
  background: linear-gradient(rgba(214, 23, 21, 0) 0%, #d61715 100%);
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3ss all ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.home-our-services-solutions .section-content .items .item .images a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.home-our-services-solutions .section-content .items .item .content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  color: #ffffff;
  z-index: 2;
  transition: all 0.3ss all ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-our-services-solutions .section-content .items .item .content h3 {
  color: #ffffff;
}
.home-our-services-solutions .section-content .items .item .content a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.home-our-services-solutions .section-content .owl-dots {
  text-align: center;
  margin: 40px 0 83px;
}
.home-our-services-solutions .section-content .owl-dots button {
  box-shadow: none;
  background: #dbd7d7;
  width: 12px;
  height: 12px;
  min-width: inherit;
  border-radius: 100%;
  margin: 0 7.5px;
}
.home-our-services-solutions .section-content .owl-dots button.active {
  background: #d61715;
}
.home-our-services-solutions .section-header h2 {
  width: calc(100% - 250px);
  float: left;
  margin-top: -3px;
}
.home-our-services-solutions .section-header a.action.primary {
  float: right;
  min-width: 240px;
  text-align: center;
}
.section.home-about {
  margin-top: 88px;
}
.section.home-our-services-solutions {
  padding-top: 20px;
}
.section.home-our-services-solutions .section-header {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 50px;
}
.home-slider .rev-btn {
  min-width: 246px !important;
  text-align: center !important;
  line-height: 50px !important;
  letter-spacing: 1.6px !important;
  font-family: 'Lexend' !important;
  font-size: 14px !important;
  transition: all 0.3ss all ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-slider .rev-btn:hover {
  background: #d61715 !important;
  color: #fff !important;
  transition: all 0.3ss all ease-in;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.home-slider .heading {
  font-family: 'Lexend' !important;
  font-weight: 600 !important;
  letter-spacing: -1.2px !important;
}
.home-slider .description {
  font-family: 'Lexend' !important;
}
.home-slider rs-module-wrap {
  width: 100% !important;
  margin: 0 auto !important;
  left: 0 !important;
}
.home-slider rs-module-wrap rs-module {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
@media all and (max-width: 1300px), print {
  header.page-header {
    height: 130px;
  }
}
@media all and (max-width: 1023px), print {
  .section.home-service .items {
    flex-wrap: wrap;
  }
  .section.home-service .items .item {
    flex: 0 0 calc(50% - 30px);
    margin-bottom: 50px;
  }
  .section.home-our-services-solutions {
    padding-top: 0;
    margin-top: -40px;
  }
  .section.home-our-services-solutions .section-header h2 {
    font-size: 32px;
  }
  .section.home-our-services-solutions .section-content .items .item .content {
    bottom: 30px;
    left: 20px;
    right: 20px;
  }
  .section.home-our-services-solutions .section-content .items .item .content-hover {
    left: 20px;
    right: 20px;
    bottom: 60px;
  }
  .section.home-our-services-solutions .section-content .items .item .content-hover-link {
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
}
@media all and (max-width: 767px), print {
  body.cms-home.open-menu:after {
    display: none;
  }
  .page-wrapper {
    padding-top: 100px;
  }
  header.page-header {
    height: 100px;
  }
  .section.home-service .items .item {
    flex: 100%;
  }
  .section.home-our-services-solutions .section-header h2 {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.2;
  }
  .section.home-our-services-solutions .section-header a.action.primary {
    float: none;
  }
  .section.home-our-services-solutions .section-content .items .item .content {
    bottom: 20px;
    left: 15px;
    right: 15px;
  }
  .section.home-our-services-solutions .section-content .items .item .content-hover {
    left: 15px;
    right: 15px;
    bottom: 45px;
  }
  .section.home-our-services-solutions .section-content .items .item .content-hover-link {
    left: 15px;
    right: 15px;
    bottom: 20px;
  }
  .section.home-our-services-solutions {
    margin-top: 0;
    padding-top: 0;
  }
  .section.home-our-services-solutions .section-header {
    text-align: center;
  }
  .section.home-about {
    margin-top: 50px;
  }
  .home-about .content h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .section.home-service {
    padding-top: 56px;
  }
}
@media all and (max-width: 479px), print {
  .section.home-our-services-solutions .section-content .items .item .content {
    bottom: 30px;
    left: 25px;
    right: 15px;
  }
  .section.home-our-services-solutions .section-content .items .item .content-hover {
    left: 25px;
    right: 15px;
    bottom: 55px;
  }
  .section.home-our-services-solutions .section-content .items .item .content-hover-link {
    left: 25px;
    right: 15px;
    bottom: 30px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.category-faq .columns {
  display: none;
}
.faq-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1151px;
  margin-bottom: 88px;
}
.faq-container h2.faq-title {
  letter-spacing: -0.02em;
  text-align: center;
  color: #212324;
  margin-bottom: 50px;
}
.faq-container .faq-section {
  margin-bottom: 58px;
}
.faq-container .faq-section h3 {
  letter-spacing: -0.02em;
  text-align: left;
  color: #212324;
  margin-top: 10px;
  margin-bottom: 30px;
}
.faq-section .title-button {
  letter-spacing: -0.02em;
  line-height: 24px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #212324;
  padding: 28px 40px;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: none;
}
.faq-section .title-button::after {
  content: "\f067";
  color: #d61715;
  font-family: 'Font Awesome 5 Pro';
}
.faq-section .title-button p {
  margin-bottom: 0;
  width: 100%;
  text-transform: none;
}
.faq-section .section-item {
  margin-bottom: 20px;
}
.faq-section .section-item.active .title-button {
  background-color: #d61715;
  color: #ffffff;
}
.faq-section .section-item.active .title-button::after {
  content: "\f068";
  color: #ffffff;
}
.faq-section .content {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #707070;
  margin-bottom: 58px;
  margin-top: 35px;
  padding-left: 40px;
  display: none;
  width: 93%;
}
@media only screen and (max-width: 767.98px), print {
  .faq-container h2.faq-title {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .faq-container .faq-section h3 {
    margin-bottom: 20px;
  }
  .faq-section .title-button {
    padding: 20px 30px;
    margin-bottom: 0;
  }
  .faq-section .title-button p {
    width: 90%;
  }
  .faq-section .content {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 35px;
    width: 91%;
  }
}
@media only screen and (max-width: 425px), print {
  .faq-section .title-button {
    padding: 12px 15px;
  }
  .faq-section .content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 320px), print {
  .faq-container h2.faq-title {
    font-size: 30px;
    line-height: 40px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.category-our-services .columns {
  display: none;
}
.ourservices-container {
  margin: 0 auto;
  width: 99%;
}
.ourservices-container .widget.block.block-static-block {
  margin-bottom: 52px;
}
.ourservices-uppercontent {
  display: flex;
  justify-content: space-between;
}
.ourservices-uppercontent .ourservices-title h2 {
  letter-spacing: -0.02em;
  color: #212324;
  margin-top: -2px;
  margin-bottom: 27px;
}
.ourservices-uppercontent .tabcontents {
  width: 60.23%;
  margin-bottom: 25px;
}
.ourservices-uppercontent .tabcontent {
  margin-top: -2px;
  min-width: 438px;
}
.ourservices-uppercontent .tabcontent .block {
  margin-bottom: 0;
}
.ourservices-uppercontent .tabcontent .image img {
  border-radius: 15px;
}
.ourservices-uppercontent .tabcontent .text {
  margin-top: 22px;
}
.ourservices-uppercontent .tabcontent .text p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #707070;
  padding-left: 12px;
}
.ourservices-uppercontent .tabcontent .text ul {
  padding-left: 18px;
}
.ourservices-uppercontent .tabcontent .text ul > li {
  margin-bottom: 12px;
}
.ourservices-uppercontent .tabcontent .text ul > li::marker {
  content: "\f35a";
  color: #d61715;
  font-family: 'FontAwesome5Free-Regular-400';
  padding-left: 7px;
}
.ourservices-tab {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  width: 37%;
}
.ourservices-tab #tabs {
  list-style: none;
  padding-left: 0;
}
.ourservices-tab #tabs li {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 363px;
  height: 80px;
  border-radius: 20px;
  text-align: left;
  border: none;
  margin-bottom: 21px;
  box-shadow: none;
}
.ourservices-tab #tabs li a:hover {
  text-decoration: none;
}
.ourservices-tab .tablinks {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
  height: 80px;
  width: 100%;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: none;
  border: none;
  color: #ffffff;
  background-color: #d61715;
  padding-left: 39px;
  cursor: pointer;
}
.ourservices-tab .tablinks.inactive {
  background-color: #ffffff;
  color: #212324;
}
.ourservices-lowercontent {
  margin-bottom: 80px;
}
.ourservices-lowercontent .section-title h2 {
  letter-spacing: -0.02em;
  color: #212324;
  text-align: center;
  margin-top: -48px;
  margin-bottom: 45px;
}
.ourservices-lowercontent .section-items {
  display: grid;
  justify-items: center;
  grid-template-columns: auto auto auto auto;
  grid-gap: 23px 27px;
}
.ourservices-lowercontent .item img {
  border: 4px solid transparent;
  border-radius: 15px;
  box-sizing: border-box;
  width: 265px;
  height: 180px;
}
.ourservices-lowercontent .item img:hover {
  border: 4px solid #d61715;
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
@media all and (max-width: 767.98px), print {
  .category-our-services .featured-banner .featured-image {
    background-position-x: 60%;
  }
  .ourservices-uppercontent .ourservices-tab-mobile {
    display: block;
    margin-top: -40px;
  }
  .ourservices-uppercontent .ourservices-tab-mobile .ourservices-title-mobile {
    text-align: center;
    margin-bottom: 30px;
  }
  .ourservices-uppercontent .ourservices-tab-mobile #select-box {
    margin-bottom: 50px;
    color: #212324;
    font-weight: 600;
  }
  .ourservices-uppercontent .ourservices-tab-mobile .tab-mobile-content .image img {
    border-radius: 15px;
  }
  .ourservices-uppercontent .ourservices-tab-mobile .tab-mobile-content .text {
    margin-top: 15px;
    font-size: 14px;
  }
  .ourservices-uppercontent .ourservices-tab-mobile .tab-mobile-content ul {
    padding-left: 15px;
  }
  .ourservices-uppercontent .ourservices-tab-mobile .tab-mobile-content ul > li::marker {
    content: "\f35a";
    color: #d61715;
    font-family: 'FontAwesome5Free-Regular-400';
  }
  .ourservices-uppercontent .ourservices-tab-mobile .tab-mobile-content p {
    padding-left: 15px;
  }
  .ourservices-uppercontent .ourservices-tab {
    display: none;
  }
  .ourservices-uppercontent .tabcontents {
    display: none;
  }
  .ourservices-lowercontent .section-items {
    grid-gap: 1vw;
    grid-template-columns: auto auto auto;
  }
  .ourservices-lowercontent .item img {
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 600px), print {
  .ourservices-title-mobile {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 414px), print {
  .ourservices-lowercontent .section-items {
    grid-gap: 1vw;
    grid-template-columns: auto auto;
  }
}
@media only print {
  .sales-order-creditmemo .table-order-items.creditmemo .col.total {
    width: 100px;
  }
  .sales-order-creditmemo .table-wrapper.order-items-creditmemo {
    overflow: hidden;
  }
  .sales-order-creditmemo .order-details-items .col.price .price-including-tax {
    line-height: 30px;
  }
  .sales-order-creditmemo .order-details-items .col.subtotal .price-including-tax .price {
    line-height: 30px;
  }
  .sales-order-print small.copyright a.logo-verz {
    font-weight: 600;
  }
  .sales-order-print small.copyright a.logo-verz:after {
    content: '';
    width: 15px;
    height: 13px;
    display: inline-block;
    background-image: url(../../frontend/Airfrieght/alliance/en_US/images/icon-verz.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: top;
    margin: 8px 0 0 3px;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th {
    padding: 20px 15px !important;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
    padding: 20px 15px !important;
  }
  .sales-order-print.account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td {
    padding: 0 15px;
  }
}
.rewards-social-buttons .fb_iframe_widget iframe {
  height: 20px !important;
  overflow: hidden;
  border-radius: 20px;
}
.account .order-details-items .col.price span {
  line-height: 30px;
}
.account .order-details-items .col.subtotal span {
  line-height: 30px;
}
.sales-order-creditmemo .table-order-items.creditmemo .col.total {
  width: 100px;
}
.sales-order-creditmemo .table-wrapper.order-items-creditmemo {
  overflow: hidden;
}
.sales-order-creditmemo .order-details-items .col.price .price-including-tax {
  line-height: 30px;
}
.sales-order-creditmemo .order-details-items .col.subtotal .price-including-tax .price {
  line-height: 30px;
}
.review-customer-view .customer-review .review-details .review-date {
  color: #707070;
}
.sales-order-print small.copyright a.logo-verz {
  font-weight: 600;
}
.sales-order-print small.copyright a.logo-verz:after {
  content: '';
  width: 15px;
  height: 13px;
  display: inline-block;
  background-image: url(../../frontend/Airfrieght/alliance/en_US/images/icon-verz-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: top;
  margin: 6px 0 0 3px;
}
.sales-order-print.account .customs-page-title-wrapper .actions-toolbar.order-actions-toolbar {
  display: none;
}
.sales-order-print.account .customs-page-title-wrapper .order-date {
  margin-bottom: 10px;
}
.sales-order-print.account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table thead th {
  padding: 0 15px;
}
.sales-order-print.account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td {
  font-size: 1.6rem;
  padding: 0 15px;
  line-height: 30px;
  vertical-align: top;
}
.sales-order-print.account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td span {
  font-size: 1.6rem;
  line-height: 30px;
  vertical-align: top;
}
.sales-order-print.account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td strong {
  font-size: 1.6rem;
  line-height: 30px;
  margin: 0;
  vertical-align: top;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before {
  color: #212324;
}
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #212324;
}
.action.back {
  background-image: none;
  background: #212324;
  border: 1px solid #212324;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 12px 20px 11px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.back:hover {
  background: #d61715;
  border: 1px solid #d61715;
  color: #ffffff;
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
  color: #707070;
}
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
  color: #707070;
}
.grecaptcha-badge {
  box-shadow: none !important;
}
.block-addresses-list .items.addresses .item.actions .action:after {
  border-left: 1px solid #707070;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 14px;
  vertical-align: -1px;
}
.account .order-links .item strong {
  margin: 0;
  padding: 1px 35px 1px 35px;
  border: 1px solid #d1d1d1;
}
.account .data.table .col.actions .action:after {
  border-left: 1px solid #707070;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 14px;
  vertical-align: -1px;
}
.account .fb_iframe_widget {
  position: static !important;
}
.account .fb_iframe_widget > span {
  vertical-align: unset !important;
}
.account .rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #d61715;
}
.account .rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  background: #d61715;
}
.account .rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  background: #d61715;
}
.account .tier-progress-bar .tier-point .label {
  display: block;
}
.account .tier-progress-bar .tier-point .number {
  display: block;
}
.account .tier-progress-bar .tier-point .tier-logo {
  display: block;
}
.account .rewards-tier-popup .modal-header {
  padding-bottom: 3rem;
}
.account .rewards-tier-popup h1 {
  color: #707070;
  line-height: 1;
  padding-bottom: 3rem;
}
.account .rewards-tier-popup .action-close {
  padding-top: 3rem;
  margin-top: 0;
}
.account .rewards-tier-popup .action-close:before {
  color: #707070;
}
.account .abs-account-table-margin-desktop {
  margin-top: 0;
}
.account .table-wrapper.balance-history {
  margin-top: 0;
}
.account .table-wrapper.reward-history {
  margin-top: 0;
}
.account .table-wrapper.orders-recent {
  margin-top: 0;
}
.account .product-items .product-item-info .rewards__product-points {
  display: none;
}
[class^='sales-guest-'] .data.table .col.actions .action:after {
  border-left: 1px solid #707070;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 14px;
  vertical-align: -1px;
}
.sales-guest-view .data.table .col.actions .action:after {
  border-left: 1px solid #707070;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 14px;
  vertical-align: -1px;
}
.block .box-actions .action:after {
  border-left: 1px solid #707070;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 14px;
  vertical-align: -1px;
}
.customer-account-login .page-main {
  margin-top: 50px;
}
.customer-account-login .page-main fieldset,
.customer-account-login .page-main div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customer-account-login input:-webkit-autofill {
  background-color: #ffffff;
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-login input:-webkit-autofill:hover {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-login input:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-login .rev-banner-wrapper {
  margin-bottom: 30px;
}
.customer-account-login .login-container .block-new-customer .actions-toolbar {
  margin-top: 20px;
}
.customer-account-login .login-container .fieldset:after {
  margin-left: 0;
  margin-top: 15px;
}
.customer-account-login .login-container .fieldset > .field > .control {
  max-width: 100%;
  width: 100%;
}
.customer-account-login .login-container .block {
  width: 50%;
}
.customer-account-login .login-container .block .block-title {
  text-align: left;
  padding-top: 50px;
}
.customer-account-login .login-container .block .block-title strong {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.6px;
}
.customer-account-login .login-container .block .block-content {
  text-align: left;
  opacity: 1;
}
.customer-account-login .login-container .block-customer-login {
  padding-right: 20px;
}
.customer-account-login a.action::after {
  bottom: 25px;
}
.customer-account-login main#maincontent .columns .login-container .block.block-new-customer .actions-toolbar > .primary .action {
  display: flex;
  align-items: center;
}
.customer-account-login main#maincontent .columns .login-container .block.block-customer-login .block-content form#login-form fieldset.fieldset.login .actions-toolbar .primarybutton#send2 {
  color: #d61715;
}
.customer-account-login main#maincontent .login-container.block.block-customer-login .column:not(.sidebar-additional) form .actions-toolbar .primary button {
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 27px 28px 28px 28px;
}
.customer-account-login .back {
  max-width: 100%;
}
.customer-account-login .page.messages .message {
  margin: 0;
  display: flex;
  padding-left: 55px;
}
.customer-account-login .page.messages .message > *:first-child:before {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  margin: 0;
}
.customer-account-login .actions-toolbar {
  display: flex;
  align-items: center;
}
.customer-account-login .actions-toolbar .secondary {
  float: left;
}
.customer-account-login .actions-toolbar .secondary a.action.remind {
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  padding-right: 0;
  background-color: transparent;
  border: unset;
  padding-left: 0;
  justify-content: unset;
  width: 100%;
  text-decoration: none;
  outline: none;
  border-radius: unset;
  height: 28px;
}
.customer-account-login .actions-toolbar .secondary a.action.remind:hover {
  text-decoration: none;
  outline: none;
}
.customer-account-login .actions-toolbar > .primary .action:focus {
  color: #ffffff;
}
.customer-account-login .actions-toolbar > .primary .action:active {
  color: #ffffff;
}
.customer-account-login .page-title-wrapper h1:after {
  content: none;
}
input:-webkit-autofill:hover {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
textarea:-webkit-autofill {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
textarea:-webkit-autofill:hover {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
textarea:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
select:-webkit-autofill {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
select:-webkit-autofill:hover {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
select:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
.customer-account-create .page-main fieldset,
.customer-account-create .page-main div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customer-account-create input:-webkit-autofill {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-create input:-webkit-autofill:hover {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-create input:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-create .fieldset .legend {
  margin-left: 0;
}
.customer-account-create .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.customer-account-create .fieldset > .field:not(.choice) > .label {
  text-align: left;
  width: 100%;
  margin: 0;
}
.customer-account-create .fieldset > .field.choice:before {
  width: auto;
  padding: 0;
}
.customer-account-create .rev-banner-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.customer-account-create .rev-banner-wrapper .page-title-wrapper h1.page-title {
  padding-left: 20px;
  padding-right: 20px;
}
.customer-account-create .secondary a.action.back:focus {
  color: #ffffff;
}
.customer-account-create .secondary a.action.back:active {
  color: #ffffff;
}
.customer-account-create .secondary a.action.back:hover {
  color: #ffffff;
}
.customer-account-create .page-wrapper .other-banner-wrapper {
  padding-top: 120px;
}
.customer-account-create .back {
  margin-top: 0;
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  box-shadow: none;
}
.customer-account-create .actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.customer-account-create .actions-toolbar .secondary a.action.back::after {
  display: none;
}
.customer-account-create main#maincontent {
  margin-top: 50px;
}
.customer-account-create fieldset.fieldset.create.info {
  width: 50%;
  padding-right: 20px;
  float: left;
}
.customer-account-create fieldset.fieldset.create.account {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.customer-account-create .page-title-wrapper h1 {
  padding-left: 0;
}
.customer-account-create .page-title-wrapper h1:after {
  content: none;
}
.customer-account-create form.create.account.form-create-account {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.customer-account-create .grecaptcha-badge {
  z-index: 2;
}
.customer-account-create input[type="checkbox"]:checked.customer-account-create input[type="checkbox"] + label::after {
  opacity: 1;
}
.customer-account-create .columns .column.main {
  padding-bottom: 160px;
}
.customer-account-create .page.messages .message {
  display: flex;
  padding-left: 55px;
}
.customer-account-create .page.messages .message > *:first-child:before {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  margin: 0;
}
.customer-account-create .form-create-account {
  padding-top: 50px;
}
.customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary:focus {
  color: #ffffff;
}
.customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary:active {
  color: #ffffff;
}
.customer-account-create .form-create-account .g-recaptcha {
  margin-top: 0;
}
.account {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.account .block.block-dashboard-orders .table-wrapper.orders-recent {
  margin: 0;
}
.account .page-main .column.main fieldset,
.account .page-main .column.main div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.account .page-main .column.main p {
  max-width: 100%;
  word-break: break-word;
}
.account .page-main .column.main .block:not(.widget) .block-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.account .page-main .column.main .block:not(.widget) .block-title.earn.subtitle {
  margin-top: 20px;
}
.account .page-main .column.main .block:not(.widget) tr {
  padding-top: 10px;
}
.account input:-webkit-autofill {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.account input:-webkit-autofill:hover {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.account input:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.account .product-reviews-summary.empty {
  padding-bottom: 13px;
  height: 30px;
}
.account a.action.order {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  margin-right: 30px;
  border-radius: unset;
  height: 28px;
}
.account .actions-toolbar.order-actions-toolbar .actions {
  display: flex;
  align-items: center;
}
.account .actions-toolbar.order-actions-toolbar .actions a.action.order {
  background-size: 100% 1px,0 1px;
  background-position: 100% 100%,0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.account .actions-toolbar.order-actions-toolbar .actions a.action.order:hover {
  text-decoration: none;
  outline: none;
}
.account .actions-toolbar.order-actions-toolbar .actions a.action.print {
  background-size: 100% 1px,0 1px;
  background-position: 100% 100%,0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  height: 28px;
  border-radius: unset;
}
.account .actions-toolbar.order-actions-toolbar .actions a.action.print:hover {
  text-decoration: none;
  outline: none;
}
.account .order-actions-toolbar a.action.print {
  padding: 0;
  padding-right: 0;
  display: flex;
}
.account .order-actions-toolbar .action {
  background-color: transparent;
  border: unset;
  margin-right: 0px;
  margin: 0;
}
.account .order-details-items .actions-toolbar a.action.print {
  display: none;
}
.account .order-details-items .order-title {
  display: flex;
}
.account .order-details-items .order-title .action.track {
  display: none;
}
.account .order-details-items .order-title .action:hover {
  text-decoration: none;
  outline: none;
}
.account .order-details-items .item-options dt {
  position: relative;
}
.account .order-details-items .item-options dt::after {
  content: ':';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.account .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  padding: 17px 15px;
  text-align: right;
}
.account .product-reviews-summary {
  margin-bottom: 0;
  text-align: left;
  height: 30px;
}
.account .product-reviews-summary .reviews-actions {
  margin-top: 14px;
}
.account .account.review-customer-index table > thead > tr > th {
  padding: 8px 5px ;
}
.account .account.review-customer-index table > tbody > tr > th {
  padding: 8px 5px ;
}
.account .account.rewardpoints-rewardpoints-index .table-wrapper .col {
  padding: 8px 5px ;
}
.account .table-wrapper {
  border-bottom: none;
  border-top: none;
}
.account .table-wrapper .col {
  padding: 8px 5px;
  position: relative;
  width: auto;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.account .table-wrapper .first.last {
  position: relative;
  width: auto;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  line-height: 30px;
  letter-spacing: 0;
}
.account .table-wrapper td.col.actions a.action.edit:hover {
  background-size: 0 1px,57% 1px;
}
.account .table-wrapper td.col.actions a.action.delete {
  background-size: 100% 1px,0 1px;
  background-position: 100% 100%,0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.account .table-wrapper td.col.actions a.action.delete:hover {
  text-decoration: none;
  outline: none;
}
.account .table-wrapper .data.table > tfoot > tr > th {
  padding: 20px 15px;
}
.account .field.input-box.name-firstname .input-box {
  margin-bottom: 20px;
}
.account .field.input-box.name-firstname .input-box #email {
  height: 50px;
  padding-top: 14px;
}
.account .sales-order-print .cart.table-wrapper .col.price {
  text-align: left;
}
.account .sales-order-print .cart.table-wrapper .col.qty {
  text-align: left;
}
.account .sales-order-print .cart.table-wrapper .col.subtotal {
  text-align: left;
}
.account .sales-order-print .cart.table-wrapper .col.msrp {
  text-align: left;
}
.account .sales-order-print .order-items.table-wrapper .col.price {
  text-align: left;
}
.account .sales-order-print .order-items.table-wrapper .col.qty {
  text-align: left;
}
.account .sales-order-print .order-items.table-wrapper .col.subtotal {
  text-align: left;
}
.account .sales-order-print .order-items.table-wrapper .col.msrp {
  text-align: left;
}
.account .toolbar {
  display: none;
}
.account .mw-reward-points input.input-text {
  width: 100%;
  width: 56%;
}
.account .mw-reward-points textarea.input-text {
  width: 100%;
  height: 145px;
  padding: 10px 19px;
  width: 56%;
}
.account .mw-reward-points .input-coupon {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 39.5%;
}
.account .mw-reward-points .button-coupon button {
  margin-left: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  text-transform: uppercase;
  letter-spacing: 3.08px;
  box-shadow: none;
  margin: 26px 0 0 10px;
}
.account .mw-reward-points .button-coupon button:hover {
  color: #ffffff;
}
.account .mw-reward-points .button-coupon button:focus {
  color: #ffffff;
}
.account .mw-reward-points .button-coupon button:active {
  color: #ffffff;
}
.account .mw-reward-points .addthis_counter.addthis_bubble_style {
  background: url(data:image/gif;base64,R0lGODlhUgBkAKIEAOrq6sLCwoWFhf///////wAAAAAAAAAAACH5BAEAAAQALAAAAABSAGQAAAP/SLoa/jDKSetkOGsdwPhgKI5kaYpAsK1sd75wPKZsjQVyrpuq7eO7YLDnqwGFyBixuDomn6UlkwOtkqTTm3ULwmYXTi7U+3WJreSp+VxNF9fs8ZcBjz/dRo8dPSfU90l4TXqAcn1/hTuCLYSJQ31gjY45i3mTipB0kpcnlTZhnDyZdKFKo2ClMJ5GqS+rLa2dpw2xorOgtR+vg7kou7y9AzSzYBbGx8gRxAwCzc7P0NHS09TSywoCm60AAsvZwSDcxALgId2z5OUf56fp6uyj7uXwmfLg9JD2wfh9+r38X76pGwBwisCBBYscRFhP2718Dh/OWThwXb+IEidi/New+SKIhD4ozmu3sRVIhSVLnVRYcWXIluNgopPZjmY8m/VwQlQnblxKRz29VRtKtCg0YsmSOsBgtGmzNz9zDCMgEkpQWGyI+KuyElebBVuhdI2jNc5JRF+pRtUBEu3XqlYSum0DNy6jPQHqcrVEVq2ds2spYQssY2xWsGZ/9MWW+NNiqo35cpmqV8jVFkqTMXVqlEnmz1I4i4Y3twplwjqCehVTthC71VxaA3qdSPYe2oVs/0WVG7HrBqgx+f1deouKylsEFDeOPPlyNM3tPpcTXSzw2oMT4QakOzJs475n8+Ye/vZ4vOV30+rN+Pf1PacBXQWdefPopgQSAAA7);
  background-repeat: no-repeat;
  transition: none;
}
.account .mw-reward-points .addthis_counter.addthis_bubble_style:hover {
  background-size: unset;
}
.account .fieldset .legend {
  letter-spacing: -1.08px;
  font-size: 30px;
  text-align: left;
  line-height: 40px;
  text-transform: capitalize;
  margin-left: 0;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.account .fieldset .legend span {
  text-transform: capitalize;
  text-align: left;
  letter-spacing: -1.08px;
  font-size: 30px;
  line-height: 40px;
}
.account .fieldset > .fields > .field.required > .label:after {
  margin-left: 3px;
}
.account .fieldset > .fields > .field {
  margin: 0 0 10px;
  overflow: hidden;
  text-align: left;
}
.account .fieldset > .field.choice {
  margin-bottom: 0;
}
.account .fieldset > .field.choice:before {
  padding: 0;
  width: auto;
}
.account .fieldset > .field > .label {
  line-height: 1.71;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: inline-block;
}
.account .fieldset .field.qty .label {
  display: flex;
  justify-content: center;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 6px 15px 0 0;
}
.account input.input-text.required-entry.mw-rewardpoint-validate-coupon-code {
  width: 50%;
  height: 58px;
  box-shadow: none;
  border-radius: 10px;
  padding: 0px;
  background: #ffffff;
  padding-left: 19px;
  text-transform: none;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.account input.input-text.required-entry.mw-rewardpoint-validate-coupon-code:focus {
  background: #ffffff;
}
.account .reward-table .input-box input {
  height: 58px;
  box-shadow: none;
  border-radius: 10px;
  padding: 0px;
  background: #ffffff;
  padding-left: 19px;
  text-transform: none;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.account .reward-table .input-box input:focus {
  background: #ffffff;
}
.account .reward-table button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  text-transform: uppercase;
  letter-spacing: 3.08px;
  box-shadow: none;
}
.account .reward-table button:hover {
  color: #ffffff;
}
.account .reward-table button:focus {
  color: #ffffff;
}
.account .reward-table button:active {
  color: #ffffff;
}
.account .customer-review img.product-image-photo {
  margin-top: 0;
}
.account .customer-review .review-details .title {
  padding-top: 20px;
}
.account .customer-review .product-details a.product-photo {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
}
.account .review-customer-view .customer-review .product-details {
  margin-bottom: 0;
}
.account .columns {
  padding-top: 50px;
}
.account .columns .column.main .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody tr#order-item-row-36 {
  text-align: left;
}
.account .rating-summary .rating-result {
  margin-top: -4px;
  width: 100px;
  display: block;
}
.account .rating-summary .rating-result::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  color: #d61715;
}
.account .rating-summary .rating-result > span::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  color: #d61715;
  font-weight: 900;
}
.account .column.main {
  padding-bottom: 130px;
}
.account .column.main .block:not(.widget) .box-title > span {
  text-transform: capitalize;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-size: 33px;
  text-align: left;
  line-height: 40px;
  text-transform: capitalize;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
  background-position: center left 45px;
  border-bottom: 0;
}
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.account .products-grid.wishlist .product-item .box-tocart .stock {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  text-transform: uppercase;
  box-shadow: none;
  width: 100%;
  background: #212324;
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding: 12px 0 11px;
  opacity: 0.3;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.account .products-grid.wishlist .product-item .box-tocart input.qty {
  text-align: center;
  width: 60px;
  padding: 15px 4px;
  border: 1px solid #212324;
}
.account .products-grid.wishlist .product-item .price-box {
  order: 4;
  padding-bottom: 15px;
  justify-content: center;
}
.account .products-grid.wishlist .product-item-photo {
  order: 1;
  background: none;
}
.account .products-grid.wishlist .product-item-photo .product-image-container {
  width: 100% !important;
}
.account .products-grid.wishlist .product-item-photo .product-image-container .product-image-photo {
  width: 100%;
  border-radius: 15px;
}
.account .products-grid.wishlist .product-item-name {
  order: 3;
  text-align: center;
}
.account .products-grid.wishlist .product-item-name > a {
  background: none;
  height: 50px;
  display: block;
  padding-bottom: 0;
}
.account .rev-banner-wrapper {
  margin-bottom: 30px;
}
.account .messages {
  margin-bottom: 0;
}
.account .sidebar-additional {
  display: none;
}
.account .message.info.empty {
  text-align: left;
  margin-bottom: 20px;
}
.account .message.info.empty span:before {
  margin: -10px 0 0;
}
.account .dropdown-account {
  display: none;
}
.account .block-collapsible-nav .item .delimiter {
  margin: 0;
}
.account .block-collapsible-nav .item strong {
  color: #ffffff;
  border-left: none;
}
.account .block-collapsible-nav .content {
  padding: 0;
}
.account .block-collapsible-nav .content .nav .nav.current,
.account .block-collapsible-nav .content .nav .nav:hover {
  padding: 0 18px;
  border-left: 4px solid #d61715;
  color: #212324;
}
.account .block-collapsible-nav .content .nav {
  display: block;
}
.account .block-collapsible-nav .content .nav .nav {
  padding: 0 18px;
  border-left: 4px solid transparent;
}
.account .block-collapsible-nav .content .nav .nav a:hover {
  background: transparent;
  padding: 5px 18px 5px 15px;
}
.account .block-collapsible-nav .item.current strong {
  color: #212324;
  padding: 5px 18px 5px 18px;
}
.account .block-collapsible-nav .item.current a {
  color: #212324;
  border-left: none;
}
.account .block-collapsible-nav .item.current a strong {
  padding: 0;
}
.account .data.table .col.actions {
  width: 200px;
}
.account .back {
  margin-top: 0;
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  box-shadow: none;
}
.account .block-collapsible-nav-content ul li.item a::after {
  display: none;
}
.account .block-dashboard-info .block-content .box-information .box-actions a.action.edit::after {
  position: relative;
  width: auto;
  border-left: 1px solid #707070;
}
.account .block-dashboard-info a.action:hover {
  text-decoration: none;
  outline: none;
}
.account main#maincontent {
  margin-top: 50px;
  margin-bottom: 0;
}
.account main#maincontent .columns .main .page-title-wrapper h1.page-title {
  padding-top: 0;
}
.account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.qty {
  text-align: left;
  word-break: break-word;
}
.account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.sku {
  text-align: left;
  word-break: break-word;
}
.account main#maincontent .columns .products-grid.wishlist ol.product-items {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: initial;
}
.account .block-reviews-dashboard a:hover {
  text-decoration: none;
  outline: none;
}
.account .block-reviews-dashboard .items .item {
  margin-bottom: 10px;
}
.account .block-reviews-dashboard .items .item:not(:first-child) {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.account .block-dashboard-addresses a:hover {
  text-decoration: none;
  outline: none;
}
.account .block-dashboard-orders a:hover {
  text-decoration: none;
  outline: none;
}
.account .orders-history .table-order-items a:hover {
  text-decoration: none;
  outline: none;
}
.account .column:not(.sidebar-additional) form .actions-toolbar {
  clear: both;
  margin-top: 20px;
}
.account .page-title-wrapper h1:after {
  content: none;
}
.price-including-tax.account .price-container + .price-excluding-tax {
  margin-top: 0;
}
.account .product-item .price-box .price-label {
  display: none;
}
.account .product-item .product-reviews-summary .reviews-actions a.action.view {
  display: none;
}
.account .mark {
  background-color: transparent;
}
.account .price-box p.price-as-configured {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  flex-direction: row-reverse;
  max-height: 100%;
  line-height: 1;
  margin: 0;
  margin-top: 10px;
}
.account .price-box p.price-as-configured .old-price {
  margin: 0;
  padding-right: 5px;
}
.account .price-box p.price-as-configured .old-price .price-wrapper .price {
  color: #aaa;
}
.account .form-edit-account .password-info {
  display: none;
}
.account .sidebar.sidebar-main {
  margin-bottom: 100px;
}
.account .amgiftcard-form fieldset.fieldset {
  width: 55%;
}
.account .order-products-toolbar.toolbar.bottom {
  display: none;
}
.account span.rewards-referral-link {
  width: 100%;
  overflow: hidden;
  display: block;
  white-space: initial;
  word-wrap: break-word;
}
.account .pci-dss-info-text {
  display: inline-block;
  position: relative;
  top: -30px;
}
.account strong.box-title {
  line-height: 30px;
  text-transform: uppercase;
}
.account .block-addresses-default a:hover {
  text-decoration: none;
  outline: none;
}
.account .block-addresses-list a:hover {
  text-decoration: none;
  outline: none;
}
.account .page-wrapper .page-title-wrapper {
  color: #ffffff;
}
.account .page-wrapper .page-title-wrapper span.order-status {
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -45px;
}
.account .page-wrapper .page-title-wrapper .order-status {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.account .customs-page-title-wrapper .actions-toolbar.order-actions-toolbar {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
}
.account .customs-page-title-wrapper .order-status {
  margin-top: 0;
  border: 2px solid #212324;
  margin-bottom: 20px;
}
.account .banner-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.account .box-content address {
  text-align: left;
}
.account .message.error > *:first-child:before {
  top: 50%;
}
.account .actions-toolbar > .secondary {
  float: left;
}
.account .actions-toolbar > .secondary a.action.back {
  display: flex;
  margin-top: 0;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.account .actions-toolbar > .secondary a.action.back:hover {
  color: #ffffff;
}
.account .actions-toolbar > .secondary a.action.back:focus {
  color: #ffffff;
}
.account .actions-toolbar > .secondary a.action.back:active {
  color: #ffffff;
}
.account .actions-toolbar > .primary {
  float: right;
}
.account .actions-toolbar > .primary .action.save {
  margin: 0;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 1.4rem;
}
.account .actions-toolbar > .primary button.action.update:hover {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action.update:focus {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action.update:active {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action.share:hover {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action.share:focus {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action.share:active {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action.tocart:hover {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action.tocart:focus {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action.tocart:active {
  color: #ffffff;
}
.account .actions-toolbar > .primary .action.add:focus {
  color: #ffffff;
}
.account .actions-toolbar > .primary .action.add:active {
  color: #ffffff;
}
.account .actions-toolbar > .primary .action.save:focus {
  color: #ffffff;
}
.account .actions-toolbar > .primary .action.save:active {
  color: #ffffff;
}
.account .buttons-set .action.save:focus {
  color: #ffffff;
}
.account .buttons-set .action.save:active {
  color: #ffffff;
}
.account select#country {
  padding: 0px 25px;
}
.account span.green {
  background: none;
}
.account .block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: static;
  display: flex;
}
.account .block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: static !important;
  clear: both;
  top: 0px;
  margin-left: 10px;
}
.account .block-rewards-referral-list div.rewards-social-buttons div.tw iframe#twitter-widget-0 {
  margin-bottom: 0;
}
.account strong.product.name.product-item-name {
  text-align: left;
  padding: 0;
}
.account .box-information .box-actions a.action.edit:hover {
  background-size: 0 1px,57% 1px;
}
.account .table-order-items td.col.actions a.action.view:hover {
  background-size: 0 1px,76% 1px;
}
.account .table-order-items tr:nth-child(2n) td.col.actions a.action.view:hover {
  background-size: 0 1px,76% 1px;
}
.account .table-order-items .col.qty {
  width: auto;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 8px;
  float: none;
  border: none;
}
.account .table-order-items .col.qty span.qty {
  width: auto;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 8px;
  float: none;
  border: none;
}
.account .product-item-tooltip span.tooltip {
  display: none;
}
.account input[type="checkbox"] {
  display: none;
}
.account input[type="checkbox"]:checked.account input[type="checkbox"] + label::after {
  opacity: 1;
}
.account input[type="radio"] {
  display: none;
}
.account input[type="radio"]:checked.account input[type="radio"] + label::after {
  opacity: 1;
}
input[type="checkbox"].account + label {
  text-transform: none;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
input[type="checkbox"].account + label:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  border-radius: 2px;
}
input[type="checkbox"].account + label::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  left: 3px;
  top: 6px;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
input[type="radio"].account + label {
  text-transform: none;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
input[type="radio"].account + label:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 2px;
  border-radius: 50%;
}
input[type="radio"].account + label::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  left: 3px;
  top: 6px;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.account .page.messages .message {
  display: flex;
  padding-left: 55px;
  margin-bottom: 15px;
}
.account .page.messages .message > *:first-child:before {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  margin: 0;
}
.account .box-order-shipping-address a:hover {
  text-decoration: none;
  outline: none;
}
.account .box-order-billing-address a:hover {
  text-decoration: none;
  outline: none;
}
.account .table-reviews .product-name a:hover {
  text-decoration: none;
  outline: none;
}
.account .table-reviews a:hover {
  text-decoration: none;
  outline: none;
}
.account .block-order-details-view .box-content .payment-method .content {
  display: none;
}
.account .primary .action.save:focus {
  color: #ffffff;
}
.account .primary .action.save:active {
  color: #ffffff;
}
.account .table tr:nth-child(odd) {
  background-color: transparent;
}
.account .table tr:nth-child(even) {
  background-color: transparent;
}
.account .table tr td:first-child {
  border-right: none;
}
.account.sales-order-printshipment a.logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.account.sales-order-printshipment .page-title-wrapper span.order-status {
  display: none;
}
.sales-order-printinvoice a.logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.sales-order-printcreditmemo a.logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.order-details-items .order-title .action {
  margin-top: 6px;
}
.account.customer-account-index .rating-summary {
  display: flex;
  align-items: center;
}
.account.customer-account-index .block:last-child .block-title a {
  display: none;
}
.account.wishlist-index-index .product-reviews-summary {
  text-align: left;
  order: 2;
  margin-bottom: 17px;
  display: none;
}
.account.wishlist-index-index .product-reviews-summary .rating-summary {
  display: none;
}
.account.wishlist-index-index .actions-toolbar > .secondary {
  margin-left: 10px;
}
.account.wishlist-index-index .products-grid .product-item-inner {
  order: 5;
  border: 0;
  background: transparent;
  display: block;
}
.account.review-customer-view .customer-review-rating .rating-summary.item {
  display: flex;
  align-items: baseline;
  margin-top: 0;
}
.account.review-customer-view .customer-review.view .product-details {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.account.review-customer-view .column.main h2 {
  font-size: 35px;
  margin-bottom: 0;
}
.account.review-customer-view .customer-review .review-details {
  padding-top: 20px;
  margin-bottom: 20px;
}
.account.review-customer-view .rating-summary .rating-result {
  margin-top: 10px;
}
.account.rewardpoints-invitation-index .div_share {
  margin-top: 10px;
}
.account.rewardpoints-invitation-index .div_share input {
  height: 58px;
  box-shadow: none;
  border-radius: 10px;
  padding: 0px;
  background: #ffffff;
  padding-left: 19px;
  padding-right: 19px;
  text-transform: none;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.account.rewardpoints-invitation-index .div_share input:focus {
  background: #ffffff;
}
.account.rewardpoints-invitation-index .message-error.error.message {
  display: none;
}
.account.rewardpoints-invitation-index .dashboard.mw-reward-points label {
  margin: 0;
  line-height: 1.6875;
}
.account.customer-address-index .table-wrapper .col {
  padding: 8px 5px ;
}
.account.customer-address-index .data.table .col.actions {
  white-space: nowrap;
  width: 15%;
}
.account.customer-address-index .data.table .col.actions .action.delete {
  color: #707070;
}
.account.customer-address-index .data.table .col.actions .action.delete:hover {
  color: #d61715;
}
.account.sales-order-print .price-excluding-tax {
  margin-right: 0;
}
.account.sales-order-print main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.qty {
  text-align: right;
  border: none;
}
.account.sales-order-print a.logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.account.sales-order-print .page-title-wrapper {
  text-align: left;
}
.account.sales-order-print h1.page-title {
  margin-bottom: 20px;
  color: #707070;
}
.account.sales-order-print .copyright a {
  color: #ffffff;
}
.abs-pager-toolbar {
  display: none;
}
.toolbar-giftregistry-results {
  display: none;
}
.toolbar-wishlist-results {
  display: none;
}
.account.rewardpoints-rewardpoints-index .dashboard.mw-reward-points .block .block-title:first-child a {
  display: none;
}
.account.rewardpoints-rewardpoints-index .dashboard.mw-reward-points label {
  margin: 0;
  line-height: 1.6875;
}
.account.rewardpoints-rewardpoints-index .dashboard.mw-reward-points .input-coupon label {
  padding-bottom: 10px;
}
.account.review-customer-index .table-wrapper .col.item {
  width: 25%;
}
.account.review-customer-index .rating-summary .rating-result {
  margin-top: 10px;
}
.account.customer-address-form .message.info {
  display: none;
}
.fieldset > .fields > .field._required > .label:after {
  margin-left: 3px;
}
.fieldset > .field.required > .label:after {
  margin-left: 3px;
}
.fieldset > .field._required > .label:after {
  margin-left: 3px;
}
.customer-account-forgotpassword div#captcha-container-user_forgotpassword {
  display: flex;
  align-items: center;
}
.customer-account-forgotpassword .control.captcha-image {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.customer-account-forgotpassword .control.captcha-image .captcha-img {
  margin: 0;
  margin-right: 10px;
}
.customer-account-forgotpassword .rev-banner-wrapper {
  margin-bottom: 30px;
}
.customer-account-forgotpassword main#maincontent {
  margin-top: 50px;
}
.customer-account-forgotpassword main#maincontent .columns .column.main {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 70px;
}
.customer-account-forgotpassword .back {
  margin-top: 0;
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  box-shadow: none;
}
.customer-account-forgotpassword .back:focus {
  color: #ffffff;
}
.customer-account-forgotpassword .back:active {
  color: #ffffff;
}
.customer-account-forgotpassword .actions-toolbar .secondary {
  float: right;
}
.customer-account-forgotpassword .actions-toolbar .secondary a.action {
  display: block;
}
.customer-account-forgotpassword .actions-toolbar > .primary .action:focus {
  color: #ffffff;
}
.customer-account-forgotpassword .actions-toolbar > .primary .action:active {
  color: #ffffff;
}
.customer-account-forgotpassword form.form.password.forget .fieldset .field.captcha label {
  margin-top: 15px;
}
.customer-account-forgotpassword .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.customer-account-forgotpassword .column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
}
.customer-account-forgotpassword .page-title-wrapper h1:after {
  content: none;
}
.customer-account-forgotpassword .secondary a.action.back::after {
  display: none;
}
.customer-account-forgotpassword .secondary a.action.back:hover {
  color: #ffffff;
}
.customer-account-forgotpassword .page.messages .message {
  display: flex;
  padding-left: 55px;
  margin: 0;
}
.customer-account-forgotpassword .page.messages .message > *:first-child:before {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  margin: 0;
}
.customer-account-forgotpassword .form.password.forget .fieldset {
  padding-top: 50px;
}
.customer-account-forgotpassword input:-webkit-autofill {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-forgotpassword input:-webkit-autofill:hover {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-forgotpassword input:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-createpassword .rev-banner-wrapper {
  margin-bottom: 30px;
}
.customer-account-createpassword main#maincontent {
  margin-top: 50px;
  margin-bottom: 60px;
}
.customer-account-createpassword main#maincontent .columns .column.main {
  display: flex;
  justify-content: center;
}
.customer-account-createpassword .form.password.reset {
  width: 100%;
}
.customer-account-createpassword .form.password.reset .fieldset {
  padding-top: 50px;
}
.customer-account-createpassword .password .actions-toolbar > .primary .action:focus {
  color: #ffffff;
}
.customer-account-createpassword .password .actions-toolbar > .primary .action:active {
  color: #ffffff;
}
.customer-account-createpassword input:-webkit-autofill {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-createpassword input:-webkit-autofill:hover {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.customer-account-createpassword input:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #212324;
}
.account.sales-order-view .price-excluding-tax {
  margin-right: 0;
}
.account.sales-order-view main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.qty {
  text-align: right;
}
.account.sales-order-view .page-wrapper .page-title-wrapper span.order-status {
  margin-left: -57px;
  display: none;
}
.account.sales-order-view .page-wrapper .page-title-wrapper .order-date {
  display: none;
}
.account.sales-order-view .page-wrapper .page-title-wrapper .actions-toolbar.order-actions-toolbar {
  display: none;
}
.account.page-layout-2columns-left .page-main .sidebar-main {
  width: 25%;
  padding-right: 0;
}
.account.page-layout-2columns-left .page-main .column.main {
  width: 75%;
  padding-left: 40px;
}
.account.wishlist-index-index .page-main .product-item-inner {
  margin: -1px 0 0 0;
  padding: 0 10px ;
}
.account.wishlist-index-index .page-main .products-grid .product-item-info .price-box .price-as-configured .special-price span.price-container {
  display: flex;
}
.account.wishlist-index-index .page-main .products-grid .product-item-info .price-box .price-as-configured .special-price span.price-container .price-wrapper .price {
  color: #d61715;
}
.account.wishlist-index-index .page-main .products-grid .product-item-info .price-box .price-container .price {
  display: block;
  letter-spacing: -0.34px;
  height: 20px;
}
.account.wishlist-index-index .page-main .products-grid .product-item {
  max-width: 33.333%;
  flex: 0 0 33.333%;
  padding: 0 1.5%;
  margin: 0;
  margin-top: 0;
  display: flex;
  margin-bottom: 40px;
  border: 0;
}
.account.wishlist-index-index .page-main .products-grid .product-item .old-price .price-container .price {
  display: block;
  text-decoration: line-through;
  letter-spacing: -0.34px;
  height: 20px;
}
.account.wishlist-index-index .page-main .products-grid .product-item:nth-child(1n&+1) {
  margin-left: 0;
}
.account.wishlist-index-index .page-main .products-grid .product-item-inner {
  position: initial;
  bottom: 0;
  text-align: left;
  width: 100%;
  height: auto;
  box-shadow: none;
  clear: both;
  position: relative;
  overflow: inherit;
  padding: 0;
  margin: 0;
}
.account.wishlist-index-index .page-main .products-grid .product-item-inner .field.comment-box {
  margin-top: 0;
}
.account.wishlist-index-index .page-main .products-grid .product-item-inner > .product-item-actions {
  text-align: right;
}
.account.wishlist-index-index .page-main .products-grid .product-item-info.active {
  margin: 0;
}
.account.wishlist-index-index .page-main .block-collapsible-nav .item:nth-child(3) a {
  color: #ffffff;
}
.account.wishlist-index-index .page-main .block-collapsible-nav .item.current {
  padding: 0 18px;
}
.account.wishlist-index-index .page-main .products-grid.wishlist .product-item-comment {
  display: block;
  height: 100px;
  margin: 0;
  padding-right: 19px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #212324;
}
.account.wishlist-index-index .page-main .products-grid.wishlist .product-item-actions {
  margin-top: 20px;
}
.account.wishlist-index-index .page-main .fieldset > .field:not(.choice) > .control {
  float: left;
  width: auto;
  margin-bottom: 0;
}
.account.wishlist-index-index .page-main .product-item-info {
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  margin: 0;
  border: 0;
  width: 100%;
}
.account.wishlist-index-index .page-main .product-item-info .tooltip.wrapper.product-item-tooltip:before {
  background-image: url(../../frontend/Airfrieght/alliance/en_US/images/minicart-mobile.svg);
  background-size: 100% 100%;
  content: '';
  padding-left: 30px;
}
.account.wishlist-index-index .page-main .box-tocart fieldset.fieldset {
  display: flex;
  flex-direction: column;
}
.account.wishlist-index-index .page-main .products-grid.wishlist .product-item .field.qty {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px 0px;
  width: 100%;
  height: auto;
  padding: 0;
  align-items: center;
}
.account.wishlist-index-index .page-main .products-grid.wishlist .product-item .field.qty label.label {
  display: flex;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
.account.wishlist-index-index .page-main .actions-primary {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.account.wishlist-index-index .page-main .actions-primary button.action.tocart.primary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  border-radius: 25px;
  vertical-align: top;
  transition: all .2s linear;
  text-transform: uppercase;
  letter-spacing: 3.08px;
  box-shadow: none;
  width: 100%;
  margin: 0;
}
.account.wishlist-index-index .page-main .actions-primary button.action.tocart.primary:hover {
  color: #ffffff;
}
.account.wishlist-index-index .page-main .actions-primary button.action.tocart.primary:focus {
  color: #ffffff;
}
.account.wishlist-index-index .page-main .actions-primary button.action.tocart.primary:active {
  color: #ffffff;
}
.account.wishlist-index-index .page-main .wishlist ol li:before {
  display: none;
}
.account.wishlist-index-index .page-main div.mage-error[generated] {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 65px;
  text-align: center;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 9px;
  flex-wrap: wrap;
  line-height: 20px;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary {
  width: 100%;
}
.products-grid.wishlist .product-item-name > a {
  font-size: 20px;
  padding-bottom: 22px;
  color: #212324;
}
.products-grid.wishlist .product-item-name > a:hover {
  color: #d61715;
  text-decoration: none;
}
.wishlist-index-share .block-collapsible-nav .item:nth-child(3) {
  color: #ffffff;
  border-left: none;
}
.wishlist-index-share .block-collapsible-nav .item:nth-child(3) a {
  color: #ffffff;
}
.wishlist-index-share .block-collapsible-nav .item:nth-child(3) a:hover {
  background: none;
}
.wishlist-index-share textarea {
  padding: 15px 19px;
}
.wishlist-index-share textarea#message {
  height: 145px;
}
.wishlist-index-share .actions-toolbar .primary .action:focus {
  color: #ffffff;
}
.wishlist-index-share .actions-toolbar .primary .action:active {
  color: #ffffff;
}
.customer-account-index .block-collapsible-nav .item.current {
  padding: 0 18px;
}
.logout .banner-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.sales-order-view .order-details-items tfoot td {
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0;
  background: none;
  width: 20%;
}
.sales-order-view .order-details-items tbody .col.name strong {
  font-size: 1.6rem;
}
.sales-order-view .order-details-items tbody td .price {
  font-size: 1.6rem;
  line-height: 30px;
}
.sales-order-view .table tfoot {
  background: none;
}
.sales-order-view .order-details-items.ordered {
  padding: 0;
}
.customer-account-logoutsuccess .page-title-wrapper h1 {
  padding-left: 0;
}
.customer-account-logoutsuccess .page-title-wrapper h1:after {
  content: none;
}
.customer-account-logoutsuccess .columns p {
  text-align: center;
  padding-top: 100px;
}
.sales-order-print .page-wrapper {
  padding-top: 0;
}
.sales-order-print .page-title-wrapper {
  position: relative;
  margin-top: 30px;
}
.sales-order-print .order-details-items .table tfoot {
  background: transparent;
}
.sales-order-print .order-details-items tfoot td {
  background: transparent;
}
.sales-order-print main#maincontent {
  margin-top: 50px;
}
.account-nav .item {
  text-align: left;
}
.account-nav .item .delimiter {
  border-top: 0;
  margin: 0;
}
.customer-address-form fieldset.fieldset {
  width: 100%;
}
.block-rewards-account-summary {
  margin-top: 30px;
  border: 0;
}
body.mflazyzoad-no-js.customer-account-login.page-layout-1column.no-banner.ajax-loading .page-wrapper {
  margin: 0;
}
.account.column:not(.sidebar-main) form .actions-toolbar {
  margin-left: 0;
}
.page-print .page-wrapper {
  margin-top: 0;
}
.toolbar.wishlist-toolbar {
  display: none;
}
.customer-account-edit .fieldset > .field:not(.choice) > .label {
  float: none;
}
.customer-account-edit .fieldset > .field:not(.choice) > .control {
  float: none;
}
.customer-account-edit fieldset.fieldset {
  width: 100%;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 0;
  text-align: left;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom {
  display: none;
}
.rewards-account-history .block-content:empty {
  display: none;
}
.rewards-account-history .block-content:after {
  content: none;
}
.rewards-account-history .block-content:before {
  content: none;
}
.rewards-account-history .block.block-rewards-account-summary:empty {
  display: none;
}
.fb_iframe_widget {
  height: 20px;
}
.fb-like.fb_iframe_widget {
  top: 8px;
  margin-right: 10px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  display: flex;
}
@media all and (max-width: 1024.98px), print {
  .account .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .wishlist-index-index .products-grid .product-item {
    width: calc(48.45%);
    max-width: 100%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .wishlist-index-index .products-grid .product-item-inner {
    opacity: 1;
    visibility: visible;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0;
  }
  .account .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;
    position: absolute;
  }
  .account .table-wrapper.orders-recent th,
  .account .table-wrapper.orders-recent td {
    padding: 5px;
  }
  .account .table-wrapper.orders-recent th.total,
  .account .table-wrapper.orders-recent td.total {
    text-align: center;
  }
  .account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.sku {
    width: 35%;
  }
  .account .order-details-items .table-wrapper .data.table > tfoot > tr > td {
    font-size: 1.6rem;
    padding: 17px 5px;
  }
  .account .order-details-items .item-options dt::after {
    transform: translateY(-50%);
  }
  .account .table-wrapper #my-transaction-table tbody tr td.col {
    line-height: 20px;
  }
  .account .table-wrapper td.col.actions a.action.edit:hover {
    background-size: 0 1px,80% 1px;
  }
  .account .sales-order-shipment td.col.qty {
    text-align: center;
  }
  .account .table-order-items td.col.actions a.action.view:hover {
    background-size: 0 1px,88% 1px;
  }
  .account .secondary a.action.back {
    margin-top: 10px;
    text-align: center;
  }
  .account .data.table .col.actions {
    width: auto;
  }
  .account .data.table .col.actions .action:after {
    margin: 0 3px;
  }
  .account .toolbar .toolbar-amount {
    display: none;
  }
  .account .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .account .block-collapsible-nav .item.current > strong {
    padding-right: 0;
  }
  .account span.order-status {
    margin-top: -5px;
  }
  .customer-account-create .grecaptcha-badge {
    bottom: 220px;
  }
  .customer-account-create .columns .column.main {
    padding-bottom: 70px;
  }
  .account.wishlist-index-index .actions-toolbar > .secondary {
    display: flex;
    justify-content: flex-start;
  }
  .account.customer-address-form .fieldset > .field > .label {
    margin-top: 20px;
  }
  .account.customer-address-form .field.choice.set.billing {
    margin-top: 0;
  }
  .account.rewards-account-referral .column.main .block:not(.widget) .block-title {
    margin-bottom: 0;
  }
  .order-details-items .col.price .price-excluding-tax .price {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .account.login.sales-order-view .price-excluding-tax {
    margin-right: 0;
  }
  .sales-order-print span.order-status {
    margin-top: 5px;
  }
  .sales-order-print main#maincontent {
    margin-top: 50px;
  }
  .account.page-layout-2columns-left .page-main .columns {
    display: flex;
  }
  .account.page-layout-2columns-left .page-main .column.main {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
  .account.page-layout-2columns-left .page-main .sidebar-main {
    width: 100%;
    order: 2;
  }
  .customer-account-edit .fieldset > .field:not(.choice) > .label {
    float: none;
  }
  .customer-account-edit .fieldset > .field:not(.choice) > .control {
    float: none;
  }
  .page-print .logo {
    margin-left: 0;
  }
}
@media all and (max-width: 991px), print {
  .account .table-wrapper {
    overflow-x: auto;
  }
  .account.customer-address-index .table-wrapper .col {
    padding: 8px 15px ;
  }
}
@media all and (max-width: 969px), print {
  .account .order-details-items .item-options dt::after {
    transform: none;
  }
}
@media all and (max-width: 906px), print {
  .account .table-order-items td.col.actions a.action.view:hover {
    background-size: 0 1px,92% 1px;
  }
}
@media all and (max-width: 875px), print {
  .account .order-details-items .item-options dt::after {
    transform: translateY(-50%);
  }
}
@media all and (max-width: 920px), print {
  .account.wishlist-index-index .actions-toolbar > .primary {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action {
    margin: 0;
    margin-top: 15px;
  }
  .account.wishlist-index-index .actions-toolbar .secondary {
    padding-top: 0;
  }
  .account.wishlist-index-index .actions-toolbar .secondary a.action.back {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
}
@media all and (max-width: 845px), print {
  .account .order-details-items .item-options dt::after {
    transform: none;
  }
}
@media all and (min-width: 875px) and (max-width: 1024px), print {
  .account.sales-order-view .table-order-items td.col.name {
    width: 50%;
  }
  .account .data.table .col.actions {
    display: flex;
    flex-direction: column;
  }
  .account .data.table .col.actions .action:after {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 966px) {
  .account .block-collapsible-nav .content .nav.current {
    padding: 0 10px;
  }
  .account .table-wrapper .data.table .col.actions {
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .account .table-wrapper .data.table .col.actions .action {
    margin: 0;
  }
  .account .table-wrapper .col {
    padding-right: 4px !important;
    line-height: 30px;
    padding-left: 4px !important;
  }
  .account .table-wrapper .col span.price {
    word-break: break-word;
  }
  .account .data.table .col.actions .action:after {
    content: "";
    margin: 0 3px;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
    display: none;
  }
  .account .secondary a.action.back {
    margin-top: 0;
  }
  .account.customer-address-form .fieldset .control {
    margin-bottom: 10px;
  }
  .account.customer-address-form .actions-toolbar > .primary {
    float: right;
    width: auto;
    margin-bottom: 20px;
  }
  .account.customer-address-index .actions-toolbar > .primary {
    float: right;
    width: auto;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .account.newsletter-manage-index .actions-toolbar > .primary {
    float: right;
    width: auto;
    margin-bottom: 20px;
  }
  .account.wishlist-index-share .actions-toolbar > .primary {
    float: right;
    width: auto;
    margin-bottom: 20px;
  }
  .customer-account-create .actions-toolbar > .primary {
    float: right;
    width: auto;
    margin-bottom: 20px;
  }
  .account.wishlist-index-index .actions-toolbar {
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .account.wishlist-index-index .actions-toolbar > .primary {
    width: 100%;
    float: unset;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action {
    margin: 0;
    max-width: 48%;
    flex: 0 0 48%;
    margin-bottom: 10px;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action:last-child {
    margin-bottom: 0;
  }
  .account.wishlist-index-index .actions-toolbar .secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
  }
  .account.wishlist-index-index .actions-toolbar .secondary a {
    width: 100%;
  }
}
@media all and (max-width: 1023.98px), print {
  .sales-order-view .order-details-items tbody .col.name {
    width: 27%;
  }
  .account main#maincontent .columns .main .page-title-wrapper h1.page-title {
    font-size: 60px;
  }
  .customer-account-createpassword main#maincontent {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1000px), print {
  .wishlist-index-index .products-grid .product-item {
    width: calc(48.4%);
  }
}
@media all and (max-width: 970px), print {
  .wishlist-index-index .products-grid .product-item {
    width: calc(48.3%);
  }
}
@media all and (max-width: 916px), print {
  .wishlist-index-index .products-grid .product-item {
    width: calc(48.2%);
  }
}
@media all and (max-width: 890.87px), print {
  .account.customer-address-index .data.table .col.actions {
    width: 19%;
  }
}
@media all and (min-width: 768px) and (max-width: 875px), print {
  .account .data.table .col.actions {
    white-space: inherit;
    width: auto;
  }
  .account .table-wrapper .col {
    padding-right: 0;
  }
  .account .order-links .item a {
    padding: 1px 19px ;
  }
  .account.sales-order-view .table-order-items td.col.name {
    width: 50%;
  }
  .account.sales-order-view .order-details-items tbody .col.name {
    padding-top: 20px;
  }
  .account.sales-order-view .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .account.sales-order-view .box.box-order-shipping-address {
    width: 50%;
  }
  .account.sales-order-view .box.box-order-shipping-method {
    width: 50%;
  }
  .account.sales-order-view .box.box-order-billing-address {
    width: 50%;
  }
  .account.sales-order-view .box.box-order-billing-method {
    width: 50%;
  }
  .account.customer-address-index .table-wrapper .col.firstname {
    padding-left: 0;
  }
  .account.customer-address-index .table-wrapper .col {
    padding-left: 1px;
  }
}
@media all and (max-width: 875.87px), print {
  .account.sales-order-view .table-wrapper .col {
    padding-right: 15px;
  }
  .account .secondary a.action.back {
    margin-top: 0px;
  }
  .account .actions-toolbar > .primary {
    margin-top: 0;
  }
  .account .table-wrapper .data.table .col.actions {
    white-space: nowrap;
    padding-right: 0;
    width: auto;
  }
  .account .table-wrapper .col {
    padding-right: 15px;
    line-height: 30px;
    padding-left: 15px;
  }
  .account .data.table .col.actions .action:after {
    content: none;
  }
  .account .table-order-items td.col.actions a.action.view:hover {
    background-size: 0 1px,90% 1px;
  }
  .wishlist-index-index .products-grid .product-item {
    width: calc(48.2%);
  }
  .sales-order-view .order-details-items tbody .col.name {
    padding-top: 12px;
  }
  .sales-order-view .order-details-items tfoot td {
    background: none;
    width: 30%;
    padding-right: 7px;
    padding-left: 0;
  }
  .order-details-items .col.price .price-excluding-tax .price {
    line-height: 31px;
  }
  .order-details-items .col.subtotal .price-excluding-tax {
    line-height: 31px;
  }
}
@media all and (max-width: 1024px), print {
  .account .order-links .item strong {
    padding: 1px 13px 1px 12px;
  }
  .account .order-links .item a {
    padding: 1px 13px ;
  }
  .account .page-main .columns {
    flex-direction: column-reverse;
    padding-top: 0px;
  }
  .account .page-main .columns .product-item-info {
    background-color: #ffffff;
  }
  .account .page-main .columns .block.block-collapsible-nav {
    padding: 0;
    padding-top: 0px;
    top: 0;
    width: 100%;
    position: relative;
  }
  .account .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
    color: #ffffff;
    display: flex;
    align-items: center;
    background: #d61715;
    -webkit-tap-highlight-color: transparent;
    padding: 14px 56px 14px 15px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    height: auto;
    width: auto;
  }
  .account .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title::after {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    right: 14px;
  }
  .account .block-collapsible-nav .item a {
    padding: 5px 0;
    border-left: 0;
  }
  .account .block-collapsible-nav .item > span {
    display: none;
  }
  .account .block-collapsible-nav .item.current {
    display: none;
  }
  .account .block-collapsible-nav .content {
    display: none;
    border-bottom: none;
  }
  .account .block-collapsible-nav .content .nav .nav {
    padding: 0 14px;
    border-left: 0;
  }
  .account .block-collapsible-nav .content.active {
    display: block;
  }
}
@media all and (max-width: 867px), print {
  .wishlist-index-index .products-grid .product-item {
    width: calc(48.1%);
  }
}
@media all and (max-width: 823px), print {
  .wishlist-index-index .products-grid .product-item {
    width: calc(48%);
  }
}
@media all and (max-width: 784px), print {
  .wishlist-index-index .products-grid .product-item {
    width: calc(47.95%);
  }
}
@media all and (max-width: 780px), print {
  .account .product-reviews-summary {
    text-align: left;
  }
}
@media all and (max-width: 768px), print {
  .account .products-grid.wishlist .product-item .box-tocart .stock {
    width: 100%;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
    height: 250px;
    padding: 0 5px;
  }
  .account .secondary a.action.back {
    margin-top: 0;
  }
  .account .actions-toolbar > .primary {
    margin-bottom: 10px;
  }
  .customer-account-login .login-container .block .block-title strong {
    font-size: 30px;
  }
}
@media all and (max-width: 767.98px), print {
  .sales-order-creditmemo.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th {
    padding-left: 20px;
  }
  .sales-order-creditmemo .table-order-items.creditmemo .col.subtotal {
    text-align: left;
  }
  .sales-order-creditmemo .table-order-items.creditmemo .col.discount {
    text-align: left;
  }
  .sales-order-creditmemo .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .sales-order-creditmemo .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .sales-order-creditmemo .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .sales-order-creditmemo .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
    padding-right: 14px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #dddddd;
    font-weight: 700;
    color: #707070;
  }
  .sales-order-creditmemo .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
    border-bottom: none;
    display: block;
    padding: 7px 14px;
  }
  .sales-order-creditmemo .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .sales-order-creditmemo .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 30%;
  }
  .sales-order-creditmemo .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .sales-order-creditmemo .account .order-details-items .table-wrapper .data.table > tfoot > tr > td {
    text-align: left;
  }
  .sales-order-creditmemo .order-details-items .col.price {
    text-align: left;
  }
  .sales-order-creditmemo .order-details-items .col.price .price-including-tax {
    display: inline-block;
  }
  .sales-order-creditmemo .table-order-items.creditmemo .col.qty {
    text-align: left;
  }
  .sales-order-creditmemo .table-order-items.creditmemo .col.total {
    width: 100%;
    text-align: left;
  }
  .sales-order-creditmemo .order-details-items .col.subtotal .price-including-tax {
    display: inline-block;
  }
  .sales-order-creditmemo .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .sales-order-creditmemo .order-details-items .col.price .price-excluding-tax {
    display: inline-block;
  }
  .abs-add-clearfix-mobile-m:before {
    color: #707070;
  }
  .abs-add-clearfix-mobile-m:after {
    color: #707070;
  }
  .account.customer-account-index .block-dashboard-addresses .block-title a.action.edit {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .account .table-order-items tbody tr {
    padding-top: 10px;
  }
  .account .block-collapsible-nav .item a {
    padding: 5px 0;
    border-left: 0;
  }
  .account .block-collapsible-nav .item > span {
    display: none;
  }
  .account .block-collapsible-nav .item.current {
    display: none;
  }
  .account .block-collapsible-nav .content {
    border-bottom: none;
  }
  .account .block-collapsible-nav .content .nav .nav {
    padding: 0 14px;
    border-left: 0;
  }
  .account .amgiftcard-form {
    margin-bottom: 0;
  }
  .account .amgiftcard-form fieldset.fieldset {
    margin-bottom: 0;
    width: 100%;
  }
  .account .column.main {
    padding-bottom: 40px;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: auto;
    height: auto;
  }
  .account .column.main .block:not(.widget) .block-title:before {
    color: #707070;
  }
  .account .column.main .block:not(.widget) .block-title:after {
    color: #707070;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 13px;
    color: #707070;
    font-size: 16px;
    margin-left: 5px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    color: #707070;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th {
    padding-left: 0;
    font-size: 16px;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
    font-size: 16px;
    padding: 20px 15px 20px;
    line-height: 30px;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td {
    padding-left: 15px;
  }
  .account .order-details-items {
    margin-bottom: 40px;
    padding: 10px 0;
  }
  .account .order-details-items .order-title {
    justify-content: space-between;
    padding: 0 15px;
  }
  .account .order-details-items .item-options dt::after {
    transform: translateY(-50%);
  }
  .account .password-strength-meter {
    padding: 0 7px;
  }
  .account .page-wrapper .page-title-wrapper .order-date span.label {
    padding-left: 20px;
  }
  .account .page-wrapper .page-title-wrapper .actions-toolbar.order-actions-toolbar .actions {
    display: flex;
  }
  .account .page-wrapper .other-banner-wrapper {
    padding-top: 0;
    margin-bottom: -40px;
  }
  .account .fieldset .legend {
    font-size: 25px;
    line-height: 30px;
  }
  .account .fieldset .legend span {
    font-size: 25px;
    line-height: 30px;
  }
  .account .fieldset .field.qty .label {
    margin-bottom: 16px;
  }
  .account .fieldset > .field {
    margin: 0px;
    overflow: hidden;
  }
  .account .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .account .fieldset > .field:not(.choice) > .control input[type="email"] {
    height: 50px;
    padding: 15px 20px;
  }
  .account .fieldset > .field:not(.choice) > .control input[type="password"] {
    height: 50px;
    padding: 15px 20px;
  }
  .account .fieldset > .field:not(.choice) > .control input[type="text"] {
    height: 50px;
    padding: 15px 20px;
  }
  .account .fieldset > .field:not(.choice) > .control select {
    height: 50px;
    padding: 15px 20px;
    background-position: right 23px top 17px;
  }
  .account .fieldset > .fields > .field {
    margin: 0px;
    overflow: hidden;
  }
  .account .mw-reward-points .button-coupon {
    float: left;
    width: 100%;
  }
  .account .mw-reward-points .button-coupon button {
    margin: 26px 0 0 0;
    width: 100%;
  }
  .account .mw-reward-points .input-coupon {
    width: 100%;
  }
  .account .mw-reward-points input.input-text {
    width: 100%;
  }
  .account .mw-reward-points textarea.input-text {
    width: 100%;
  }
  .account form#send-point-form button.button {
    width: 100%;
  }
  .account input.input-text.required-entry.mw-rewardpoint-validate-coupon-code {
    width: 100%;
  }
  .account .price-box p.price-as-configured {
    height: 40px;
  }
  .account .products-grid.wishlist .product-item .box-tocart .stock {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .account .secondary a.action.back {
    margin-top: 15px;
    width: 100%;
  }
  .account .secondary a.action.back span {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .account main#maincontent {
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .account main#maincontent .columns .products-grid.wishlist ol.product-items {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .account main#maincontent .columns .main .page-title-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .account main#maincontent .columns .main .page-title-wrapper h1.page-title {
    font-size: 40px;
  }
  .account main#maincontent .page.messages div .messages .message-success.success.message {
    bottom: 0;
  }
  .account .banner-wrapper {
    margin-bottom: 0px;
  }
  .account .block-rewards-referral-list {
    display: block;
    overflow: hidden;
  }
  .account .block-rewards-referral-list div.rewards-social-buttons div.fb {
    top: -2px;
    height: 20px;
  }
  .account .block-rewards-referral-list div.rewards-social-buttons div.fb .fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
    top: 0;
    margin-right: 10px;
  }
  .account .block-rewards-referral-list div.rewards-social-buttons div.tw {
    padding-top: 0px;
    height: 20px;
  }
  .account .page-main .columns {
    flex-direction: column-reverse;
    padding-top: 0px;
  }
  .account .page-main .columns .product-item-info {
    background-color: #ffffff;
  }
  .account .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
    color: #ffffff;
    display: flex;
    align-items: center;
    background: #d61715;
    -webkit-tap-highlight-color: transparent;
  }
  .account .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title::after {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    right: 14px;
  }
  .account footer.page-footer {
    padding-top: 0px;
  }
  .account .actions-toolbar > .secondary {
    width: 100%;
  }
  .account .actions-toolbar > .primary {
    white-space: normal;
    text-align: left;
    width: 100%;
  }
  .account .actions-toolbar > .primary .action {
    margin-bottom: 0;
    width: 100%;
  }
  .account .actions-toolbar > .primary .action span {
    width: 100%;
    text-align: center;
  }
  .account .data.table .col.actions .action:after {
    content: '';
  }
  .account .fb_iframe_widget_fluid span {
    width: 100%;
    height: 20px;
    vertical-align: unset !important;
  }
  .account .products-grid .price-box {
    max-width: 600px;
    margin: 0 0 20px auto ;
    text-align: left;
  }
  .account .products-grid .product-item-name {
    letter-spacing: 0;
    font-size: 21px;
    line-height: 28px;
    max-width: 600px;
    margin: 0;
    text-align: left;
  }
  .account .dropdown-account {
    display: block;
    font-size: 18px;
    margin-left: 10px;
    text-align: left;
  }
  .account .content.account-nav-content ul.nav.items {
    display: none;
  }
  .account .content.account-nav-content .dropdown-account:after {
    content: '\e622';
    font-family: 'icons-blank-theme';
    font-size: 30px;
    position: absolute;
    right: 16px;
  }
  .account .content.account-nav-content.active ul.nav.items {
    display: block;
    margin-top: 15px;
  }
  .account .page-title-wrapper h1.page-title {
    display: inline;
    padding: 0;
    margin: 0;
  }
  .account .message.info {
    margin: 0;
    padding: 17px 20px;
    display: flex;
    line-height: 1.2em;
    font-size: 1.3rem;
    padding-left: 40px;
    position: relative;
    margin-top: 10px;
  }
  .account .block.block-collapsible-nav {
    padding: 0;
    padding-top: 0px;
    top: 0;
    width: 100%;
    position: relative;
  }
  .account button.action.save.primary {
    text-align: center;
    display: block;
    width: 100%;
  }
  .account .order-links .item {
    margin: 0 0 -1px;
    width: 50%;
    display: inline-block;
  }
  .account.customer-address-index .table-wrapper .col {
    padding: 8px 5px ;
  }
  .customer-account-login main#maincontent {
    margin-top: 30px;
    padding: 0 20px;
  }
  .customer-account-login main#maincontent .columns .login-container .block.block-new-customer .actions-toolbar > .primary {
    width: 100%;
  }
  .customer-account-login main#maincontent .columns .login-container .block.block-new-customer .actions-toolbar > .primary .action {
    display: flex;
    align-items: center;
  }
  .customer-account-login .login-container .block {
    width: 100%;
  }
  .customer-account-login .login-container .block .block-title {
    padding-top: 30px;
  }
  .customer-account-login .login-container .block .block-title strong {
    font-size: 25px;
  }
  .customer-account-login .login-container .block-customer-login {
    padding-right: 0;
  }
  .customer-account-login .login-container .block-new-customer .block-title {
    padding-top: 0;
  }
  .customer-account-login .login-container .fieldset:after {
    margin-left: 0;
    text-align: left;
  }
  .customer-account-login .form-login .actions-toolbar > .primary {
    width: 100%;
    margin-bottom: 15px;
  }
  .customer-account-login .columns .column.main {
    padding-bottom: 70px;
  }
  .customer-account-login .control.captcha-image button.action.captcha-reload {
    width: 100%;
  }
  .customer-account-login a.action::after {
    bottom: 15px;
  }
  .customer-account-login .actions-toolbar {
    width: 100%;
  }
  .customer-account-login .actions-toolbar .secondary a.action.remind {
    justify-content: center;
  }
  .customer-account-login .actions-toolbar > .secondary:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .customer-account-login .primary span {
    display: block;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .customer-account-login .fieldset .actions-toolbar {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .customer-account-login .field.password .control {
    display: block;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action {
    margin-left: 0;
  }
  .account.wishlist-index-index .actions-toolbar > .secondary {
    margin-left: 0;
  }
  .customer-account-logoutsuccess .columns p {
    padding-top: 60px;
  }
  .customer-account-logoutsuccess main#maincontent {
    margin-top: 45px;
  }
  .customer-account-createpassword main#maincontent {
    margin-top: 30px;
  }
  .customer-account-createpassword main#maincontent .columns .column.main {
    display: block;
    padding-bottom: 60px;
  }
  .customer-account-createpassword .form.password.reset .fieldset {
    padding-top: 30px;
  }
  .customer-account-createpassword .action.submit.primary span {
    text-align: center;
    width: 100%;
  }
  .customer-account-forgotpassword .form.password.forget .fieldset {
    padding-top: 30px;
  }
  .customer-account-forgotpassword main#maincontent {
    margin-top: 30px;
    padding: 0 20px;
  }
  .customer-account-forgotpassword main#maincontent .columns .column.main {
    padding-bottom: 70px;
  }
  .customer-account-forgotpassword .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .customer-account-forgotpassword .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .customer-account-forgotpassword .actions-toolbar .secondary {
    width: 100%;
  }
  .customer-account-forgotpassword .actions-toolbar .secondary a.action {
    width: 100%;
  }
  .customer-account-forgotpassword .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
  }
  .customer-account-forgotpassword .action.reload.captcha-reload {
    float: left;
    margin-bottom: 15px;
  }
  .customer-account-forgotpassword .action span {
    width: 100%;
  }
  .customer-account-create .form-create-account {
    padding-top: 30px;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary {
    margin-bottom: 0;
  }
  .customer-account-create form#form-validate {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .customer-account-create .page-wrapper .other-banner-wrapper {
    padding-top: 100px;
  }
  .customer-account-create form .actions-toolbar {
    margin-left: 0;
  }
  .customer-account-create fieldset.fieldset.create.info {
    width: 100%;
    padding-right: 0px;
    padding-top: 0;
  }
  .customer-account-create fieldset.fieldset.create.account {
    width: 100%;
    margin-bottom: 20px;
  }
  .customer-account-create main#maincontent {
    margin-top: 30px;
    padding: 0 20px;
  }
  .customer-account-create .actions-toolbar > .secondary:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .account.page-layout-2columns-left .page-main .sidebar-main {
    width: 100%;
    padding-top: 25px;
    margin-bottom: 0;
  }
  .account.page-layout-2columns-left .page-main .column.main {
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  .account.customer-address-form fieldset.fieldset {
    width: 100%;
    margin-bottom: 20px;
  }
  .account.customer-address-form .fieldset > .field > .label {
    margin-top: 10px;
  }
  .account.customer-address-form .field.choice.set.billing {
    margin-top: 15px;
    display: flex;
  }
  .account.customer-address-form .field.choice.set.shipping {
    display: flex;
  }
  .account.review-customer-index .table-wrapper .col.item {
    width: 25%;
  }
  .account.wishlist-index-index .product-item-info {
    text-align: center;
    overflow: hidden;
  }
  .account.wishlist-index-index .product-item-info .tooltip.wrapper.product-item-tooltip:before {
    background-image: url(../../frontend/Airfrieght/alliance/en_US/images/minicart-mobile.svg);
    background-size: 100% 100%;
    content: '';
    padding-left: 35px;
  }
  .account.wishlist-index-index .page-main .products-grid.wishlist .product-item-photo {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .account.wishlist-index-index .page-main .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
  .account.wishlist-index-index .page-main .products-grid.wishlist .product-item-name {
    height: 50px;
  }
  .account.wishlist-index-index .page-main .products-grid.wishlist .product-item-actions {
    margin-top: 0;
  }
  .account.wishlist-index-index .page-main .products-grid.wishlist .product-item .box-tocart {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item {
    margin-bottom: 0;
    max-width: 50%;
    flex: 0 0 50%;
    margin-left: 0;
    max-width: none;
    margin: 0;
    margin-bottom: 15px;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item:nth-child(2n&+1) {
    margin-left: 0;
    margin-right: 4%;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item-info .price-box {
    text-align: left;
    overflow: hidden;
    margin: 0;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item-inner {
    position: relative;
    bottom: 0;
    text-align: left;
    width: 100%;
    opacity: 1;
    visibility: initial;
    border-radius: unset;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item-inner > .product-item-actions {
    text-align: right;
    width: 100%;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item-inner .field.comment-box {
    border: 1px solid #212324;
    border-radius: 30px;
  }
  .account.wishlist-index-index .page-main .fieldset .field.qty {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .account.wishlist-index-index .page-main .fieldset .field.qty input.qty {
    border: 1px solid #212324;
  }
  .account.sales-order-view .cart.table-wrapper .col.price {
    text-align: right;
  }
  .order-items.table-wrapper .col.price {
    text-align: right;
  }
  .order-items.table-wrapper .col.qty {
    text-align: right;
  }
  .order-items.table-wrapper .col.subtotal {
    text-align: right;
  }
  .order-items.table-wrapper .col.msrp {
    text-align: right;
  }
  .cart.table-wrapper .col.qty {
    text-align: right;
  }
  .cart.table-wrapper .col.subtotal {
    text-align: right;
  }
  .cart.table-wrapper .col.msrp {
    text-align: right;
  }
  .sales-order-view .order-details-items tfoot td {
    text-align: right;
  }
  .sales-order-view .order-details-items .order-title {
    display: none;
  }
  .sales-order-view span.order-status {
    margin-top: 10px;
  }
  .account.rewardpoints-rewardpoints-index .mw-reward-points .block:nth-child(2) .block-title {
    margin-bottom: 0;
  }
  .account.rewardpoints-rewardpoints-index button.action.save.primary {
    width: 100%;
    margin-left: 0;
  }
  .account.rewardpoints-invitation-index .primary button.action.save.primary {
    margin-top: 20px;
  }
  .logout .banner-wrapper {
    margin-bottom: 0px;
  }
  .block-rewards-referral-list div.rewards-social-buttons {
    height: 40px;
  }
  .review-customer-view .customer-review .review-details {
    margin-bottom: 20px;
  }
  .review-customer-view .customer-review .product-details {
    margin-bottom: 20px;
  }
  .account.review-customer-view .column.main h2 {
    font-size: 28px;
    margin-top: 20px;
  }
  .account.sales-order-history div#account-nav {
    text-align: center;
  }
  .account.rewards-account-referral .order-details-items thead {
    display: table-header-group;
    width: 100%;
  }
  .account.rewards-account-referral .order-details-items thead tr {
    display: table-row;
    width: 100%;
  }
  .account.rewards-account-referral .order-details-items .action {
    width: 100%;
  }
  .account.rewards-account-referral .order-details-items .action span {
    width: 100%;
  }
  .sales-order-print main#maincontent {
    margin-top: 0;
  }
}
@media all and (max-width: 724px), print {
  .account .order-details-items .item-options dt::after {
    transform: translateY(-50%);
  }
}
@media all and (max-width: 703px), print {
  .account .order-details-items .item-options dt::after {
    transform: none;
  }
}
@media all and (max-width: 700px), print {
  .wishlist-index-index .products-grid .product-item-info .price-box .price-as-configured span.price-container {
    display: initial;
  }
  .account .price-box p.price-as-configured {
    max-height: 100%;
  }
}
@media all and (max-width: 639px), print {
  .account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.sku {
    width: auto;
  }
  .account .product-reviews-summary .reviews-actions {
    margin-top: 0;
  }
  .account .rating-summary .rating-result {
    margin-top: 0;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th {
    padding-left: 15px;
  }
  .account .order-details-items .item-options {
    display: flex;
    flex-wrap: wrap;
  }
  .account .order-details-items .item-options dt {
    line-height: 30px;
    padding-right: 15px;
  }
  .account .order-details-items .item-options dt::after {
    transform: translateY(-50%);
  }
  .account .table-wrapper .col {
    padding-right: 9px;
    line-height: 30px;
    padding-left: 26px;
  }
  .account .table-wrapper .col:first-child {
    padding-left: 0;
  }
  .account.sales-order-view .order-details-items .table-wrapper .data.table > tfoot > tr > td {
    text-align: left;
  }
  .account.sales-order-view main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.qty {
    text-align: left;
  }
  .account.sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    text-align: left;
  }
  .account.review-customer-index .rating-summary .rating-result {
    margin-top: 0;
  }
  .account.review-customer-index .table-wrapper .col.item {
    width: auto;
  }
  .account.review-customer-view .column.main h2 {
    padding-bottom: 0;
  }
  .account.sales-order-print main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.qty {
    text-align: left;
  }
  .review-customer-index td.col.summary {
    display: flex;
    align-items: center;
    margin-top: -1px;
  }
  .review-customer-index .rating-result {
    margin-top: -5px;
  }
  .sales-order-view .order-details-items tbody .col.name {
    width: auto;
  }
  .account.customer-address-index .table-wrapper .col {
    line-height: 20px;
  }
  .account.customer-address-index .table-wrapper .data.table .col.actions {
    border-bottom: none;
  }
  .account.customer-address-index .data.table .col.actions {
    width: auto;
  }
  .account.customer-account-index .table-wrapper .table-order-items.table tbody > tr > td.col {
    line-height: 20px;
    padding-top: 0;
    text-align: left;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(1n&+1) {
    border-top: none;
  }
  .account.sales-order-view.cart.table-wrapper .col.price {
    text-align: left;
  }
  .order-items.table-wrapper .col.price {
    text-align: left;
  }
  .order-items.table-wrapper .col.qty {
    text-align: left;
  }
  .order-items.table-wrapper .col.subtotal {
    text-align: left;
  }
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .cart.table-wrapper .col.qty {
    text-align: left;
  }
  .cart.table-wrapper .col.subtotal {
    text-align: left;
  }
  .cart.table-wrapper .col.msrp {
    text-align: left;
  }
}
@media all and (max-width: 639px), print {
  .products-grid.wishlist .product-item {
    border-bottom: none;
  }
}
@media all and (max-width: 600px), print {
  .account.wishlist-index-index .page-main .product-item-info {
    text-align: center;
    width: 100%;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item:nth-child(2n&+1) {
    margin-right: 0;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item .product-item-name {
    height: auto;
  }
  .account.wishlist-index-index .page-main .products-grid .product-item .product-item-name > a {
    height: auto;
  }
  .account .price-box p.price-as-configured {
    height: auto;
  }
}
@media all and (max-width: 575.98px), print {
  .account.sales-order-view main#maincontent {
    padding-bottom: 0;
  }
  .customer-account-createpassword main#maincontent .columns .column.main {
    padding-bottom: 130px;
  }
  .customer-account-createpassword .password .actions-toolbar {
    display: inline-flex;
    width: 100%;
  }
  .customer-account-createpassword .password .actions-toolbar > .primary {
    width: 100%;
  }
  .customer-account-create .columns .column.main {
    padding-bottom: 130px;
  }
  .customer-account-create .actions-toolbar > .secondary:last-child {
    text-align: left;
  }
  .customer-account-forgotpassword main#maincontent .columns .column.main {
    padding-bottom: 130px;
  }
  .customer-account-forgotpassword .actions-toolbar .secondary {
    text-align: left;
  }
  .customer-account-forgotpassword .actions-toolbar > .primary {
    text-align: left;
  }
  .customer-account-forgotpassword .column:not(.sidebar-main) form .actions-toolbar {
    display: flex;
    flex-direction: column;
  }
  .customer-account-login .columns .column.main {
    padding-bottom: 130px;
  }
  .account main#maincontent {
    padding-bottom: 70px;
  }
  .account.wishlist-index-index .actions-toolbar .secondary a.action.back {
    padding: 12px 20px 12px ;
  }
}
@media all and (max-width: 500px), print {
  .wishlist-index-index .products-grid .product-item .product-item-info .product-image-photo {
    width: 100%;
  }
  .account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.qty {
    padding-top: 0;
  }
  .account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.sku {
    padding-top: 0;
  }
  .account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.subtotal {
    padding-top: 0;
  }
  .account main#maincontent .columns .order-details-items.ordered .table-wrapper.order-items table#my-orders-table tbody td.col.price {
    padding-top: 0;
  }
  .account .table-wrapper tfoot table > thead > tr > th {
    padding: 3px 10px;
  }
  table > tbody > tr > th {
    padding: 3px 10px;
  }
  table > tbody > tr > td {
    padding: 5px;
    vertical-align: middle;
  }
  table > tfoot > tr > th {
    padding: 3px 10px;
  }
  table > tfoot > tr > td {
    padding: 3px 10px;
  }
  table > thead > tr > td {
    padding: 3px 10px;
  }
  .customer-account-forgotpassword .control.captcha-image button.action.captcha-reload {
    width: 100%;
  }
}
@media all and (max-width: 479px), print {
  .account.review-customer-view .column.main h2 {
    margin-top: -10px;
  }
  .account .order-details-items .order-title .action {
    margin-top: 0;
  }
}
@media all and (max-width: 425px), print {
  .account.sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    width: 55%;
  }
  .account.sales-order-view .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    width: 45%;
  }
  .customer-account-createpassword .password-strength-meter {
    padding: 0 7px;
  }
  .account .order-links .item {
    width: 100%;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    margin-top: 2px;
    line-height: 30px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 21px;
    line-height: 30px;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th {
    width: 55%;
  }
  .account .message.info.empty {
    margin-top: 20px;
  }
  .account .message.info.empty span:before {
    margin: -12px 0 0;
  }
  .account main#maincontent .page.messages div .messages .message-success.success.message {
    bottom: 0;
  }
  .account .table-wrapper {
    border-top: none;
  }
  .account .actions-toolbar > .secondary {
    padding-bottom: 20px;
  }
  .account.rewardpoints-rewardpoints-index .column.main .block:not(.widget) .block-title > strong {
    font-size: 20px;
    line-height: 30px;
  }
  .account.review-customer-view .column.main h2 {
    font-size: 20px;
    line-height: 35px;
  }
  .products-grid.wishlist .product-item-name {
    height: auto;
  }
  .customer-account-forgotpassword .fieldset .field.note {
    margin-top: 0;
    padding: 0;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(1n&+1) {
    border-top: none;
  }
  .account.page-layout-2columns-left .column.main {
    min-height: 0px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    width: 45%;
  }
  .customer-account-create .password-strength-meter {
    padding: 0 7px;
  }
}
@media all and (max-width: 350px), print {
  .account .block.block-collapsible-nav {
    padding: 0;
  }
  .review-ratings .rating-label {
    padding-right: 15px;
  }
  .customer-review .review-details .customer-review-rating .rating-label {
    padding-right: 15px;
  }
}
@media all and (max-width: 320px), print {
  .wishlist-index-index .products-grid .product-item .product-item-info .product-image-photo {
    width: 100%;
  }
  .block-collapsible-nav .content {
    padding: 5px 0;
  }
  .account .page-wrapper .page-title-wrapper span.order-status {
    bottom: -15px;
  }
  .account .column.main .block.block-dashboard-addresses .block-title {
    position: relative;
  }
  .customer-account-create .form-create-account .actions-toolbar .primary .action.submit.primary {
    margin-bottom: 0;
  }
  .account.customer-account-index .block-dashboard-addresses .block-title {
    padding-bottom: 10px;
  }
}
@media all and (max-width: 1010px) and (min-width: 768px), print {
  .account.wishlist-index-index .actions-toolbar .secondary {
    float: none;
    display: block;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .account.wishlist-index-index .actions-toolbar .secondary a.action.back {
    padding: 15px 80px;
  }
  .account.wishlist-index-index .actions-toolbar .primary {
    float: none;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 10px;
  }
  .account.wishlist-index-index .secondary a.action.back {
    margin-top: 0;
  }
}
@media all and (max-width: 1111px) and (min-width: 768px), print {
  .account .mw-reward-points input.input-text {
    width: 100%;
  }
  .account .mw-reward-points textarea.input-text {
    width: 100%;
  }
  .account .mw-reward-points .input-coupon {
    width: 100%;
  }
  .account .mw-reward-points .button-coupon button {
    margin-left: 0;
  }
}
.amquickview-hover {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    background-color: #7e8081;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    opacity: .7;
}

.amquickview-hover img {
    opacity: .7;
}

.amquickview-hover a,
.amquickview-hover a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.amquickview-hover a {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: pre-wrap;
    word-break: break-all;
    word-break: break-word;
    opacity: 1;
}

.amquickview-hover:hover {
    background-color: #8898a9;
}

.amquickview-fancybox-wrapper .fancybox-inner .fancybox-close-small {
    border: 0;
    background: transparent;
}

.amquickview-fancybox-wrapper .fancybox-inner .fancybox-close-small {
    box-shadow: none;
}
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}.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,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(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/Airfrieght/alliance/en_US/Bss_SocialLogin/images/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../../frontend/Airfrieght/alliance/en_US/Bss_SocialLogin/images/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/Airfrieght/alliance/en_US/Bss_SocialLogin/images/blank.gif);-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}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../../frontend/Airfrieght/alliance/en_US/Bss_SocialLogin/images/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.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;background:rgba(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:700;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)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../../frontend/Airfrieght/alliance/en_US/Bss_SocialLogin/images/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../../frontend/Airfrieght/alliance/en_US/Bss_SocialLogin/images/fancybox_loading@2x.gif);background-size:24px 24px}}.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider {
  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;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.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-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  padding: 5px 0;
}
.slick-arrow.slick-hidden {
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
/* Gallery List */
.mfp-img-gallery .mfp-img {
  background: #fff;
}
/* Gallery Full Width */
.product.media a.lb {
  cursor: zoom-in;
  display: block;
  line-height: 0;
}
.product.media .gallery-list .product.item-image + .product.item-image {
  margin-top: 30px;
}
.product.media .zoomImg {
  cursor: move;
}
.product.media .item-image-video .zoomImg {
  display: none !important;
}
.product.media .product.item-image {
  position: relative;
}
.product.media .product.item-image img:not(.zoomImg) {
  min-width: 100%;
}
.product.media .product.item-image .label-video {
  position: absolute;
  z-index: 1;
  background-color: #f68872;
  color: #fff;
  border-radius: 3px;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.product.media .product.item-image .lb.video-link {
  display: block;
  position: relative;
  cursor: pointer;
}
.product.media .product.item-image .lb.video-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .product.item-image .lb.video-link:before {
  content: "\e6f9";
  font-family: "Linearicons";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  z-index: 3;
  font-size: 36px;
  color: #f68872;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product.media .product.item-image .lb.video-link:hover:after,
.product.media .product.item-image .lb.video-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.product.media .item-thumb .popup-video-thumb,
.product.media .product.item-image .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.product.media .product.item-image:hover .popup-video {
  opacity: 1;
  visibility: visible;
}
.product.media .product.item-image .popup-video span {
  position: relative;
  display: block;
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
  font-size: 36px;
  color: #f68872;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.product.media .item-thumb.slick-slide .popup-video-thumb {
  top: 5px;
  bottom: 5px;
}
.product.media .item-thumb .popup-video-thumb {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #f68872;
  justify-content: center;
  font-size: 24px;
}
.extra-gallery-fullwidth.catalog-product-view .product.media {
  width: 100%;
  overflow: hidden;
  margin-bottom: 111px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .extra-gallery-fullwidth.catalog-product-view .product.media {
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .extra-gallery-fullwidth.catalog-product-view .product.media {
    margin-bottom: 0;
  }
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-info-price {
  justify-content: center;
}
.extra-gallery-fullwidth.catalog-product-view .product.attribute.overview {
  margin: 42px 0 39px;
}
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .field.qty,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .field.qty {
  width: 200px;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links,
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links {
  -webkit-order: 10;
  order: 10;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart .fieldset .product-addto-links .action,
.extra-gallery-fullwidth.catalog-product-view .block-bundle-summary .box-tocart .fieldset .product-addto-links .action {
  margin: 0 0 0 10px;
}
.extra-gallery-fullwidth.catalog-product-view .product.media > .owl-carousel {
  margin: 0 auto;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-1 > .owl-carousel {
  width: 50%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-2 > .owl-carousel {
  width: 66.667%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media.item-xl-3 > .owl-carousel {
  width: 75%;
}
.extra-gallery-fullwidth.catalog-product-view .product.media > .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.extra-gallery-fullwidth.catalog-product-view .product.media .owl-item {
  padding: 0 15px;
}
.extra-gallery-fullwidth .product.media .owl-carousel .owl-dots {
  display: none;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main {
  width: 100%;
  padding: 0;
  text-align: center;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .bundle-actions,
.extra-gallery-fullwidth.catalog-product-view .product.attribute.overview,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-social-links .share-this-container,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .box-tocart {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .table-wrapper.grouped,
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper {
  text-align: left;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-options-wrapper .swatch-opt {
  text-align: center;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-add-form .swatch-attribute .swatch-attribute-options {
  display: table;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .product-reviews-summary {
  margin-left: auto;
  margin-right: auto;
}
.extra-gallery-fullwidth.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  text-align: center;
}
.product.media .owl-carousel .owl-nav button {
  left: -140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product.media .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -140px;
}
@media (min-width: 1200px) {
  .extra-gallery-sticky.catalog-product-view .product-info-main {
    width: calc(41.666667% + 15px);
    padding: 0 0 0 30px;
  }
}
.extra-gallery-grid .product.media .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.extra-gallery-grid .product.media .gallery-list .item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin: 0 0 10px !important;
}
.extra-gallery-grid .product.media .product.item-image .label-video {
  left: 20px;
}
.product.media .product-thumbnail .gallery-horizontal .owl-dots {
  display: none;
}
.product.media .horizontal-thumbnail {
  width: calc(100% - 70px);
  margin: 30px auto 0;
}
.product.media .horizontal-thumbnail .owl-item {
  padding: 0 15px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: none;
  border: none;
  text-align: left;
  left: -35px;
  right: auto;
  font-size: 18px;
  color: #bbbbbb;
  line-height: 1;
  margin-top: -10px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button:hover {
  color: #000;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button:before {
  content: "\e93b";
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next {
  text-align: right;
  left: auto;
  right: -35px;
}
.product.media .horizontal-thumbnail.owl-carousel .owl-nav button.owl-next:before {
  content: "\e93c";
}
.product.media .vertical-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.product.media .vertical-gallery #vertical-thumbnail-wrapper {
  width: 90px;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical {
  width: calc(100% - 100px);
  margin-left: 10px;
}
.product.media .vertical-gallery.no-thumb .owl-carousel.gallery-vertical {
  width: 100%;
  margin-left: 0;
}
.product.media .vertical-gallery .slick-vertical > .slick-list.draggable {
  overflow: hidden;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical .owl-nav button {
  left: 30px;
}
.product.media .vertical-gallery .owl-carousel.gallery-vertical .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.product.media .owl-carousel.gallery-horizontal .owl-nav button {
  left: 30px;
}
.product.media .owl-carousel.gallery-horizontal .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.product.media .vertical-gallery .icon-angle-up:before {
  font-family: "Linearicons";
  content: "\e939";
}
.product.media .vertical-gallery .icon-angle-down:before {
  font-family: "Linearicons";
  content: "\e93a";
}
.product.media .vertical-gallery .vertical-thumbnail {
  position: relative;
}
.product.media .item-thumb {
  transition: all 300ms;
  opacity: .6;
  cursor: pointer;
  position: relative;
}
.product.media .item-thumb.active {
  opacity: 1;
}
.product.media .vertical-gallery .slick-arrow {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #333;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5));
}
.product.media .vertical-gallery .slick-arrow.icon-angle-down {
  bottom: 0;
  top: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ffffff);
}
.gallery-float-right.catalog-product-view .product-info-clearfix > .product.media {
  float: right;
}
.gallery-float-right.catalog-product-view .product-info-clearfix > .product.media + .product-info-main {
  float: left;
  padding: 0 30px 0 0;
}
.stripe-payments-saved-card {
    margin-bottom: 0.7em;
}
.stripe-payments-saved-card span.type {
    font-weight: bold;
}
.stripe-payments-saved-card span.exp {
    float: right;
}
.stripe-payments-saved-card span.stripe-payments-fade {
    color: #999;
    font-weight: normal;
}
.stripe-payments-saved-card label {
    display: inline;
}

/* My Subscriptions customer account section */
a.subscription-name {
    display: block;
}
.stripe-subscription-edit {
    max-height: 30em;
    overflow: hidden;
    transition: max-height;
    transition-duration: 0.8s;
    vertical-align: top;
    display: inline-block;
    padding-right: 20px;
}
.stripe-subscription-edit.show {
    max-height: 30em;
}
.stripe-subscription-edit .section {
    margin: 5px 0;
}
.stripe-subscription-edit .mutable {
    display: none;
}
.stripe-subscription-edit.edit .mutable {
    display: block;
}
.stripe-subscription-edit.edit .static {
    display: none;
}
.stripe-subscription-edit .actions {
    margin-top: 10px;
}
.stripe-subscription-edit input {
    margin: 2px 0;
}
.subscription-card input {
    margin-right: 5px;
}
.subscription-card {
    padding: 5px 0 0 5px;
}
.subscription-card .exp, .details.stripe-payments .exp {
    color: #aaa;
}
.subscription-card.add-new {
    padding: 10px;
    text-align: center;
}
.stripe-subscriptions .section b {
    padding-bottom: 0.5em;
    display: inline-block;
}
table.subscription-details {
    font-size: small;
    color: #333;
    margin-top: 1em;
}
table.subscription-details td {
    padding: 0;
}
table.subscription-details tr td:first-child {
    width: 100%;
}
@media (pointer: fine) {
    table.subscription-details a.edit {
        visibility: hidden;
    }
    table.subscription-details div.details:hover a.edit {
        visibility: visible;
    }
}
.stripe-subscriptions .subscription-name {
    font-size: 1.1em;
}
.stripe-subscriptions div.billed {
    font-size: smaller;
    color: #999;
}
table.subscription-details a {
    cursor: pointer;
}
table.subscription-details .stripe-payments span.type {
    font-size: small;
}

/* My Saved Cards section */
.stripe-payments.delete-card {
    padding-left: 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZGVsZXRlLS1saW5rPC90aXRsZT48cGF0aCBkPSJNMTEuODY2IDkuOTk5bDIuNzQzLTIuNzQ0YTEuMzIyIDEuMzIyIDAgMCAwIC4wMDItMS44NjggMS4zMTggMS4zMTggMCAwIDAtMS44NjguMDAyTDEwIDguMTMzIDcuMjUyIDUuMzg0YTEuMzIzIDEuMzIzIDAgMCAwLTEuODYzLjAwMyAxLjMxNCAxLjMxNCAwIDAgMC0uMDAzIDEuODYzTDguMTM0IDEwbC0yLjc0MyAyLjc0M2ExLjMyMiAxLjMyMiAwIDAgMC0uMDAyIDEuODY4IDEuMzE4IDEuMzE4IDAgMCAwIDEuODY4LS4wMDJMMTAgMTEuODY0bDIuNzQ4IDIuNzQ5YTEuMzIzIDEuMzIzIDAgMCAwIDEuODYzLS4wMDNjLjUyLS41MTkuNTE3LTEuMzUuMDAzLTEuODYzbC0yLjc0OC0yLjc0OHoiIGZpbGw9IiMwMDk5RTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
}
.new-saved-card #stripe_payments_cc_owner { width: auto; min-width: 300px; }
.new-saved-card #stripe_payments_cc_number { width: auto; min-width: 300px; }
.new-saved-card #stripe_payments_expiration_mo { width: auto; }
.new-saved-card #stripe_payments_expiration_yr { width: auto; }

/* Card Icons */
.stripe-payments span.type.Visa,
.stripe-payments span.type.visa { background: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/img/visa.png) no-repeat; }

.stripe-payments span.type.American.Express,
.stripe-payments span.type.amex { background: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/img/amex.png) no-repeat; }

.stripe-payments span.type.MasterCard,
.stripe-payments span.type.mastercard { background: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/img/mastercard.png) no-repeat; }

.stripe-payments span.type.Discover,
.stripe-payments span.type.discover { background: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/img/discover.png) no-repeat; }

.stripe-payments span.type.Diners,
.stripe-payments span.type.diners { background: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/img/diners.png) no-repeat; }

.stripe-payments span.type.JCB,
.stripe-payments span.type.jcb { background: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/img/jcb.png) no-repeat; }

.stripe-payments span.type.Visa, .stripe-payments span.type.visa,
.stripe-payments span.type.American.Express, .stripe-payments span.type.amex,
.stripe-payments span.type.MasterCard, .stripe-payments span.type.mastercard,
.stripe-payments span.type.Discover, .stripe-payments span.type.discover,
.stripe-payments span.type.Diners, .stripe-payments span.type.diners,
.stripe-payments span.type.JCB, .stripe-payments span.type.jcb {
    padding-left: 40px;
    background-position-y: -3px;
    display: inline-block;
    height: 22px;
    font-size: 16px;
    background-size: 30px;
}

.payment-method.stripe-payments .checkout-agreements-block {
    margin-bottom: 10px;
}
.payment-method.stripe-payments.mobile {
    padding-top: 1em;
}
@media only screen and (max-width: 767px) {
    .checkout-payment-method .step-title.mobile {
        padding-left: 0;
    }
}

/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

/* Checkout Errors */
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Euro Payments */
#payment_form_stripe_payments_sepa .payment-method-note.mandate {
    display: inline-block;
    margin: 0.7em 0;
}
#payment_form_stripe_payments_sepa fieldset {
    border: 0;
}
.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

/* Checkout success page */
.checkout-onepage-success .stripe-success-section {
    margin-top: 1em;
}
.checkout-onepage-success .stripe-success-section p {
    margin-bottom: 0.8em;
}
.checkout-onepage-success .stripe-success-section img {
    margin: 0 auto;
}
.checkout-onepage-success button.button.wechat {
    background-color: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    box-shadow: unset;
}
.stripe-success-section.oxxo .oxxo-voucher div {
    display: block;
    clear: both;
    width: 100%;
}
.stripe-success-section.oxxo .oxxo-voucher {
    padding: 2em 0;
}
.stripe-success-section.oxxo .oxxo-logo img {
    width: 100px;
}
.stripe-success-section.oxxo .oxxo-voucher {
    text-align: center;
}
.stripe-success-section.oxxo .oxxo-amount {
    font-size: 3em;
}
.stripe-success-section.oxxo .oxxo-expires {
    color: #888;
    font-size: 1em;
}
.stripe-success-section.oxxo .oxxo-number {
    font-family: 'LibreBarcode128Text-Regular';
    font-size: 4em;
}
.stripe-success-section.oxxo .print-button {
    display: block;
    width: 100%;
    height: 4em;
}
.stripe-success-section.oxxo .print-button button {
    width: 40%;
    padding: 1em;
    margin: 2em 0 1em;
}

@media print {
    .stripe-success-section.oxxo .action {
        display: none;
    }
}

/* FPX */
#stripe-fpx-select {
    background: #fff url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/img/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
#stripe-fpx-select, #stripe-fpx-dropdown {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
}
#stripe-fpx-dropdown {
    list-style: none;
    padding: 0;
}
#stripe-fpx-dropdown li {
    padding: 10px 12px 10px 50px;
    margin: 0;
    background-position: 10px 45%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#stripe-fpx-dropdown li:first-child {
    margin-top: 5px;
}
#stripe-fpx-dropdown li:last-child {
    margin-bottom: 5px;
}
#stripe-fpx-dropdown li:hover {
    background-color: #eee;
}
#stripe-fpx-dropdown li.affin_bank { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/affin_bank.svg); }
#stripe-fpx-dropdown li.alliance_bank { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/alliance_bank.svg); }
#stripe-fpx-dropdown li.ambank { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/ambank.svg); }
#stripe-fpx-dropdown li.bank_islam { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/bank_islam.svg); }
#stripe-fpx-dropdown li.bank_rakyat { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/bank_rakyat.svg); }
#stripe-fpx-dropdown li.bank_muamalat { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/bank_muamalat.svg); }
#stripe-fpx-dropdown li.bsn { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/bsn.svg); }
#stripe-fpx-dropdown li.cimb { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/cimb.svg); }
#stripe-fpx-dropdown li.hong_leong_bank { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/hong_leong_bank.svg); }
#stripe-fpx-dropdown li.hsbc { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/hsbc.svg); }
#stripe-fpx-dropdown li.kfh { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/kfh.svg); }
#stripe-fpx-dropdown li.maybank2u { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/maybank2u.svg); }
#stripe-fpx-dropdown li.maybank2e { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/maybank2e.svg); }
#stripe-fpx-dropdown li.ocbc { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/ocbc.svg); }
#stripe-fpx-dropdown li.public_bank { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/public_bank.svg); }
#stripe-fpx-dropdown li.rhb { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/rhb.svg); }
#stripe-fpx-dropdown li.standard_chartered { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/standard_chartered.svg); }
#stripe-fpx-dropdown li.uob { background-image: url(../../frontend/Airfrieght/alliance/en_US/StripeIntegration_Payments/svg/fpx/uob.svg); }
#stripe-fpx-dropdown li.separator {
    border-bottom: 3px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.multishipping-authorization {
    font-size: large;
}
.multishipping-authorization .block-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 1em;
    font-weight: 400;
}
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 4em 1em 2em;
}

.stripe-icon-container img.stripe-icon {
    height: 1.7em;
    position: relative;
    top: 0.4em;
    margin-right: 2px;
}

#stripe_fpx .stripe-icon-container.right img.stripe-icon {
    height: 3em;
    position: relative;
    top: -0.2em;
}
#stripe_ideal .stripe-icon-container.right img.stripe-icon,
#stripe_eps .stripe-icon-container.right img.stripe-icon,
#stripe_giropay .stripe-icon-container.right img.stripe-icon,
#stripe_bancontact .stripe-icon-container.right img.stripe-icon,
#stripe_wechat .stripe-icon-container.right img.stripe-icon {
    height: 2.5em;
    position: relative;
    top: 0.1em;
}

.stripe-icon-container.right {
    float: right;
    position: relative;
    top: -0.6em;
}

/* Klarna */
.klarna-payment-options-tabs, .klarna-payment-options-container {
    text-align: center;
    margin: 0 1em 2em;
}
.klarna-tab {
    display: inline-block;
    margin: 0 3px;
    border-radius: 5px;
    padding: 12px 20px;
    box-shadow: 2px 2px 5px 2px #ccc;
}

input[name=klarna-payment-option] {
    display: none;
}

input[name=klarna-payment-option]:checked+label {
    background: #487B94;
    color: #fff;
}

label.klarna-tab {
    font-weight: bold;
    background: #f8f9fa;
    cursor: pointer;
}

.klarna-loader .payment-method-note {
    margin: 2em;
}

/* SEPA Credit */
#payment_form_stripe_payments_sepa_credit .optional {
    font-weight: normal;
    color: #aaa;
    margin-left: 4px;
}
#payment_form_stripe_payments_sepa_credit .subnote
{
    color: #888;
    font-size: smaller;
}

.stripe-payments-installments-form .installments-header {

}
.stripe-payments-installments-form .installments-header .back-link {
    display: inline-block;
    margin-right: 0.5em;
    cursor: pointer;
    text-decoration: none;
}
.stripe-payments-installments-form .installments-header h3 {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
.stripe-payments-installments-form .stripe-payments-installment-plans {
    padding: 1em;
    font-size: 1.1em;
}
.stripe-payments-installments-form .stripe-payments-installment-plans label {
    display: block;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.stripe-payments-installments-form .stripe-payments-installment-plans select {
    display: inline-block;
    width: 150px;
    margin-left: 1em;
}

/* Trialing Subscriptions */
.trialing_shipping .mark,
.trialing_tax .mark,
.trialing_discount .mark {
    text-indent: 0.5em;
}
.trialing_shipping .mark::before,
.trialing_tax .mark::before,
.trialing_discount .mark::before {
    content: "- ";
}
.featured-banner .featured-content {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.featured-banner .featured-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.featured-banner .featured-content .breadcrumbs {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-banner .featured-content .page-title-wrapper {
  text-align: center;
  display: block;
}
.featured-banner {
  position: relative;
}
.webforms {
    margin-bottom: 1.5rem;
}

.webforms .field {
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

.webforms .fieldset {
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
}

.webforms .actions-toolbar {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
    clear: both;
}

.webforms .inline-elements .choice {
    display: inline-flex;
}

/* Success text */
.webforms-success-text {
    margin-bottom: 2rem;
}

/* Starry script */

div.starry {
    width: auto;
    margin: -4px 0 10px 0;
    padding: 5px;
    width: auto;
}

div.standard_star {
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    display: inline;
    background-image: url(../../frontend/Airfrieght/alliance/en_US/VladimirPopov_WebForms/images/stars.gif);
}

div.feedback {
    border: 1px solid #ddd;
    padding: 5px 3px 3px;
    display: inline;
}

/* Date of birth */

.customer-dob .dob-month,
.customer-dob .dob-day,
.customer-dob .dob-year {
    float: left;
    width: 8.5rem;
}

.customer-dob input.input-text {
    display: block;
    width: 7.4rem;
}

.customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.customer-dob .dob-day,
.customer-dob .dob-month {
    width: 6rem;
}

.customer-dob .dob-day input.input-text,
.customer-dob .dob-month input.input-text {
    width: 4.6rem;
}

.customer-dob .dob-year {
    width: 14rem;
}

.customer-dob .dob-year input.input-text {
    width: 13.4rem;
}

/* Tooltip */

.ot-content {
    text-align: left;
}

.tooltip-icon {
    background-image: url('../../frontend/Airfrieght/alliance/en_US/VladimirPopov_WebForms/images/tooltip.png');
    background-size: 1.5rem 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0.2rem 0.5rem;
}

/* Select images */
.webforms figcaption {
    padding: 5px 0;
    margin: 5px;
}

/* Form */

.webforms-description-text {
    margin-bottom: 4rem;
}

.webforms-fields-comment {
    font-size: 90%;
    clear: both;
    margin-top: 1rem;
}

.please-wait {
    padding-top: 0.5rem;
}

.please-wait .loading-indicator {
    background: #fff url(../../frontend/Airfrieght/alliance/en_US/VladimirPopov_WebForms/images/ajax-loader-big.gif) no-repeat;
    background-size: 1.8rem;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: bottom;
    margin-bottom: 0.2rem;
}

/* reCaptcha v2 */

.recaptcha2 {
    clear: both;
    box-sizing: border-box;
    padding: 0 2rem 2rem 0;
    width: 100%;
    float: left;
}

/* Validation */

.validation-advice {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    color: #e02b27;
    clear: both;
}

input.validation-failed, textarea.validation-failed {
    border-color: #ed8380;
}

/* Customer Account */

.webforms-customer-account-form {
    margin-top: 3rem;
    border: 1px solid #eee;
    padding: 2rem;
}

.webforms-customer-account-message {
    background: rgba(255, 212, 96, 0.26);
    padding: 3rem;
}

.block-webforms-form .actions-toolbar {
    margin: 17px 0;
}

/* Results */

.webforms-results-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    float: left;
    width: 100%;
    clear: both;
}

.webforms-results-field {
    margin-bottom: 5px;
    width: 100%;
}

.webforms-results-label {
    font-weight: bold;
    width: 100%;
}

.webforms-results-value {
    padding: 5px 0;
}

.webforms-results-value .webforms-image {
    float: left;
    margin-right: 2rem;
}

/* Star rating */

.stars {
    padding: 0 5px;
    width: 80px;
    display: inline;
    float: left;
}

.stars-bar {
    list-style: none;
    margin: 0px;
    padding: 0px !important;
    height: 16px;
    position: relative;
    background: url(../../frontend/Airfrieght/alliance/en_US/VladimirPopov_WebForms/images/results_stars.png) top left repeat-x;
}

.stars-bar li {
    padding: 0px;
    margin: 0px;
    /*\*/
    float: left;
    /* */
}

.stars-bar li.stars-value {
    background: url(../../frontend/Airfrieght/alliance/en_US/VladimirPopov_WebForms/images/results_stars.png) left bottom;
    position: absolute;
    height: 16px;
    display: block;
    z-index: 1;
}

.webforms-rating-summary {
    margin-bottom: 15px;
}

.webforms-results-table .col.id {
    width: 15%;
}

/* Auto-complete */
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);

    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

/* File preview */

.file-preview {
    list-style: none;
    padding: 0;
    margin: 0;
}

.file-preview h3 {
    font-size: 12px;
}

.file-preview li {
    margin: 0;
    padding: 10px 0;
    margin: 0;
    overflow: auto;
    position: relative;
}

.file-preview li img {
    border: solid 1px #999;
    border-radius: 3px;
    padding: 3px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
}

.file-cancel {
    margin-top: 1rem;
    cursor: pointer;
}

.file-progress {
    font-size: 90%;
    color: #777;
}

/* Calendar */

.webforms-datepicker {
    margin-bottom: 1rem;
}

.webforms-calendar {
    position: relative;
    width: 20rem;
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.webforms-calendar .ui-datepicker-trigger {
    margin-left: -3.2rem;
    height: 2.8rem;
    position: absolute;
    top: .4rem;
    right: .5rem;
}

.webforms-time {
    display: inline-block;
}

.webforms-time .hours, .webforms-time .minutes {
    display: inline;
    width: 6rem;
}

.multiselect {
    height: auto;
    background-image: none;
}

/* Date picker button */

@font-face {
    font-family: 'luma-icons';
    src: url(../../frontend/Airfrieght/alliance/en_US/VladimirPopov_WebForms/css/fonts/Luma-Icons.woff);
}

.webforms-datepicker ._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;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:focus,
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger.disabled,
.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] .webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:before {
    -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;
}

.webforms-datepicker ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0;
}

/* Drop-zone */

.drop-zone {
    padding: 2rem .7rem;
    color: #777;
    border: .2rem dashed #ddd;
    border-radius: .4rem;
    opacity: .9;
    cursor: pointer;
}

.drop-zone-preview-container {
    margin-bottom: 10px;
}

.drop-zone:hover {
    background-color: #f5f5f5;
}

.drop-zone-label {
    display: inline-block !important;
    vertical-align: top !important
}

.icon-paperclip {
    color: rgb(240, 120, 0) !important;
    fill: rgb(240, 120, 0) !important;
}

.icon-paperclip svg {
    transform: rotate(45deg) scaleX(-1);
}

.text-center {
    text-align: center !important
}

.drop-zone-preview {
    background: #f8f8f8;
    border: .09167rem solid #dadada;
    border-radius: .33333rem;
    color: #999;
    padding: 5px;
    margin-bottom: 5px;
    line-height: inherit;
    position: relative;
}

.drop-zone-attachment {
    overflow: auto;
    height: auto;
    z-index: 2;
    width: 100% !important;
    position: relative;
}

.drop-zone-preview-icon-file {
    padding-right: .66667rem;
    float: left !important;
}

.drop-zone-preview-icon-file svg path {
}

.drop-zone-preview-file {
    width: 70%;
    float: left !important;
}

.drop-zone-preview-filename {
    max-width: 62%;
    color: #333;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    float: left !important;
    vertical-align: top !important;
}

.drop-zone-preview-filename-end {
    color: #333;
}

.drop-zone-preview-size, .drop-zone-error {
    clear: left;
    float: left !important;
}

.drop-zone-error {
    color: red;
}

.drop-zone-preview-icon-close {
    position: absolute;
    top: 50%;
    right: .41667rem;
    margin-top: -2.2rem !important;
    padding-top: 1rem;
    border: 0;
    cursor: pointer !important;
    float: right !important;
}

.drop-zone-preview-icon-close svg {
    fill: #999;
}

.drop-zone-progress, .drop-zone-progress-success {
    position: absolute;
    border-radius: .33333rem;
    background-color: #00ff08;
    opacity: .1;
    height: 100% !important;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
}

.drop-zone-progress-success {
    opacity: 0;
}

.webforms-gdpr {
    margin: 1.5rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

.webforms-gdpr-checkbox {
    margin-top: 1.5rem;
}

.webforms-popup {
    position: relative;
    background: #FFF;
    padding: 2rem;
    margin: 2rem auto;
    box-sizing: border-box;
    border-radius: .7rem;
}

@media screen and (min-width: 20em) {
    .webforms-popup {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .webforms-popup {
        width: 90%;
    }
}

@media screen and (min-width: 64em) {
    .webforms-popup {
        width: 80%;
    }
}

/* Customer result action buttons */

.webforms-result-action{
    display: block;
    background: #f5f5f5;
    text-align: center;
    padding: .3rem .1rem;
    margin: .5rem .1rem;
    white-space: nowrap;
    color: #888;
    text-decoration: none;
}
.webforms-result-action:hover{
    text-decoration: none;
    color:white;
    background: #8bc53f;
}
.result-action-delete {
    border-color: red;
}
.result-action-delete:hover{
    background: red;
}

/* File pool */
.webforms-file-pool {
    display: table;
    margin-bottom: 10px;
}
.webforms-file-pool-selectall{
    margin-bottom:5px;
}
.webforms-file-pool-selectall label{
    font: bold 10px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    float:none !important;
    margin-left:5px;

}
.webforms-file-cell{
    float:left;
    flex:1;
    height: auto;
    text-align: center;
    font: bold 9px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #888;
    display: table-cell;

}
.webforms-file-cell p label{
    color: #888;

}
.webforms-file-cell p {
    padding-top: 5px;
    margin-left: -10px;
    float: left;
    clear: both;
    width: 100%;
}
.webforms-file-cell label{
    float:none !important;
    margin-left:5px;
}

.webforms-file-link{
    display: block;
    border-radius:5px;
    float:left;
    margin-right:10px;
    height:auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    background: #f5f5f5;
    max-width:200px;
    padding:5px 10px;
}
.webforms-file-link:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
    background: white;
    color: #888;

}
.webforms-file-link figure p{
    margin:10px 0 5px 0;
}
.webforms-file-link figure img{
    background:white;
}

.webforms-file-link-name {
    display:inline;
    max-width:60%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    float:left;
}
.webforms-file-link-name-end {display:inline;}

.webforms-file-delete-checkbox{
    vertical-align: baseline;
}
@media screen and (min-width: 20em) {
    .wf-sm-row{
        clear:left;
    }
    .wf-sm-1,
    .wf-sm-1-1,
    .wf-sm-1-2,
    .wf-sm-1-3,
    .wf-sm-2-3,
    .wf-sm-1-4,
    .wf-sm-3-4,
    .wf-sm-1-6,
    .wf-sm-1-5,
    .wf-sm-2-5,
    .wf-sm-3-5,
    .wf-sm-4-5,
    .wf-sm-5-6,
    .wf-sm-1-12,
    .wf-sm-2-12,
    .wf-sm-3-12,
    .wf-sm-4-12,
    .wf-sm-5-12,
    .wf-sm-6-12,
    .wf-sm-7-12,
    .wf-sm-8-12,
    .wf-sm-9-12,
    .wf-sm-10-12,
    .wf-sm-11-12,
    .wf-sm-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-sm-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-sm-1-6,
    .wf-sm-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-sm-1-5 {
        width: 20%;
    }

    .wf-sm-1-4,
    .wf-sm-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-sm-1-3,
    .wf-sm-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-sm-2-5 {
        width: 40%;
    }

    .wf-sm-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-sm-1-2,
    .wf-sm-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-sm-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-sm-3-5 {
        width: 60%;
    }

    .wf-sm-2-3,
    .wf-sm-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-sm-3-4,
    .wf-sm-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-sm-4-5 {
        width: 80%;
    }

    .wf-sm-5-6,
    .wf-sm-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-sm-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-sm-1,
    .wf-sm-1-1,
    .wf-sm-12-12 {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .wf-md-row{
        clear:left;
    }
    .wf-sm-row{
        clear:unset;
    }
    .wf-md-1,
    .wf-md-1-1,
    .wf-md-1-2,
    .wf-md-1-3,
    .wf-md-2-3,
    .wf-md-1-4,
    .wf-md-3-4,
    .wf-md-1-6,
    .wf-md-1-5,
    .wf-md-2-5,
    .wf-md-3-5,
    .wf-md-4-5,
    .wf-md-5-6,
    .wf-md-1-12,
    .wf-md-2-12,
    .wf-md-3-12,
    .wf-md-4-12,
    .wf-md-5-12,
    .wf-md-6-12,
    .wf-md-7-12,
    .wf-md-8-12,
    .wf-md-9-12,
    .wf-md-10-12,
    .wf-md-11-12,
    .wf-md-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-md-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-md-1-6,
    .wf-md-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-md-1-5 {
        width: 20%;
    }

    .wf-md-1-4,
    .wf-md-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-md-1-3,
    .wf-md-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-md-2-5 {
        width: 40%;
    }

    .wf-md-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-md-1-2,
    .wf-md-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-md-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-md-3-5 {
        width: 60%;
    }

    .wf-md-2-3,
    .wf-md-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-md-3-4,
    .wf-md-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-md-4-5 {
        width: 80%;
    }

    .wf-md-5-6,
    .wf-md-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-md-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-md-1,
    .wf-md-1-1,
    .wf-md-12-12 {
        width: 100%;
    }
}

@media screen and (min-width: 64em) {
    .wf-lg-row{
        clear:left !important;
    }
    .wf-md-row, .wf-sm-row{
        clear:unset;
    }
    .wf-lg-1,
    .wf-lg-1-1,
    .wf-lg-1-2,
    .wf-lg-1-3,
    .wf-lg-2-3,
    .wf-lg-1-4,
    .wf-lg-3-4,
    .wf-lg-1-5,
    .wf-lg-2-5,
    .wf-lg-3-5,
    .wf-lg-4-5,
    .wf-lg-1-6,
    .wf-lg-5-6,
    .wf-lg-1-12,
    .wf-lg-2-12,
    .wf-lg-3-12,
    .wf-lg-4-12,
    .wf-lg-5-12,
    .wf-lg-6-12,
    .wf-lg-7-12,
    .wf-lg-8-12,
    .wf-lg-9-12,
    .wf-lg-10-12,
    .wf-lg-11-12,
    .wf-lg-12-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        float:left;

    }

    .wf-lg-1-12 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .wf-lg-1-6,
    .wf-lg-2-12 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .wf-lg-1-5 {
        width: 20%;
    }

    .wf-lg-1-4,
    .wf-lg-3-12 {
        width: 25%;
        *width: 24.9690%;
    }

    .wf-lg-1-3,
    .wf-lg-4-12 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .wf-lg-2-5 {
        width: 40%;
    }

    .wf-lg-5-12 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .wf-lg-1-2,
    .wf-lg-6-12 {
        width: 50%;
        *width: 49.9690%;
    }

    .wf-lg-7-12 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .wf-lg-3-5 {
        width: 60%;
    }

    .wf-lg-2-3,
    .wf-lg-8-12 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .wf-lg-3-4,
    .wf-lg-9-12 {
        width: 75%;
        *width: 74.9690%;
    }

    .wf-lg-4-5 {
        width: 80%;
    }

    .wf-lg-5-6,
    .wf-lg-10-12 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .wf-lg-11-12 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .wf-lg-1,
    .wf-lg-1-1,
    .wf-lg-12-12 {
        width: 100%;
    }
}.opentip-container,
.opentip-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.opentip-container {
    position: absolute;
    max-width: 300px;
    z-index: 100;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    pointer-events: none;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-center {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-right {
    -webkit-transform: translateY(-5px) translateX(5px);
    -moz-transform: translateY(-5px) translateX(5px);
    -o-transform: translateY(-5px) translateX(5px);
    -ms-transform: translateY(-5px) translateX(5px);
    transform: translateY(-5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-right {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-right,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-right {
    -webkit-transform: translateY(5px) translateX(5px);
    -moz-transform: translateY(5px) translateX(5px);
    -o-transform: translateY(5px) translateX(5px);
    -ms-transform: translateY(5px) translateX(5px);
    transform: translateY(5px) translateX(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-center,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-center {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-bottom.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-bottom.stem-left {
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    -o-transform: translateY(5px) translateX(-5px);
    -ms-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-middle.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-middle.stem-left {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}
.opentip-container.ot-fixed.ot-hidden.stem-top.stem-left,
.opentip-container.ot-fixed.ot-going-to-show.stem-top.stem-left,
.opentip-container.ot-fixed.ot-hiding.stem-top.stem-left {
    -webkit-transform: translateY(-5px) translateX(-5px);
    -moz-transform: translateY(-5px) translateX(-5px);
    -o-transform: translateY(-5px) translateX(-5px);
    -ms-transform: translateY(-5px) translateX(-5px);
    transform: translateY(-5px) translateX(-5px);
}
.opentip-container.ot-fixed .opentip {
    pointer-events: auto;
}
.opentip-container.ot-hidden {
    display: none;
}
.opentip-container .opentip {
    position: relative;
    font-size: 13px;
    line-height: 120%;
    padding: 9px 14px;
    color: #4f4b47;
    text-shadow: -1px -1px 0px rgba(255,255,255,0.2);
}
.opentip-container .opentip .header {
    margin: 0;
    padding: 0;
}
.opentip-container .opentip .ot-close {
    pointer-events: auto;
    display: block;
    position: absolute;
    top: -12px;
    left: 60px;
    color: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0);
    text-decoration: none;
}
.opentip-container .opentip .ot-close span {
    display: none;
}
.opentip-container .opentip .ot-loading-indicator {
    display: none;
}
.opentip-container.ot-loading .ot-loading-indicator {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    display: block;
}
.opentip-container.ot-loading .ot-loading-indicator span {
    display: block;
    -webkit-animation: otloading 2s linear infinite;
    -moz-animation: otloading 2s linear infinite;
    -o-animation: otloading 2s linear infinite;
    -ms-animation: otloading 2s linear infinite;
    animation: otloading 2s linear infinite;
    text-align: center;
}
.opentip-container.style-dark .opentip,
.opentip-container.style-alert .opentip {
    color: #f8f8f8;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.opentip-container.style-glass .opentip {
    padding: 15px 25px;
    color: #317cc5;
    text-shadow: 1px 1px 8px rgba(0,94,153,0.3);
}
.opentip-container.ot-hide-effect-fade {
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.opentip-container.ot-hide-effect-fade.ot-hiding {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-going-to-show,
.opentip-container.ot-show-effect-appear.ot-showing {
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out, opacity 1s ease-in-out;
    transition: transform 0.5s ease-in-out, opacity 1s ease-in-out;
}
.opentip-container.ot-show-effect-appear.ot-going-to-show {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.opentip-container.ot-show-effect-appear.ot-showing {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.opentip-container.ot-show-effect-appear.ot-visible {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
@-moz-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes otloading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* WHATSOCK, 2016 */
/* Specific styles for ARIA Calendar */

#datepicker-demo {
    background: #E0E0E0;
    padding: 1rem;
    margin: 1rem 0 2rem;
}

	#datepicker-demo em {display: block; font-size: 90%;}

#date, #party {
    width: 90%;
    max-width: 25em;
	vertical-align: 20px;
}

a.accCalendar {
	display: inline-block;
	background: transparent;
}

div.calendar {
    text-align: center;
    color: #FFF;
    background: #2E3135;
    padding: 0.5rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

table.calendar {
    border-collapse: separate;
    border-spacing: 1px;
}

table.calendar td, table.calendar th {
    padding: 0.3em 0.5em;
    border-radius: 0.15rem;
}

td.empty {
    background: rgba(255, 255, 255, .07);
}

th.week {}

td.nav, td.day {cursor: pointer;}

td.day {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #000;
    background: #63B7C2;
}

td.day:hover {background: #E2A037;}

td.selected {background: #E2A037;}

div.calendar *:focus, div.commentAdd *:focus {
    background: #E2A037;
}

td.month {
    font-weight: 600;
    color: #63B7C2;
    text-shadow: 0 1px 0 #000;
}

td.comment {position: relative;}
td.comment span::after {
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 0.2rem;
	right: 0.2rem;
	content: "";
	background: #49182E;
	border-radius: 7px;
}

td.comment.selected {
	background: #E2A037; 
}


td.disabled, td.disabled:hover {
	color: #CCC;
    background: #bdbdbd;
    cursor: auto; 
}

td.disabled.selected {background: #C2C2C2;}

div.commentTooltip {
	width: 271px;
	padding: 0.5rem;
	color: #FFF;
	background: #3D4043;
	font-size: 0.8em;
	font-weight: bold;
	max-height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	word-wrap: break-word;
	text-align: left;
}

div.commentAdd {
	background: #2E3135;
	border-radius: 0.3rem;
}

	div.commentAdd button {
		font-size: 100%;
		text-transform: uppercase;
	    color: #FFF;
	    background: #2E3135;
	    padding: 0.5rem;
		margin-top: -5px;
		border: none;
	    border-bottom-left-radius: 0.3rem;
	    border-bottom-right-radius: 0.3rem;
	    -webkit-box-shadow: 0 10px 6px -6px #777;
	    -moz-box-shadow: 0 10px 6px -6px #777;
	    box-shadow: 0 10px 6px -6px #777;
	}

div.commentAdd textarea {
	width: 270px;
	height: 2em;
	overflow: auto;
	word-wrap: break-word;
	text-align: left;
	padding: 0.2em;
	margin: 0.5rem 0.5rem 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 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; } }
/*! fancyBox v2.1.5 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/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/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/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/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/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/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 !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../frontend/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/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);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../../frontend/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../../frontend/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}/*! fancyBox v2.1.5 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/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/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/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/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/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/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 !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../../frontend/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/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);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../../frontend/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../../frontend/Airfrieght/alliance/en_US/Webkul_ImageGallery/css/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}#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;
}#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
       -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
            box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    background: rgb(50,50,50);
    background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
    background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-image: url('../../frontend/Airfrieght/alliance/en_US/Webkul_ImageGallery/images/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity : 0.4;
    cursor: default;
}/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_ImageGallery
 * @author    Webkul
 * @copyright Copyright (c) 2010-2017 Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk_gallery_img_container{
    border: 3px solid #dedede;
    box-shadow: 0 0 3px #7d7575;
    height: 200px;
    margin-bottom: 3px;
    position: relative;
    width: 200px;
    display: inline-block;
}
.wk_gallery{
    display: inline-block;
    height: 235px;
    margin: 5px;
    width: 200px;
    padding: 5px;
    margin-bottom: 10px;
}
.wk_gallery_desc{
    text-align: center;
    display: inline-block;
}
.gallery_name{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.wk_gallery_album img{
    height: 200px;
    left: 0;
    position: absolute;
    width: 200px;
}
.wk_gallery_image{
    width: 200px;
}
.imagegallery{
   /* border: 3px solid #d6d6d6;
    box-shadow: 0 0 7px #000000;*/
    display: inline-block;
   /* height: 200px;
    margin: 7px;
    width: 200px;*/
}
.imagegallery:hover{
    text-decoration: none;
}
.content1{
    border-top: 1px solid #e2e2e2;
    margin-top: 5px;
    padding-top: 2px;
    text-align: center;
}
.gallery_container{
    text-align: center;
}
.wk_imagegallery_container {

}
/**
 * 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}.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/Airfrieght/alliance/en_US/Magento_Theme/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%}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/*-----------------------------------------------------------------------------

-	Revolution Slider 6.0 Default Style Settings -

Screen Stylesheet

version:   	6.2.8
date:      	24/06/19
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; }

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider { position: relative }

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}


rs-debug {
	z-index:100000;
	position:fixed;
	top:0px; width:300px;
	height:300px;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	overflow: scroll;
}

/* MODAL BASICS */
rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }

rs-sbg-px { pointer-events: none }

.rs-forcehidden * { visibility: hidden !important; }

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines { display: block; white-space: nowrap !important}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;
	display:none;
	white-space: nowrap;
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;
}

.rs-go-fullscreen {
	position:fixed !important;
	width:100% !important;
	height:100% !important;
	top:0px !important;
	left:0px !important;
	z-index:9999999 !important;
	background:#ffffff;
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');
  src: url('../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
       url('../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;

    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus

{
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}

rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}

.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }

rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }

rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }

/*rs-carousel-wrap,*/
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }

rs-sbg-effectwrap {
	position:absolute;top:0px;left:0px;width:100%;height:100%
}

rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}

a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }

a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }

.entry-content rs-module a, rs-module a { box-shadow: none; }

.rs-ov-hidden 		{ 	overflow:hidden !important;}


.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}

.tp-simpleresponsive img,
rs-module img{
	max-width:none !important;
	transition: none;
	margin:0px;
	padding:0px;
	border:none;
}

rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}


rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }

.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}

.rs-tc-active.rs-layer .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer .rs-untoggled-content { display:none;}

.rs-layer-video { overflow: hidden }

rs-module rs-layer,
rs-module .rs-layer {
	opacity: 0;
	position:relative;
	visibility: hidden;
	white-space: nowrap;
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index:1;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
	margin-bottom:0;

}

.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}


rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; }


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
	cursor:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing:border-box;
	max-height:none !important;
}


.rs-layer.rs-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;
}



rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }


rs-column-wrap>rs-loop-wrap { z-index: 1 }

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
 { transform-style:flat;}


.safarifix rs-layer-wrap {
	perspective: 1000000;
}


@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { perspective: none; }
}


 /*@-moz-document url-prefix() {
 	rs-layer-wrap,
	rs-mask-wrap,
	rs-cbg-mask-wrap { filter: blur(0px); }
 }*/   /* REMOVED LINES TO FIX BOX-SHADOW ISSUE IN FIREFOX */



rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
/*IE11 AND IE EDGE NEED SOME SPECIAL OVERFLOW
Removed now since iE 11 and ieEdge fullwidth Slider had spacings again on other themes.
May need to keep in eye the Carousel and Modal sliders in Fullscreen / Fullwidth mode !
@media screen and (-ms-high-contrast: none) {
	rs-fullwidth-wrap { overflow: hidden; }
}
@supports (-ms-ime-align:auto) {
  rs-fullwidth-wrap { overflow: hidden; }
}
*/

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}

rs-column-wrap .rs-parallax-wrap  { vertical-align: top }

.rs-layer img,
rs-layer img { vertical-align: top }

rs-row,
rs-row.rs-layer 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto;
	font-size:0px;
}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size:0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
    z-index: 0;
    box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.rs-pelock * { pointer-events: none !important;}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}


rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }


.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
	visibility:hidden !important;
	display:none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
	pointer-events: none !important
}

rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none;}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index:0;
}


.rs-layer rs-fcr    {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-top: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-fcrt   {width: 0;height: 0;border-left: 40px solid transparent;border-right: 0px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;right:100%;top:0px;}
.rs-layer rs-bcr    {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-bottom: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}
.rs-layer rs-bcrt   {width: 0;height: 0;border-left: 0px solid transparent;border-right: 40px solid transparent;border-top: 40px solid #00A8FF;position: absolute;left:100%;top:0px;}


.tp-layer-inner-rotation {
	position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}

.rs-layer.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.rs-layer.rs-fsv		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; display: none}

.fullcoveredvideo audio,
.rs-fsv audio
.fullcoveredvideo video,
.rs-fsv video				{	background: #000}

.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid rs-poster	{	display: none}

.tp-video-play-button					{
	background:#000;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;

	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition:opacity 300ms ease-out !important;
}


.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}

.videoisplaying  .tp-video-play-button			{	display:none}


.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }


@supports not (-ms-high-contrast:none) {
   /* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
	.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}

.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}


.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}



rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; }


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);

  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute;
    z-index:-2;
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    border-radius:100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }

.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}

.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);

}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);

  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);

}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 70%;}
	50% {opacity: 0;top: 70%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #FFF;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{
	border-radius: 3px;
}

.rev-cbutton-light	{
	color: #333;
	background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr	{
	color: #333;
	border-radius: 3px;
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {
	line-height: 37px;
	width:37px;
	height:37px;
}

.rev-sbutton-blue	{
	background-color: #3B5998
}
.rev-sbutton-lightblue	{
	background-color: #00A0D1;
}
.rev-sbutton-red	{
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute; vertical-align:top;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom:1;
}


.rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}
/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.rs-layer .rs-starring				{	display: inline-block}


.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}


.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}




/******************************
	-	LOADER FORMS	-
********************************/

rs-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}


rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}



rs-loader.spinner5 	{
	background-image:url(../../frontend/Airfrieght/alliance/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
}


@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {transform: scale(0.0);}
  100% {transform: scale(1.0);opacity: 0;}
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);}
  40% {transform: scale(1.0);}
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate { 100% { transform: rotate(360deg);}}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);}
  50% { transform: scale(1.0);}
}



rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }

rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}

a.rs-layer { transition: none }


/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block;}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

rs-poster 						 { cursor:pointer; z-index:3; }

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}




.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

.dddwrapper { transform-style: flat;perspective: 10000px; }

/*******************
	- DEBUG MODE -
*******************/

.rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}



.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%}

/**
new spinners
**/
rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}



/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas { display: none; position: absolute; overflow: hidden; }

/* Fix for Ken Burn background disappear */
.active-rs-slide rs-sbg-wrap.kenburn_fix {
    opacity: 1 !important;
    visibility: visible !important;
}