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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../../frontend/Harpyhats/child/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.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;
}
.abs-reset-list > li,
.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 {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.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: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.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(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.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(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.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-button-as-link,
.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.42857143;
  padding: 0;
  color: #006bb4;
  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: #006bb4;
  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: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.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-secondary-color,
.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: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.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: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.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: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.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: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.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%;
}
.abs-reset-image-wrapper,
.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;
}
.abs-reset-image-wrapper .product-image-photo,
.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;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.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;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.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;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.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;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.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;
}
.abs-add-fields .fieldset .field .control,
.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%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.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;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.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;
}
.abs-add-fields .additional,
.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;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.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 {
  display: block;
  text-decoration: none;
}
.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-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.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;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.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 {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.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 #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.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 {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.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-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.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-cart-block .content,
.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-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.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: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.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;
}
.abs-account-block-line-height,
.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;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.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) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.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: ')';
}
.abs-tax-total,
.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: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.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;
}
.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 {
  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';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.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;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.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-icon-add,
.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;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.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;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .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,
.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;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.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;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.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;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.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;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.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;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.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';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Harpyhats/child/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Harpyhats/child/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Harpyhats/child/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Harpyhats/child/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Harpyhats/child/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Harpyhats/child/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  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: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Harpyhats/child/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Harpyhats/child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Harpyhats/child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Harpyhats/child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Harpyhats/child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
#address-validation {
  padding-bottom: 33px;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
}
.checkout-suggested-addresses .suggested-address {
  padding: 10px;
  line-height: 30px;
  border: 1px solid transparent;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address label {
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address.selected-address {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.checkout-suggested-addresses .suggested-address .suggested-address-details {
  padding: 0 0 0 22px;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address .suggested-address-diff {
  background-color: yellow;
}
body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"] {
  margin-top: 1.5rem;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset {
  border: 0;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend {
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  box-sizing: border-box;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend span {
  font-size: 2.2rem;
  font-weight: 300;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
.am-checkout #address-validation {
  padding-bottom: 0;
}
.aw-onestep #address-validation {
  margin: 5px;
  padding-bottom: 0;
}
.aw-onestep #address-validation .step-title {
  display: none;
}
.aw-onestep .checkout-suggested-addresses label:before {
  margin-top: 0 !important;
  margin-left: 14px !important;
}
.aw-onestep .checkout-suggested-addresses .suggested-address-details {
  padding-left: 14px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Harpyhats/child/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/Harpyhats/child/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Harpyhats/child/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Harpyhats/child/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 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: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  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: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  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: #006bb4;
  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: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 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: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.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: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  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: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@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;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .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%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > 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 #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .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 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 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: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .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:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .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;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .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.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    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: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    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: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
aside.modal-popup.confirm {
  z-index: 9999 !important;
}
aside.modal-popup.confirm .modal-inner-wrap {
  margin-top: 5em;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-header .action-close {
  top: -32px;
  right: -32px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
  border: 1px solid #007B9E;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-header .action-close::before {
  color: #007B9E;
  font-weight: 500;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-content div {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #3C3C3C;
  text-transform: capitalize;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer {
  text-align: center;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.action-dismiss {
  background-color: #fff;
  border-radius: 50px;
  height: 44px;
  float: initial;
  margin-top: 0;
  width: 47%;
  border: 1px solid #007b9e;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer .action-secondary.action-dismiss span {
  font-size: 16px;
  font-weight: 600;
  color: #007b9e;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary.action-accept {
  background-color: #007b9e;
  border-radius: 50px;
  height: 44px;
  float: initial;
  width: 47%;
  margin-top: 0;
}
aside.modal-popup.confirm .modal-inner-wrap .modal-footer .action-primary.action-accept span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.grecaptcha-badge {
  z-index: 1;
}
.breadcrumbs {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs .items .item a {
  letter-spacing: 0.48px;
  color: #007B9E;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumbs .items .item strong {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumbs .items .item:not(:last-child):after {
  color: #A8A8A8;
}
@media screen and (max-width: 1459px) {
  body .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-Black.ttf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-Bold.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-BoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-ExtraLight.ttf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-ExtraLightItalic.ttf');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-RegularItalic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-Medium.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/Roboto-MediumItalic.ttf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Harpyhats/child/en_US/fonts/OpenSans-ExtraBold.ttf');
  font-weight: 900;
  font-style: normal;
}
body.wholesale-index-inquiry {
  background-color: #F5F5F5;
}
body.wholesale-index-inquiry .column.main .container .page-title-info {
  margin: 3em 0;
}
body.wholesale-index-inquiry .column.main .container .page-title-info h1 {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section {
  background: #fff;
  margin: 15px 20px;
  width: 40%;
  float: left;
  padding: 2em 3em;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content h3 {
  letter-spacing: 0px;
  color: #363636;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content .control input.form-control {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content .control input.form-control::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content .control textarea {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .field.content .control textarea::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .actions-toolbar {
  width: 100%;
  margin: 3em 0 2em;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .actions-toolbar .primary {
  width: 100%;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .actions-toolbar .primary button.action.submit.primary {
  margin-right: 0;
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section .actions-toolbar .primary button.action.submit.primary span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.wholesale-index-inquiry .column.main .container .wholesale-main-section .whole-section-img-section {
  width: 56%;
  float: right;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section {
    width: 65%;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .whole-section-img-section {
    width: 30%;
  }
}
@media screen and (max-width: 860px) {
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section {
    width: 75%;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .whole-section-img-section {
    width: 20%;
  }
}
@media screen and (max-width: 639px) {
  body.wholesale-index-inquiry .column.main .container .page-title-info {
    margin: 1.5em 0;
  }
  body.wholesale-index-inquiry .column.main .container .page-title-info h1 {
    font-size: 26px;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section {
    flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .wholesale-form-section {
    width: 100%;
  }
  body.wholesale-index-inquiry .column.main .container .wholesale-main-section .whole-section-img-section {
    margin: 20px 0;
    width: 100%;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.mfp-wrap .mfp-content {
  border-radius: 4px;
}
.mfp-wrap .mfp-content button.mfp-close {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  color: #1873a2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  right: -15px;
  top: -35px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main {
  padding: 25px 20px;
  flex-direction: initial !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media {
  width: 40%;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media .fotorama-item.fotorama {
  pointer-events: none;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  display: none !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media .fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr,
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media .fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
  display: none;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main {
  width: 57%;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .product-info-stock-sku {
  display: none;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .price-box {
  padding: 0;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .price-box .special-price {
  float: right;
  margin-top: 0;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.info.detailed {
  display: none;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .page-title-wrapper {
  margin-bottom: 0;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .page-title-wrapper .page-title span {
  font-size: 24px !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .page-title-wrapper .product.attribute.overview .value {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku strong.type {
  font-size: 14px !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .value {
  font-size: 16px !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form {
  padding: 0;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .quickview-fieldset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty {
  float: left;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box {
  border: 1px solid #DEDEDE;
  border-radius: 29px;
  background: transparent;
  padding: 4px 7px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-down-fixed-onclick.qty-down {
  margin: 0 10px;
  background-color: #DEDEDE;
  height: 25px;
  width: 25px;
  padding: 5px 7px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-up-fixed-onclick.qty-up {
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 2px;
  border: 0;
  padding: 5px 7px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box input#qty-quickview {
  border: 0;
  color: #007B9E;
  font-weight: 400;
  background-color: transparent;
  text-align: center;
  padding: 0;
  width: 40px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .actions {
  float: right;
  margin-top: 0 !important;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
  margin-top: 7px;
  height: 42px;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .ajax-goto {
  text-align: right;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .ajax-goto .goto-product span {
  font-size: 16px;
  color: #1873a2;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .ajax-goto .goto-product::after {
  content: '\f102';
  font-family: 'pagebuilder-font';
  font-size: 16px;
  color: #1873a2;
  display: inline-block;
}
body.catalog-product-view.bss_quickview-catalog_product-view .column.main .ajax-goto .goto-product span::after {
  content: '\f102';
  font-family: 'pagebuilder-font';
  font-size: 16px;
  color: #1873a2;
}
.ajax-goto .goto-product span::after {
  content: '\f102';
  font-family: 'pagebuilder-font';
  font-size: 16px;
  color: #1873a2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body.bss_quickview-catalog_product-view .column.main .product-info-main .page-title-wrapper .page-title span {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 992px) {
  .mfp-wrap.mfp-ready .mfp-container.mfp-s-ready {
    margin: auto;
    right: 0;
    width: 75%;
  }
}
@media screen and (max-width: 860px) {
  .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main {
    flex-direction: column !important;
    padding: 10px 15px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main {
    width: 100%;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media {
    width: 100%;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product.media #ajax-goto {
    position: absolute;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-info-price .price-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .quickview-fieldset {
    width: 100%;
  }
}
@media screen and (max-width: 539px) {
  .mfp-wrap.mfp-ready .mfp-container.mfp-s-ready {
    margin: auto;
    right: 0;
    width: 85%;
  }
}
@media screen and (max-width: 479px) {
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-down-fixed-onclick.qty-down {
    margin: 0;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-up-fixed-onclick.qty-up {
    margin: 0;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-down-fixed-onclick.qty-down {
    margin: 0;
    padding: 3px 5px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .field.qty .control.input-qty-box a.qty-up-fixed-onclick.qty-up {
    margin: 0;
    padding: 3px 5px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.catalog-product-view.bss_quickview-catalog_product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary span {
    font-size: 14px;
  }
}
.page-main .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 20px;
}
.page-main .page-title-wrapper .page-title span {
  letter-spacing: 0.9px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 22px;
}
/* sidebar section design */
.sidebar-main.product-sidebar-section .block-content.filter-content {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
}
.sidebar-main.product-sidebar-section .block-content.filter-content strong.block-subtitle.filter-subtitle {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
  margin: 0 15px;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 15px;
  margin: 0 15px;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  padding-top: 0px;
  margin-top: 15px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-title::after {
  color: #3C3C3C;
  font-weight: 500;
  top: 2px;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item:last-child {
  border-bottom: 0;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 8px;
  padding-right: 5px;
  display: inline-flex;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.swatch-layered.color .swatch-attribute-options a .swatch-option.color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  border: 2px solid transparent;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.swatch-layered.color .swatch-attribute-options a .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-inact.png") !important;
  background-size: 100% !important;
  width: 75px !important;
  height: 40px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-act.png") !important;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-inact.png") !important;
  background-size: 100% !important;
  width: 75px !important;
  height: 40px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-act.png") !important;
}
.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-content .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
/* sidebar additional design */
.sidebar-additional.product-sidebar-section {
  padding-right: 2% !important;
}
.sidebar-additional.product-sidebar-section .block .block-title strong {
  letter-spacing: 0.6px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.sidebar-additional.product-sidebar-section .block .block-content .product-items {
  background-color: #fff;
}
.sidebar-additional.product-sidebar-section .block .block-content .product-items .product-item {
  padding: 10px 15px;
  margin-bottom: 0;
}
.sidebar-additional.product-sidebar-section .block .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.primary {
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
}
.sidebar-additional.product-sidebar-section .block .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
.sidebar-additional.product-sidebar-section .block .block-content #compare-items .product-item a.action.delete {
  top: 7px;
  padding-right: 15px;
  left: unset;
}
.sidebar-additional.product-sidebar-section .block .block-content .actions-toolbar {
  background-color: #fff;
  padding: 10px 15px;
  margin: 0;
}
.sidebar-additional.product-sidebar-section .block .block-content .actions-toolbar .primary a.action.primary {
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
}
.sidebar-additional.product-sidebar-section .block .block-content .actions-toolbar .primary a.action.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
.sidebar-additional.product-sidebar-section .block .block-content .empty {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
/* toolbar section design */
.plp-column-section .toolbar select {
  background-color: #fff !important;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-grid.active {
  border-radius: 4px;
  background: #007B9E;
  box-shadow: inset 0 1px 0 0 #007b9e, inset 0 -1px 0 0 #007b9e;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-grid.active::before {
  color: #fff;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-grid {
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 #ffffff;
  height: 44px;
  box-sizing: border-box;
  width: 44px;
  margin-right: 10px;
  border: 1px solid #cccccc;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-list {
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 #ffffff;
  height: 44px;
  box-sizing: border-box;
  width: 44px;
  margin-right: 10px;
  border: 1px solid #cccccc;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-list.active {
  border-radius: 4px;
  background: #007B9E;
  box-shadow: inset 0 1px 0 0 #007b9e, inset 0 -1px 0 0 #007b9e;
}
.plp-column-section .toolbar.toolbar-products .modes .mode-list.active::before {
  color: #fff;
}
.plp-column-section .toolbar.toolbar-products .toolbar-amount {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.plp-column-section .toolbar.toolbar-products .toolbar-amount span {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter {
  display: flex;
  align-items: center;
}
.plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  margin-right: 15px;
}
.plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter select.sorter-options {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  background-color: #fff;
  width: 100%;
  margin: 0;
}
.plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter .action.sorter-action {
  display: none;
}
/* product listing section */
.plp-column-section {
  /* list view design */
}
.plp-column-section .products-grid .product-items .product-item {
  padding: 0;
  width: calc(32%);
  position: relative;
}
.plp-column-section .products-grid .product-items .product-item .offer-icon-section {
  position: absolute;
  z-index: 99;
  top: 1em;
  left: 0px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  opacity: 1;
  padding: 10px 12px;
  background-color: #fff;
  width: auto;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container {
  width: 100% !important;
  border-radius: 8px;
  opacity: 1;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper img.product-image-photo {
  width: 100%;
  height: 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview {
  position: absolute !important;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview .quickview-section {
  opacity: 0.7;
  background-color: #656565;
  width: 100%;
  height: 100%;
  margin: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview .quickview-section .img-section {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/quickview-icon.png");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45%;
  left: auto;
  opacity: 1;
  top: 40%;
  bottom: 0;
  background-size: 100% 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 600;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview .bss-quickview {
  height: 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview .bss-quickview span {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details {
  margin-top: 10px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
  margin: 10px 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .normal-price .price-label {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box .special-price {
  margin-left: 7px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .configurable-options-block {
  display: flex;
  align-items: center;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section .sku-title {
  letter-spacing: 0.24px;
  color: #164171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section .sku-title::after {
  content: ':';
  padding: 0 5px;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section .sku-content {
  letter-spacing: 0.28px;
  color: #164171;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] {
  width: 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
  width: auto;
  float: left;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color::before {
  content: "Color";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
  width: auto;
  float: right;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender::before {
  content: "For";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-act.png") !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-act.png") !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
  width: 100%;
  float: right;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size::before {
  content: "Size";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text.selected {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #007B9E;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
  margin: 8px 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  border: 2px solid transparent;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner {
  padding: 0 !important;
  position: initial !important;
  display: inline-block;
  margin: 0px;
  width: 100%;
  height: 100%;
  box-shadow: unset;
  right: 0;
  overflow: initial;
  border: 0;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner::before {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .action.more {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 70%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
  width: 90%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  color: #007B9E;
  cursor: pointer;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn:hover {
  text-decoration: unset;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a.action img {
  vertical-align: middle;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a.action::before {
  display: none;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover {
  margin: 0;
  box-shadow: 0 0px 10px #00000099;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover button.action.tocart.primary span {
  color: #fff !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover .modal-btn {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.plp-column-section .products-grid .product-items .product-item:nth-child(4n+1) {
  margin-left: 2% !important;
}
.plp-column-section .products-grid .product-items .product-item:nth-child(3n+1) {
  margin-left: 0 !important;
}
.plp-column-section .products-list .product-items .product-item {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2%;
  position: relative;
}
.plp-column-section .products-list .product-items .product-item .offer-icon-section {
  position: absolute;
  z-index: 99;
  top: 1em;
  left: 0px;
}
.plp-column-section .products-list .product-items .product-item:last-child {
  margin-bottom: 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info {
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  padding: 10px 12px;
  width: 100%;
  display: block;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.product-item-photo {
  padding: 0 30px 0 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.product-item-photo .product-image-container {
  width: 274px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .price-label {
  font-size: 14px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info a.bss-quickview {
  position: absolute !important;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info a.bss-quickview .quickview-section {
  opacity: 0.7;
  background-color: #656565;
  width: 100%;
  height: 100%;
  margin: 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info a.bss-quickview .quickview-section .img-section {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/quickview-icon.png");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45%;
  left: auto;
  opacity: 1;
  top: 40%;
  bottom: 0;
  background-size: 100% 100%;
}
.plp-column-section .products-list .product-items .product-item .product-item-info a.bss-quickview span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 600;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .bss-bt-quickview .bss-quickview {
  height: 100%;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .bss-bt-quickview .bss-quickview span {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-name {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-name .product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box {
  margin: 5px 0 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .normal-price .price-label {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .price {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .old-price {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .old-price .price-label {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 16px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .special-price {
  margin-left: 7px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section {
  padding: 5px 0;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section .sku-title {
  letter-spacing: 0.24px;
  color: #164171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section .sku-title::after {
  content: ':';
  padding: 0 5px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section .sku-content {
  letter-spacing: 0.28px;
  color: #164171;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .action.more {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary {
  width: 30%;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
  width: 80%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary a.modal-btn:hover {
  text-decoration: unset;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary a.action {
  margin-right: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary a.action img {
  vertical-align: middle;
  height: 41px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary a.action::before {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-description {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] {
  width: 100%;
  display: flex;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.color {
  width: 30%;
  float: left;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.color::before {
  content: "Color";
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size {
  width: 100%;
  float: right;
  margin-left: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size::before {
  content: "Size";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size .swatch-option.text.selected {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #007B9E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender {
  width: auto;
  float: right;
  margin-left: 15px;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender::before {
  content: "For";
  margin-top: 0px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-act.png") !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-act.png") !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
  margin: 8px 0;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  box-shadow: none !important;
  border: 2px solid transparent;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute-selected-option {
  display: none;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover {
  margin: 0;
  box-shadow: 0 0px 10px #00000099;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover button.action.tocart.primary span {
  color: #fff !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  color: #007B9E;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover a.modal-btn:hover {
  text-decoration: unset;
  color: #fff;
}
.plp-column-section .products-list .product-items .product-item .product-item-info:hover .modal-btn {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.plp-column-section .products-list .product-items .product-item:hover {
  margin-bottom: 2%;
}
/* quickview design changes */
.mfp-bg.mfp-ready {
  z-index: 999999 !important;
}
.mfp-wrap.mfp-close-btn-in.mfp-ready {
  z-index: 999999 !important;
}
@media (max-width: 450px) and (min-width: 220px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
    float: left !important;
    width: 100% !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section {
    float: left !important;
  }
  .page-header {
    border-bottom: 0px !important;
    margin-bottom: 5px !important;
  }
}
body.catalogsearch-result-index {
  background-color: #EDF6FF;
}
body.catalog-category-view {
  background-color: #EDF6FF;
}
body.catalog-product-view {
  background-color: #EDF6FF;
}
@media screen and (max-width: 1459px) {
  body .page-main .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .columns.plp-column-section {
    margin-left: 15px;
    margin-right: 15px;
  }
  body .columns.plp-column-section .column.main {
    padding-left: 1%;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    padding-right: 1%;
  }
  body .columns.plp-column-section .sidebar.sidebar-additional.product-sidebar-section {
    padding-right: 1%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 993px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-attribute-options {
    min-height: 70px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100%;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 993px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box .price {
    font-size: 18px;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary {
    width: 50%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info {
    padding: 7px 8px;
  }
}
@media screen and (max-width: 992px) {
  .plp-column-section .products-grid .product-items .product-item {
    padding: 0;
    width: calc(49%);
    margin-left: 0 !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n) {
    margin-left: 2% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .plp-column-section .products-list .product-items .product-item {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] {
    display: block;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.color {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size {
    width: 100% !important;
    float: initial !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-title.filter-title strong {
    background-color: #ffff;
    box-shadow: inset 0 1px 0 0 #00000029;
    border: 1px solid #007B9E;
    border-radius: 8px;
    left: 0;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2;
    color: #007B9E;
    font-weight: 600;
    height: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content strong {
    color: #8D8D8D;
    font-weight: 600;
    font-size: 18px;
    top: -10px;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options#narrow-by-list {
    background-color: #EDF6FF;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .filter.active .filter-title {
    margin: 0 15px;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .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;
  }
  body .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .filter.active .filter-title strong ::after {
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    margin: 0;
    color: #007B9E;
    font-weight: 500;
    top: 0;
    position: absolute;
    right: 15px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] {
    display: block;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.color {
    width: 100%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.gender {
    width: 100%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .configurable-options-block div[data-rendered="true"] .swatch-attribute.size {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary {
    width: 70%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .plp-column-section .products-list .product-items .product-item {
    width: 100%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info {
    width: auto;
    padding: 7px 8px;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details {
    display: block;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .price-box {
    margin-bottom: 5px;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-sku-section {
    margin-bottom: 5px;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions {
    padding-top: 7px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
    width: 100%;
    float: initial;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100%;
    float: initial;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
    display: block !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details {
    margin-top: 5px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    padding: 5px 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .price-box {
    margin: 5px 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section {
    padding: 5px 0;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    padding-top: 7px;
    padding-bottom: 12px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
    margin: 4px 0;
  }
}
@media screen and (max-width: 479px) {
  .plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
    margin-right: 5px;
  }
  .plp-column-section .toolbar.toolbar-products .toolbar-sorter.sorter select.sorter-options {
    padding: 4px 14px 5px 10px;
  }
  .plp-column-section .products-grid .product-items .product-item {
    padding: 0;
    width: calc(49%);
    margin-left: 2% !important;
    margin-bottom: 2% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n) {
    margin-left: 2% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .configurable-options-block {
    display: block;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .configurable-options-block .swatch-attribute.color {
    width: 100% !important;
    float: initial !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .configurable-options-block .swatch-attribute.gender {
    width: 100% !important;
    float: initial !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions {
    display: block;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 100%;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn {
    padding: 6px 30px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 359px) {
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions {
    display: block;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-primary {
    width: 100%;
  }
  .plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-actions .actions-secondary {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 350px) {
  .plp-column-section .products-grid .product-items .product-item {
    padding: 0;
    width: calc(98%);
    margin-left: 0% !important;
    margin-bottom: 2% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n) {
    margin-left: 0% !important;
  }
  .plp-column-section .products-grid .product-items .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  body.catalog-category-view .page-main .columns.plp-column-section .column.main {
    width: 70%;
    flex-grow: inherit;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    width: 30%;
    flex-grow: inherit;
    flex-basis: auto;
    order: 0;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block.filter .block-title.filter-title {
    display: none;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .block-subtitle.filter-subtitle {
    display: block;
    letter-spacing: 0.48px;
    color: #8D8D8D;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    margin: 0 15px;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options {
    display: block;
  }
  body.catalog-category-view .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options#narrow-by-list {
    background-color: #fff;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .column.main {
    width: 70%;
    flex-grow: inherit;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    width: 30%;
    flex-grow: inherit;
    flex-basis: auto;
    order: 0;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block.filter .block-title.filter-title {
    display: none;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .block-subtitle.filter-subtitle {
    display: block;
    letter-spacing: 0.48px;
    color: #8D8D8D;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    margin: 0 15px;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options {
    display: block;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
    font-size: 14px;
  }
  body.catalogsearch-result-index .page-main .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-content.filter-content .filter-options#narrow-by-list {
    background-color: #fff;
  }
}
@media screen and (max-width: 399px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option {
    margin-left: 5px;
    margin-right: 5px;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option:nth-child(1) {
    margin-left: 0 !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option:nth-child(2) {
    margin-right: 0 !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"] {
    width: 55px !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
    width: 60px !important;
  }
}
.modals-overlay {
  z-index: 99 !important;
}
.enquiry-feedback-modal.feedback-modal {
  z-index: 999999 !important;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
  width: 30% !important;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/enquiry-popup-bg.png");
  background-repeat: no-repeat;
  display: block;
  background-size: 100% 100%;
  margin-top: 3.5em;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .modal-title {
  text-align: center;
  letter-spacing: 0.9px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  border-bottom: 0;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .action-close {
  top: -32px;
  right: -32px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .action-close::before {
  color: #007B9E;
  font-weight: 500;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
  overflow-y: hidden;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-success {
  padding: 10px;
  color: #1873a2;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-success span {
  font-weight: 600;
  font-size: 16px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-failure {
  padding: 10px;
  color: #d30035;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-failure span {
  font-weight: 600;
  font-size: 16px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .enquiry-form {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container {
  padding: 2em 3em;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 2em;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row .field {
  margin-top: 15px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row .field.required h3::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row h3 {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row input {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row input::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row textarea {
  border: 1px solid #DEDEDE;
  min-height: 90px;
  border-radius: 4px;
  background-color: #fff;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container .row textarea::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 3em;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar .primary button.primary {
  border: 1px solid #007B9E;
  background-color: #007B9E;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar .primary button.primary span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-footer {
  display: none;
}
/* enquiry popup media query */
@media screen and (max-width: 1680px) {
  .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 40% !important;
  }
}
@media screen and (max-width: 1620px) {
  .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 40% !important;
  }
  .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar {
    padding-top: 2em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1440px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 40% !important;
    margin-top: 3em;
    margin-bottom: 2em;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container {
    padding: 1em 2em;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 1em;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container row input {
    height: 40px;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container row textarea {
    height: 60px;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar {
    padding-top: 2em !important;
    padding-bottom: 1em !important;
  }
}
@media screen and (max-width: 1380px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 40% !important;
    margin-top: 3em;
    margin-bottom: 2em;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 2rem;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .modal-title {
    font-size: 20px;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .container {
    padding: 1em 1.5em !important;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 1em !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content #modal-enquiry .enquiry-inner-content .actions-toolbar {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 992px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 60% !important;
  }
}
@media screen and (max-width: 820px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 65% !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 780px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 70% !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
    left: 0 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 70% !important;
    min-height: initial !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .modal-title {
    font-size: 18px;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-header .action-close {
    top: 0;
    right: 0;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 670px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 75% !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 580px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 80% !important;
  }
}
@media screen and (max-width: 480px) {
  body .enquiry-feedback-modal.feedback-modal {
    z-index: 999999 !important;
  }
  body .enquiry-feedback-modal.feedback-modal .modal-inner-wrap {
    width: 90% !important;
  }
}
.mfp-wrap .mfp-iframe .catalog-product-view .product.media .fotorama-item .fotorama__wrap .fotorama__stage {
  margin-bottom: 0px;
  max-width: 350px !important;
  max-height: 350px !important;
}
.mfp-wrap .mfp-iframe .catalog-product-view .product.media .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
  max-width: 350px !important;
  max-height: 350px !important;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
.fotorama__arr {
  background-color: transparent !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  margin: 2px 10px;
}
.fotorama__thumb-border {
  display: none;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  border: 1px solid #007B9E !important;
}
.fotorama__arr__arr {
  height: 80px;
  width: 80px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: #0000003d 0px 3px 8px;
}
.fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr,
.fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
  background: none;
  position: relative;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
}
.fotorama__wrap .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr::after {
  content: '\f103';
  display: block;
  color: #7e7e7e;
  font-family: 'pagebuilder-font';
  position: absolute;
  font-size: 34px;
}
.fotorama__wrap .fotorama__arr.fotorama__arr--next .fotorama__arr__arr::after {
  content: '\f102';
  display: block;
  color: #7e7e7e;
  font-family: 'pagebuilder-font';
  position: absolute;
  font-size: 34px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
  font: normal normal normal 16px/30px Open Sans;
  letter-spacing: 0.32px;
  color: #5D5546;
}
body.catalog-product-view {
  /* fotorama image zoom section design */
  /* product tab sectiondesign */
}
body.catalog-product-view .column.main {
  /* product media section */
}
body.catalog-product-view .column.main .product-info-main {
  width: 49%;
}
body.catalog-product-view .column.main .product-info-main .page-title-wrapper {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 15px;
  width: 100%;
}
body.catalog-product-view .column.main .product-info-main .page-title-wrapper .page-title span {
  letter-spacing: 0.9px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
}
body.catalog-product-view .column.main .product-info-main .page-title-wrapper .product.attribute.overview .value p {
  letter-spacing: 0.32px !important;
  color: #5D5546 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 30px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 0px;
  width: 100%;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku {
  float: left;
  padding-left: 0;
  text-align: left;
  width: 100%;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock {
  float: right;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock .availability-text {
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock .availability-text::after {
  content: ':';
  margin: 0 3px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock span {
  letter-spacing: 0.36px;
  color: #1A7A1F;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku strong.type {
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku strong.type::after {
  content: ':';
  margin: 0 3px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .value {
  letter-spacing: 0.36px;
  color: #164171;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box {
  margin: 5px 0;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .normal-price .price-label {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .price-label {
  display: initial;
  font-size: 12px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .price {
  letter-spacing: 0.8px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price {
  float: left;
  margin-top: 0;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.catalog-product-view .column.main .product-info-main .product-info-price .price-box .special-price {
  margin-left: 7px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt {
  margin: 10px 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
  float: left;
  width: 50%;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.size {
  width: 100%;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-attribute-selected-option {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.size .swatch-option.text.selected {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  border: 1px solid #007B9E;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-attribute-selected-option {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-attribute-label {
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-selected-option {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-label {
  margin-top: 0px;
  font-size: 0px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-label:after {
  content: 'For';
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-act.png") !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-act.png") !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-inact.png") !important;
  background-size: 100% !important;
  width: 75px !important;
  height: 35px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-act.png") !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-inact.png") !important;
  background-size: 100% !important;
  width: 75px !important;
  height: 35px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-act.png") !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 8px 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  border: 2px solid transparent;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:focus {
  box-shadow: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty {
  margin: 25px 0;
  margin-right: 3%;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box {
  border: 1px solid #DEDEDE;
  border-radius: 29px;
  background: #fff;
  padding: 6px 20px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box button {
  margin: 0 10px;
  background-color: #DEDEDE;
  height: 25px;
  width: 25px;
  padding: 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box button span {
  color: #007B9E;
  font-weight: 600;
  font-size: 28px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box button.minus-value {
  margin-right: 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box button.plus-value {
  margin-left: 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 2px;
  border: 0;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box input {
  border: 0;
  color: #007B9E;
  font-weight: 400;
  text-align: center;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions {
  margin-left: 0%;
  margin-top: 0px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary {
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  opacity: 1;
  margin-bottom: 0 !important;
  width: 100%;
  margin-top: 20px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary img {
  margin: 0px 10px;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary:hover {
  color: #fff;
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: underline;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary:hover .hover-addtocart-icon-section {
  display: block;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary:hover .addtocart-icon-section {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary:hover span {
  text-decoration: unset;
  color: #fff !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary .hover-addtocart-icon-section {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary .addtocart-icon-section {
  display: block;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #007B9E;
  cursor: pointer;
  margin-top: 25px;
  display: block;
  box-sizing: border-box;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions a.modal-btn:hover {
  color: #fff;
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: underline;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links {
  display: flex;
  align-items: center;
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links a.action {
  pointer-events: none;
  display: flex;
  align-items: center;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links a.action::before {
  display: none;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links a.action span {
  letter-spacing: 0.32px;
  color: #007B9E;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
body.catalog-product-view .column.main .product-info-main .product-addto-links a.action img {
  width: 48px;
  height: 48px;
  padding-right: 15px;
}
body.catalog-product-view .column.main .product.media {
  width: 49%;
  margin-bottom: 15px;
}
body.catalog-product-view .column.main .product.media .fotorama__active .fotorama__dot {
  background-color: #007b9e !important;
  border-color: #007b9e !important;
}
body.catalog-product-view .column.main .product.media #ajax-goto {
  bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
body.catalog-product-view .column.main .product.media #ajax-goto a {
  font-size: 14px;
  margin-left: 0px;
  text-decoration: underline;
}
body.catalog-product-view .column.main .product.media #ajax-goto a span:after {
  content: '\f102';
  font-family: 'pagebuilder-font';
  font-size: 12px;
  font-weight: 600;
  color: #007B9E;
  margin-left: 5px;
  display: inline-block;
}
body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage {
  margin-bottom: 15px;
  max-width: 663px !important;
  max-height: 663px !important;
}
body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
  max-width: 663px !important;
  max-height: 663px !important;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img.fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: .3s;
  transition-property: width,height,top,left;
  vertical-align: middle;
  width: inherit;
}
body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__caption .fotorama__caption__wrap {
  display: none;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  max-width: 663px;
  margin-top: 15px;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame {
  margin-right: 10px;
  height: 105px !important;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb {
  border: 0;
  border-radius: 8px;
  background-color: #fff;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame:first-child {
  margin-right: 0;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame:last-child {
  margin-left: 0;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  border: 1px solid #007B9E;
  border-radius: 8px;
}
body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__thumb-border {
  display: none;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap {
  max-width: 900px !important;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon {
  background: #fff;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  right: 40px;
  font-weight: 600;
  box-shadow: #0000003d 0px 3px 8px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon::after {
  color: #007B9E;
  font-weight: 500;
  content: '\e616';
  font-family: 'luma-icons';
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-in.zoom-in-loaded {
  background: #fff;
  color: #007B9E;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  font-weight: 600;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-in.zoom-in-loaded::after {
  content: '+';
  font-size: 35px;
  color: #000;
  text-align: center;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-out.zoom-out-loaded {
  background: #fff;
  color: #313131;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  font-weight: 600;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-out.zoom-out-loaded::after {
  content: '-';
  font-size: 35px;
  color: #000;
  text-align: center;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--prev {
  background-color: transparent;
  left: 40px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  width: 60px;
  height: 60px;
  background: #edecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr::after {
  content: '\f103';
  display: block;
  color: #7e7e7e;
  font-family: 'pagebuilder-font';
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--next {
  background-color: transparent;
  right: 40px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__arr.fotorama__arr--next .fotorama__arr__arr::after {
  content: '\f102';
  display: block;
  color: #1873a2;
  font-family: 'pagebuilder-font';
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__caption .fotorama__caption__wrap {
  display: none;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__img {
  border: 5px solid #fff;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img {
  border: 5px solid #fff;
}
body.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
body.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav.fotorama__nav--thumbs .fotorama__img {
  border: 5px solid #fff;
}
body.catalog-product-view .product.data.items {
  border: 0px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
}
body.catalog-product-view .product.data.items .pdp-tab-title {
  border-radius: 4px;
  background-color: #007B9E;
  position: absolute;
  width: -webkit-fill-available;
  left: -15px;
  margin-right: 15px;
  margin-top: 15px;
  height: auto;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 20px;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title {
  margin-left: 2em;
  position: relative;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title .data.switch {
  letter-spacing: 0.66px;
  color: #DEDEDE;
  text-transform: capitalize;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title:last-child {
  margin-left: 2em;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title.active::after {
  display: block;
  border-bottom: 10px solid #FFFFFF;
  position: absolute;
  width: 100%;
  content: '';
  border-radius: 5px;
}
body.catalog-product-view .product.data.items .pdp-tab-title .data.item.title.active .data.switch {
  color: #fff;
}
body.catalog-product-view .product.data.items .data.item.content {
  border: 0;
}
body.catalog-product-view .product.data.items .data.item.content .product.attribute .product-info-sections-tab {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
}
body.catalog-product-view .product.data.items .data.item.content .product.attribute .product-info-sections-tab::before {
  content: "\A";
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #3C3C3C;
  display: inline-block;
}
body.catalog-product-view .product.data.items .data.item.content .product.attribute .product-info-sections-tab .info-tab-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.catalog-product-view .product.data.items .data.item.content .product.attribute .product-info-sections-tab .info-tab-content {
  letter-spacing: 0.28px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
}
body.catalog-product-view .product.attribute.description {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
body.catalog-product-view .page-main.page-main-details .columns .column.main {
  min-height: initial;
}
body.catalog-product-view .fotorama-item.fotorama.fotorama--fullscreen {
  z-index: 9999 !important;
  background-color: #EDF6FF !important;
}
.desktop-view-tab-section {
  display: block;
}
.desktop-view-tab-section .data.item.content {
  border: 0;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  background: #ffffff;
  margin-top: 43px;
  padding: 35px 35px 35px 35px;
}
.mobile-view-tab-section {
  display: none;
}
@media (max-width: 450px) and (min-width: 220px) {
  .page-header {
    border-bottom: 0px !important;
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1459px) {
  body.catalog-product-view .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-product-view .column.main .product-info-main .page-title-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    width: initial !important;
  }
  .page-footer .common-footer-section {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  .page-footer .copyright.footer-copyright-block {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
}
@media screen and (max-width: 1049px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .fotorama__wrap .fotorama__arr--prev .fotorama__arr__arr,
  .fotorama__wrap .fotorama__arr--next .fotorama__arr__arr {
    background: none;
    position: relative;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
  }
  .bss-bt-quickview {
    display: none;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
    float: initial;
    width: 100%;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty {
    margin-right: 0;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .control.input-qty-box button {
    margin-left: 0;
    margin-right: 0;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .control.input-qty-box input {
    padding: 0 5px;
  }
}
@media screen and (max-width: 800px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    width: 100%;
    gap: 15px;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .actions button.action.primary {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.catalog-product-view .column.main {
    display: initial !important;
  }
  body.catalog-product-view .column.main .product-info-main {
    width: 49% !important;
    float: right;
    margin: 0 !important;
  }
  body.catalog-product-view .column.main .product.media {
    width: 49% !important;
  }
}
@media screen and (max-width: 768px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
    float: left;
    width: 50%;
  }
  body.catalog-product-view .column.main {
    /* tab section*/
  }
  body.catalog-product-view .column.main .product.media {
    width: 100%;
    margin-bottom: 25px;
  }
  body.catalog-product-view .column.main .product.media .fotorama-item .fotorama__wrap .fotorama__stage {
    margin: 0 auto;
  }
  body.catalog-product-view .column.main .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav .fotorama__nav__shaft .fotorama__nav__frame {
    height: 30px !important;
    border: 0 !important;
  }
  body.catalog-product-view .column.main .product.media .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-in.zoom-in-loaded {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  body.catalog-product-view .column.main .product.media .fotorama--fullscreen .fotorama__wrap .fotorama__zoom-out.zoom-out-loaded {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  body.catalog-product-view .column.main .product-info-main {
    width: 95%;
    margin: 0 15px;
  }
  body.catalog-product-view .column.main .product-info-main .product-info-price {
    display: initial !important;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items {
    margin-left: 0;
    margin-right: 0;
    background-color: #F7F7F7;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title {
    display: block;
    position: initial;
    margin-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title .data.item.title.active {
    margin-left: 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title .data.item.title {
    margin-left: 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title .data.item.title .data.switch {
    position: initial !important;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .pdp-tab-title .data.item.title .data.switch::after {
    position: initial !important;
    float: right;
    margin-right: 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .data.item.content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .product-info-sections-tab {
    padding: 8px 15px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .value {
    padding: 0px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .value .info-tab-title {
    font-size: 16px;
  }
  .desktop-view-tab-section {
    display: none;
  }
  .mobile-view-tab-section {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .column.main .product-info-main {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 520px) {
  body.catalog-product-view .column.main .product-info-main .page-title-wrapper {
    text-align: center;
    border-bottom: 0;
  }
  body.catalog-product-view .column.main .product-info-main .page-title-wrapper .product.attribute.overview {
    text-align: center;
  }
  body.catalog-product-view .column.main .product-info-main .product-info-price {
    text-align: center;
  }
  body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku {
    text-align: center;
  }
  body.catalog-product-view .column.main .product-info-main .product-info-price .price-box {
    display: block;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .product-info-sections-tab {
    padding: 10px 8px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .value .info-tab-title {
    font-size: 14px;
  }
  body.catalog-product-view .column.main .product.info.detailed .product.data.items .product.attribute.description .value .info-tab-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  body.catalog-product-view .column.main .product-info-main .page-title-wrapper .page-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 390px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    justify-content: space-between;
    gap: 8px;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .input-qty-box {
    padding: 5px 10px;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .actions button.action.primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 340px) {
  body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute {
    float: initial;
    width: 100%;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box {
    display: block;
  }
  body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .field-input-box .field.qty .control.input-qty-box {
    width: 50%;
    text-align: center;
  }
}
body.catalog-product_compare-index {
  background-color: #EDF6FF;
}
body.catalog-product_compare-index .page-title-wrapper {
  margin: 4em auto;
}
body.catalog-product_compare-index .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.catalog-product_compare-index .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 400;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block {
  background-color: #F8F8F8;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block:nth-child(2) .cell.product.attribute {
  background-color: #DEDEDE;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info {
  background-color: #fff;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-info-section {
  max-width: 300px;
  margin: 0 auto;
  border: 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info a.action.delete {
  width: 30px;
  height: 30px;
  background-color: #ecf6ff;
  border-radius: 50%;
  margin: 0;
  float: right;
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 10px;
  margin-right: -15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info a.action.delete::before {
  color: #007B9E;
  font-weight: 500;
  content: '\e616';
  font-family: 'luma-icons';
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info a.action.delete span {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-name {
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin: 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-name .product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box {
  margin: 5px 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .old-price {
  float: left;
  margin-top: 0;
  margin-right: 10px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .old-price .price-label {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .price-box .special-price {
  margin-left: 7px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary {
  width: 85%;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary button.action.tocart.primary {
  width: 90%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary:hover button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary:hover button.action.tocart.primary span {
  color: #fff !important;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary:hover button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .actions-primary:hover button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .secondary-addto-links {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: end;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .secondary-addto-links a.action img {
  vertical-align: middle;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-item-actions .secondary-addto-links a.action::before {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell-main-content-section:last-child {
  border-radius: 0 0 10px 10px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute {
  padding: 1em 2em;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value {
  padding: 12px 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value .product-info-sections-tab {
  display: block;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value .product-info-sections-tab::before {
  content: "\A";
  width: 10px;
  height: 10px;
  min-height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background: #3C3C3C;
  display: inline-block;
  margin-right: 5px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value .product-info-sections-tab .info-tab-title {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute .attribute.value .product-info-sections-tab .info-tab-content {
  letter-spacing: 0.28px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-left: 20px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute[data-th]:before {
  padding-right: 10px;
  content: attr(data-th) '';
  display: inline-block;
  letter-spacing: 0.4px;
  color: #9E8E1A;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute[data-th='SKU'] {
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #164171;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute[data-th='Description'] .attribute.value {
  margin: 2em 0 0;
  border-top: 1px solid #DEDEDE;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell {
  width: auto;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison thead tr th {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr th {
  display: none;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product {
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info {
  max-width: 300px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .product-item-photo {
  max-width: 300px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .product-item-actions {
  max-width: 300px;
  margin: 0 auto 15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .price-box {
  max-width: 300px;
  margin: 0 auto 15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .product.rating {
  max-width: 300px;
  margin: 0 auto 15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody tr td.cell.product.info .product-item-name {
  max-width: 300px;
  margin: 0 auto 15px;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody {
  background-color: #F8F8F8;
}
body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison tbody:nth-child(2) {
  background-color: #DEDEDE;
}
body.catalog-product_compare-index .column.main .action.print {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 0;
}
body.catalog-product_compare-index .column.main .action.print span {
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px;
}
@media screen and (max-width: 1459px) {
  body.catalog-product_compare-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info {
    padding: 5px;
  }
}
@media screen and (max-width: 860px) {
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section {
    display: flex;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block {
    width: 48%;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info .product-info-section {
    max-width: 250px;
  }
}
@media screen and (max-width: 639px) {
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section {
    display: flex;
    gap: 10px;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block {
    width: 100%;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.info a.action.delete {
    margin-right: 0;
  }
  body.catalog-product_compare-index .column.main .table-wrapper.comparison #product-comparison .compare-common-section .compare-section-block .cell.product.attribute {
    padding: 10px 15px;
  }
}
body.checkout-cart-index {
  background-color: #EDF6FF;
}
body.checkout-cart-index .page-title-wrapper {
  margin: 20px auto;
}
body.checkout-cart-index .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
}
body.checkout-cart-index .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
}
body.checkout-cart-index .column.main .cart-container .cart-summary {
  width: 30%;
  box-shadow: 0px 3px 52px #0000002F;
  border-radius: 4px;
  padding: 0;
  background-color: #fff;
  padding-bottom: 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .summary.title {
  border-radius: 4px 0px 0px 4px;
  background-color: #F0F0F0;
  letter-spacing: 0.9px;
  margin: 0;
  color: #3C3C3C;
  text-transform: capitalize;
  padding: 10px 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping {
  padding: 10px 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping .title {
  border-top: 0;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping .title::after {
  color: #007B9E;
  right: 0;
  font-size: 16px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping .title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary {
  padding-bottom: 0;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset {
  margin-bottom: 0;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #363636;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field .control select {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field .control select:focus {
  box-shadow: unset;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field .control input.input-text {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping #block-summary .fieldset .field .control input.input-text:focus {
  box-shadow: unset;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals {
  padding: 10px 20px;
  border-top: 0;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .totals th {
  letter-spacing: 0.6px;
  color: #676767;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .totals td {
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .totals td .price {
  letter-spacing: 0.36px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .grand.totals th strong {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .grand.totals td .price {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .checkout.checkout-methods-items {
  padding: 10px 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-summary .checkout.checkout-methods-items button.action.primary.checkout {
  background-color: #007b9e;
  border-radius: 50px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart {
  width: 70%;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th {
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th span {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item {
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .product-item-name a {
  letter-spacing: 0.32px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .item-options dt {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .item-options dd {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .delivery-lead-time-section .delivery-lead-time-block {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px 12px;
  width: 50%;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .delivery-lead-time-section .delivery-lead-time-block .title {
  letter-spacing: 0.32px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .delivery-lead-time-section .delivery-lead-time-block .title::after {
  content: ":";
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 2px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .delivery-lead-time-section .delivery-lead-time-block .content {
  letter-spacing: 0.32px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .old-price {
  float: left;
  margin-top: 0;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .old-price .price-label {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .special-price {
  margin-left: 7px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.qty .control.qty input.input-text.qty {
  border: 1px solid #007B9E;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: 80px;
  background-color: transparent;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.qty .control.qty input.input-text.qty:focus {
  box-shadow: unset;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .old-price {
  float: left;
  margin-top: 0;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .old-price .price-label {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .special-price {
  margin-left: 7px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action {
  position: initial;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action span {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.towishlist.action-towishlist {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.action-delete {
  font-weight: 400;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/cart-delete.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.action-delete::before {
  display: none;
  color: #007B9E;
  font-weight: 400;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.action-edit {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/cart-edit.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.action-edit::before {
  display: none;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart .cart.main.actions button.action.update {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007b9e;
  height: 45px;
}
body.checkout-cart-index .column.main .cart-container form.form.form-cart .cart.main.actions button.action.update span {
  color: #007b9e;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .block.discount .title::after {
  color: #007B9E;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .block.discount strong {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-decoration: underline;
  text-transform: capitalize;
  color: #007b9e;
  font-weight: 600;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon {
  margin-top: 20px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .field .control input {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .field .control input:focus {
  box-shadow: unset;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .actions-toolbar {
  margin-left: 25px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .actions-toolbar div.primary {
  margin-left: 25px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .actions-toolbar button.action.primary {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007b9e;
  height: 45px;
}
body.checkout-cart-index .column.main .cart-container .cart-discount .fieldset.coupon .actions-toolbar button.action.primary span {
  color: #007B9E;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  body.checkout-cart-index .page-title-wrapper .page-title span {
    font-size: 22px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart {
    width: 65%;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th {
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details {
    float: left;
    padding-bottom: 10px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .product-item-name a {
    font-size: 14p;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .item-options dd {
    margin-bottom: 7px;
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details .item-options dt {
    margin-bottom: 7px;
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.price .price {
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.subtotal .price {
    font-size: 14px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action.towishlist {
    display: none;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary {
    width: 35%;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .summary title {
    font-size: 18px;
    color: #3C3C3C;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping {
    padding: 10px 15px !important;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals {
    padding: 10px 15px !important;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .grand.totals th strong {
    font-size: 16px;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .cart-totals .grand.totals td .price {
    font-size: 16px;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .checkout-methods-items {
    padding: 10px 15px !important;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .checkout-methods-items button.action.primary.checkout span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th {
    display: revert;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th.col {
    float: initial;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tr th.col.qty {
    float: initial;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td {
    display: revert;
    float: initial;
    white-space: initial;
    width: initial;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td::before {
    display: none;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.item {
    padding: 20px 8px 20px 0px;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.item a.product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart {
    float: left;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .column.main .cart-container form.form.form-cart {
    width: 100%;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-actions .actions-toolbar a.action {
    position: absolute;
  }
  body.checkout-cart-index .column.main .cart-container form.form.form-cart #shopping-cart-table tbody.cart.item .item-info td.col.item .product-item-details {
    float: initial;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary {
    width: 100%;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .summary.title {
    display: block;
  }
  body.checkout-cart-index .column.main .cart-container .cart-summary .block.shipping .title {
    padding-left: 0;
    text-align: start;
  }
  body.checkout-cart-index .column.main .cart-container .cart-discount {
    border-bottom: 0;
  }
  body.checkout-cart-index .column.main .cart-container .cart-discount .block.discount .title {
    border-top: 0;
    text-align: center;
  }
}
.minicart-wrapper .block-minicart {
  padding: 0 !important;
  border: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  background: #fff;
  top: 0;
  bottom: 0;
  width: 320px;
  left: auto;
  right: 0;
  position: fixed;
  z-index: 999;
  width: 432px !important;
  height: 75vh;
  overflow-y: auto;
  border-radius: 0px 4px 4px 0px;
  border-left: 1px solid #dedede;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header {
  display: flex;
  border: 1px solid #DEDEDE;
  background-color: #fff;
  padding: 15px 20px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header button.action.close {
  position: initial;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header .minicart-header-title {
  width: 80%;
  text-align: center;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header .minicart-header-title strong span {
  letter-spacing: 0.78px;
  color: #3C3C3C;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additinal-img-empty {
  position: relative;
  height: 40vh;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additinal-img-empty img {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .subtitle.empty {
  letter-spacing: 0.78px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additional-msg {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  width: 50%;
  margin: auto;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions-toolbar-trigger {
  width: 90%;
  margin: auto;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions-toolbar-trigger button.button.action.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
  text-transform: uppercase;
  width: 100%;
  height: 48px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions-toolbar-trigger button.button.action.primary span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(120deg, #c9c9c9 0%, #ffffff 80%, #ffffff 80%);
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total {
  margin: 0;
  padding: 10px 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total .count-items span {
  letter-spacing: 0.9px;
  color: #575757;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total .incart {
  letter-spacing: 0.9px;
  color: #575757;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal {
  padding: 10px 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal span.label {
  letter-spacing: 0.6px;
  color: #676767;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .price-wrapper {
  text-align: center;
  float: right;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .old-price {
  float: left;
  margin-top: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .old-price .price-label {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .actions div.primary {
  width: 100%;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .actions div.primary button.action.primary {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 17px;
  width: 100%;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  max-height: 350px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-name-action-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-name a {
  letter-spacing: 0.32px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.actions .primary .action.edit {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/minicart-edit.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.actions .primary .action.edit::before {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.actions .secondary .action.delete {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/minicart-delete.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.actions .secondary .action.delete::before {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options span.toggle {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options span.toggle::after {
  color: #007B9E;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options .content .product.options.list {
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options .content .product.options.list dt {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product.options .content .product.options.list dd {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .delivery-lead-time-section .delivery-lead-time-block {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #EDF6FF;
  padding: 8px 12px;
  width: 70%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .delivery-lead-time-section .delivery-lead-time-block .title {
  letter-spacing: 0.32px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .delivery-lead-time-section .delivery-lead-time-block .title::after {
  content: ":";
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 2px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .delivery-lead-time-section .delivery-lead-time-block .content {
  letter-spacing: 0.32px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .old-price {
  float: left;
  margin-top: 0;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .old-price .price-label {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .product-item-pricing .price-container .price-wrapper .special-price {
  margin-left: 7px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .details-qty.qty .label {
  letter-spacing: 0.24px;
  color: #7E7E7E;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-items-wrapper .product-item-details .details-qty.qty input.item-qty.cart-item-qty {
  border: 0;
  background-color: transparent;
  pointer-events: none;
  width: 30px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions div.secondary {
  padding: 10px 0;
  text-align: center;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .actions div.secondary a.action.viewcart span {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .subtitle.empty {
    font-size: 16px;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additional-msg {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  body .minicart-wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body .minicart-wrapper .block-minicart::before {
    display: none;
  }
  body .minicart-wrapper .block-minicart::after {
    display: none;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    position: fixed;
    top: 9em;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content.mini-cart-content .minicart-header .minicart-header-title strong span {
    font-size: 18px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total .count-items span {
    font-size: 16px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .price {
    font-size: 16px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additinal-img-empty {
    width: 80%;
    margin: auto;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .additinal-img-empty .additional-msg {
    width: 70%;
  }
}
@media screen and (max-width: 567px) {
  body .minicart-wrapper .block-minicart::before {
    display: none;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    width: 90% !important;
  }
}
@media screen and (max-width: 540px) {
  body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    top: 10em;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .items-total .count-items span {
    font-size: 16px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal span.label {
    font-size: 14px;
  }
  body .minicart-wrapper .block-minicart #minicart-content-wrapper .mini-cart-main-content-section .minicart-middle-section .subtotal .price-container .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  body .minicart-wrapper .block-minicart #minicart-content-wrapper {
    top: 9em;
  }
}
body.checkout-index-index {
  background-color: #EDF6FF;
  /* address popup design */
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar {
  width: 66.66666667%;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._active::before {
  background: #007B9E;
  border-color: #007B9E;
  height: 15px;
  border-radius: 10px 0 0 10px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span::before {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/Group 610.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  background-color: transparent;
  width: 64px;
  height: 64px;
  margin-left: -25px;
  content: '';
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span::after {
  display: none;
  content: '';
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete::before {
  background: #007B9E;
  border-color: #007B9E;
  height: 15px;
  border-radius: 10px 0 0 10px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span::before {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/Group 610.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  background-color: transparent;
  width: 64px;
  height: 64px;
  margin-left: -25px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span::after {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item {
  width: 50%;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item::before {
  background: #DEDEDE;
  border-color: #DEDEDE;
  height: 15px;
  border-radius: 0px 10px 10px 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar .opc-progress-bar-item span {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  padding-top: 60px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item:nth-child(2)::before {
  border-radius: 0px 10px 10px 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item:nth-child(2) span::before {
  background: #e4e4e4;
  border: 1px solid #ccc;
  height: 44px;
  margin-left: -19px;
  width: 44px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item:nth-child(2) span::after {
  background: #fff;
  height: 30px;
  margin-left: -10px;
  width: 30px;
  color: #333;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '2';
  border: 0;
  top: 7px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item._active:nth-child(2)::before {
  background: #007B9E;
  border-color: #007B9E;
  height: 15px;
  border-radius: 0px 10px 10px 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item._active:nth-child(2) span::before {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/Group 610.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  background-color: transparent;
  width: 64px;
  height: 64px;
  margin-left: -25px;
}
body.checkout-index-index .column.main .checkout-container .opc-progress-bar li.opc-progress-bar-item._active:nth-child(2) span::after {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper {
  /* suggestion address section*/
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content {
  padding-top: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field .label span {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field .control input.input-text::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field .control input.input-text:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-login #customer-email-fieldset .field.required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .label span {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control input[type="text"] {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control input[type="text"]::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control input[type="text"]:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control .field-tooltip.toggle {
  right: -20px;
  top: 10px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control select.select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control select.select::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .control select.select:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice label {
  margin: 0;
  line-height: initial;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice label span {
  letter-spacing: 0.48px;
  color: #9E8E1A;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 20px;
  height: 21px;
  margin-top: 0;
  margin-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.choice input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field._required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .form.form-shipping-address .fieldset.address .field.required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item.selected-item {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item.selected-item::after {
  top: 7px;
  right: 7px;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/Group 610.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  content: '';
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  width: 48%;
  margin-right: 15px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 35px 15px 18px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item button.action.action-select-shipping-item {
  background-color: #007b9e;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #007b9e;
  margin-top: 5px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item button.action.edit-address-link {
  color: #007B9E;
  font-weight: 600;
  margin-top: 5px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item:nth-child(2) {
  margin-right: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item::before {
  background: transparent;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .new-address-popup {
  width: 48%;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .new-address-popup button.action.action-show-popup {
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  font-weight: 600;
  font-size: 16px;
  color: #007B9E;
  cursor: pointer;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .step-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses p {
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses .suggested-address {
  margin-top: 10px;
  border: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses .suggested-address:nth-child(1) {
  margin-top: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses .suggested-address span b {
  font-weight: 600 !important;
  font-size: 16px;
  color: #3C3C3C;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-suggested-addresses .suggested-address .suggested-address-details span {
  font-weight: 400;
  font-size: 14px;
  color: #3C3C3C;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method .step-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .table-checkout-shipping-method tbody td.col.col-method input[type="radio"] {
  height: 18px;
  width: 18px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .table-checkout-shipping-method tbody td.col.col-price span {
  letter-spacing: 0.66px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .table-checkout-shipping-method tbody td.col {
  letter-spacing: 0.66px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .actions-toolbar {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset hr {
  border: 0;
  margin: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .step-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field {
  display: flex;
  align-items: center;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field input[type="radio"]:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field .label span {
  letter-spacing: 0.66px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field input {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 20px;
  height: 21px;
  margin-top: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field input[type="checkbox"]:checked::after {
  font-size: 21px;
  line-height: 21px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block.field label span {
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .label span {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control input[type="text"] {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control input[type="text"]::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control input[type="text"]:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control select.select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control select.select::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .control select.select:focus {
  box-shadow: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice label {
  margin: 0;
  line-height: initial;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice label span {
  letter-spacing: 0.48px;
  color: #9E8E1A;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 20px;
  height: 21px;
  margin-top: 0;
  margin-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.choice input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field._required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address fieldset.fieldset .field.required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details a {
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .stripe-dropdown {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  color: #9A9A9A;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .stripe-dropdown .stripe-dropdown-list li.new span {
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-title.field.choice {
  border-bottom: 1px solid #DEDEDE;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-title.field.choice .action.action-toggle::after {
  color: #007B9E;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-title.field.choice span {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content {
  padding-top: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .form.form-discount .payment-option-inner .field .control input[type="text"] {
  height: 44px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .form.form-discount .payment-option-inner .field .control input[type="text"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary {
  margin-left: 25px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary button.action.action-apply {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007b9e;
  height: 45px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary button.action.action-apply span {
  color: #007B9E;
  font-weight: 600;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary button.action.action-cancel {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007b9e;
  height: 45px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .payment-option-content .actions-toolbar .primary button.action.action-cancel span {
  color: #007B9E;
  font-weight: 600;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information {
  width: 70%;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to {
  width: auto;
  float: left;
  margin-bottom: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-title {
  margin-bottom: 15px;
  position: relative;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-title span {
  letter-spacing: 0.6px;
  font-size: 18px;
  font-weight: 600;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-title button.action.action-edit {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/checkout-edit.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 50%;
  right: auto;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-title button.action.action-edit span {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content {
  position: relative;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px 12px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  width: 100%;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content button.action.action-edit {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/checkout-edit.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  position: absolute;
  right: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content button.action.action-edit span {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content a {
  color: #3C3C3C;
  font-weight: 400;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via {
  float: right;
  width: auto;
  margin-bottom: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via .shipping-information-title {
  margin-bottom: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via .shipping-information-title span {
  letter-spacing: 0.6px;
  font-size: 18px;
  font-weight: 600;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via .shipping-information-title button.action.action-edit {
  display: none;
}
body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via .shipping-information-content .value {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary {
  box-shadow: 0px 3px 52px #0000002F;
  border-radius: 4px;
  padding: 0;
  background-color: #fff;
  padding-bottom: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .summary-title {
  display: block;
  border-radius: 4px 0px 0px 4px;
  background-color: #F0F0F0;
  letter-spacing: 0.9px;
  margin: 0;
  color: #3C3C3C;
  text-transform: capitalize;
  padding: 20px 20px;
  font-weight: 600;
  font-size: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals th.mark {
  padding-left: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals td.amount {
  padding-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark {
  padding-left: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax td.amount {
  padding-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals th.mark {
  padding-left: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals th.mark strong {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals td.amount {
  padding-right: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals td.amount .price {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.sub th.mark {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.sub td.amount span {
  letter-spacing: 0.36px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl th.mark {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl th.mark span {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl th.mark span.value {
  font-size: 14px;
  margin: 6px 0;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl td.amount span {
  letter-spacing: 0.36px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark span {
  letter-spacing: 0.6px;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark span.value {
  font-size: 14px;
  margin: 6px 0;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax td.amount span {
  letter-spacing: 0.36px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart {
  padding: 10px 20px;
  margin-bottom: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
  margin: 0;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block strong {
  letter-spacing: 0.32px;
  color: #9E8E1A;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner span.price {
  letter-spacing: 0.38px;
  color: #3C3C3C;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty span.label {
  letter-spacing: 0.24px;
  color: #7E7E7E;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty span.value {
  letter-spacing: 0.7px;
  color: #3C3C3C;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .toggle span {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options dt {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options .content .item-options dd {
  letter-spacing: 0.8px;
  color: #676767;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .actions-toolbar-trigger {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .actions-toolbar-trigger button.button.action.primary {
  width: 100%;
  background-color: #007b9e;
  border-radius: 50px;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .actions-toolbar-trigger button.button.action.primary span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger {
  padding-top: 20px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger .primary {
  width: 100%;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger .primary button.button.action.continue.primary {
  width: 100%;
  background-color: #007b9e;
  border-radius: 50px;
  height: 48px;
}
body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger .primary button.button.action.continue.primary span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll {
  z-index: 9999 !important;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  margin-top: 5em;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .modal-title {
  text-align: left;
  letter-spacing: 0.9px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  border-bottom: 0;
  font-size: 22px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close {
  top: -32px;
  right: -32px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close::before {
  color: #007B9E;
  font-weight: 500;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content #opc-new-shipping-address {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 2em 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address {
  max-width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  margin-bottom: 0px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.firstname"] {
  order: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.lastname"] {
  order: 1;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.company"] {
  order: 2;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.street {
  order: 3;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.street .field {
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.country_id"] {
  order: 4;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.region_id"] {
  order: 5;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.city"] {
  order: 6;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.postcode"] {
  order: 7;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field[name|="shippingAddress.telephone"] {
  order: 8;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice {
  order: 9;
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field-tooltip-action.action-help {
  display: none;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field {
  width: 48%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .label span {
  letter-spacing: 0px;
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  margin-bottom: 6px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control input[type="text"] {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control input[type="text"]::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control input[type="text"]:focus {
  box-shadow: none;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control select.select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 48px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control select.select::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field .control select.select:focus {
  box-shadow: none;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice label {
  margin: 0;
  line-height: initial;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice label span {
  letter-spacing: 0.48px;
  color: #9E8E1A;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 20px;
  height: 21px;
  margin-top: 0;
  margin-right: 15px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.choice input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field._required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content .form.form-shipping-address #shipping-new-address-form.fieldset.address .field.required .label::after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
  border: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.primary.action-save-address {
  width: 25%;
  background-color: #007b9e;
  border-radius: 50px;
  height: 48px;
  float: initial;
  margin-top: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.primary.action-save-address span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup {
  width: 25%;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #007B9E;
  height: 48px;
  float: initial;
  margin-top: 0;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup span {
  font-size: 16px;
  font-weight: 600;
  color: #007b9e;
  text-decoration: none;
}
@media screen and (max-width: 1459px) {
  body.checkout-index-index .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-title {
    font-size: 20px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method .step-title {
    font-size: 20px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .step-title {
    font-size: 20px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-title.field .label span {
    font-size: 16px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.sub th.mark strong {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.sub td.amount .price {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl th.mark strong {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals.shipping.excl td.amount .price {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax th.mark strong {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .totals-tax td.amount .price {
    font-size: 14px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals th.mark strong {
    font-size: 16px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .opc-block-summary .data.table.table-totals tbody .grand.totals td.amount .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
    gap: 15px;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.primary.action-save-address {
    width: 40%;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-index-index .column.main .checkout-container .opc-estimated-wrapper {
    margin: 0;
  }
  body.checkout-index-index .column.main .checkout-container .opc-estimated-wrapper .estimated-block {
    font-size: 16px;
    float: left;
    font-weight: 600;
    color: #3c3c3c;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper {
    padding: 0 15px;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-to .shipping-information-content {
    width: 50%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .shipping-information .ship-via {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper {
    z-index: 99999 !important;
  }
  body.checkout-index-index .column.main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper #opc-sidebar .modal-header .action-close {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    margin: 0;
  }
  body.checkout-index-index .column.main .checkout-container .modal-custom.opc-sidebar.opc-summary-wrapper #opc-sidebar .modal-header .action-close::before {
    color: #007B9E;
    font-weight: 500;
  }
  body.checkout-index-index .column.main .checkout-container .modal-custom-overlay {
    z-index: 99 !important;
  }
  body.checkout-index-index .column.main .checkout-container .opc-sidebar.opc-summary-wrapper #opc-sidebar .actions-toolbar-trigger {
    width: 90%;
    margin: auto;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll {
    left: 0;
    width: 70%;
    margin: auto;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .action-close {
    top: 7px;
    right: 8px;
  }
}
@media screen and (max-width: 549px) {
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .field.addresses .control .shipping-address-items .shipping-address-item {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-address .step-content .new-address-popup {
    width: 100%;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .table-checkout-shipping-method tbody td.col {
    font-size: 14px;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll {
    width: 90%;
    margin: auto;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer {
    flex-direction: column;
    gap: 10px;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.primary.action-save-address {
    width: 100%;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.secondary.action-hide-popup {
    width: 100%;
  }
}
body.checkout-onepage-success {
  background-color: #EDF6FF;
}
body.checkout-onepage-success .page-title-wrapper {
  margin: 4em auto;
}
body.checkout-onepage-success .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.checkout-onepage-success .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 400;
}
body.checkout-onepage-success .page-title-wrapper .action.print {
  display: none;
}
body.checkout-onepage-success .page-title-wrapper .additional-title-order {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  display: block;
  margin: 15px 0;
}
body.checkout-onepage-success .column.main {
  margin-top: 1em;
  margin-bottom: 4em;
}
body.checkout-onepage-success .column.main .checkout-success {
  text-align: center;
  width: 50%;
  float: left;
}
body.checkout-onepage-success .column.main .checkout-success .success-msg-text {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-onepage-success .column.main .checkout-success .success-msg-text a {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-onepage-success .column.main .checkout-success .success-msg-text a strong {
  font-weight: 400 !important;
}
body.checkout-onepage-success .column.main .checkout-success .success-msg-text.additional {
  color: #666666;
  font-weight: 400;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  margin-bottom: 2rem;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .primary a.action.primary.continue {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px;
  border-radius: 40px;
  text-transform: uppercase;
  box-shadow: 0 8px 9px #b5dae5;
  margin: 0;
}
body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .primary a.action.primary.continue span {
  font-weight: bold;
}
body.checkout-onepage-success .column.main #registration {
  width: 50%;
  float: right;
  text-align: center;
}
body.checkout-onepage-success .column.main #registration p {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-onepage-success .column.main #registration a.action.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px;
  border-radius: 40px;
  text-transform: uppercase;
  box-shadow: 0 8px 9px #b5dae5;
  margin-top: 10px;
  margin-bottom: 2rem;
}
body.checkout-onepage-success .column.main #registration a.action.primary span {
  font-weight: bold;
}
body.order-success-logged.checkout-onepage-success .column.main .checkout-success {
  width: 100% !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.checkout-onepage-success .column.main .checkout-success {
    width: 100%;
  }
  body.checkout-onepage-success .column.main .checkout-success .actions-toolbar .primary a.action.primary.continue {
    padding: 7px 45px;
  }
  body.checkout-onepage-success .column.main #registration {
    width: 100%;
  }
  body.checkout-onepage-success .column.main #registration a.action.primary {
    padding: 7px 45px;
  }
}
body.empty-cart-page-section.checkout-cart-index {
  background-color: #e4e6e7;
}
body.empty-cart-page-section.checkout-cart-index .breadcrumbs {
  display: none;
}
body.empty-cart-page-section.checkout-cart-index .page-title-wrapper {
  display: none;
}
body.empty-cart-page-section.checkout-cart-index .page-main {
  background-image: url(../../frontend/Harpyhats/child/en_US/images/empty-cart.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  min-height: 950px;
  max-width: 100%;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns {
  max-width: 1440px;
  padding: 0 15px;
  margin: auto;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  vertical-align: middle;
  text-align: center;
  padding-left: 2%;
  align-items: center;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .sub-title {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .main-title {
  letter-spacing: 1.2px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 400;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .final-title {
  letter-spacing: 0.9px;
  color: #666666;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section a {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px;
  border-radius: 40px;
  text-transform: uppercase;
  box-shadow: 0 8px 9px #b5dae5;
  margin-top: 2em;
  margin-bottom: 2rem;
  width: 30%;
}
@media screen and (max-width: 1380px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 750px;
  }
}
@media screen and (max-width: 1199px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 675px;
  }
}
@media screen and (max-width: 992px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    background-image: url(../../frontend/Harpyhats/child/en_US/images/empty-cart-tab.svg);
    background-repeat: no-repeat;
    max-height: 600px;
    min-height: 500px;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
    width: 50%;
    padding-left: 0;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 820px) {
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section a {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 70vh;
    background-image: url(../../frontend/Harpyhats/child/en_US/images/empty-cart-mobile.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    align-items: center;
    left: 0;
    margin-top: 3em;
    right: 0;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section a {
    width: auto;
    margin-top: 1em;
    font-size: 16px;
    margin-bottom: 1em;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .main-title {
    font-size: 28px;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section .final-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 60vh;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
    top: 55%;
  }
}
@media screen and (max-width: 360px) {
  body.empty-cart-page-section.checkout-cart-index .page-main {
    min-height: 50vh;
  }
  body.empty-cart-page-section.checkout-cart-index .page-main .columns .column.main .cart-empty .cart-empty-section {
    top: 50%;
  }
}
body.cms-page-view .page-wrapper .breadcrumbs {
  display: none;
}
body.cms-page-view.cms-terms-of-use {
  background-color: #EDF6FF;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
  max-width: 100%;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
  position: relative;
  bottom: -6em;
  right: 0;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column .terms-header-img {
  text-align: center;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
  align-items: center;
  position: relative;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
  position: absolute;
  z-index: 9;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/terms-header-box.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: -3.5em;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    background-size: cover !important;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section {
    order: 2;
    align-items: initial;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: 0;
  }
  body [data-content-type='row'][data-appearance='contained'] .static-content-section {
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  body .static-content-section p {
    font-size: 12px !important;
  }
  body .static-content-section h3 span {
    font-size: 14px !important;
  }
}
body.cms-page-view {
  background-color: #EDF6FF;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
  max-width: 100%;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
  position: relative;
  bottom: -6em;
  right: 0;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column .terms-header-img {
  text-align: center;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
  align-items: center;
  position: relative;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
  position: absolute;
  z-index: 9;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/terms-header-box.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 110px;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: -3.5em;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
}
body.cms-page-view .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body [data-content-type='row'][data-appearance='contained'] .static-content-section {
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  body .static-content-section p {
    font-size: 12px !important;
  }
  body .static-content-section h3 span {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1660px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 620px !important;
  }
}
@media screen and (max-width: 1460px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 580px !important;
  }
  body.cms-page-view.cms-terms-of-use .column.main .static-content-section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1399px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 530px !important;
  }
}
@media screen and (max-width: 1370px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 510px !important;
  }
}
@media screen and (max-width: 1330px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 1281px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 485px !important;
  }
}
@media screen and (max-width: 1240px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 475px !important;
  }
}
@media screen and (max-width: 1199px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 460px !important;
  }
}
@media screen and (max-width: 1160px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 445px !important;
  }
}
@media screen and (max-width: 1120px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 435px !important;
  }
}
@media screen and (max-width: 1099px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 415px !important;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    width: 300px;
    left: 0;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 22px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 22px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768.5px) and (min-width: 768px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column {
    flex-basis: auto;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: -4em;
  }
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
    flex-basis: auto;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: 0em;
    left: 2em;
    width: 300px;
    height: 80px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -25px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 18px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 18px;
  }
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
    left: 0;
  }
}
@media screen and (max-width: 539px) {
  body.cms-page-view.cms-terms-of-use .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: -3em;
  }
}
body.cms-page-view.cms-privacy-policy {
  background-color: #EDF6FF;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
  max-width: 100%;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
  position: relative;
  bottom: -6em;
  right: 0;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column .terms-header-img {
  text-align: center;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
  align-items: center;
  position: relative;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
  position: absolute;
  z-index: 9;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/terms-header-box.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: -3.5em;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    background-size: cover !important;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section {
    order: 2;
    align-items: initial;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: 0;
  }
  body [data-content-type='row'][data-appearance='contained'] .static-content-section {
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  body .static-content-section p {
    font-size: 12px !important;
  }
  body .static-content-section h3 span {
    font-size: 14px !important;
  }
}
body .static-content-section {
  box-shadow: 0px 3px 20px #00000029;
  background-color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 5em;
  padding: 30px 25px;
}
body .static-content-section h3 {
  letter-spacing: 0.6px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 18px;
}
body .static-content-section h3 span {
  font-weight: 600 !important;
}
body .static-content-section p {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
}
body .static-content-section h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1660px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 620px !important;
  }
}
@media screen and (max-width: 1460px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 580px !important;
  }
  body.cms-page-view.cms-privacy-policy .column.main .static-content-section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1399px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 530px !important;
  }
}
@media screen and (max-width: 1370px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 510px !important;
  }
}
@media screen and (max-width: 1330px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 1281px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 485px !important;
  }
}
@media screen and (max-width: 1240px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 475px !important;
  }
}
@media screen and (max-width: 1199px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 460px !important;
  }
}
@media screen and (max-width: 1160px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 445px !important;
  }
}
@media screen and (max-width: 1120px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 435px !important;
  }
}
@media screen and (max-width: 1099px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 415px !important;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    width: 300px;
    left: 0;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 22px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 22px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768.5px) and (min-width: 768px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column {
    flex-basis: auto;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: -4em;
  }
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
    flex-basis: auto;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: 0em;
    left: 2em;
    width: 300px;
    height: 80px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -25px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 18px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 18px;
  }
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
    left: 0;
  }
}
@media screen and (max-width: 539px) {
  body.cms-page-view.cms-privacy-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: -3em;
  }
}
body.cms-page-view.cms-return-and-exchange-policy {
  background-color: #EDF6FF;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
  max-width: 100%;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
  position: relative;
  bottom: -6em;
  right: 0;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column .terms-header-img {
  text-align: center;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
  align-items: center;
  position: relative;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
  position: absolute;
  z-index: 9;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/terms-header-box.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: -3.5em;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 600;
}
body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 .sub-title {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    background-size: cover !important;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section {
    order: 2;
    align-items: initial;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: 0;
  }
  body [data-content-type='row'][data-appearance='contained'] .static-content-section {
    padding: 10px 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  body .static-content-section p {
    font-size: 12px !important;
  }
  body .static-content-section h3 span {
    font-size: 14px !important;
  }
}
body .static-content-section {
  box-shadow: 0px 3px 20px #00000029;
  background-color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 5em;
  padding: 30px 25px;
}
body .static-content-section h3 {
  letter-spacing: 0.6px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 18px;
}
body .static-content-section h3 span {
  font-weight: 600 !important;
}
body .static-content-section p {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
}
body .static-content-section h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1660px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 620px !important;
  }
}
@media screen and (max-width: 1460px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 580px !important;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main .static-content-section {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1399px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 530px !important;
  }
}
@media screen and (max-width: 1370px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 510px !important;
  }
}
@media screen and (max-width: 1330px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 500px !important;
  }
}
@media screen and (max-width: 1281px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 485px !important;
  }
}
@media screen and (max-width: 1240px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 475px !important;
  }
}
@media screen and (max-width: 1199px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 460px !important;
  }
}
@media screen and (max-width: 1160px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 445px !important;
  }
}
@media screen and (max-width: 1120px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 435px !important;
  }
}
@media screen and (max-width: 1099px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 415px !important;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    width: 300px;
    left: 0;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -15px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 22px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 22px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 .sub-title {
    font-size: 26px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768.5px) and (min-width: 768px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column {
    flex-basis: auto;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    bottom: -4em;
  }
}
@media screen and (max-width: 767px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .home-row-section-section {
    min-height: 400px !important;
    padding-bottom: 10px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section {
    flex-basis: auto;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: 0em;
    left: 2em;
    width: 300px;
    height: 80px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title {
    left: -25px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title1 {
    font-size: 18px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 {
    font-size: 18px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section .terms-title .title2 .sub-title {
    font-size: 22px;
  }
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-header-img-column {
    max-width: 70%;
    margin-left: auto;
    left: 0;
  }
}
@media screen and (max-width: 539px) {
  body.cms-page-view.cms-return-and-exchange-policy .column.main [data-content-type='row'][data-appearance='contained'] .terms-section-page .pagebuilder-column.terms-content-section .terms-header-title-section {
    bottom: -3em;
  }
}
body.cms-about-us {
  background-color: #EDF6FF;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title {
  margin: 15px 0;
  align-items: center;
  position: relative;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
  z-index: 9;
  height: 140px;
  margin-left: 4em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section {
  width: 100%;
  max-width: 80%;
  max-height: 140px;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 140px;
  object-fit: cover;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  left: 0em;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title1 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title2 {
  letter-spacing: 1.5px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description {
  margin: 15px 0;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description p {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
}
body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-img-column figure img {
  width: 100%;
}
body.cms-about-us .column.main .aboutus-whyharpy-section {
  margin-top: 5em;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group {
  max-width: 1440px;
  margin: 0 auto;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text1 p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text2 p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section {
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
  letter-spacing: 1.1px;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
  letter-spacing: 1.4px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 26px;
}
body.cms-about-us .column.main .aboutus-inspiration-section {
  margin-top: 5em;
}
body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group {
  max-width: 1440px;
  margin: 0 auto;
}
body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-title {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 400;
}
body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-text p {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 1459px) {
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section {
    width: auto;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 768px) {
  body.cms-about-us .column.main .aboutus-page-design {
    max-height: 480px !important;
    min-height: 480px !important;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group {
    min-height: 480px !important;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line {
    min-height: 480px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: auto !important;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title {
    margin: 5px 0;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    height: 84px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title1 {
    font-size: 24px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title2 {
    font-size: 24px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description p {
    font-size: 14px;
    line-height: 24px;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-img-column figure img.pagebuilder-mobile-hidden {
    max-height: 480px;
    min-height: 480px;
    display: block !important;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-img-column figure img.pagebuilder-mobile-only {
    display: none !important;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-title {
    font-size: 28px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 20px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 16px;
  }
  body.cms-about-us .column.main body.cms-about-us .column.main .aboutus-whyharpy-section .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column {
    flex-basis: auto;
  }
  body.cms-about-us .column.main .aboutus-page-design .pagebuilder-column-group.aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content {
    order: 1;
    padding: 20px 15px 0;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title {
    padding-top: 15px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    width: auto;
    justify-content: center;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section {
    width: auto;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section img {
    max-height: 100px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title {
    left: 4em;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title1 {
    font-size: 30px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title2 {
    font-size: 30px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-img-column {
    order: 0;
    margin-top: 0 !important;
    margin: 0 3em;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 20px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 16px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group {
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-title {
    font-size: 26px;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line {
    position: relative;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.inspiration-img-section {
    order: 0;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    order: 1;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-title {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    left: auto;
    right: auto;
    padding: 10px;
    background-color: #fff;
    font-size: 26px;
  }
}
@media screen and (max-width: 539px) {
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content {
    order: 1;
    padding: 20px 15px 0;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    width: auto;
    height: 100px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .img-section {
    width: auto;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title1 {
    font-size: 20px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section .about-title .title2 {
    font-size: 20px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-description p {
    font-size: 14px;
    line-height: 26px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line {
    justify-content: center;
    align-items: center;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 12px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.about-empty-column {
    display: none !important;
    width: 0 !important;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text1 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text2 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    height: 80px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .aboutus-header-description p {
    line-height: 24px;
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 12px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .whyharpy-text1 p {
    font-size: 14px;
  }
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .inspiration-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 355px) {
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .about-header-title-section {
    height: 80px;
  }
  body.cms-about-us .column.main .aboutus-page-design .aboutus-column-group .pagebuilder-column-line .pagebuilder-column.aboutus-column-content .aboutus-header-title .aboutus-header-description p {
    line-height: 24px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content1 p {
    font-size: 12px;
  }
  body.cms-about-us .column.main .aboutus-whyharpy-section .pagebuilder-column-group.whyharhats-quote-section .pagebuilder-column-line .pagebuilder-column.why-quote-content .quote-content2 p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768.5px) and (min-width: 768px) {
  body.cms-about-us .column.main .aboutus-inspiration-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: auto;
  }
}
body.cms-noroute-index {
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
}
body.cms-noroute-index [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
body.cms-noroute-index .error-page-design {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 2em;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column .error-title1 {
  letter-spacing: 0.9px;
  color: #3C3C3C;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column .error-title2 {
  letter-spacing: 5.16px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 80px;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column .error-title3 {
  letter-spacing: 1.08px;
  color: #666666;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.error-page-last-section {
  align-items: end;
}
body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.error-page-last-section .action.primary.error-home-return-btn {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px;
  border-radius: 40px;
  text-transform: uppercase;
  box-shadow: 0 8px 9px #b5dae5;
}
@media screen and (max-width: 1040px) {
  body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.error-page-last-section .action.primary.error-home-return-btn {
    padding: 10px 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.first-column-section {
    align-items: center;
    order: 1;
  }
  body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.middle-column-section {
    align-items: center;
    order: 0;
  }
  body.cms-noroute-index .error-page-design .pagebuilder-column-line .pagebuilder-column.error-page-last-section {
    align-items: center;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  body.cms-noroute-index .error-page-design .pagebuilder-column-line {
    width: 50% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  body.cms-noroute-index .error-page-design .pagebuilder-column-line {
    width: 75% !important;
    margin: 0 auto;
  }
}
body.contact-index-index .page-main {
  max-width: 100%;
  margin: 0 auto;
  background-color: #EDF6FF;
}
body.contact-index-index .page-main .page-title-wrapper {
  text-align: center;
}
body.contact-index-index .page-main .page-title-wrapper .page-title {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
body.contact-index-index .page-main .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 40px;
}
body.contact-index-index .page-main .contact-page-bg {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact {
  width: 35%;
  min-width: unset;
  margin: 0 auto;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset-section {
  border-radius: 8px;
  background-color: #fff;
  padding: 3em 4em;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field label span {
  color: #363636;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field label::after {
  color: #FF0000;
  margin: 0;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field .control input {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
  height: 54px;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field .control input:focus {
  box-shadow: unset;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset .field .control textarea {
  border: 1px solid #DEDEDE;
  min-height: 100px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .actions-toolbar {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.contact-index-index .page-main .contact-page-bg form.form.contact .actions-toolbar button.action {
  border: 1px solid #007B9E;
  background-color: #007B9E;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1199px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 40% !important;
  }
}
@media screen and (max-width: 1040px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 45% !important;
  }
}
@media screen and (max-width: 992px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 50% !important;
  }
}
@media screen and (max-width: 992px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 50% !important;
  }
}
@media screen and (max-width: 820px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 55% !important;
  }
}
@media screen and (max-width: 780px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 60% !important;
  }
  body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset-section {
    padding: 2em 3em;
  }
}
@media screen and (max-width: 680px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 65% !important;
  }
}
@media screen and (max-width: 540px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 70% !important;
  }
  body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset-section {
    padding: 2em 3em;
  }
}
@media screen and (max-width: 480px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 70% !important;
  }
}
@media screen and (max-width: 450px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 75% !important;
  }
  body.contact-index-index .page-main .contact-page-bg form.form.contact .fieldset-section {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 425px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 80% !important;
  }
}
@media screen and (max-width: 425px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 85% !important;
  }
}
@media screen and (max-width: 360px) {
  body.contact-index-index .page-main .contact-page-bg form.form.contact {
    width: 90% !important;
  }
}
body.customer-account-login {
  background-color: #EDF6FF;
}
body.customer-account-login .page-title-wrapper {
  text-align: center;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/login-top.svg") !important;
  max-width: 100%;
  width: 50%;
  margin: 0 auto;
  height: 100%;
  background-size: 100% 100%;
  max-height: 100%;
  height: 270px;
  margin-top: -25px;
  margin-bottom: -10px;
}
body.customer-account-login .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-login .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-login .column.main .login-container .block.block-customer-login {
  max-width: 100%;
  width: 50%;
  margin: 0 auto;
  float: initial;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .fieldset::after {
  display: none;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section {
  background-color: #fff;
  padding: 1.5em 3em;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .block-title {
  padding: 2em 0;
  text-align: center;
  border-bottom: 0;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .block-title strong {
  letter-spacing: 0.6px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field {
  margin: 0 0 20px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field input[type="checkbox"]:checked::after {
  font-size: 27px;
  line-height: 27px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field.choice {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field.choice label {
  margin-bottom: -5px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field.choice label span {
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .field.required label::after {
  content: '*';
  font-size: 14px;
  color: #FF0000;
  margin: 0;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections {
  padding-top: 25px;
  padding-bottom: 15px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar {
  display: grid;
  gap: 20px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .primary {
  float: initial;
  width: 100%;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .forgotpassword-section {
  padding-top: 10px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .forgotpassword-section a {
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .forgotpassword-section a span {
  text-decoration: unset;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .sign-in-btn-section {
  width: 90%;
  margin: 0 auto;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .sign-in-btn-section button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .sign-in-btn-section button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .register-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .register-btn-section .new-user-text {
  margin-right: 15px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .register-btn-section a.create {
  margin-right: 0;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.customer-account-login .message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #FFFAD8;
  color: #9E8E1A;
  padding-left: 45px;
  position: relative;
  width: 80%;
  margin: auto;
  font-weight: 600;
  font-size: 14px;
}
body.customer-account-login .message.success > *:first-child:before {
  color: #9E8E1A;
  font-weight: 600;
}
body.customer-account-logoutsuccess {
  background-color: #EDF6FF;
}
body.customer-account-logoutsuccess .page-title-wrapper {
  text-align: center;
  max-width: 100%;
  margin: 5em auto;
  height: 100%;
  max-height: 100%;
}
body.customer-account-logoutsuccess .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-logoutsuccess .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-logoutsuccess .column.main p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
}
@media screen and (max-width: 992px) {
  body.customer-account-login .page-title-wrapper {
    position: relative;
    display: block;
    margin-top: 6em;
  }
  body.customer-account-login .page-title-wrapper .page-title {
    position: absolute;
    right: 0;
    left: 0;
    width: 75%;
    margin: auto;
    display: block;
    top: -1.5em;
  }
  body.customer-account-login .page-title-wrapper .page-title span {
    letter-spacing: 1.5px;
    color: #9E8E1A;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login {
    width: 75%;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login .login-btn-sections .actions-toolbar .register-btn-section {
    display: block;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 540px) {
  body.customer-account-login .page-title-wrapper {
    height: 190px;
  }
  body.customer-account-login .page-title-wrapper .page-title span {
    color: #9E8E1A;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 400;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login {
    width: 90%;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section {
    padding: 2em 1em;
  }
  body.customer-account-login .column.main .login-container .block.block-customer-login .harpyhats-login-section .harpyhats-login-section .field label span {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 85%;
  }
}
@media screen and (max-width: 639px) {
  body.customer-account-logoutsuccess .page-title-wrapper .page-title span {
    font-size: 30px;
    line-height: 30px;
  }
  body.customer-account-logoutsuccess .column.main p {
    font-size: 14px;
  }
}
body.customer-account-create {
  background-color: #EDF6FF;
}
body.customer-account-create .page-title-wrapper {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  height: 100%;
  background-size: 100% 100%;
  max-height: 100%;
  height: 275px;
}
body.customer-account-create .page-title-wrapper .page-title {
  line-height: 22px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-create .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account {
  width: 100%;
  margin: auto;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
  width: 48%;
  position: relative;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .registration-title {
  position: absolute;
  top: -3em;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.9px;
  color: #676767;
  text-transform: capitalize;
  font-size: 24px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .registration-title strong {
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
  background-color: #fff;
  padding: 1.5em 3em;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset {
  margin-bottom: 20px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset legend {
  padding: 2em 0;
  text-align: center;
  border-bottom: 0;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset legend span {
  letter-spacing: 0.6px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset::after {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .fieldset.create.info {
  margin-bottom: 0;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field {
  margin: 0 0 20px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field label::after {
  margin: 0;
  font-size: 14px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input.input-text::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input.input-text input#user_dob {
  color: #9A9A9A;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background-image: url("../../frontend/Harpyhats/child/en_US/images/calendar.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control input[type="date"]::-webkit-calendar-picker-indicator::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  color: #9A9A9A;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control select::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field .control select:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field input[type="checkbox"]:checked::after {
  font-size: 18px;
  line-height: 18px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.gender_option {
  width: 29%;
  float: left;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.field-name-firstname {
  width: 68%;
  float: right;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.choice.remote-block {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.user_dob {
  width: 37%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.mobile {
  width: 60%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.country {
  width: 37%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.state {
  width: 60%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section {
  display: flex;
  align-items: center;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section span.title-text {
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section span.title-text::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section .warning-img {
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section .sports-msg {
  color: #676767;
  font-weight: 400;
  font-size: 12px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .multi-select-button {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  width: 100%;
  margin: 10px 0 0;
  font-size: 14px;
  color: #9A9A9A;
  font-weight: 400;
  display: flex;
  align-items: center;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .multi-select-button span {
  padding-left: 15px;
  padding-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .multi-select-button::after {
  color: #3C3C3C;
  font-weight: 500;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields .input-sports-blk {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .extra-fields-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #EDF6FF;
  box-shadow: 0px 3px 6px #0000000F;
  padding: 10px 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk {
  display: flex;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk {
  flex: 1 0 25%;
  margin-bottom: 10px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk label {
  color: #676767;
  font-weight: 400;
  font-size: 14px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extra {
  flex: 1 0 25%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extra.line {
  flex: 1 0 75%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline {
  flex: 1 0 100%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline textarea {
  width: 80%;
  margin-left: 20px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline textarea:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline-text {
  flex: 1 0 75%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields .multi-select-button::after {
  color: #3C3C3C;
  font-weight: 500;
  content: '\e621';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot label::after {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
  position: relative;
  width: 48%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
  position: absolute;
  top: -270px;
  width: 48%;
  right: 0;
  left: 25%;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset legend {
  padding: 2em 0;
  text-align: center;
  border-bottom: 0;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset legend span {
  letter-spacing: 0.6px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset.create.account::after {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
  background-color: #fff;
  padding: 1.5em 3em;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field {
  margin: 0 0 20px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field label::after {
  margin: 0;
  font-size: 14px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field .control input.input-text::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field .control #password-strength-meter-container {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field.choice.show-password {
  display: none;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .actions-toolbar .primary {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .actions-toolbar .primary button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
  width: 95%;
  margin: auto;
}
body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .actions-toolbar .primary button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section {
  padding: 15px 0;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter {
  display: flex;
  align-items: center;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter input[type="checkbox"]:checked::after {
  font-size: 27px;
  line-height: 27px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter label {
  margin: 0;
  line-height: initial;
}
body.customer-account-create .column.main form.form-create-account .newsletter-section .field.choice.newsletter label span {
  letter-spacing: 0.48px;
  color: #9E8E1A;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 1459px) {
  body.customer-account-create .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    gap: 2%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
    padding: 1em 2em;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    padding: 0;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -260px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 1399px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    gap: 1%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 49%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 49%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -250px;
  }
}
@media screen and (max-width: 1299px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -235px;
  }
}
@media screen and (max-width: 1260px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -225px;
  }
}
@media screen and (max-width: 1199px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -215px;
  }
}
@media screen and (max-width: 1149px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -205px;
  }
}
@media screen and (max-width: 1149px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -195px;
  }
}
@media screen and (max-width: 1099px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -185px;
  }
}
@media screen and (max-width: 1049px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -175px;
  }
}
@media screen and (max-width: 992px) {
  body.customer-account-create .page-title-wrapper {
    height: 150px;
  }
  body.customer-account-create .page-title-wrapper .page-title span {
    font-size: 30px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    flex-direction: column;
    gap: 220px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .registration-title {
    display: none;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    flex-direction: column;
    gap: 200px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
    padding: 1em 2em;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    height: 180px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 720px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    flex-direction: column;
    gap: 220px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
    padding: 1em 1.5em;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .control .sports-fields.active .sports-input-fields {
    padding: 7px 10px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 90%;
    margin: auto;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    height: 180px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 639px) {
  body.customer-account-create .page-title-wrapper {
    height: 150px;
  }
  body.customer-account-create .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block {
    gap: 130px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block {
    padding: 10px 15px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk {
    flex: 1 0 50%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extra {
    flex: 1 0 50%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extraline {
    flex: 1 0 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .section1-full-block .field.outdoor_spot .control .sports-fields .sports-input-fields.active .input-sports-blk.extra.line {
    flex: 1 0 50%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field {
    flex-direction: column;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.user_dob {
    width: 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.mobile {
    width: 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.country {
    width: 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .common-section-field .field.state {
    width: 100%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .fieldset-information-section {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 479px) {
  body.customer-account-create .page-title-wrapper {
    height: 100px;
  }
  body.customer-account-create .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 {
    width: 95%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section span.title-text {
    margin-right: 8px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field.outdoor_spot .sports-section .warning-img {
    margin-right: 8px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 {
    width: 95%;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -165px;
  }
}
@media screen and (max-width: 430px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section1 .field label span {
    font-size: 14px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -155px;
  }
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 .field label span {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -145px;
  }
}
@media screen and (max-width: 330px) {
  body.customer-account-create .column.main form.form-create-account .harpyhats-registration-block .harpyhats-registration-section2 img.registration-top {
    top: -135px;
  }
}
body.customer-account-forgotpassword {
  background-color: #EDF6FF;
}
body.customer-account-forgotpassword .page-title-wrapper {
  text-align: center;
  max-width: 100%;
  padding: 2em 0;
}
body.customer-account-forgotpassword .page-title-wrapper .page-title {
  line-height: initial;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-forgotpassword .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-forgotpassword .column.main img.forgotpass-img {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 2em auto 3em;
}
body.customer-account-forgotpassword .column.main .form.password.forget {
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 3em 1.5em;
  width: 40%;
  min-width: initial;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset {
  margin-bottom: 25px;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field {
  margin: 0 0 20px;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.customer-account-forgotpassword .column.main .form.password.forget .fieldset::after {
  display: none;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar {
  display: grid;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary {
  float: initial;
  width: 100%;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-forgotpassword .column.main .form.password.forget .actions-toolbar .primary button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns {
  margin: 0 auto;
  width: 48%;
  display: grid;
  gap: 20px;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section {
  padding-top: 10px;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section a {
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section a span {
  text-decoration: unset;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section {
  width: 90%;
  margin: 0 auto;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .register-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .register-btn-section .new-user-text {
  margin-right: 15px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .register-btn-section a.create {
  margin-right: 0;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  body.customer-account-forgotpassword .page-title-wrapper .page-title span {
    font-size: 30px;
  }
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 75%;
    padding: 2em 1em;
  }
}
@media screen and (max-width: 768px) {
  body.customer-account-forgotpassword .column.main .actions-toolbar.additional-btns .register-btn-section {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  body.customer-account-forgotpassword .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  body.customer-account-forgotpassword .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-forgotpassword .column.main .form.password.forget {
    width: 85%;
    padding: 10px 15px;
    padding-bottom: 3em;
  }
}
body.customer-account-createpassword {
  background-color: #EDF6FF;
}
body.customer-account-createpassword .page-title-wrapper {
  text-align: center;
  max-width: 100%;
  padding: 2em 0;
}
body.customer-account-createpassword .page-title-wrapper .page-title {
  line-height: initial;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-createpassword .page-title-wrapper .page-title span {
  letter-spacing: 1.5px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 400;
}
body.customer-account-createpassword .column.main img.forgotpass-img {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 2em auto 3em;
}
body.customer-account-createpassword .column.main .form.password.reset {
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 3em 1.5em;
  width: 40%;
  min-width: initial;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset {
  margin-bottom: 25px;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field {
  margin: 0 0 20px;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field .control input.input-text::placeholder {
  content: '********';
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field .control input.input-text:focus {
  box-shadow: unset;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field .control #password-strength-meter-container {
  display: none;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field.choice {
  display: none;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.customer-account-createpassword .column.main .form.password.reset .fieldset::after {
  display: none;
}
body.customer-account-createpassword .column.main .form.password.reset .actions-toolbar {
  display: grid;
}
body.customer-account-createpassword .column.main .form.password.reset .actions-toolbar .primary {
  float: initial;
  width: 100%;
}
body.customer-account-createpassword .column.main .form.password.reset .actions-toolbar .primary button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-createpassword .column.main .form.password.reset .actions-toolbar .primary button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns {
  margin: 0 auto;
  width: 48%;
  display: grid;
  gap: 20px;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section {
  padding-top: 10px;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section a {
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .forgotpassword-section a span {
  text-decoration: unset;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section {
  width: 90%;
  margin: 0 auto;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section button {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .sign-in-btn-section button span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .register-btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .register-btn-section .new-user-text {
  margin-right: 15px;
  letter-spacing: 0.54px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .register-btn-section a.create {
  margin-right: 0;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  body.customer-account-createpassword .column.main .form.password.reset {
    width: 60%;
  }
}
@media screen and (max-width: 820px) {
  body.customer-account-createpassword .page-title-wrapper .page-title span {
    font-size: 30px;
  }
  body.customer-account-createpassword .column.main .form.password.reset {
    width: 75%;
    padding: 2em 1em;
  }
}
@media screen and (max-width: 768px) {
  body.customer-account-createpassword .column.main .actions-toolbar.additional-btns .register-btn-section {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  body.customer-account-createpassword .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-createpassword .column.main .form.password.reset {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  body.customer-account-createpassword .page-title-wrapper .page-title span {
    font-size: 24px;
  }
  body.customer-account-createpassword .column.main .form.password.reset {
    width: 85%;
    padding: 25px 15px;
  }
}
body.account {
  background-color: #EDF6FF;
  /* sidebar section */
}
body.account .page-main .page-title-wrapper {
  margin-bottom: 15px;
}
body.account .page-main .page-title-wrapper .page-title span {
  letter-spacing: 0.9px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 22px;
  color: #3C3C3C;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content {
  background-color: #F8F8F8;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 14px 18px 14px 15px;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item a:hover {
  background-color: #fff;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item span.delimiter {
  display: none;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:last-child {
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 15px;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:last-child::before {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/myaccount-logout.svg");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: '';
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:last-child a {
  letter-spacing: 1px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current a {
  border-color: #007B9E;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current a strong {
  padding: 0;
}
body.account .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong {
  letter-spacing: 0.54px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 18px 14px 15px;
  text-transform: capitalize;
  border-color: #007B9E;
}
@media screen and (max-width: 1459px) {
  body.account .page-main .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  body.account .page-main .page-title-wrapper .page-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.account .columns.plp-column-section .column.main {
    padding-left: 0;
  }
  body.account .page-main .page-title-wrapper .page-title {
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  body.account .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
    border: 0;
    height: 42px;
  }
}
@media screen and (min-width: 768px) {
  body.account .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.account .page-main {
    padding-top: 70px;
  }
  body.account .page-main .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  body.account .page-main .page-title-wrapper .page-title {
    margin-top: 20px;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav {
    top: 0;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title {
    background-color: #F0F0F0;
    height: 42px;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title strong {
    font-size: 16px;
    margin: 1em 0;
    font-weight: 600;
    color: #3c3c3c;
  }
  body.account .sidebar.sidebar-main .block.block-collapsible-nav .title.block-collapsible-nav-title::after {
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    color: #007B9E;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.account.customer-account-index .column.main .block:not(.widget) .block-content {
    display: flex;
    justify-content: space-between;
  }
  body.account.customer-account-index .column.main .block:not(.widget) .block-content .box {
    width: 49%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.account .page-main {
    padding-top: 0;
  }
  body.account .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section {
    width: 25%;
    flex-grow: inherit;
    flex-basis: auto;
    order: 0;
  }
  body.account .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block.block-collapsible-nav {
    position: initial;
  }
  body.account .columns.plp-column-section .sidebar.sidebar-main.product-sidebar-section .block-collapsible-nav-content {
    display: block;
  }
  body.account .columns.plp-column-section .column.main {
    width: 75%;
    flex-grow: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.account .columns .sidebar.sidebar-main.product-sidebar-section .block-collapsible-nav .title.block-collapsible-nav-title {
    display: none;
  }
}
body.account.customer-account-index {
  background-color: #EDF6FF;
}
body.account.customer-account-index .column.main .block .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-account-index .column.main .block .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-account-index .column.main .block .block-title a.action.edit span {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
}
body.account.customer-account-index .column.main .block .block-title a.action.view span {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-title span {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-content {
  line-height: 30px;
}
body.account.customer-account-index .column.main .block .block-content .box .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block .block-content .box .box-actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: underline;
}
body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items thead tr th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td {
  border-top: 1px solid #DEDEDE;
}
body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col.actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  body.account.customer-account-index .column.main .block .block-title strong {
    font-size: 18px;
  }
  body.account.customer-account-index .column.main .block .block-title a.action.edit span {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-title {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-content p {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-content .box .box-actions a.action {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col.actions a.action {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  body.account.customer-account-index .column.main .block .block-title a.action.view {
    float: initial;
  }
  body.account.customer-account-index .column.main .block .block-title a.action.view span {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block .block-title a.action.edit {
    float: initial;
  }
  body.account.customer-account-index .column.main .block .block-title a.action.edit span {
    font-size: 14px;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-title.order {
    border: 0;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr {
    border-top: 1px solid #DEDEDE;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td.col {
    border: 0;
  }
  body.account.customer-account-index .column.main .block.block-dashboard-orders .block-content .table-wrapper.orders-recent .table-order-items tbody tr td[data-th]::before {
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    border: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.account.customer-account-index .column.main .block.block-dashboard-orders {
    margin-left: -35%;
  }
}
body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history thead tr th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td {
  border-top: 1px solid #DEDEDE;
}
body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col.actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .toolbar-amount span {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .limiter .limiter-label {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .limiter .limiter-text {
  letter-spacing: 0.42px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .limiter select.limiter-options {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  background-color: #fff;
  margin: 0;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item.current strong {
  border: 1px solid #007B9E;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item.current strong span {
  color: #007B9E;
  font-size: 14px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item a span {
  color: #3C3C3C;
  font-size: 14px;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item.pages-item-next a.action.next {
  border: 1px solid #007B9E;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
}
body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .items.pages-items .item.pages-item-previous a.action.previous {
  background-color: transparent;
  border: 1px solid #007B9E;
  width: 32px;
  height: 32px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col.actions a.action {
    font-size: 16px;
  }
  body.account.sales-order-history .column.main .order-products-toolbar.toolbar .pager .toolbar-amount span {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr {
    border-bottom: 1px solid #dedede;
  }
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td.col {
    border: 0;
    padding-left: 0;
  }
  body.account.sales-order-history .column.main .table-wrapper.orders-history .table-order-items.history tbody tr td[data-th]::before {
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
  }
}
body.sales-order-view .page-main .column.main {
  position: relative;
}
body.sales-order-view .page-main .column.main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.sales-order-view .page-main .column.main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.sales-order-view .page-main .column.main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.sales-order-view .page-main .column.main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.sales-order-view .page-main .column.main .order-date {
  margin-top: 0;
}
body.sales-order-view .page-main .column.main .order-date label {
  display: block;
}
body.sales-order-view .page-main .column.main .items.order-links {
  background-color: #fff;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.sales-order-view .page-main .column.main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.sales-order-view .page-main .column.main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot {
  background-color: #fff;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot td {
  background-color: #fff;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar {
  display: block;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar .secondary {
  display: block;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back {
  display: flex;
  align-items: center;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  width: auto;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span {
  font-size: 16px;
  font-weight: 600;
  color: #007B9E;
}
body.sales-order-view .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span::before {
  font-weight: 600;
  color: #007B9E;
  margin-right: 10px;
  content: '\f103';
  font-family: 'pagebuilder-font';
}
body.sales-order-view .page-main .column.main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-title span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main {
  position: relative;
}
body.sales-order-invoice .page-main .column.main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.sales-order-invoice .page-main .column.main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.sales-order-invoice .page-main .column.main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.sales-order-invoice .page-main .column.main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.sales-order-invoice .page-main .column.main .order-date {
  margin-top: 0;
}
body.sales-order-invoice .page-main .column.main .order-date label {
  display: block;
}
body.sales-order-invoice .page-main .column.main .items.order-links {
  background-color: #fff;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.sales-order-invoice .page-main .column.main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE !important;
  border-bottom: 1px solid #DEDEDE !important;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot {
  background-color: #fff;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items tfoot td {
  background-color: #fff;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar {
  display: block;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar .secondary {
  display: block;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back {
  display: flex;
  align-items: center;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  width: auto;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span {
  font-size: 16px;
  font-weight: 600;
  color: #007B9E;
}
body.sales-order-invoice .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span::before {
  font-weight: 600;
  color: #007B9E;
  margin-right: 10px;
  content: '\f103';
  font-family: 'pagebuilder-font';
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-title span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main {
  position: relative;
}
body.sales-order-shipment .page-main .column.main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.sales-order-shipment .page-main .column.main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.sales-order-shipment .page-main .column.main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.sales-order-shipment .page-main .column.main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.sales-order-shipment .page-main .column.main .order-date {
  margin-top: 0;
}
body.sales-order-shipment .page-main .column.main .order-date label {
  display: block;
}
body.sales-order-shipment .page-main .column.main .items.order-links {
  background-color: #fff;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.sales-order-shipment .page-main .column.main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot {
  background-color: #fff;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .order-details-items .order-items .table-order-items tfoot td {
  background-color: #fff;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar {
  display: block;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar .secondary {
  display: block;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back {
  display: flex;
  align-items: center;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  width: auto;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span {
  font-size: 16px;
  font-weight: 600;
  color: #007B9E;
}
body.sales-order-shipment .page-main .column.main .order-details-items .actions-toolbar .secondary a.action.back span::before {
  font-weight: 600;
  color: #007B9E;
  margin-right: 10px;
  content: '\f103';
  font-family: 'pagebuilder-font';
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-title span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main {
  position: relative;
}
body.sales-order-creditmemo .page-main .column.main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.sales-order-creditmemo .page-main .column.main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.sales-order-creditmemo .page-main .column.main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.sales-order-creditmemo .page-main .column.main .order-date {
  margin-top: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-date label {
  display: block;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links {
  background-color: #fff;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot {
  background-color: #fff;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot td {
  background-color: #fff;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar {
  display: block;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar .secondary {
  display: block;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar .secondary a.action.back {
  display: flex;
  align-items: center;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  width: auto;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar .secondary a.action.back span {
  font-size: 16px;
  font-weight: 600;
  color: #007B9E;
}
body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .actions-toolbar .secondary a.action.back span::before {
  font-weight: 600;
  color: #007B9E;
  margin-right: 10px;
  content: '\f103';
  font-family: 'pagebuilder-font';
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-title span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account .page-main .column.main .items.order-links .nav.item {
  position: relative !important;
}
body.account .page-main .column.main .items.order-links .nav.item:first-child a {
  border-left: 1px solid #DEDEDE !important;
}
body.account .page-main .column.main .items.order-links .nav.item:last-child a {
  border-right: 1px solid #DEDEDE !important;
}
body.account .page-main .column.main .items.order-links .nav.item:last-child strong {
  border-right: 1px solid #DEDEDE !important;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
body.account .page-main .column.main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #DEDEDE !important;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #DEDEDE !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
body.account .page-main .column.main .items.order-links .nav.item a::after {
  content: '';
  border-right: 2px solid #007B9E !important;
  position: absolute !important;
  display: block !important;
  right: 0 !important;
  top: 0 !important;
  margin: 10px 0 !important;
  height: 36px !important;
}
body.account .page-main .column.main .items.order-links .nav.item:last-child a::after {
  display: none !important;
}
body.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current:last-child strong {
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 992px) {
  body.account.sales-order-view .page-main .column.main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links nav.item.current a {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links nav.item.current strong {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col span {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-title span {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links nav.item.current a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links nav.item.current strong {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-title.header-title-order strong {
    font-size: 16px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-title.header-title-order a.action {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col span {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.price price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-title span {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links nav.item.current a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links nav.item.current strong {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-title.header-title-order strong {
    font-size: 16px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-title.header-title-order a.action {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col span {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.price price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-title span {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links nav.item.current a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links nav.item.current strong {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order strong {
    font-size: 16px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo .order-title.header-title-order a.action {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col span {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.subtotal .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-title span {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box-content address a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.sales-order-view .page-main .column.main .order-details-items .order-title strong {
    letter-spacing: 0.9px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    color: #3C3C3C;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item.current {
    background-color: #EDF6FF !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item {
    background-color: #F8F8F8 !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item a::after {
    display: none !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px !important;
    margin: 0 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px !important;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order strong {
    letter-spacing: 0.9px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    color: #3C3C3C;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item {
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a::after {
    display: none !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px !important;
    margin: 0 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px !important;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order strong {
    letter-spacing: 0.9px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    color: #3C3C3C;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item {
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a::after {
    display: none !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px !important;
    margin: 0 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px !important;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order strong {
    letter-spacing: 0.9px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px !important;
    color: #3C3C3C;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item {
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a::after {
    display: none !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px !important;
    margin: 0 15px;
    padding-left: 12px;
    padding-right: 12px;
    border: 0 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px !important;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  body.sales-order-view .page-main .page-title-wrapper .page-title span {
    font-size: 16px;
  }
  body.sales-order-view .page-main .column.main .order-section-header {
    width: 100%;
    margin: 15px 0;
  }
  body.sales-order-view .page-main .column.main .order-section-header .actions {
    width: 100%;
  }
  body.sales-order-view .page-main .column.main .order-section-header .actions a.action span {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .order-date span {
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
  }
  body.sales-order-view .page-main .column.main .order-details-items {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-title strong {
    font-size: 16px;
  }
  body.sales-order-view .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px;
    margin: 0 15px;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items {
    margin-bottom: 15px;
    border: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8;
    padding-bottom: 15px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot tr {
    display: table-row;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot tr::after {
    display: none;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot td {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tfoot td.amount {
    float: initial;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.sales-order-view .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .page-title-wrapper .page-title span {
    font-size: 16px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-section-header {
    width: 100%;
    margin: 15px 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-section-header .actions {
    width: 100%;
  }
  body.account.sales-order-invoice .page-main .column.main .order-section-header .actions a.action span {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-date span {
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order a.action {
    width: 50%;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .order-title.header-title-order a.action span {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px;
    margin: 0 15px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8;
    padding-bottom: 15px;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot tr {
    display: table-row;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot td {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .page-title-wrapper .page-title span {
    font-size: 16px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-section-header {
    width: 100%;
    margin: 15px 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-section-header .actions {
    width: 100%;
  }
  body.account.sales-order-shipment .page-main .column.main .order-section-header .actions a.action span {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-date span {
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order a.action {
    width: 50%;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-title.header-title-order a.action span {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px;
    margin: 0 15px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8;
    padding-bottom: 15px;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot tr {
    display: table-row;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot td {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .page-title-wrapper .page-title span {
    font-size: 16px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-section-header {
    width: 100%;
    margin: 15px 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-section-header .actions {
    width: 100%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-section-header .actions a.action span {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-date span {
    font-size: 14px;
    font-weight: 400;
    color: #3C3C3C;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order a.action {
    width: 50%;
    font-size: 16px;
    white-space: nowrap;
    padding-top: 10px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title.header-title-order a.action span {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links {
    margin-left: -20px;
    margin-right: -15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current strong {
    font-size: 14px;
    margin: 0 15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
    font-size: 14px;
    margin: 0 15px;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child {
    border: 0;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 0 !important;
    border-bottom: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8;
    padding-bottom: 15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot tr {
    display: table-row;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot td {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 360px) {
  body.sales-order-view .page-main .column.main .block.block-order-details-view {
    padding: 10px;
  }
  body.sales-order-view .page-main .column.main .order-details-items .order-items .table-order-items tbody tr td.col {
    width: 40%;
  }
  body.sales-order-invoice .page-main .column.main .block.block-order-details-view {
    padding: 10px;
  }
  body.sales-order-invoice .page-main .column.main .order-details-items .table-order-items .table-order-items tbody tr td.col {
    width: 40%;
  }
  body.sales-order-shipment .page-main .column.main .block.block-order-details-view {
    padding: 10px;
  }
  body.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
    width: 40%;
  }
  body.sales-order-creditmemo .page-main .column.main .block.block-order-details-view {
    padding: 10px;
  }
  body.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.account.sales-order-view .page-main .column.main .items.order-links {
    margin-left: 0;
    margin-right: 0;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item {
    float: left;
    background-color: #EDF6FF !important;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
    margin: 0;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item a {
    margin: 0;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item a::after {
    content: '';
    border-right: 2px solid #007B9E !important;
    position: absolute !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 !important;
    height: 36px !important;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item:last-child a::after {
    display: none !important;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
    margin: 0;
  }
  body.account.sales-order-view .page-main .column.main .items.order-links .nav.item.current strong {
    margin: 0;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items {
    float: left;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-title {
    border-bottom: 0;
  }
  body.account.sales-order-view .page-main .column.main .order-details-items .order-items {
    margin-top: 15px;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links {
    margin-left: 0;
    margin-right: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item {
    float: left;
    background-color: #EDF6FF !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
    margin: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a {
    margin: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item a::after {
    content: '';
    border-right: 2px solid #007B9E !important;
    position: absolute !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 !important;
    height: 36px !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item:last-child a::after {
    display: none !important;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
    margin: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .items.order-links .nav.item.current strong {
    margin: 0;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items {
    float: left;
  }
  body.account.sales-order-invoice .page-main .column.main .order-details-items .table-order-items {
    margin-top: 15px;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links {
    margin-left: 0;
    margin-right: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item {
    float: left;
    background-color: #EDF6FF !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
    margin: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a {
    margin: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item a::after {
    content: '';
    border-right: 2px solid #007B9E !important;
    position: absolute !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 !important;
    height: 36px !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item:last-child a::after {
    display: none !important;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
    margin: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .items.order-links .nav.item.current strong {
    margin: 0;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items {
    float: left;
  }
  body.account.sales-order-shipment .page-main .column.main .order-details-items .order-items-shipment {
    margin-top: 15px;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links {
    margin-left: 0;
    margin-right: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item {
    float: left;
    background-color: #EDF6FF !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item strong {
    font-size: 14px;
    margin: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a {
    margin: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item a::after {
    content: '';
    border-right: 2px solid #007B9E !important;
    position: absolute !important;
    display: block !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 !important;
    height: 36px !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child a {
    border-right: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item:last-child a::after {
    display: none !important;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
    margin: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .items.order-links .nav.item.current strong {
    margin: 0;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items {
    float: left;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-title {
    float: left;
  }
  body.account.sales-order-creditmemo .page-main .column.main .order-details-items .order-items-creditmemo {
    float: left;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.sales-order-view .page-main .column.main .items.order-links .nav.item.current {
    background-color: #fff !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  body.sales-order-view .page-main .column.main .order-details-items {
    margin-top: 15px;
  }
  body.sales-order-invoice .page-main .column.main .order-details-items {
    margin-top: 15px;
  }
  body.sales-order-shipment .page-main .column.main .order-details-items {
    margin-top: 15px;
  }
  body.sales-order-creditmemo .page-main .column.main .order-details-items.creditmemo {
    margin-top: 15px;
  }
}
body.account.sales-order-printinvoice .page-main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
body.account.sales-order-printinvoice .page-main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.account.sales-order-printinvoice .page-main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.account.sales-order-printinvoice .page-main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.sales-order-printinvoice .page-main .order-date {
  margin-top: 0;
}
body.account.sales-order-printinvoice .page-main .order-date label {
  display: block;
}
body.account.sales-order-printinvoice .page-main .items.order-links {
  background-color: #fff;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.account.sales-order-printinvoice .page-main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.account.sales-order-printinvoice .page-main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.account.sales-order-printinvoice .page-main .order-details-items .order-title {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.account.sales-order-printinvoice .page-main .order-details-items .order-title strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .order-title a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE !important;
  border-bottom: 1px solid #DEDEDE !important;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot {
  background-color: #fff;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items tfoot td {
  background-color: #fff;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 1459px) {
  body.account.sales-order-printinvoice .page-main .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.account.sales-order-printinvoice .page-main .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.account.sales-order-printinvoice .page-main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .order-title strong {
    font-size: 16px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.col .item-options dd {
    font-size: 14ox;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items.invoice .table-order-items .table-order-items tfoot td {
    background-color: #fff;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-title strong {
    letter-spacing: 0.6px;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 16px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-content {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .block.block-order-details-view .block-content .box .box-content .payment-method dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  body.account.sales-order-printinvoice .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  body.account.sales-order-printinvoice .page-main .order-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 639px) {
  body.account.sales-order-printinvoice .page-main .order-status-info .order-status {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .order-title {
    border-bottom: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .order-title strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
    color: #3C3C3C;
    font-weight: 400;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col .item.options dt {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col .item.options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td.col .item.options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot td {
    background-color: #F8F8F8 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .table-order-items .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printinvoice .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
}
body.account.sales-order-printshipment .page-main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
body.account.sales-order-printshipment .page-main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.account.sales-order-printshipment .page-main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.account.sales-order-printshipment .page-main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.sales-order-printshipment .page-main .order-date {
  margin-top: 0;
}
body.account.sales-order-printshipment .page-main .order-date label {
  display: block;
}
body.account.sales-order-printshipment .page-main .order-date span {
  font-size: 14px;
  font-weight: 400;
  color: #3C3C3C;
}
body.account.sales-order-printshipment .page-main .items.order-links {
  background-color: #fff;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.account.sales-order-printshipment .page-main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.account.sales-order-printshipment .page-main .order-details-items {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-title {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-title strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-title a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE !important;
  border-bottom: 1px solid #DEDEDE !important;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot {
  background-color: #fff;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot td {
  background-color: #fff;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-title {
  border-bottom: 0px solid #DEDEDE;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 1459px) {
  body.account.sales-order-printshipment .page-main .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.account.sales-order-printshipment .page-main .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.account.sales-order-printshipment .page-main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-title strong {
    font-size: 16px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.col .item.options dt {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.col .item.options dd {
    font-size: 14ox;
  }
  body.account.sales-order-printshipment .page-main .order-details-items.shipments .order-items-shipment .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-title strong {
    letter-spacing: 0.6px;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 16px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-content {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .block.block-order-details-view .block-content .box .box-content .payment-method dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  body.account.sales-order-printshipment .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  body.account.sales-order-printshipment .page-main .order-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 639px) {
  body.account.sales-order-printshipment .page-main .order-status-info .order-status {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-title {
    border-bottom: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-title strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
    color: #3C3C3C;
    font-weight: 400;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dt {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td.col .item.options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot td {
    background-color: #F8F8F8 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .order-items-shipment .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printshipment .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
}
body.account.sales-order-printcreditmemo .page-main .order-status-info .order-status {
  background-color: #52D522;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
body.account.sales-order-printcreditmemo .page-main .order-section-header {
  float: right;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.account.sales-order-printcreditmemo .page-main .order-section-header .actions {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
body.account.sales-order-printcreditmemo .page-main .order-section-header .actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.sales-order-printcreditmemo .page-main .order-date {
  margin-top: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-date label {
  display: block;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links {
  background-color: #fff;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item {
  background-color: #EDF6FF !important;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item strong {
  border: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item a {
  background-color: transparent;
  border-left: 0px solid #007B9E;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 0px solid #007B9E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item a::after {
  content: '';
  border-right: 1px solid #007B9E;
}
body.account.sales-order-printcreditmemo .page-main .items.order-links .nav.item.current {
  background-color: #fff !important;
  margin: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-title {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-bottom: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-title strong {
  letter-spacing: 0.72px;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-title a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items thead tr th {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .product-item-name {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
  color: #164171;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col.sku {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col.qty {
  color: #164171;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.price .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.subtotal .price {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot {
  background-color: #fff;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 800;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total td.amount .price {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot td {
  background-color: #fff;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view {
  padding: 25px;
  background-color: #fff;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content {
  line-height: 30px;
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content .payment-method dt {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content p {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 1459px) {
  body.account.sales-order-printcreditmemo .page-main .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.account.sales-order-printcreditmemo .page-main .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  body.account.sales-order-printcreditmemo .page-main .order-section-header .actions a.action {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-title strong {
    font-size: 16px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items thead tr th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col strong.product.product-item-name {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
    font-size: 14ox;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tbody tr td.price .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .subtotal td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .discount td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .shipping td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total th {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot .grand_total td.amount .price {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items.creditmemo .order-items-creditmemo .table-order-items tfoot td {
    background-color: #fff;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-title strong {
    font-size: 18px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-title strong {
    letter-spacing: 0.6px;
    color: #3C3C3C;
    font-weight: 600;
    font-size: 16px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-content {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .block.block-order-details-view .block-content .box .box-content .payment-method dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  body.account.sales-order-printcreditmemo .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-date {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 639px) {
  body.account.sales-order-printcreditmemo .page-main .order-status-info .order-status {
    margin-bottom: 0;
    margin-top: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-title {
    border-bottom: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-title strong {
    font-size: 16px !important;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    padding-bottom: 10px;
    color: #3C3C3C;
    font-weight: 400;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo {
    margin-bottom: 15px;
    border: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col.name {
    width: 100%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col.name strong {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col {
    width: 25%;
    display: grid;
    font-size: 14px;
    color: #164171;
    padding-left: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col strong {
    color: #164171 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col span {
    color: #164171 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dt {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd {
    font-size: 14px;
    margin-bottom: 8px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td.col .item-options dd:last-child {
    margin-bottom: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody tr td[data-th]::before {
    width: 100%;
    font-size: 14px;
    color: #3C3C3C !important;
    font-weight: 600;
    content: attr(data-th) '';
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tbody:last-child tr {
    margin-bottom: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot {
    padding-top: 15px;
    background-color: #F8F8F8 !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot tr::after {
    display: none;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot th {
    background-color: #F8F8F8;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot td {
    background-color: #F8F8F8 !important;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .order-items-creditmemo .table-order-items tfoot td span {
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view {
    background-color: transparent;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address {
    order: 0;
    width: 100%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-address .box-content address a {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address {
    order: 1;
    width: 100%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-address address a {
    font-size: 14px;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method {
    order: 2;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-shipping-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method {
    order: 3;
    width: 50%;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
  body.account.sales-order-printcreditmemo .page-main .order-details-items .block.block-order-details-view .block-content .box.box-order-billing-method .box-content .payment-method dt {
    color: #3C3C3C;
    font-weight: 400;
    font-size: 14px !important;
  }
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-title span {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content {
  line-height: 30px;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content address {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content address a {
  letter-spacing: 0.48px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-decoration: underline;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-title {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-title strong {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items thead tr th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td {
  border-top: 1px solid #DEDEDE;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td.col.actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .toolbar-amount span {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .limiter .limiter-label {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .limiter .limiter-text {
  letter-spacing: 0.42px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .limiter select.limiter-options {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  background-color: #fff;
  margin: 0;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item.current strong {
  border: 1px solid #007B9E;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item.current strong span {
  color: #007B9E;
  font-size: 14px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item a span {
  color: #3C3C3C;
  font-size: 14px;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item.pages-item-next a.action.next {
  border: 1px solid #007B9E;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 0;
}
body.account.customer-address-index .column.main .block.block-addresses-list .block-content .customer-addresses-toolbar.toolbar .pager .items.pages-items .item.pages-item-previous a.action.previous {
  background-color: transparent;
  border: 1px solid #007B9E;
  width: 32px;
  height: 32px;
  padding: 0;
}
body.account.customer-address-index .column.main .actions-toolbar .primary {
  width: 70%;
}
body.account.customer-address-index .column.main .actions-toolbar .primary .action.primary.add {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 17px;
  width: 100%;
}
/*  address form section */
body.account.customer-address-form .form-address-edit .fieldset .legend {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-address-form .form-address-edit .fieldset .legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-address-form .form-address-edit .fieldset .field {
  margin: 0 0 20px;
}
body.account.customer-address-form .form-address-edit .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.account.customer-address-form .form-address-edit .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.account.customer-address-form .form-address-edit .fieldset .field label::after {
  margin: 0;
}
body.account.customer-address-form .form-address-edit .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.customer-address-form .form-address-edit .fieldset .field .control select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.customer-address-form .form-address-edit .fieldset .field .control #password-strength-meter-container {
  display: none;
}
body.account.customer-address-form .form-address-edit .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.account.customer-address-form .form-address-edit .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.account.customer-address-form .form-address-edit .fieldset .field.street .field.primary {
  margin-bottom: 0;
}
body.account.customer-address-form .form-address-edit .fieldset .field.street .field.additional {
  margin-top: 20px;
}
body.account.customer-address-form .form-address-edit .fieldset .field.street .field.additional label {
  display: contents;
  margin: 0 0 8px;
}
body.account.customer-address-form .form-address-edit .fieldset .field.choice {
  display: none;
}
body.account.customer-address-form .form-address-edit .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.account.customer-address-form .form-address-edit .fieldset::after {
  display: none;
}
body.account.customer-address-form .form-address-edit .actions-toolbar .primary button.action.save.primary {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 17px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  body.account.customer-address-form .form-address-edit .fieldset .legend span {
    font-size: 20px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-default .block-title strong {
    font-size: 18px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content address {
    font-size: 14px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box .box-content address a {
    font-size: 14px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-list .block-title strong {
    font-size: 18px;
  }
  body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td.col {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768.5px) {
  body.account.customer-address-index .column.main .block.block-addresses-default .block-content {
    display: flex;
    justify-content: space-between;
  }
  body.account.customer-address-index .column.main .block.block-addresses-default .block-content .box {
    width: 49%;
  }
}
@media screen and (max-width: 639px) {
  body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td.col {
    border: 0;
  }
  body.account.customer-address-index .column.main .block.block-addresses-list .block-content .additional-addresses .table-additional-addresses-items tbody tr td[data-th]::before {
    font-size: 14px;
    color: #3e3e3e;
    font-weight: 600;
  }
  body.account.customer-address-index .column.main .actions-toolbar .primary {
    width: 100%;
  }
}
body.account.customer-account-edit form.form-edit-account .fieldset.info legend {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-account-edit form.form-edit-account .fieldset.info legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-account-edit form.form-edit-account .fieldset .legend {
  border-bottom: 1px solid #DEDEDE;
}
body.account.customer-account-edit form.form-edit-account .fieldset .legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field {
  margin: 0 0 20px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field label::after {
  margin: 0;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control input.input-text:focus {
  box-shadow: unset;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control select:focus {
  box-shadow: unset;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field .control #password-strength-meter-container {
  display: none;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field input[type="checkbox"]:checked::after {
  font-size: 27px;
  line-height: 27px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.street .field.primary {
  margin-bottom: 0;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.street .field.additional {
  margin-top: 20px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.street .field.additional label {
  display: contents;
  margin: 0 0 8px;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.choice {
  display: flex;
  align-items: center;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.choice label {
  margin-bottom: 0;
}
body.account.customer-account-edit form.form-edit-account .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.account.customer-account-edit form.form-edit-account .fieldset::after {
  display: none;
}
body.account.customer-account-edit form.form-edit-account .actions-toolbar {
  width: 50%;
  text-align: right;
  float: right;
}
body.account.customer-account-edit form.form-edit-account .actions-toolbar .primary {
  width: 100%;
}
body.account.customer-account-edit form.form-edit-account .actions-toolbar .primary button.action.save.primary {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 17px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  body.account.customer-account-edit form.form-edit-account .fieldset.info legend span {
    font-size: 20px;
  }
}
@media screen and (max-width: 758px) {
  body.account.customer-account-edit form.form-edit-account .fieldset.additional_info {
    margin-bottom: 0;
  }
  body.account.customer-account-edit form.form-edit-account .actions-toolbar {
    width: 100%;
  }
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .legend {
  border-bottom: 1px solid #DEDEDE;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field {
  margin: 0 0 20px;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field .control input.input-text {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field .control select {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field .control #password-strength-meter-container {
  display: none;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field input[type="checkbox"] {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  width: 27px;
  height: 26px;
  margin-top: 0;
  margin-right: 15px;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field input[type="checkbox"]:focus {
  box-shadow: unset;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field input[type="checkbox"]:checked::after {
  font-size: 27px;
  line-height: 27px;
  content: '\f00c';
  background-color: #fff;
  color: #007b9e;
  font-family: 'FontAwesome';
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field.choice {
  display: flex;
  align-items: center;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field.choice label {
  margin-bottom: 0;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .field.note {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 14px;
  font-weight: 400;
}
body.account.newsletter-manage-index form.form-newsletter-manage .fieldset::after {
  display: none;
}
body.account.newsletter-manage-index form.form-newsletter-manage .actions-toolbar .primary button.action.save.primary {
  background-color: #007b9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  body.account.newsletter-manage-index form.form-newsletter-manage .fieldset .legend span {
    font-size: 20px;
  }
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards thead tr th {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: initial;
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards tbody tr td {
  border-top: 1px solid #DEDEDE;
  vertical-align: initial;
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards tbody tr td.col {
  letter-spacing: 0.48px;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards tbody tr td.col.actions a.action {
  letter-spacing: 0.8px;
  color: #007B9E;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
body.account.stripe_payments-customer-paymentmethods .stripe-payments.saved-payment-methods .table-order-items.saved-cards tbody tr td.col.actions .stripe-payments.delete-method {
  background: none;
  padding-left: 0;
}
body.account.stripe_payments-customer-paymentmethods .add-new-payment-method .legend span {
  letter-spacing: 0.9px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 22px;
  color: #3C3C3C;
}
body.account.stripe_payments-customer-paymentmethods .add-new-payment-method .payment-method.stripe-payments .payment-method-content .actions-toolbar .primary {
  width: 50%;
}
body.account.stripe_payments-customer-paymentmethods .add-new-payment-method .payment-method.stripe-payments .payment-method-content .actions-toolbar .primary button.action.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
  width: 95%;
  margin: auto;
}
body.account.stripe_payments-customer-paymentmethods .add-new-payment-method .payment-method.stripe-payments .payment-method-content .actions-toolbar .primary button.action.primary span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
body .page-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}
body .page-header .container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
body .page-header .home-top-section.container {
  max-width: 100%;
  margin: 0 auto;
}
body .page-header .panel.wrapper {
  background-color: #fff;
  line-height: 0;
  border-bottom: 0;
  display: none;
}
.header-top-section {
  background-color: #007B9E;
}
.header-top-section .home-top-section {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.header-top-section .home-top-section .home-top-common-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 999999999;
  background: #fff;
}
.header-top-section .home-top-section .home-top-common-section .home-top-left-section {
  background-color: #007B9E;
  padding: 12px 0;
  text-align: start;
  width: calc(29%);
  border-bottom-right-radius: 50px;
  margin-left: -1px;
}
.header-top-section .home-top-section .home-top-common-section .home-top-left-section span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
}
.header-top-section .home-top-section .home-top-common-section .home-top-right-section {
  width: 50%;
  background-color: #007B9E;
  padding: 12px 0;
  text-align: start;
  width: calc(29%);
  border-bottom-left-radius: 50px;
  margin-right: -1px;
}
.header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  justify-content: end !important;
}
.header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure {
  margin-right: 25px;
}
.header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure:last-child {
  margin-right: 0px;
}
.header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure img {
  width: 22px;
  height: 22px;
}
.header-middle-section {
  width: 100%;
  background-color: #fff;
}
.header-middle-section .middle-section.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 115px;
}
.header-middle-section .header-middle-first-col {
  vertical-align: middle;
  width: 40%;
  text-align: end;
}
.header-middle-section .header-middle-first-col .menu-custom-block {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-middle-section .header-middle-first-col .menu-custom-block a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 15px;
  text-transform: uppercase;
}
.header-middle-section .header-middle-first-col .menu-custom-block a.active {
  font-weight: 800;
  border-bottom: 3px solid #007B9E;
}
.header-middle-section .header-middle-first-col .menu-custom-block a:hover {
  text-decoration: none;
}
.header-middle-section .header-middle-first-col .menu-custom-block a.about {
  pointer-events: none;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu {
  position: relative;
}
.header-middle-section .header-middle-first-col .menu-custom-block .step-menu {
  display: none;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu {
  display: block;
  position: absolute;
  top: 5em;
  background: #fff;
  padding: 0;
  list-style: none;
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 1;
  min-height: 250px;
  border: 4px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55rem !important;
  box-shadow: 0px 3px 52px #000000;
  border-radius: 4px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu {
  background-color: #fff;
  width: 25%;
  width: 100%;
  cursor: pointer;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu summary {
  width: 25%;
  text-align: start;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu summary a {
  color: #313131;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
  font-size: 14px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu summary:hover {
  background-color: #1873a2;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu summary:hover a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu .innermega_menu ul li {
  display: block !important;
  opacity: 0;
  z-index: 11;
  width: 80%;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .first-level-menu.result_hover ul li {
  display: block !important;
  opacity: 1;
  z-index: 11;
  width: 80%;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu {
  position: absolute;
  left: 25%;
  top: 0;
  bottom: 0;
  width: 75%;
  display: flex;
  background: transparent linear-gradient(133deg, #c9c9c9 0%, #ffffff 53%, #ffffff 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu ul {
  width: 50%;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: start;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu ul li {
  text-align: start;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #B7B7B7;
  z-index: 10;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu ul li a {
  font-size: 14px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu .menucollection_image {
  width: 50%;
  margin-left: 4px;
}
.header-middle-section .header-middle-first-col .menu-custom-block .shop-menu.active .step-menu .innermega_menu .menucollection_image img {
  height: 100%;
}
.header-middle-section .custom-header-logo {
  width: 20%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.header-middle-section .custom-header-logo .logo {
  margin: 0;
  position: absolute;
  top: 0.00032626092433929443px;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 15px;
}
.header-middle-section .header-middle-second-col {
  max-width: 40%;
  text-align: start;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  float: right;
  align-items: center;
  justify-content: space-between;
  width: 41%;
}
.header-middle-section .header-middle-second-col .menu-custom-block a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0 15px;
  text-transform: uppercase;
}
.header-middle-section .header-middle-second-col .menu-custom-block a.active {
  font-weight: 800;
  border-bottom: 3px solid #007B9E;
}
.header-middle-section .header-middle-second-col .menu-custom-block a:hover {
  text-decoration: none;
}
.header-middle-section .header-middle-second-col .menu-custom-block a.about {
  pointer-events: none;
}
.header-middle-section .middle-right-section-block {
  display: flex;
  align-items: center;
}
.header-middle-section .custom-header-topsearch {
  padding-right: 10px;
}
.header-middle-section .custom-header-topsearch .block.block-search {
  width: 180px;
}
.header-middle-section .custom-header-topsearch .block.block-content .field.search input.input-text {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #3C3C3C;
}
.header-middle-section .custom-header-topsearch .block.block-content .field.search input.input-text:focus {
  box-shadow: unset;
}
.header-middle-section .custom-header-topsearch .block.block-content .field.search input.input-text::placeholder {
  color: #9A9A9A;
  text-transform: capitalize;
}
.header-middle-section .custom-header-topsearch .block.block-content .actions button.action.search {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}
.header-middle-section .custom-header-topsearch .block.block-content .actions button.action.search::before {
  color: #1873a2;
  font-weight: 600;
}
.header-middle-section .header-icons.menuoutuser {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.header-middle-section .header-icons.menuoutuser .account-hrader-drop {
  width: 20px;
  margin: 0 15px 0 15px;
}
.header-middle-section .header-icons.menuoutuser .user-status.top-header-blocks {
  display: block;
}
.header-middle-section .header-icons.menuoutuser .user-status {
  display: none;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .header-menu-section {
  display: none;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu.active .header-menu-section {
  display: block;
  padding: 0;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section {
  display: grid;
  position: absolute;
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  white-space: nowrap;
  padding-right: 10px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section {
  padding-left: 0;
  padding-top: 0;
  background-color: #fff;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links {
  display: grid;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 2px 6px 3px grey;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links li {
  padding-bottom: 10px;
  padding-right: 10px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links li a {
  color: #3D3D3D;
  font-weight: 500;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links li::after {
  display: none;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links li:last-child {
  padding-bottom: 0;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged {
  display: grid;
  position: absolute;
  width: max-content;
  padding-right: 10px;
  background-color: #fff;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 10px;
  box-shadow: 1px 2px 6px 3px grey;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .top-links .logged-my-account {
  color: #3D3D3D;
  font-weight: 400;
  font-size: 14px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .header.links {
  padding: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .header.links li {
  list-style: none;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .header.links li a {
  color: #3D3D3D;
  font-weight: 400;
  font-size: 14px;
}
.header-middle-section .header-icons.menuoutuser .myaccount-section-menu .custom-header-section.logged .header.links li.customer-welcome {
  display: none;
}
.header-middle-section .minicart-section {
  height: 20px;
}
.header-middle-section .minicart-section .minicart-wrapper {
  margin-left: 0;
}
.header-middle-section .minicart-section .minicart-wrapper .action.showcart.minicart-section {
  width: 20px;
  height: 20px;
}
.header-middle-section .minicart-section .minicart-wrapper .action.showcart.minicart-section::before {
  display: none;
}
.header-middle-section .minicart-section .counter.qty {
  position: absolute;
  right: -15px;
  top: -20px;
  background: #1873a2 !important;
  border-radius: 50% !important;
}
/* footer section design */
footer.page-footer {
  border: 1px solid #DEDEDE;
  background-color: #fff !important;
  box-shadow: inset 0px 3px 6px #00000029;
  padding-bottom: 0;
}
footer.page-footer .common-footer-section {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 40px 0;
}
footer.page-footer .common-footer-section [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column {
  margin-right: 25px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column:last-child {
  margin-right: 0;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-title {
  color: #7E7E7E;
  font-weight: bold;
  font-size: 20px;
  margin: 0  0 3rem 0;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-section-text {
  width: 70%;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-section-text p {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 16px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list {
  padding-top: 10px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list .social-list.disable-mobile {
  padding-top: 15px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list .social-list a {
  margin-right: 20px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list .social-list a:last-child {
  margin-right: 0;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-social-list .social-list a img {
  width: 25px;
  height: 25px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-links .pagebuilder-button-link {
  padding: 0;
  pointer-events: none;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .footer-links .pagebuilder-button-link span {
  font-weight: 400;
  font-size: 16px;
  color: #7E7E7E;
  pointer-events: none;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .connect-with-section {
  display: flex;
  align-items: center;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .connect-with-section .mail-icon {
  height: 18px;
  width: 20px;
  margin-right: 15px;
}
footer.page-footer .common-footer-section .footer-section-block .pagebuilder-column.footer-section-column .connect-with-section .mail-tag a {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
footer.page-footer .common-footer-section .footer-social-list.only-mobile-device {
  display: none;
}
footer.page-footer .footer-copyright-block {
  background-color: #000;
}
footer.page-footer .footer-copyright-block .footer-bottom-section {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.page-footer .footer-copyright-block .footer-bottom-section .footer-bottom-link {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}
.only-for-desktop-view {
  display: block;
}
.only-for-mobile-view {
  display: none;
}
.footer-modal-popup-section {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .only-for-desktop-view {
    display: none !important;
  }
  .only-for-mobile-view {
    display: block !important;
    margin: 0 15px 0 15px;
  }
}
.cms-index-index .page-main {
  max-width: 100% !important;
}
.cms-index-index .page-main .home-row-section-section.harpy-slider-section {
  max-width: 100%;
}
.cms-index-index .page-main .home-row-section {
  max-width: 1440px;
  margin: 0 auto;
}
.page-main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-main [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.sections.nav-sections {
  margin: 0;
}
.sections.nav-sections .section-items.nav-sections-items {
  display: none;
  margin: 0;
}
/* slider section */
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-slide-wrapper {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay {
  justify-content: start !important;
  padding-left: 40px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
  width: 40%;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h3 {
  letter-spacing: 1.02px;
  color: #007B9E;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h1 {
  letter-spacing: 2.13px;
  color: #164147;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h2 {
  letter-spacing: 2.07px;
  color: #007B9E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] p {
  letter-spacing: 0.63px;
  color: #2E2E2E;
  font-weight: 400;
  font-size: 18px;
  font-family: 'roboto' !important;
  line-height: 30px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
  position: absolute;
  right: -20px;
  bottom: 2em;
  transition-duration: 4s;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  transform: scale(1.05) translateX(-6%);
  transition-duration: 4s;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-slide-button.pagebuilder-button-primary {
  border-radius: 50px;
  background-color: #007B9E;
  border: 1px solid #007B9E;
  padding: 12px 40px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  letter-spacing: 0.96px;
  font-weight: 800;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-dots {
  bottom: 2em;
  position: absolute;
  padding: 0;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-dots .slick-active button {
  background-color: #1873a2;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow {
  position: absolute;
  bottom: -4rem;
  top: initial;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow::before {
  font-size: 16px;
  color: #1873a2;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-prev {
  right: 7rem;
  left: auto;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-disabled {
  opacity: 1;
  background-color: #edecef;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-disabled::before {
  color: #7e7e7e;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider:hover {
  background-color: #ffffff80;
  transition: transform 0.3s;
}
.harpy-slider-section .homepage-slider.pagebuilder-slider:hover .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  transform: scale(1.05) translateX(-6%);
  transition: transform 0.5s;
}
/* category section */
.home-row-section-section {
  padding-bottom: 3em;
}
.home-row-section {
  padding-bottom: 3em;
  /* info section block */
  /* featured info section design */
  /* group deal section design */
  /* featured product section design */
}
.home-row-section .category-section {
  position: relative;
}
.home-row-section .category-section img {
  width: 100%;
}
.home-row-section .category-section .wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35%;
  height: 35%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 2;
  pointer-events: none;
  background-color: #ffffff80;
  opacity: 0;
}
.home-row-section .category-section .wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35%;
  height: 35%;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-row-section .category-section .wrapper:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-row-section .category-section .wrapper:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-row-section .category-section .category-title-section {
  position: absolute;
  bottom: 4em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
.home-row-section .category-section .category-title-section .sub-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-right: 15px;
}
.home-row-section .category-section .category-title-section .main-title {
  letter-spacing: 1.04px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  font-style: italic;
}
.home-row-section .info-section-text p {
  letter-spacing: 1.32px;
  color: #EDEDEF;
  font-weight: 400;
  font-size: 18px;
}
.home-row-section .info-section-title p {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.home-row-section .info-subtitle {
  letter-spacing: 0.72px;
  color: #814200;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
.home-row-section .info-main-title {
  margin-top: 0;
  letter-spacing: 1.22px;
  color: #814200;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 34px;
}
.home-row-section .info-button.watch-video-btn .pagebuilder-button-link {
  border-radius: 50px;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0PX;
  margin: 0;
  width: 250px;
  height: 80px;
}
.home-row-section .info-button.watch-video-btn .pagebuilder-button-link span {
  font-size: 0;
  display: none;
}
.home-row-section .info-button.watch-video-btn .pagebuilder-button-link::after {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/watch-video.png");
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: contain;
}
.home-row-section .home-feature-section .home-feature-block .featured-block-title {
  letter-spacing: 0.36px;
  color: #9E8E1A;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.home-row-section .home-feature-section .home-feature-block .featured-section-content {
  letter-spacing: 0.24px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
}
.home-row-section .group-deal-section .great-deal-title {
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
}
.home-row-section .group-deal-section .great-deal-content {
  margin-bottom: 15px;
}
.home-row-section .group-deal-section .great-deal-content p {
  letter-spacing: 0.32px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}
.home-row-section .group-deal-section .great-deal-button .pagebuilder-button-primary {
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.home-row-section .group-deal-section .great-deal-button .pagebuilder-button-primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
}
.home-row-section .featured-product-section.bottom-link-section {
  padding: 0;
}
.home-row-section .featured-product-section {
  background-color: #EDF6FF;
  padding-bottom: 30px;
}
.home-row-section .featured-product-section .block.block-products-list.grid {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0;
}
.home-row-section .featured-product-section .block.block-products-list.additional-product-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-row-section .featured-product-section .block-title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  margin-top: 10px;
  padding-top: 15px;
}
.home-row-section .featured-product-section .block-title strong {
  letter-spacing: 0.48px;
  color: #5D5546;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  position: relative;
}
.home-row-section .featured-product-section .block-title strong::after {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  right: 0;
  width: 80%;
  border-bottom: 2px solid #007B9E;
}
.home-row-section .featured-product-section .viewall-link {
  letter-spacing: 0.8px;
  color: #007B9E;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.home-row-section .featured-product-section .viewall-link.only-mobile-view {
  display: none;
}
.home-row-section .featured-product-section .viewall-link.only-desktop-view {
  display: block;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item {
  width: calc(23.5%);
  position: relative;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .offer-icon-section {
  position: absolute;
  z-index: 99;
  top: 1em;
  left: 0px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  opacity: 1;
  padding: 10px 12px;
  background-color: #fff;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container {
  width: 100% !important;
  border-radius: 8px;
  opacity: 1;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
  padding: 5px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 0.1px solid #dedede80;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper img.product-image-photo {
  width: 100%;
  height: 100%;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview {
  position: absolute !important;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview .quickview-section {
  opacity: 0.7;
  background-color: #656565;
  width: 100%;
  height: 100%;
  margin: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview .quickview-section .img-section {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/quickview-icon.png");
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45%;
  left: auto;
  opacity: 1;
  top: 40%;
  bottom: 0;
  background-size: 100% 100%;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-weight: 600;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper a.bss-quickview::after {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/quickview-icon.png");
  background-repeat: no-repeat;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview .bss-quickview {
  height: 100%;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview .bss-quickview span {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details {
  margin-top: 10px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 10px 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .normal-price .price-label {
  display: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .old-price {
  float: left;
  margin-top: 0;
  margin-right: 5px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-label {
  display: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box .special-price {
  margin-left: 7px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .configurable-options-block {
  display: flex;
  align-items: center;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section .sku-title {
  letter-spacing: 0.24px;
  color: #164171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section .sku-title::after {
  content: ':';
  padding: 0 5px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section .sku-content {
  letter-spacing: 0.28px;
  color: #164171;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] {
  width: 100%;
  display: inline-block;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
  width: auto;
  float: left;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color::before {
  content: "Color";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
  width: auto;
  float: right;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender::before {
  content: "For";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"],
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"]:hover,
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"]:hover,
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"].selected,
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="His"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/him-act.png") !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-inact.png") !important;
  background-size: 100% !important;
  width: 65px !important;
  height: 30px !important;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  box-shadow: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"]:hover,
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"].selected {
  background-image: url("../../frontend/Harpyhats/child/en_US/images/her-act.png") !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-option.image:hover {
  outline: none !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
  width: 100%;
  float: right;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size::before {
  content: "Size";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option.text .swatch-option.text.selected {
  border: 1px solid #007B9E;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px !important;
  min-width: 32px !important;
  padding: 2px 4px !important;
  border-radius: 4px;
  background-color: #fff;
  min-height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
  margin: 8px 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  min-width: 16px;
  min-height: 16px;
  padding: 0;
  margin: 0 15px 5px 0;
  border: 2px solid transparent;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.color:hover {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 1px solid #007b9e;
  border: 2px solid #FFF;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner {
  padding: 0 !important;
  position: initial !important;
  display: inline-block;
  margin: 0px;
  width: 100%;
  height: 100%;
  box-shadow: unset;
  right: 0;
  overflow: initial;
  border: 0;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 70%;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
  display: none;
  width: 90%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn {
  padding: 10px 50px;
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  justify-content: center;
  font-weight: 600;
  color: #007B9E;
  cursor: pointer;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn:hover {
  text-decoration: unset;
  color: #fff;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a.action img {
  vertical-align: middle;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary a.action::before {
  display: none;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover {
  margin: 0;
  box-shadow: 0 0px 10px #00000099;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover button.action.tocart.primary span {
  color: #fff !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
.home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info:hover a.modal-btn {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: underline;
  text-decoration: unset;
  color: #fff !important;
  box-shadow: 0 8px 9px #b5dae5;
}
.home-row-section .featured-product-section .block-content .toolbar-amount {
  display: none;
}
.home-row-section.info-section-block .pagebuilder-column-group {
  background-position: center !important;
  background-size: 100% 100% !important;
}
.swatch-option-tooltip {
  display: none !important;
}
@media (max-width: 450px) and (min-width: 220px) {
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
    float: left !important;
    width: 100% !important;
  }
  .plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section {
    float: left !important;
  }
  .page-header {
    border-bottom: 0px !important;
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 1720px) {
  .header-middle-section .middle-section.container .header-icons.menuoutuser .myaccount-section-menu .custom-header-section {
    right: 0;
    white-space: unset;
    width: 160px;
  }
  .header-middle-section .middle-section.container .header-icons.menuoutuser .myaccount-section-menu .custom-header-section .header-menu-section ul.header.links {
    width: 160px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    /* home page design */
  }
  body .page-header .container {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  body .page-footer .common-footer-section {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  body .page-footer .copyright.footer-copyright-block {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  body .home-row-section {
    /* home category section */
    /* service columnn */
    /* featured product section */
  }
  body .home-row-section .home-category-section {
    padding-left: 15px;
    padding-right: 15px;
    width: initial !important;
  }
  body .home-row-section .home-category-section .pagebuilder-column-line .pagebuilder-column {
    margin-right: 7px !important;
  }
  body .home-row-section .home-category-section .pagebuilder-column-line .pagebuilder-column:nth-child(2) {
    margin-left: 7px !important;
  }
  body .home-row-section .pagebuilder-column-line .pagebuilder-column.empty-column {
    width: 4.14286%;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    width: 3.25% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .product-items.widget-product-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1399px) {
  .home-row-section {
    /* service columnn */
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty-column {
    width: 3.25% !important;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.home-feature-block {
    width: 35% !important;
  }
}
@media screen and (max-width: 1380px) {
  .home-row-section .featured-product-section .viewall-link {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .page-header .header-middle-section .middle-section.container .header-middle-first-col .menu-custom-block a {
    font-size: 16px;
    margin: 0 7px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-second-col .menu-custom-block a {
    font-size: 16px;
    margin: 0 7px;
  }
  .home-row-section {
    /* featured product section */
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .product-items.widget-product-grid .product-item {
    margin-left: 1%;
    width: calc(24%);
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .product-items.widget-product-grid .product-item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .page-header .header-middle-section .middle-section.container {
    height: 100px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo {
    padding: 0 8px;
    padding-top: 10px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo img {
    width: 100%;
    height: 100%;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    width: calc(35%);
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(35%);
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    padding: 7px 8px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .modal-btn {
    padding: 10px 40px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    padding-left: 15px;
    padding-right: 15px;
    width: 95%;
  }
}
@media screen and (max-width: 1140px) {
  .page-header .header-middle-section .custom-header-topsearch .block.block-search {
    width: 160px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    padding: 7px 8px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions {
    gap: 10px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 70%;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    justify-content: space-between;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  .page-header .header-middle-section .custom-header-topsearch .block.block-search {
    width: 140px;
  }
}
@media screen and (max-width: 1040px) {
  .page-header .header-middle-section .middle-section.container .header-middle-first-col {
    width: 40%;
  }
  .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 125px;
    padding-left: 8px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 75%;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .modal-btn {
    padding: 8px 35px;
  }
}
@media screen and (max-width: 992px) {
  .page-header .header-middle-section .middle-section.container .header-middle-first-col {
    width: 40%;
  }
  .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 85px;
  }
  .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search input.input-text {
    border-bottom: 0;
    padding: 0;
  }
  .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search input.input-text::placeholder {
    display: none;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    width: calc(35%);
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(35%);
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    padding: 7px 8px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions {
    display: block;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    justify-content: center;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 880px) {
  .page-header .header-middle-section .middle-section.container {
    height: 70px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo {
    width: 120px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-first-col .menu-custom-block a {
    font-size: 14px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-second-col .menu-custom-block a {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item {
    width: 48% !important;
    margin-left: 4%;
    margin-bottom: 3%;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:first-child {
    margin-left: 0 !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(3) {
    margin-left: 0 !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] {
    display: block !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
    width: 100% !important;
    float: initial !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    width: 100% !important;
    float: initial !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size {
    width: 100% !important;
    float: initial !important;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    text-align: center;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.modal-btn {
    padding: 6px 25px;
  }
}
@media screen and (max-width: 820px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    width: calc(38%);
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(38%);
  }
  .page-header .header-middle-section .middle-section.container {
    height: 75px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo {
    width: 100px;
    padding-top: 20px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-first-col .menu-custom-block a {
    font-size: 12px;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-second-col .menu-custom-block a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .header-middle-section .middle-section.container {
    height: 75px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo {
    width: 100%;
    position: relative;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo {
    position: unset;
    position: absolute;
    left: auto;
    right: auto;
    top: 0px;
    padding: 0;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .logo img {
    padding: 0 8px;
  }
  .page-header .header-middle-section .middle-section.container .custom-header-logo .action.nav-toggle {
    top: unset;
    left: 0;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-first-col {
    position: absolute;
    max-width: 35%;
    width: 35%;
  }
  .page-header .header-middle-section .middle-section.container .header-middle-second-col {
    position: absolute;
    float: right;
    right: 15px;
    max-width: 35%;
  }
  .page-header .header-middle-section .middle-right-section-block {
    position: absolute;
    right: 0;
    padding-right: 15px;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 160px !important;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search .control {
    border: 0;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search input.input-text {
    border-bottom: 0 !important;
    padding: 0;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search .block.block-content .field.search input.input-text::placeholder {
    display: none;
  }
  .sections.nav-sections {
    margin: 0;
  }
  .sections.nav-sections .section-items.nav-sections-items {
    display: block;
    margin: 0;
  }
  .sections.nav-sections .section-items.nav-sections-items nav.navigation[data-action="navigation"] {
    display: none;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] {
    display: block;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title.active {
    background-color: #007B9E;
    width: 50%;
    text-transform: uppercase;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title.active a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title {
    background-color: #007B9E;
    width: 50%;
    text-transform: uppercase;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content {
    padding: 0;
  }
  html.nav-open .nav-toggle:after {
    background-color: unset;
    position: unset;
  }
  body {
    /* technology feature */
  }
  body .home-row-section {
    padding-bottom: 3em;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column:nth-child(2) {
    margin-left: 0 !important;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column-line {
    flex-wrap: unset;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-hidden {
    display: block !important;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-only {
    display: none;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: unset;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .info-section-text p {
    font-size: 14px;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .info-section-title p {
    font-size: 20px;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .info-subtitle {
    font-size: 30px;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .info-main-title {
    font-size: 52px;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: initial;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.empty-column {
    width: 3.14286% !important;
  }
  body .home-row-section.family-section .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: unset;
  }
  body .home-row-section.family-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.empty-column {
    flex-basis: initial;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line {
    flex-wrap: unset;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    width: 3.25% !important;
    max-width: 2%;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty-column {
    flex-basis: 100%;
    max-width: 2%;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    flex-basis: 100%;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .home-feature-block .featured-block-title {
    font-size: 16px;
  }
  body .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .home-feature-block .featured-section-content {
    font-size: 14px;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 14px;
  }
  .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
    text-align: center;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-middle-section .header-icons.menuoutuser {
    height: 20px;
  }
  .harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-prev {
    display: none !important;
  }
  .harpy-slider-section .homepage-slider.pagebuilder-slider .slick-arrow.slick-next {
    display: none !important;
  }
  .home-row-section .featured-product-section {
    padding-bottom: 0 !important;
  }
  .home-row-section .featured-product-section .viewall-link.only-mobile-view {
    text-align: center;
    display: block;
  }
  .home-row-section .featured-product-section .viewall-link.only-desktop-view {
    display: none;
  }
  .home-row-section .featured-product-section.bottom-link-section {
    padding-bottom: 20px !important;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1330px) and (min-width: 861px) {
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-attribute-options {
    min-height: 70px;
  }
}
@media screen and (max-width: 666px) {
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-attribute-options {
    min-height: 70px;
  }
}
@media screen and (max-width: 639px) {
  body {
    /* header section */
    /* featured block section */
  }
  body .page-header .header-top-section .home-top-section .home-top-left-section span {
    font-size: 12px;
    line-height: inherit;
  }
  body .page-header .header-middle-section .middle-section.container .middle-right-section-block .custom-header-topsearch .block.block-search {
    margin-top: 0;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding-left: 15px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    width: 100%;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
    width: 150px !important;
    height: 140px !important;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] {
    width: 50%;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h3 {
    font-size: 25px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h1 {
    font-size: 30px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h2 {
    font-size: 25px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] p {
    line-height: 24px;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
    bottom: 30%;
  }
  body .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-slide-button.pagebuilder-button-primary {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  body .home-row-section {
    padding-bottom: 3em;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column:nth-child(2) {
    margin-left: 0 !important;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column-line {
    flex-wrap: wrap !important;
    flex-direction: column-reverse;
    gap: 15px;
  }
  body .home-row-section .pagebuilder-column-group.home-category-section .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    flex-basis: 100% !important;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .info-section-text {
    text-align: center;
  }
  body .home-row-section.info-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column .info-section-text p {
    margin: 0 15px;
  }
  .home-row-section.family-section .pagebuilder-column-group .pagebuilder-column-line {
    flex-wrap: wrap !important;
  }
  .home-row-section.family-section .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.empty-column {
    flex-basis: 100% !important;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .pagebuilder-column {
    justify-content: end !important;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section {
    margin: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .great-deal-title {
    font-size: 22px;
    text-align: center;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .great-deal-content {
    text-align: center;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .great-deal-content p {
    font-size: 14px;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section div[data-content-type='buttons'] {
    text-align: center !important;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .info-button.great-deal-button .pagebuilder-button-primary {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section .pagebuilder-column-line .family-content-section .info-button.great-deal-button .pagebuilder-button-primary span {
    font-size: 14px;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line {
    flex-wrap: wrap !important;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    width: 3.25% !important;
    max-width: 2%;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty-column {
    flex-basis: 100%;
    max-width: 2%;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.service-empty {
    flex-basis: 100%;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column.home-feature-block {
    width: 100% !important;
    text-align: center;
    margin: 0 15px;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .home-feature-block .featured-block-title {
    font-size: 16px;
  }
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .home-feature-block .featured-section-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    width: calc(42%);
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(42%);
    line-height: 40px;
  }
  .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 140px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding-left: 15px;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    width: 100%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay {
    position: relative;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
    width: 150px !important;
    height: 140px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content {
    position: absolute;
    top: 34%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] {
    width: 57%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h3 {
    font-size: 25px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h1 {
    font-size: 30px !important;
    font-weight: 900;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] h2 {
    font-size: 25px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] p {
    line-height: 20px;
    font-size: 13px !important;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content div img {
    bottom: 30%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-slide-button.pagebuilder-button-primary {
    margin-bottom: 12px;
    margin-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .home-row-section .featured-product-section .block-title strong {
    font-size: 20px;
  }
  .home-row-section .featured-product-section .viewall-link {
    padding-right: 15px;
    margin-right: 0;
  }
  .home-row-section .featured-product-section .viewall-link a {
    font-size: 14px;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-hidden {
    display: none !important;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-only {
    display: block !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 420px) {
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] {
    display: block;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.color {
    float: initial;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender {
    float: initial;
  }
  body .home-row-section .featured-product-section .block-title strong::after {
    top: 28px;
  }
}
@media screen and (max-width: 360px) {
  body .page-header .header-middle-section .middle-right-section-block .custom-header-topsearch .block.block-search {
    width: 120px !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    width: 49% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    text-align: center;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(2n) {
    margin-left: 2% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-hidden {
    display: none !important;
  }
  body .home-row-section-section.technology-section .pagebuilder-mobile-only {
    display: block !important;
  }
}
@media screen and (max-width: 350px) {
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    width: 100% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
    text-align: center;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(2n) {
    margin-left: 0% !important;
  }
  body .home-row-section .featured-product-section .block.block-products-list.grid .block-content .products-grid .product-items.widget-product-grid .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
/* footer section responsive */
@media screen and (max-width: 768px) {
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column:first-child {
    text-align: center;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column:first-child .footer-section-text {
    width: 100%;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column {
    margin-right: 0;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column .footer-title {
    margin-bottom: 1.5rem;
    padding: 10px 0;
    border-top: 1px solid #00000033;
    font-size: 18px;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column.footer-section-column .footer-title::after {
    content: '\e622' !important;
    float: right;
    font-family: 'luma-icons';
    line-height: 26px;
    vertical-align: middle;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .footer-section-column.additional-section-column.active .footer-title {
    margin-bottom: 1.5rem;
    padding: 10px 0;
    border-top: 1px solid #00000033;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .footer-section-column.additional-section-column.active .footer-title::after {
    content: '\e621' !important;
    float: right;
    font-family: 'luma-icons';
    line-height: 26px;
    vertical-align: middle;
    height: 26px;
    width: 26px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
  }
  body .page-footer .common-footer-section .footer-section-block .pagebuilder-column-group .pagebuilder-column-line .footer-section-column.additional-section-column.active .pagebuilder-column.footer-content-sections {
    display: block;
  }
  body .page-footer .common-footer-section .footer-section-column.additional-section-column .pagebuilder-column.footer-content-sections {
    display: none;
  }
  body .page-footer .common-footer-section .footer-social-list.only-mobile-device {
    display: block !important;
    text-align: center;
  }
  body .page-footer .common-footer-section .footer-social-list.only-mobile-device .social-list.only-mobile a {
    margin-right: 25px;
  }
  body .page-footer .common-footer-section .footer-social-list.only-mobile-device .social-list.only-mobile a img {
    width: 25px;
    height: 25px;
  }
  body .page-footer .common-footer-section .social-list.disable-mobile {
    display: none;
  }
  body .page-footer .copyright.footer-copyright-block .footer-bottom-section .footer-bottom-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body .page-footer .copyright.footer-copyright-block .footer-bottom-section {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  body .page-header .header-middle-section .middle-section.container .header-middle-first-col {
    display: none;
  }
  body .page-header .header-middle-section .middle-section.container .header-middle-second-col [data-content-type='html'] .menu-custom-block {
    display: none;
  }
  body .page-header .header-middle-section .middle-section.container .header-middle-second-col .middle-right-section-block {
    position: absolute;
    right: 0px;
    float: right;
  }
  .header-top-section .home-top-section .home-top-common-section .home-top-left-section span {
    font-size: 12px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-weight: 400;
  }
}
@media screen and (max-width: 639px) {
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-slide-wrapper {
    background-size: 100% 100% !important;
  }
}
@media screen and (max-width: 540px) {
  body .header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure {
    margin-right: 10px;
  }
  body .header-top-section .home-top-section .home-top-common-section .top-header-social-block .pagebuilder-column figure img {
    width: 16px;
  }
  body .page-header .header-middle-section .middle-section.container .header-middle-second-col .middle-right-section-block {
    right: 0;
    align-items: end;
    padding-right: 5px;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details {
    margin-top: 5px;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-name {
    padding: 5px 0;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .price-box {
    margin: 5px 0;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-sku-section {
    padding: 5px 0;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    padding-top: 7px;
    padding-bottom: 12px;
  }
  body .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute .swatch-attribute-options {
    margin: 4px 0;
  }
}
@media screen and (max-width: 450px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    padding: 6px 0;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section [data-content-type='html'] {
    width: 80%;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    padding: 6px 0;
  }
}
@media screen and (max-width: 399px) {
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info {
    padding: 4px 5px;
  }
}
@media screen and (max-width: 390px) {
  .home-row-section {
    margin: 0 5px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option {
    margin-left: 5px;
    margin-right: 5px;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option:nth-child(1) {
    margin-left: 0 !important;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div.swatch-option:nth-child(2) {
    margin-right: 0 !important;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Him"] {
    width: 55px !important;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender .swatch-attribute-options div[data-option-label="Her"] {
    width: 60px !important;
  }
  .home-row-section .featured-product-section .block-content .products-grid .product-items.widget-product-grid .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.size .swatch-option text {
    min-width: 28px !important;
    min-height: 28px !important;
    margin-right: 4px !important;
  }
}
@media screen and (max-width: 349px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section [data-content-type='html'] {
    width: 100%;
  }
  body.cms-index-index .harpy-slider-section .homepage-slider.pagebuilder-slider .pagebuilder-overlay.pagebuilder-poster-overlay .pagebuilder-poster-content [data-element='content'] {
    width: 50%;
  }
}
@media only screen and (max-width: 540px) and (min-width: 495px) {
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    line-height: 40px;
  }
  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
  .home-row-section .pagebuilder-column-group.home-feature-section .pagebuilder-column-line .pagebuilder-column {
    flex-basis: auto;
    width: 0 !important;
  }
}
@media only screen and (max-width: 645px) and (min-width: 544px) {
  body .page-header .header-top-section .home-top-section .home-top-left-section span {
    line-height: 28px;
  }
  body .page-header .header-top-section .home-top-section .home-top-right-section {
    line-height: 22px;
  }
}
@media only screen and (max-width: 1459px) and (min-width: 1380px) {
  .header-top-section .home-top-section .home-top-common-section {
    max-width: 1380px;
  }
  .header-middle-section .middle-section.container {
    max-width: 1380px;
  }
}
@media screen and (min-width: 769px) {
  .home-row-section.family-section .pagebuilder-column-group.group-deal-section {
    background-size: 100% 100% !important;
  }
}
.multi-level-shop-menu .main-menu-section-blk {
  display: none;
}
.multi-level-shop-menu.active .main-menu-section-blk {
  display: block;
}
/* nav */
.nav-menu,
.nav-menu ul,
.nav-menu li,
.nav-menu a {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
  position: relative;
}
.nav-menu ul {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.nav-menu .multi-level-shop-menu.active ul {
  opacity: 1;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 999;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-menu li.active > ul {
  left: 0;
  opacity: 1;
  z-index: 1000;
}
.nav-menu ul li.active:hover > ul {
  top: 0;
  left: 100%;
}
.nav-menu li {
  cursor: default;
  float: left;
  white-space: nowrap;
}
nav {
  margin: 0 0 20px;
}
nav:before,
nav:after {
  content: " ";
  display: table;
}
nav:after {
  clear: both;
}
.custom-menu-top-menu.nav-menu ul li {
  float: none;
  position: initial;
}
.custom-menu-top-menu.nav-menu ul li {
  float: none;
  position: initial;
}
.multi-level-shop-menu {
  position: relative;
}
.custom-menu-top-menu .submenu {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  display: block;
}
.custom-menu-top-menu .submenu {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 999;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.custom-menu-top-menu.nav-menu .submenu ul {
  opacity: 1;
  left: 0;
  position: relative;
  margin: 0 15px;
}
.custom-menu-top-menu .submenu-blk {
  display: flex;
}
.custom-menu-top-menu .submenu-lvl {
  display: inline-table;
}
.custom-menu-top-menu.nav-menu li.active:hover > div.submenu {
  left: 0;
  opacity: 1;
  z-index: 1000;
}
.custom-menu-top-menu.nav-menu ul li:hover > div.submenu {
  top: 0;
  left: 100%;
  opacity: 1;
}
.main-menu-section-blk {
  min-height: 250px;
  border: 0px solid #fff;
  box-shadow: 0px 2px 8px #000000;
  border-radius: 4px;
  background-color: #fff;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.main-menu-section-blk .first-level-submenu {
  width: 15rem;
  display: flex;
  height: 40%;
  align-items: center;
}
.main-menu-section-blk .first-level-submenu:first-child {
  display: flex;
  align-items: end;
  justify-content: start;
}
.main-menu-section-blk .first-level-submenu .first-level-link {
  width: 100%;
  text-align: LEFT;
  color: #313131;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 !important;
  padding-left: 15px;
}
.header-middle-section .header-middle-first-col .main-menu-section-blk .first-level-submenu .first-level-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu-section-blk .first-level-submenu .first-level-link:hover {
  width: 100%;
  text-align: LEFT;
  color: #fff;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #007b9e;
}
.first-level-submenu .submenu {
  min-height: 250px;
  background-color: #fff;
}
.first-level-submenu .submenu .submenu-blk {
  min-height: 250px;
  background-color: #fff;
  background: transparent linear-gradient(133deg, #c9c9c9 15%, #ffffff 91%, #ffffff 66%) 0% 0% no-repeat padding-box;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 0px 1px #000000;
  max-height: 250px;
}
.first-level-submenu .submenu .submenu-blk .submenu-lvl {
  width: 15rem;
}
.first-level-submenu .submenu .submenu-blk .submenu-txt {
  display: flex;
  width: 15rem;
  align-items: center;
}
.submenu.second-level-menu .submenu-blk .submenu-lvl {
  text-align: left;
}
.submenu.second-level-menu .submenu-blk .submenu-lvl .child-level-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
  border-bottom: 1px solid #9a9a9a;
}
.submenu.second-level-menu .submenu-blk .submenu-lvl .child-level-menu:last-child {
  border-bottom: 0;
}
.submenu.second-level-menu .submenu-blk .submenu-lvl .child-level-menu .child-level-menu-link {
  margin: 0;
}
.header-middle-section .header-middle-first-col .submenu.second-level-menu .submenu-blk .submenu-lvl .child-level-menu .child-level-menu-link {
  font-size: 16px;
  text-transform: capitalize !important;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border ul.level0.submenu {
    display: block !important;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0 ul.level0.submenu {
    display: none !important;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border .level-top::after {
    content: '\e621';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-width: 0px 0 0 0px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span,
  .navigation .level0.has-active > a:not(.ui-state-active) span {
    margin-left: 0 !important;
    color: #575757;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-width: 0px 0 0 0px;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border .level-top {
    background: #007c9c;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border .level-top::after {
    color: #fff;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-content.nav-sections-item-content nav.navigation[data-action="navigation"] ul.ui-menu li.level0.border .level-top span {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  .navigation .submenu:not(:first-child) .level1 > a {
    color: #575757;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }
  .navigation .submenu:not(:first-child) > li > a {
    color: #575757;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    color: #007c9c;
    padding-left: 15px;
  }
  .navigation .submenu .ui-menu-item.all-category.active > a {
    color: #007c9c;
    padding-left: 15px;
  }
  .level0.nav-1.category-item.hats-cat .level0.submenu .ui-menu-item.all-category a {
    color: #007c9c;
    padding-left: 15px;
  }
  .level0.nav-2.category-item.shirts-cat .level0.submenu .ui-menu-item.all-category a {
    color: #007c9c;
    padding-left: 15px;
  }
  .nav-open .page-wrapper {
    left: 0 !important;
  }
  .nav-open .page-wrapper .nav-sections {
    z-index: 9999999999 !important;
    left: 0 !important;
    height: 70vh;
    width: 75vw;
  }
  .nav-open::after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999 !important;
  }
  #close-menu {
    position: absolute;
    top: 15px;
    right: 4px;
    z-index: 999999;
  }
  #close-menu a {
    position: relative;
    right: 5px;
  }
  #close-menu a i.lnr.lnr-cross {
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  #close-menu a i.lnr.lnr-cross::before {
    color: #007B9E;
    font-weight: 600;
    display: block;
    text-align: center;
    content: '\e616';
    font-family: 'luma-icons';
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 359px) {
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title.active {
    text-align: left;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title {
    text-align: left;
  }
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item {
  margin-left: 2%;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .bss-bt-quickview {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
  letter-spacing: 0.28px;
  color: #5D5546;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box {
  margin: 10px 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .price {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #3C3C3C;
  text-transform: capitalize;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price {
  float: left;
  margin-top: 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price .price-label {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .old-price .price {
  letter-spacing: 0.28px;
  color: #7E7E7E;
  text-transform: capitalize;
  text-decoration: line-through;
  font-size: 12px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .price-box .special-price {
  margin-left: 7px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  display: block;
  position: initial;
  width: initial;
  height: initial;
  box-shadow: unset;
  border: 0;
  margin: 0;
  padding: 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .field.comment-box {
  margin-top: 0;
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section .sku-title {
  letter-spacing: 0.24px;
  color: #164171;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section .sku-title::after {
  content: ':';
  padding: 0 5px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section .sku-content {
  letter-spacing: 0.28px;
  color: #164171;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  margin: 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .field.qty {
  width: 100%;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart {
  position: initial;
  width: 100%;
  display: inline-flex;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary {
  width: 70%;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary {
  width: 100%;
  border: 1px solid #007B9E;
  background-color: #fff;
  border-radius: 50px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary span {
  color: #007B9E;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: block;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-secondary {
  width: 30%;
  text-align: center;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-secondary a.action.tocompare::before {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  position: absolute;
  top: 0;
  z-index: 99;
  right: 5px;
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn {
  display: grid;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn a.action.edit {
  background-image: url(../../frontend/Harpyhats/child/en_US/images/cart-edit.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn a.action.edit::before {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn a.action.delete {
  background-image: url(../../frontend/Harpyhats/child/en_US/images/cart-delete.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-actions.edit-delete-btn a.action.delete::before {
  display: none;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .actions-primary button.action.tocart.primary {
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  box-shadow: 0 8px 9px #b5dae5;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .actions-primary button.action.tocart.primary span {
  color: #fff !important;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .actions-primary button.action.tocart.primary .hover-addtocart-icon-section {
  display: block !important;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .actions-primary button.action.tocart.primary .addtocart-icon-section {
  display: none !important;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary {
  float: right;
  margin: 15px 0;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary button.action {
  width: auto;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary button.action.update {
  background: transparent;
  border: 0;
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary button.action.share {
  background: transparent;
  border: 0;
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.account.wishlist-index-index .column.main #wishlist-view-form .actions-toolbar .primary button.action.tocart {
  background: transparent;
  border: 0;
  letter-spacing: 1px;
  color: #007B9E;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .toolbar-amount span {
  letter-spacing: 0.48px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .limiter .limiter-label {
  letter-spacing: 0.42px;
  color: #3C3C3C;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}
body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .limiter .limiter-text {
  letter-spacing: 0.42px;
  color: #8D8D8D;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .limiter select.limiter-options {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 44px;
  background-color: #fff;
  margin: 0;
}
/* wishlist share page design */
body.wishlist-index-share form.form.wishlist.share .fieldset legend {
  border-bottom: 1px solid #DEDEDE;
}
body.wishlist-index-share form.form.wishlist.share .fieldset legend span {
  letter-spacing: 0.6px;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field {
  margin: 0 0 20px;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field label {
  margin: 0 0 8px;
  display: inline-block;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field label span {
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field .control textarea {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field .control textarea::placeholder {
  color: #9A9A9A;
  font-weight: 400;
}
body.wishlist-index-share form.form.wishlist.share .fieldset .field .control textarea:focus {
  box-shadow: unset;
}
body.wishlist-index-share form.form.wishlist.share .actions-toolbar {
  width: 100%;
  margin: 3em 0 2em;
}
body.wishlist-index-share form.form.wishlist.share .actions-toolbar .primary button.action.submit.primary {
  margin-right: 0;
  background-color: #1873a2 !important;
  border-color: #1873a2 !important;
  text-decoration: unset;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  box-shadow: 0 8px 9px #b5dae5;
}
body.wishlist-index-share form.form.wishlist.share .actions-toolbar .primary button.action.submit.primary span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo {
    float: initial;
    margin-right: 0;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 100%;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name {
    margin-left: 0;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-name a.product-item-link {
    font-weight: 400;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart {
    float: initial;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section {
    padding: 15px 0;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart {
    position: relative;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-secondary {
    position: absolute;
    right: 0;
    top: -3em;
    padding: 7px 8px;
    width: auto;
  }
  body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar {
    text-align: start;
  }
  body.account.account.wishlist-index-index .column.main .toolbar.wishlist-toolbar .pager .toolbar-amount span {
    color: #3C3C3C;
    font-weight: 600;
  }
}
@media screen and (max-width: 539px) {
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info {
    padding: 5px 7px;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-sku-section {
    width: 70%;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-primary button.action.tocart.primary span {
    font-size: 14px;
  }
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .fieldset .product-item-actions.add-to-cart .actions-secondary {
    padding: 0;
  }
}
@media screen and (max-width: 359px) {
  body.account.account.wishlist-index-index .column.main #wishlist-view-form .products-grid.wishlist .product-items .product-item {
    width: 100%;
    margin-left: 0 !important;
  }
}
@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Harpyhats/child/en_US/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

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

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

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-v4compatibility.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

.fieldset-combination {
  /* display: inline-block; */
  display: table-cell;
  padding-right: 50px;
}
.swatch-option {
  display: inline-block;
}
a.customize-button:hover {
  border: 1px solid #007b9e;
  background-color: #007b9e;
  color: #fff;
  text-decoration: none;
}

.preload_img {
  display: none;
}

.product-full-width-section {
  display: none;
}

.item ul li {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #3c3c3c;
}

.mobile-view-tab-section .content h3 {
  font-size: 14px;
}

.label-360-common {
  position: relative;
}

.label-360 {
  position: absolute;
  right: 0;
  width: 15%;
  padding: 10px 40px;
}

.price-final_price span.price {
  display: -webkit-inline-box;
}

.variant {
  display: none;
}

span.front-label-text,
span.logo-label-text,
span.back-label-text {
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  bottom: 5px;
  display: block;
}

/* Tab section */
.custom-360-tab {
  margin-bottom: 20px;
}

.custom-360-tab .tabs-navigation {
  background-color: #007b9e;
  position: relative;
  /* right: 15px; */
  border-radius: 4px;
}

.custom-360-tab .ui-widget-content {
  background-color: #fff;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  padding: 15px 35px 35px 5px;
  margin-bottom: 30px;
  display: contents;
}

.custom-360-tab div[data-content-type="tabs"] .tabs-content {
  border: 0px solid #fff;
}

.custom-360-tab
  div[data-content-type="tabs"]
  .tabs-navigation
  li.tab-header
  a.tab-title {
  border-right: 0;
  cursor: pointer !important;
  display: block;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  white-space: normal;
  letter-spacing: 0.66px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.custom-360-tab
  div[data-content-type="tabs"]
  .tabs-navigation
  li.tab-header.ui-state-active {
  background: #007b9e;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px !important;
  border: 0px;
  z-index: 0 !important;
}

.custom-360-tab div[data-content-type="tabs"] .tabs-navigation li.tab-header {
  background: #007b9e;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px !important;
  border: 0px;
  color: #dedede;
}

.custom-360-tab .ui-state-active a span {
  color: #fff;
}

.custom-360-tab a span {
  color: #dedede;
}

.custom-360-tab .ui-state-active a:after {
  color: #fff;
  display: block;
  border-bottom: 10px solid #fff;
  position: relative;
  width: auto;
  content: "";
  border-radius: 5px;
  top: 5px;
}

.custom-360-tab ul li strong {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #3c3c3c;
}

/* .custom-360-tab .ui-tabs-panel ul li {
  padding: 5px 0px 0px 0px;
} */

/* Add padding to the 2nd and 4th list items */ /* 30 jan */
.custom-360-tab .ui-tabs-panel:nth-of-type(2) ul li:nth-child(2),
.custom-360-tab .ui-tabs-panel:nth-of-type(2) ul li:nth-child(4) {
  margin-left: 25px;
}

.custom-360-tab p strong {
  font-size: 18px;
  padding-left: 40px;
  font-weight: 600;
}

.custom-360-tab .tabs-content {
  min-height: auto !important;
  display: contents;
}

.zoom-controls {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}

.zoom-controls button {
  margin: 0px 50px 5px 0px;
  border: 1px solid #007b9e;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 40px;
  font-weight: 600;
  box-shadow: #0000003d 0px 3px 8px;
}

.zoom-controls button i {
  color: #007b9e;
}

button.cross-in {
  position: relative;
  left: 100%;
  margin: 0px 0px 5px 0px;
  top: -100px;
}

.cross-in i {
  font-size: 20px;
  color: #007b9e;
}

#product123,
#view_overlay {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
}

.left-css {
  left: 50% !important;
}

.z-index-plus-1 {
  z-index: 1;
}

.zoom-button {
  position: absolute;
  margin: 0px 0px 0px -50px;
  z-index: 1;
  border: 1px solid #007b9e;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: #0000003d 0px 3px 8px;
}

.zoom-button i {
  font-size: 20px;
  color: #007b9e;
}

.zoom-button:hover {
  cursor: pointer;
}

img.image-zoom {
  transform: scale(1.5);
}

.mobile-view-product-title {
  display: none;
}

.harpyhats-col-md-12 {
  display: flex;
}

.harpyhats-col-md-6 {
  padding: 0px 50px 20px 0px;
}

/* Jan 24 */
.mobile-view-price {
  display: none;
}

/* Jan 25 */
.zoom-btn-hide {
  position: absolute;
  margin: 0px 0px 0px -50px;
  z-index: 1;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

img.zoom-icon {
  width: 100%;
}

.price-final_price .price-label {
  display: none !important;
}

/*  Jan 30 */
#product123 img {
  transform: scale(1.5);
}

.product-options-bottom .fieldset .field-input-box .field {
  margin: 0px 0px !important;
}

/*feb 1 */
.aboutus-page-design .pagebuilder-column-group {
  min-height: unset !important;
}

.aboutus-whyharpy-section .aboutus-inspiration-section {
  padding: 70px;
  padding-left: 35px !important;
}

/* .pagebuilder-column-line .pagebuilder-column h2 {
letter-spacing: 0.9px !important;
font-weight: bold !important;   /* feb 1*/
/* font-size: 36px !important;
}  */

.home-row-section .group-deal-section .great-deal-title {
  letter-spacing: 0.8px !important;
  color: #ffffff !important;
  text-transform: capitalize !important;
  font-size: 28px !important;
  font-weight: 600 !important;
}

.aboutus-inspiration-section .pagebuilder-column p {
  color: #3c3c3c;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}

.whyharhats-quote-section .pagebuilder-column h2 {
  letter-spacing: 1.5px !important;
  color: #164171 !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
  font-size: 40px !important;
}

.aboutus-column-content div:nth-child(2) p,
.aboutus-column-content div:nth-child(3) p,
.aboutus-column-content div:nth-child(4) p,
.aboutus-column-content div:nth-child(5) p {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
}

.whyharpy-text1 p {
  color: #3c3c3c !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.why-info-blk {
  padding-top: 30px;
  padding-bottom: 40px;
}
.why-harpyhats-info-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7rem;
}

.why-harpyhats-info-section span {
  color: #164171;
  font-size: 30px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
}

.quote-content2 p {
  color: #3c3c3c;
  font-weight: 600;
  font-size: 28px;
  font-style: italic;
}

.aboutus-column-group
  .pagebuilder-column-line
  .pagebuilder-column.aboutus-column-content
  .aboutus-header-title {
  margin-top: 80px !important;
  position: relative;
}

.body.cms-about-us .column.main .aboutus-whyharpy-section {
  margin-top: 3em;
}

/*Feb 2*/
.desktop-view-option {
  display: block;
}
.mobile-view-option {
  display: none !important;
}

/* Feb 5*/
.shop-menu-mobile .nav-active .link .shop .home {
  display: none;
}

/*Feb 8*/
.checkout-index-index
  .column.main
  .checkout-container
  .opc-wrapper
  .checkout-shipping-method
  .step-title {
  border-bottom: none !important;
  margin-bottom: 5px !important;
  padding-bottom: 15px !important;
}

.shipping-description {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

/*Feb 13*/
.bss-bt-quickview {
  display: none;
}
img.custom-image-section {
  border: 1px solid #cccccc75;
  height: 70% !important;
  transform: scale(1.8);
}

.color_text {
  font-size: 18px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.color-type {
  color: #164171;
}
.color_code {
  display: flex;
  flex-direction: row;
  gap: 20%;
}
.color-centent {
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  padding-right: 20px;
}

footer.page-footer
  .common-footer-section
  .footer-section-block
  .pagebuilder-column.footer-section-column
  .footer-links
  .pagebuilder-button-link {
  pointer-events: auto !important;
}

/*Feb 29*/
span.made-in-text {
  text-transform: initial !important;
}
span.made-in-text span {
  color: red !important;
}
.page-products .plp-column-section .product-sidebar-section {
  display: none;
}
.page-products .plp-column-section .main {
  width: 100% !important;
}

/*Mar 01*/
.block-dashboard-info p,
address,
.subtitle.empty {
  text-transform: math-auto !important;
}

/*Mar 04*/
/* Loader Start */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.3); */
  background-color: rgba(255, 255, 255, 0.96);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Loader End */

/*Mar 08*/
.custom-360-tab .ui-tabs-panel:nth-of-type(2) ul li:nth-child(1),
.custom-360-tab .ui-tabs-panel:nth-of-type(2) ul li:nth-child(3) {
  list-style-type: none;
}

.custom-screen-menu a:nth-child(1),
.custom-screen-menu a:nth-child(2) {
  display: none;
}

/*Mar 15*/
.top-user-info-block:hover {
  cursor: pointer;
}
.home-row-section .featured-product-section .block-title strong::after {
  width: 100% !important;
}
.coming-soon-section {
  display: none;
}
.minicart-wrapper
  .block-minicart
  #minicart-content-wrapper
  .mini-cart-main-content-section
  .subtitle.empty {
  margin: 0px 30px;
}

/*Mar 18*/
.wholesale-form-section .g-recaptcha {
  margin-top: 20px;
}
figure.image-for-mobile-screen {
  display: none;
}
figure.image-for-desktop-screen {
  display: block;
}

/*Mar 19*/
.customer-account-create .message.error {
  margin: 0px 15px 10px;
  width: 50%;
  bottom: 80px;
}

/*Mar 26*/
/* .cms-home .actions-primary, .page-products .actions-primary{
 display: block;
} */
.page-products .basic-product {
  display: block;
}
.cms-home .actions-secondary,
.page-products .actions-secondary {
  width: 100% !important;
}
.page-products .color_text {
  font-size: 16px;
}
.cart .product-image-photo {
  width: 300px;
  /* transform: scale(1.8); */
}
.cart .product-image-container {
  display: inline-block;
  max-width: 100%;
  width: auto !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.cart .item-info .product-item-photo {
  width: 45% !important;
}

/*Mar 28*/
.product-item-name span {
  letter-spacing: 0.8px;
  color: #007b9e;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
  text-transform: capitalize;
}
/* .mini-cart-main-content-section .product-item-details .list{
 display: none !important;
} */
.mini-cart-main-content-section span.panels {
  font-weight: normal;
}
.mini-cart-main-content-section .content {
  margin: 15px 0px 25px 0px;
}

/*Apr 05*/
.product-item-info-box {
  height: auto;
}

/*Apr 08*/
.page-product-configurable .simple-product-attributes {
  display: none;
}
span.sc-label-text {
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  bottom: 5px;
  display: block;
}
.product-size-attribute,
.product-color-attribute {
  display: none;
}
.product-size-attribute.active,
.product-color-attribute.active {
  display: block;
}

/*Apr 17*/
.product-item-info-box-grid {
  height: 540px;
}

/*Apr 08*/
.harpyhats-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.harpyhats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .harpyhats-container {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .harpyhats-container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .harpyhats-container {
    max-width: 720px;
  }
}

@media (min-width: 576px) {
  .harpyhats-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Default Settings */
.row,
.column {
  box-sizing: border-box;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
*/ .column {
  position: relative;
  display: block;
}

/* Mobile Devices Styling */
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12 {
  width: auto;
  float: none;
}
.column + .column {
  margin-left: 0;
}

/* General Styling */
.row {
  margin-bottom: 0;
}
.column {
  padding: 20px;
  min-height: 30px;
  margin-bottom: 10px;
}
.row:last-child .column:last-child {
  margin-bottom: 0;
}
/* .column-1 {
 background-color: #54B2B6;
}
.column-2 {
 background-color: #DB4251;
}
.column-3 {
 background-color: #8AAF6D;
}
.column-4 {
 background-color: #F5B939;
}
.column-5 {
 background-color: #927F99;
}
.column-6 {
 background-color: #96AFFF;
}
.column-7 {
 background-color: #54B2B6;
}
.column-8 {
 background-color: #1A97C0;
}
.column-9 {
 background-color: #777777;
}
.column-10 {
 background-color: #259E78;
}
.column-11 {
 background-color: #1A97C0;
}
.column-12 {
 background-color: #54B2B6;
} */

/* Larger Screens Styling */
@media only screen and (min-width: 768px) {
  .column {
    position: relative;
    float: left;
    margin-bottom: 0;
  }
  .column + .column {
    margin-left: 1.6%;
  }
  .row {
    margin-bottom: 10px;
  }
  .row .row:last-child {
    margin-bottom: 0;
  }
  .column-1 {
    width: 6.86666666667%;
  }
  .column-2 {
    width: 15.3333333333%;
  }
  .column-3 {
    width: 23.8%;
  }
  .column-4 {
    width: 32.2666666667%;
  }
  .column-5 {
    width: 40.7333333333%;
  }
  .column-6 {
    width: 49.2%;
  }
  .column-7 {
    width: 57.6666666667%;
  }
  .column-8 {
    width: 66.1333333333%;
  }
  .column-9 {
    width: 74.6%;
  }
  .column-10 {
    width: 83.0666666667%;
  }
  .column-11 {
    width: 91.5333333333%;
  }
  .column-12 {
    width: 100%;
  }
}

/* 07-May-24 */
.fotorama__stage__shaft {
  width: 100% !important;
}
.product-item-info-box .front_panels:before {
  content: "Front Panels";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7e7e7e;
}
.product-item-info-box .front_panels {
  width: 50%;
  float: left;
}
.product-item-info-box .back_panels {
  width: 50%;
  float: right;
}
.product-item-info-box .logo_stitching {
  width: 50%;
  float: left;
}
.highlight-customize .product-item-info-box {
  height: auto;
}
.product-item-info-box .back_panels:before {
  content: "Back Panels";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7e7e7e;
}
.product-item-info-box .logo_stitching:before {
  content: "Logo/Stitching";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7e7e7e;
}
.featured-product-section .product-item-info {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-product-section .front_panels {
  width: auto;
  float: left;
}
.featured-product-section .back_panels {
  width: auto;
  float: right;
  padding-left: 20px;
}
.featured-product-section .logo_stitching {
  width: auto;
  float: left;
}
.featured-product-section .product-item-info .front_panels:before {
  content: "Front Panels";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7e7e7e;
}
.featured-product-section .product-item-info .back_panels:before {
  content: "Back Panels";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7e7e7e;
}
.featured-product-section .product-item-info .logo_stitching:before {
  content: "Logo/Stitching";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7e7e7e;
}
a.customize-button {
  border: 1px solid #007b9e;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 15px;
}
.cms-home a.customize-button {
  font-size: 14px;
}
.swatch-opt .front_panels {
  height: 100px;
}
.swatch-opt .front_panels span {
  display: block;
}
.swatch-opt .front_panels .swatch-attribute-selected-option {
  display: block;
  padding-left: 0px;
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.swatch-opt .back_panels span {
  display: block;
}
.swatch-opt .back_panels {
  height: 100px;
}
.swatch-opt .back_panels .swatch-attribute-selected-option {
  display: block;
  padding-left: 0px;
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.swatch-opt .logo_stitching span {
  display: block;
}
.swatch-opt .logo_stitching {
  height: 100px;
}
.swatch-opt .logo_stitching .swatch-attribute-selected-option {
  display: block;
  padding-left: 0px;
  letter-spacing: 0.32px;
  color: #164171;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
.swatch-opt
  .front_panels.color_field_text
  .swatch-attribute-selected-option:before {
  content: "Color: ";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #164171;
}
.swatch-opt
  .back_panels.color_field_text
  .swatch-attribute-selected-option:before {
  content: "Color: ";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #164171;
}
.swatch-opt
  .logo_stitching.color_field_text
  .swatch-attribute-selected-option:before {
  content: "Color: ";
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #164171;
}
.actions-primary.disable {
  display: none;
}
.actions-primary.enable {
  display: block;
  width: 100% !important;
}
.cms-home button.action.tocart.primary {
  width: 100% !important;
}
.cms-home button.action.tocart.primary span {
  font-size: 13px !important;
}
.cms-home button.action.tocart.primary img {
  width: 20%;
  padding: 0px 10px;
}
.configurable-options-block-height,
.configurable-options-block {
  height: initial;
}
.configurable-options-block {
  height: initial;
}
/* .featured-product-section .normal-class .configurable-options-block-height{
  height: initial;
} */
.featured-product-section .normal-class .product-item-info {
  height: auto;
}
.products-list .product-item-info-box {
  height: auto;
}

.products-list .configurable-options-block {
  display: contents !important;
}
.products-list .product-item-info-box .front_panels {
  width: 30%;
  float: left;
}
.products-list .product-item-info-box .back_panels {
  width: 30%;
  float: right;
}
.products-list .product-item-info-box .logo_stitching {
  width: 30%;
  float: left;
}
.products-list .product-item-info-box .size {
  width: 30% !important;
  float: left !important;
}
.products-list .product-item-info-box .color {
  width: 30% !important;
  float: left !important;
}
.products-list .product-item-info-box a.customize-button {
  border: 1px solid #007b9e;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
}
.products-list .product-item-info-box a.customize-button:hover {
  border: 1px solid #007b9e;
  background-color: #007b9e;
}
body.catalog-product-view
  .column.main
  .product-info-main
  .page-title-wrapper
  .page-title
  span {
  line-height: 45px;
}
body.catalog-product-view
  .column.main
  .product-info-main
  .product-info-price
  .product-info-stock-sku
  .product.attribute.sku
  .value {
  font-size: 12px !important;
}
/* 16-May-24 */
.product_rotation img {
  transform: none !important;
  height: -webkit-fill-available;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.plp-column-section
  .products-grid
  .product-items
  .product-item
  .product-item-info:hover
  a.customize-button {
  border: 1px solid #007b9e;
  background-color: #007b9e;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 9px #b5dae5;
}
.home-row-section
  .featured-product-section
  .block-content
  .products-grid
  .product-items.widget-product-grid
  .product-item
  .product-item-info:hover
  a.customize-button {
  border: 1px solid #007b9e;
  background-color: #007b9e;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 9px #b5dae5;
}
.column.main {
  margin-bottom: 35px;
}

.normal-class .configurable-options-block,
.normal-class .product-item-info-box {
  height: auto;
}

.customize-text-center {
  margin-top: 25px;
}

div.products .products.list,
ol.product-items.widget-product-grid {
  display: flex !important;
  flex-wrap: wrap;
  row-gap: 15px;
  /*justify-content: space-between;*/
}

.product-item-info.product-item-info-box {
  height: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products-grid .product-item-inner {
  background: none !important;
  height: auto !important;
}

@media (max-width: 575.98px) {
  #product123 {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  #view_overlay {
    width: 100% !important;
    height: 250px !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  .zoom-button {
    display: none;
  }

  .result {
    text-align: center;
  }

  .main-color {
    display: inline-block;
  }

  .sub-color {
    display: inline-block;
  }

  .shoe-lace-main-color {
    display: inline-block;
  }

  .result .swatch-attribute-options {
    margin: 0px 0px;
  }

  .result .fieldset-combination {
    display: block;
    padding-right: 0px;
    margin-bottom: 0px;
  }

  .stock {
    float: none !important;
    display: block;
    padding-bottom: 10px;
  }

  .item ul li {
    font-size: 14px;
  }

  .label-360 {
    padding: 10px 40px;
  }

  .custom-360-tab
    div[data-content-type="tabs"]
    .tabs-navigation
    li.tab-header
    a.tab-title {
    font-size: 11px;
  }

  .custom-360-tab p strong {
    padding-left: 0px;
  }

  span.front-label-text,
  span.logo-label-text,
  span.back-label-text {
    bottom: 0px;
  }

  .harpyhats-col-md-12 {
    display: block;
  }

  .harpyhats-col-md-6 {
    padding: 0px;
  }

  .mobile-view-product-title {
    display: block;
  }

  .mobile-view-product-title .page-title {
    text-align: center;
    margin: 10px 0px 10px 0px; /*jan 20 */
  }

  /* .page-title-wrapper .page-title {
    display: none;
  } */

  .product-info-stock-sku {
    display: none !important;
  }
  .price-final_price {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .product-info-main .product-add-form {
    position: relative;
    padding-top: 0px; /*jan 30*/
    bottom: 75px;
  }
  .mobile-view-product-title .parent-product-title {
    letter-spacing: 0.9px;
    color: #9e8e1a;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    margin: 10px 0px 10px 0px; /* jan 30*/
    text-align: center;
  }
  body.catalog-product-view .column.main .product-info-main {
    /* text-align: center; */
    margin: 0px 10px;
  }
  .desktop-view-option {
    display: none !important;
  }
  .mobile-view-option {
    display: block !important;
  }
  .mobile-view-option .whyharpy-title {
    letter-spacing: 1.5px !important;
    color: #164171 !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
  }
  .mobile-view-option .whyharpy-text1 {
    font-size: 20px !important;
  }

  .customize-text-center {
    text-align: center;
    display: grid;
  }
  a.customize-button {
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 0px;
    position: relative;
    top: 0px;
    right: 0px;
    float: none !important;
    width: auto;
  }
  .cms-home a.customize-button {
    display: block;
    margin-bottom: 20px;
    width: auto;
  }
  .bss-bt-quickview {
    display: none !important;
  }
  .color_text {
    font-size: 15px;
  }

  /*Mar 08*/
  .custom-screen-menu a:nth-child(1),
  .custom-screen-menu a:nth-child(2) {
    display: block;
  }

  /*Mar 15*/
  .page-header
    .header-top-section
    .home-top-section
    .home-top-common-section
    .home-top-left-section {
    line-height: 40px;
  }
  .header-middle-section {
    position: relative;
    bottom: 2px;
  }
  .message.success {
    margin: 20px 50px;
  }

  /*Mar 18*/
  figure.image-for-mobile-screen {
    display: block;
  }
  figure.image-for-desktop-screen {
    display: none;
  }
  .aboutus-column-group
    .pagebuilder-column-line
    .pagebuilder-column.aboutus-column-content
    .aboutus-header-title {
    margin-top: 0px !important;
  }

  /*Mar 19*/
  .customer-account-create .message.error {
    margin: 10px 45px 10px;
    width: auto;
    bottom: 0px;
  }

  /*Mar 21*/
  .home-top-right-section {
    line-height: 40px !important;
  }

  /*Mar 26*/
  img.pagebuilder-mobile-only {
    padding: 0px 0px 0px 15px;
  }

  /*Apr 05*/
  .product-item-info-box {
    height: auto;
  }

  /*Apr 09*/
  .simple-product-attributes {
    text-align: center;
    display: inline-block;
  }
  .simple-product-attributes .product-color-attribute {
    padding-bottom: 75px;
  }
  .product-size-attribute select {
    width: auto;
  }
  .simple-product-attributes .swatch-option-footer,
  .fieldset .swatch-option-footer {
    float: initial;
    width: auto;
    display: inline-flex;
  }
  .column {
    padding: 0px;
  }

  /*Apr 17*/
  .product-item-info-box-grid {
    height: 475px;
  }

  .plp-column-section .products-grid .product-items .product-item {
    width: 100% !important;
  }

  .home-row-section
    .featured-product-section
    .block.block-products-list.grid
    .block-content
    .products-grid
    .product-items.widget-product-grid
    .product-item {
    width: 100% !important;
    margin-left: 0%;
    margin-bottom: 3%;
  }

  .home-row-section
    .featured-product-section
    .block-content
    .products-grid
    .product-items.widget-product-grid
    .product-item
    .product-item-info {
    padding: 10px 25px;
  }

  /* 14-May-24 */
  .featured-product-section .front_panels {
    width: 100%;
    padding-top: 10px;
  }
  .featured-product-section .back_panels {
    width: 100%;
  }
  .featured-product-section .logo_stitching {
    width: 100%;
  }
  .featured-product-section .size {
    width: 100%;
    float: left;
  }
  .featured-product-section .product-sku-section {
    padding: 8px 0px;
    display: inline-block;
  }
  .featured-product-section .product-item-info {
    height: auto;
  }
  .configurable-options-block-height,
  .configurable-options-block {
    height: auto;
    padding-top: 20px;
  }
  .cms-home button.action.tocart.primary img {
    width: auto;
  }
  .products-list .product-item-info-box a.customize-button {
    position: relative;
    left: 0;
  }
  body.catalog-product-view
    .column.main
    .product-info-main
    .page-title-wrapper
    .page-title
    span {
    line-height: 32px;
  }
  .plp-column-section
    .products-grid
    .product-items
    .product-item:nth-child(2n) {
    margin-left: 0% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #product123 {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  #view_overlay {
    width: 100% !important;
    height: 250px !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  .zoom-button {
    display: none;
  }

  .result {
    text-align: center;
  }

  .main-color {
    display: inline-block;
  }

  .sub-color {
    display: inline-block;
  }

  .shoe-lace-main-color {
    display: inline-block;
  }

  .result .swatch-attribute-options {
    margin: 0px 0px;
  }

  .result .fieldset-combination {
    display: block;
    padding-right: 0px;
    margin-bottom: 0px;
  }

  .stock {
    float: none !important;
    display: block;
    padding-bottom: 10px;
  }

  .item ul li {
    font-size: 14px;
  }

  .label-360 {
    padding: 10px 40px;
  }

  span.front-label-text,
  span.logo-label-text,
  span.back-label-text {
    bottom: 0px;
  }

  .harpyhats-col-md-12 {
    display: inline-flex;
  }

  .harpyhats-col-md-6 {
    padding: 0px 50px 20px 0px;
  }

  .mobile-view-product-title {
    display: block;
  }

  .mobile-view-product-title .page-title {
    text-align: center;
    margin: 10px 0px 20px 0px;
  }

  .product-info-stock-sku {
    display: none !important;
  }

  .price-final_price {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .product-info-main .product-add-form {
    position: relative;
    padding-top: 0px; /*jan 30*/
    bottom: 35px;
  }

  .mobile-view-product-title .parent-product-title {
    letter-spacing: 0.9px;
    color: #9e8e1a;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    margin: 10px 0px 20px 0px;
    text-align: center;
  }

  body.catalog-product-view .column.main .product-info-main {
    text-align: center;
  }

  /*Mar 08*/
  .custom-screen-menu a:nth-child(1),
  .custom-screen-menu a:nth-child(2) {
    display: block;
  }

  /*Mar 19*/
  .customer-account-create .message.error {
    margin: 10px 45px 10px;
    width: auto;
    bottom: 0px;
  }

  /*Apr 05*/
  .product-item-info {
    height: auto;
  }
  /* .product-item-info-box{
    height: 650px;
  }
 
  .featured-product-section .product-item-info {
    height: 750px;
  } */

  .featured-product-section .highlight-customize .product-item-info {
    height: auto;
  }

  .featured-product-section .normal-class .product-item-info {
    height: auto;
  }

  /* 14-May-24 */
  .featured-product-section .front_panels {
    width: 100%;
    padding-top: 10px;
  }
  .featured-product-section .back_panels {
    width: 100%;
  }
  .featured-product-section .logo_stitching {
    width: 100%;
  }
  .featured-product-section .size {
    width: 100%;
    float: left;
  }
  .featured-product-section .product-sku-section {
    padding: 8px 0px;
    display: inline-block;
  }

  .configurable-options-block-height,
  .configurable-options-block {
    height: auto;
  }
  .highlight-customize .configurable-options-block {
    height: initial;
  }

  .highlight-customize .configurable-options-block-height {
    height: initial;
  }

  .cms-home button.action.tocart.primary img {
    width: auto;
  }
  .product-item .tocart {
    width: 100% !important;
    padding-left: 15px !important;
  }
  .cms-home a.customize-button {
    display: block;
    margin-bottom: 20px;
    width: auto;
  }
  .customize-text-center {
    margin-top: 10px;
    margin-bottom: 30px;
    display: contents;
  }
  a.customize-button {
    padding: 10px 0px;
  }
  .highlight-customize a.customize-button {
    bottom: 0px;
  }
}

@media (max-width: 768px) {
  .sections.nav-sections
    .section-items.nav-sections-items
    div:nth-child(4).section-item-title {
    display: none !important;
  }
  .sections.nav-sections
    .section-items.nav-sections-items
    .section-item-title.nav-sections-item-title {
    width: 100% !important;
    display: block !important;
  }
  .sections.nav-sections .section-items.nav-sections-items .menu-custom-block {
    display: flex !important;
    float: left !important;
    justify-content: start !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .sections.nav-sections
    .section-items.nav-sections-items
    .menu-custom-block
    a {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
    display: block;
    text-decoration: none;
    position: relative;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #575757;
  }
  .section-items.nav-sections-items
    .section-item-content.nav-sections-item-content {
    display: none !important;
  }

  /*Mar 21*/
  .home-category-section .category-section {
    margin-right: 7px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #product123 {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  #view_overlay {
    width: 100% !important;
    height: 250px !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  .zoom-button {
    display: none;
  }

  .result {
    text-align: center;
  }

  .main-color {
    display: inline-block;
  }

  .sub-color {
    display: inline-block;
  }

  .shoe-lace-main-color {
    display: inline-block;
  }

  .result .swatch-attribute-options {
    margin: 0px 0px;
  }

  .result .fieldset-combination {
    display: block;
    padding-right: 0px;
    margin-bottom: 0px;
  }

  .stock {
    float: none !important;
    display: block;
    padding-bottom: 10px;
  }

  .item ul li {
    font-size: 14px;
  }

  .label-360 {
    padding: 10px 40px;
  }

  /*Mar 19*/
  .customer-account-create .message.error {
    margin: 10px 45px 10px;
    width: auto;
    bottom: 0px;
  }

  /*Apr 05*/
  /* .product-item-info-box{
    height: 850px;
  } */
  .highlight-customize .product-item-info-box {
    height: auto;
  }

  /*Apr 17*/
  /* .product-item-info-box-grid{
    height: 580px;
  } */

  .featured-product-section .product-item-info {
    height: auto;
  }

  /* 14-May-24 */
  .featured-product-section .front_panels {
    width: 100%;
    padding-top: 10px;
  }
  .featured-product-section .back_panels {
    width: 100%;
  }
  .featured-product-section .logo_stitching {
    width: 100%;
  }
  .featured-product-section .size {
    width: 100%;
    float: left;
  }
  .featured-product-section .product-sku-section {
    padding: 8px 0px;
    display: inline-block;
  }
  /* .configurable-options-block-height, .configurable-options-block {
    height: 280px;
  } */
  .cms-home button.action.tocart.primary img {
    width: auto;
  }
  .product-item .tocart {
    width: 100% !important;
    padding-left: 15px !important;
  }
  .products-list .product-item-info-box a.customize-button {
    bottom: 55px;
  }
  .cms-home a.customize-button {
    display: block;
    margin-bottom: 20px;
    width: auto;
  }
  /* .customize-text-center {
    margin-top: 0px;
  } */
  .highlight-customize a.customize-button {
    bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #product123 {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  #view_overlay {
    width: 100% !important;
    height: 250px !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  .zoom-button {
    display: none;
  }

  /*05 Apr*/
  .page-products .product-item-actions .basic-product {
    width: 100% !important;
  }

  /*Apr 05*/
  /* .product-item-info {
    height: 650px;
  }
  .product-item-info-box{
    height: 750px;
  } */
  .product-item .tocart {
    width: 100% !important;
    padding-left: 10px !important;
  }
  /* .configurable-options-block-height, .configurable-options-block {
    height: 200px;
  } */
  .plp-column-section
    .products-grid
    .product-items
    .product-item
    .product-item-info
    .product-item-details
    .product-item-actions
    .actions-primary
    button.action.tocart.primary
    span {
    font-size: 12px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1349.98px) {
  #product123 {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }
  #view_overlay {
    width: 100% !important;
    height: 370px !important;
  }
  .zoom-button {
    display: none;
  }
  /* .product-item-info {
    height: 650px;
  } */
  .highlight-customize .product-item-info {
    height: auto;
  }
  .plp-column-section
    .products-grid
    .product-items
    .product-item
    .product-item-info
    .product-item-details
    .product-item-actions
    .actions-primary
    button.action.tocart.primary
    span {
    font-size: 12px !important;
  }
  a.customize-button {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  /* Jan24 */
  /* .product-info-main .product.attribute.overview {
    display: none;
  }

  .product-info-main .page-title-wrapper {
    display: none;
  } */

  .product h1.page-title span {
    font-size: 16px !important;
  }
  body.catalog-product-view
    .column.main
    .product-info-main
    .page-title-wrapper
    .product.attribute.overview
    .value
    p {
    font-size: 14px !important;
    line-height: 28px !important;
    padding: 0px 25px 0px 0px;
  }

  .price-final_price {
    display: none;
  }

  .mobile-view-price {
    display: block;
    letter-spacing: 0.8px;
    color: #3c3c3c;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding-top: 15px;
  }

  .description-mobile-div {
    text-align: center;
  }

  .description-mobile-div p {
    margin: 10px 0; /* jan 20 */
    font: normal normal normal 16px/30px Open Sans;
    letter-spacing: 0.32px;
    color: #5d5546;
  }
}

@media (min-width: 1350px) {
}
/*custom magnus css*/
/****************************************   test magnus cust code start section  */
/*****************************todo magnus - remove and put in custom-css*/
/************************** product and catalog related*/

/* version 11.4.0  M.m.hotfix/patch */

/* added !important overrides to all decls */
:root{
  --boxed-w: 1440px;
  --dkBlue: #084175;
}

/**************************************************************************** type ****/

#maincontent h1{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: normal !important;
  color: var(--dkBlue);
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 50px;
  margin-block-start: 0 !important;
  margin-block-end: 20px !important;
}
#maincontent h1 + h1{
  font-size: 30px;
  margin-top: 0 !important;
  margin-block-end: 20px !important;
}
#maincontent h1.page-title{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: normal !important;
  color:  var(--dkBlue);
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 50px !important;
}

#maincontent h2{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: normal !important;
  color:  var(--dkBlue);
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 38px;
  margin-block-start: 0 !important;
  margin-block-end: 20px !important;
}
#maincontent h2+h2{
  font-size: 28px !important;
  margin-top: 0 !important;
  margin-block-end: 20px !important;
}
#maincontent h3{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: normal !important;
  color:  var(--dkBlue);
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 20px !important;
  margin-block-start: 0 !important;
  margin-block-end: 20px !important;
}
#maincontent h4{
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: normal !important;
  color:  var(--dkBlue);
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 16px !important;
  margin-block-start: 0 !important;
  margin-block-end: 20px !important;
}
#maincontent .hasSubheading{
  margin-block-end: 0 !important;
}

#maincontent p{
  font-size: 16px;
  line-height: 1.35em !important;
  font-family: 'Roboto', sans-serif !important;
  color: #3C3C3C;
  font-style: normal;
}

/***/

body{
letter-spacing: normal !important;
}

.full-w-override{
width: 100vw !important;
/* margin: auto; */
margin-left: 50% !important;
transform: translatex(-50%) !important;
}

.boxed-w-override{
  width: 100% !important;
  max-width: var(var(--boxed-w)) !important;
}

.page-products .breadcrumbs,
.page-products .page-title-wrapper{
padding-left: 35px !important;
padding-right: 35px !important;
}

.page-products .page-main .page-title-wrapper .page-title span {
  letter-spacing: 0.9px !important;
  color: #084175 !important;
  text-transform: capitalize !important;
  font-weight: 800 !important;
  font-size: 22px !important;
}

/********************************************************* page fixes*/
.contact-index-index .page-title-wrapper{
  margin-block-start: 100px !important;
}
body.contact-index-index .page-main .page-title-wrapper .page-title span{
  all: unset !important;
}

/***********************************************************  menu nav*/
.multi-level-shop-menu .second-level-menu .child-level-menu-link{
  text-transform: uppercase !important;
}
.header-middle-second-col .d-none{
  display: none !important;
}
.multi-level-shop-menu .main-menu-section-blk{
  min-height: initial !important;
  height: initial !important;
  box-shadow: 0px 0 6px 0px #c8c8c8 !important;
}
.multi-level-shop-menu .main-menu-section-blk a{
  font-size: 16px !important;
}
xxx.custom-menu-top-menu.nav-menu ul li:hover > div.submenu{
  display: none !important;
}
.first-level-submenu .submenu,.first-level-submenu .submenu .submenu-blk{
  min-height: initial !important;
  background: #fff !important;
}
/* second level menus vert pos */
.custom-menu-top-menu .main-menu-section-blk .first-level-submenu:nth-child(1) .submenu.second-level-menu{
  top: 0px !important;
}
.custom-menu-top-menu .main-menu-section-blk .first-level-submenu:nth-child(2) .submenu.second-level-menu{
  top: 53px !important;
}
/**/

.submenu-blk .final-child-level-section,
.custom-menu-top-menu.nav-menu .submenu ul{
  top: 0 !important;
  margin: initial !important;
}
.submenu-blk .final-child-level-section li{
  padding: 10px !important;
}

.second-level-menu .submenu-blk .final-child-level-section .child-level-menu:hover{
  background-color: #007b9e !important;
}
.second-level-menu .submenu-blk .final-child-level-section .child-level-menu:hover > a{
  color: #fff !important;
}

.first-level-submenu .submenu .submenu-blk .submenu-txt{
  display: none !important;
}
.main-menu-section-blk .first-level-submenu .first-level-link:hover{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.nav-menu .multi-level-shop-menu.active > ul{
  top: 62px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/* mobile menu area*/
.mobileMenu-sub1{
  padding-inline-start: 30px !important;
  font-size: .9em !important;
}
.sections.nav-sections .menu-custom-block a:hover{
  color: #007b9e !important;
}

/***********************************************************  products nav*/

div.products .products.list {
  display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  row-gap: 15px !important;
  column-gap: 15px !important;
}

.customize-text-center {
  margin-top: initial !important;
  width: 100% !important;
}

.plp-column-section .products-grid .product-items .product-item:nth-child(n){
margin: 0 !important;
  width: 100% !important;
}

.plp-column-section .products-grid .product-items .product-item .product-item-info{
box-sizing: border-box !important;
padding: 10px !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details{
  display: flex !important;
  flex-direction: column !important;
  flex: 1 0 auto !important;
}

.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name {
    display: flex !important;
    align-items: flex-start !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details div[data-rendered="true"] .swatch-attribute.gender::before {
  content: "Gender" !important;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: #7E7E7E;
}

.plp-column-section .products-grid .product-items .product-item .product-item-info a.customize-button {
  border: 1px solid #007B9E !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  padding: 10px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  text-align: center !important;
  width: 100% !important;
  /* position: relative !important*/
  bottom: 0px !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info:hover a.customize-button {
  color: #fff;
  background-color: #007B9E !important;
}


body.catalog-product-view .column.main .product-info-main .page-title-wrapper .page-title span {
  letter-spacing: normal !important;
  color: #084175 !important;
  text-transform: capitalize !important;
  font-weight: 800 !important;
  font-size: 42px !important;
}

.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  text-transform: uppercase !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  letter-spacing: normal !important;
  color: #084175  !important;
  font-weight: 800  !important;
  font-size: 20px  !important;
  text-transform: capitalize  !important;
  display: -webkit-box  !important;
  -webkit-line-clamp: 1  !important;
  -webkit-box-orient: vertical  !important;
  text-overflow: ellipsis  !important;
  overflow: hidden  !important;
  white-space: initial  !important;
  display: block !important;
}

body.catalog-product-view .column.main .product-info-main .page-title-wrapper .product.attribute.overview .value p {
  letter-spacing: normal !important;
  color: #3b3b3b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .cust-prod-detail-attr-wrapper div span{
  letter-spacing: revert !important;
  color: #007b9e !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .stock {
  float: none !important;
  display: block !important;
}
.product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary{
border-radius: 0 !important;
width: 100% !important;
}
.product-item-info.product-item-info-box{
border-radius: 0 !important;
}

body.catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset .actions button.action.primary{
border-radius: 0 !important;
}

.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions{
    margin: 0 !important;
    padding-bottom: 20px !important;
    padding-top: 10px !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
  row-gap: 20px !important;
}
.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 100% !important;
  margin-bottom: 0px !important;
}

.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary button.action.tocart.primary span {
    font-size: 16px !important;
  }

.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary{
/*display: none !important;*/
}

.plp-column-section .products-grid .product-items .product-item .product-item-info .product-item-details .product-sku-section .sku-content {
    letter-spacing: normal !important;
    color: #164171 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: revert !important;
    -webkit-box-orient: vertical !important;
    text-overflow: revert !important;
    overflow: revert !important;
    white-space: initial !important;
}

body.catalog-product-view .column.main {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 0 !important;
}

.products-grid .product-items .actions-primary.disable{
  display: initial !important;
}
.products-grid .product-items .product.actions.product-item-actions .customize-text-center{
  display: none !important;
}

/*product LIST view*/
.products.wrapper.list.products-list .products.list.items.product-items{
  display: block !important;
}
.plp-column-section .products-list .product-items .product-item .product-item-info .product.details.product-item-details .product-item-name {
  align-items: flex-start !important;
  flex-direction: column !important;
}
/******************************************* product detail areas */

/**** dev not using regular mage tabs*/

/*extra spacing left over from devs for cust tabs*/
.page-main-description.product-full-width-section + .page-main-details{
display: none !important;
}

body.catalog-product-view .column.main .product-info-main .cust-prod-detail-attr-wrapper div span{
  letter-spacing: revert !important;
  color: #007b9e !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

/*hide duplicate cust attribute area*/
body.catalog-product-view .column.main .product-info-main .product-info-price .product-info-stock-sku .cust-prod-detail-attr-wrapper{
display: none !important;
}

.catalog-product-view .custom-360-tab .tabs-navigation {
  background-color: #007B9E !important;
  position: relative !important;
  /* right: 15px !important; */
  border-radius: 0 !important;
}

.catalog-product-view .custom-360-tab div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #084175 !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border: 0px !important;
  z-index: 0 !important;
}

.catalog-product-view .custom-360-tab .ui-state-active a:after{
display: none !important;
}

.catalog-product-view .custom-360-tab div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0 !important;
  cursor: pointer !important;
  display: block !important;
  padding: 1.4rem 2rem !important;
  position: relative !important;
  transition: all .3s !important;
  white-space: normal !important;
  letter-spacing: 0.66px !important;
  text-transform: capitalize !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
padding-right: 15px !important;
}

/*disable quickview*/
.product-item .product-item-info .product-image-container .product-image-wrapper .bss-bt-quickview {
  display: none !important;
}


body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-label{
  margin-top: initial !important;
  font-size: initial !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-label:after{
  all:unset !important;
}

/*re-enable atrribute selected lable turned off by devs*/
/*main color*/
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.color .swatch-attribute-selected-option {
  display: initial !important;
}
/*gender*/
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute.gender .swatch-attribute-selected-option {
  display: initial !important;
}

body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute{
  display: flex !important;
  flex-direction: column !important;
}
body.catalog-product-view .column.main .product-info-main .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-selected-option{
  padding-left: initial !important;
}

/********************************top bar wings fixes*/


.header-top-section .home-top-section .home-top-common-section {
  display: flex !important;
  align-items: center !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  /* z-index: 999999999 !important; */
  background: #fff !important;
  justify-content: space-between !important;
  height: 51px !important;
}

.header-top-section .home-top-section .home-top-common-section .home-top-left-section {
  background-color: #007B9E !important;
  /* padding: 22px 0; */
  /* text-align: start; */
  /*width: calc(29%);*/
  border-bottom-right-radius: 50px !important;
  /* margin-left: -1px; */
  /*height: 50px;*/
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
padding: initial !important;
  height: 51px !important;
}

.header-top-section .home-top-section .home-top-common-section .home-top-left-section span {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  /* line-height: 27px; */
}


.header-top-section .home-top-section .home-top-common-section .home-top-right-section {
  /*height: 50px !important;*/
  /* width: 50%; */
  background-color: #007B9E !important;
  /* padding: 12px 0; */
  /* text-align: start; */
  width: calc(29%) !important;
  border-bottom-left-radius: 50px !important;
  /* margin-right: -1px; */
  display: flex !important;
  justify-content: center !important;
  /*height: 100% !important;*/
  align-items: center !important;
}

header-top-section .home-top-right-section div{
  display: flex !important;
  align-items: center !important;
}

/************************************** footer */
footer.page-footer {
  border: 1px solid #DEDEDE !important;
  background-color: #fff !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

/********************************* 360 tab overrides, revert broken css from devs */

.custom-360-tab .tabs-content  ul li{
all: revert !important;
}
.custom-360-tab .tabs-content  ul li strong{
all: revert !important;
}
.custom-360-tab .tabs-content ul li {
  list-style-type: initial !important;
  margin-left: initial !important;
}


/********************************* CHECKOUT AREA*/
.checkout-index-index .payment-method-content .actions-toolbar {
  display: initial !important;
}
.checkout-index-index .payment-method-content .actions-toolbar .action.primary {
  background: #007b9e !important;
}



/***************************************************************************************************/
/******************     media qrys      ************************************************************/
/***************************************************************************************************/


@media (min-width: 769px) {
  .catalog-product-view .product-info-main{
      width: 65% !important;
  }
  .catalog-product-view .product.media{
      width: 30% !important;
  }
}


@media (min-width: 769px) {

  /***********************************************************  menu nav*/

  .nav-menu .multi-level-shop-menu.active > ul{
    top: 46px !important;
  }

  .header-middle-second-col .d-none{
    display: none !important;
  }

  .multi-level-shop-menu .second-level-menu .child-level-menu-link{
    text-transform: uppercase !important;
  }
  .header-middle-second-col .d-none{
    display: none;
  }
  .multi-level-shop-menu .main-menu-section-blk{
    min-height: initial !important;
    height: initial !important;
    box-shadow: 0px 0 6px 0px #c8c8c8 !important;
  }
  xxx.custom-menu-top-menu.nav-menu ul li:hover > div.submenu{
    display: none !important;
  }
  .first-level-submenu .submenu,.first-level-submenu .submenu .submenu-blk{
    min-height: initial !important;
    background: #fff !important;
  }
  /* second level menus vert pos */
  .custom-menu-top-menu .main-menu-section-blk .first-level-submenu:nth-child(1) .submenu.second-level-menu{
    top: 0px !important;
  }
  .custom-menu-top-menu .main-menu-section-blk .first-level-submenu:nth-child(2) .submenu.second-level-menu{
    top: 53px !important;
  }
  /**/
  
  .submenu-blk .final-child-level-section, 
  .custom-menu-top-menu.nav-menu .submenu ul{
    top: 0 !important;
    margin: initial !important;
  }
  .submenu-blk .final-child-level-section li{
    padding: 10px !important;
  }

  .second-level-menu .submenu-blk .final-child-level-section .child-level-menu:hover{
    background-color: #007b9e !important;
  }
  .second-level-menu .submenu-blk .final-child-level-section .child-level-menu:hover > a{
    color: #fff !important;
  }

  .first-level-submenu .submenu .submenu-blk .submenu-txt{
    display: none !important;
  }
  .main-menu-section-blk .first-level-submenu .first-level-link:hover{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .nav-menu .multi-level-shop-menu.active > ul{
    top: 62px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  /* mobile menu area*/
  .mobileMenu-sub1{
    padding-inline-start: 30px !important;
    font-size: .9em !important;
  }
  xxx.menu-custom-block a:hover{
    color: #007b9e !important;
  }

}


/* page builder *************************************************************************/
.pagebuilder-column-line{
  box-sizing: border-box;
}

img.pagebuilder-mobile-only {
  padding: initial !important;
  box-sizing: border-box !important;
}

@media (max-width: 1000px) {
div.products .products.list {
  display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  row-gap: 15px !important;
  column-gap: 15px !important;
}
}


@media (max-width: 768px) {

  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-shipping-method form.form.methods-shipping .actions-toolbar {
    display: block !important;
  }
  body.checkout-index-index .column.main .checkout-container .opc-wrapper .checkout-payment-method .form.payments .fieldset .opc-payment .items.payment-methods .payment-method .payment-method-content .actions-toolbar {
    display: block !important;
  }
  .header-middle-second-col .menu-custom-block,
  .menu-custom-block .custom-menu-top-menu
  {
    display: none !important;
  }

}

@media (min-width: 577px) and (max-width: 768px) {

  .customize-text-center {
    margin-top: initial !important;
    margin-bottom: -2px !important;
    /* display: flex; */
    /* justify-content: flex-end; */
    /* flex-direction: row; */
    /* align-items: center; */
    position: relative;
  }

  .product-info-stock-sku {
  display: block !important;
  text-align: center !important;
  }
  .price-final_price {
  display: block !important;
  }
  .product-info-main .product-add-form {
    position: relative !important;
    padding-top: 0px !important;
    bottom: 0 !important;
  }

  body.catalog-product-view .column.main .product-info-main {
    text-align: center !important;
    margin: 0 !important;
    text-align: center !important;
  }

  div.products .products.list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
  }

}
    
    
@media (max-width: 576px) {

  body.catalog-product-view .column.main .product-info-main {
    text-align: center !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .column {
      padding: 10px !important;
  }

  .product-info-stock-sku {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  }

  body.catalog-product-view .column.main .product-info-main{
  display: block !important;
  text-align: center !important;
  }

  .price-final_price {
  display: block !important;
  }

  .product-info-main .product-add-form {
    position: relative !important;
  padding-top: 0px !important;
    bottom: 0 !important;
  }

  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-left-section {
    /* line-height: 40px !important; */
    margin-top: -5px !important;
      line-height: initial !important;
  }

  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section {
    width: calc(38%) !important;
    /* margin-top: -1px !important; */
    padding: initial !important;
    height: 51px !important;
    display: flex !important;
    /* align-items: center !important; */
  }

  .page-header .header-top-section .home-top-section .home-top-common-section .home-top-right-section .pagebuilder-column-group {
    flex-wrap: wrap !important;
    display: flex !important;
    align-items: center !important;
  }

  div.products .products.list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
  }

}

@media (max-width: 480px) {

div.products .products.list {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  row-gap: 15px !important;
  column-gap: 15px !important;
}

}/* 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: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.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);
    opacity: 0;
    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; } }


.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes 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) }
}

/* 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;
}

.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/Harpyhats/child/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)
}

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

.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;
}
/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

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

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

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-arrow-turn-right::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Harpyhats/child/en_US/css/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
