/**
 * 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: #2b2a29;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
abbr[title] {
  border-bottom: 1px dotted #dfdfdf;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 18px;
  margin-top: 18px;
}
sub,
sup {
  font-size: 69.23076923000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1,
.modal-custom .modal-title,
.modal-popup .modal-title,
.modal-slide .modal-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
h2 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
h3 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
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', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #e40e20;
  text-decoration: none;
}
a:visited,
.alink:visited {
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #e40e20;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.25rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 18px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 9px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 9px;
  padding: 9px;
  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 #dfdfdf;
  margin: 0 0 18px 36px;
  padding: 0;
  color: #2b2a29;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
}
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: 0.9rem;
  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: 14px 9px;
}
button {
  background-image: none;
  background: #ffffff;
  border: none;
  color: #120f21;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 13px 25px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #ffffff;
  border: none;
  color: #120f21;
}
button:hover {
  background: #ffffff;
  border: 1px solid #ed1b24;
  color: #ed1b24;
}
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 #bcbcbc;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #717171;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #bcbcbc;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 1.42857143;
  padding: 4.5px 9px 4px;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #717171;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #bcbcbc;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 9px;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #717171;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 4.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #f47a7f;
}
div.mage-error {
  color: #ed1b24;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #ffffff;
  border: none;
  color: #120f21;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 13px 25px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #ffffff;
  border: none;
  color: #120f21;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ffffff;
  border: 1px solid #ed1b24;
  color: #ed1b24;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.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 9px 4.5px 0;
}
.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: ': ';
}
.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 4.5px;
}
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.magento-payments-review .block .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .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 {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.magento-payments-review .block .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
}
.magento-payments-review .block .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .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 4.5px;
}
.magento-payments-review .block .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
.account .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-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.magento-payments-review .block .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.account .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: 9px;
}
.magento-payments-review .block .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 18px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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;
}
.column .block-addbysku .qty .qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block-banners,
.block-banners-inline {
  margin-bottom: 36px;
}
.abs-remove-button-for-blocks > 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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #2b2a29;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #2b2a29;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #2b2a29;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 9px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 27px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 27px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.fields > .field.choice:not(.fc-dirty) input,
.fieldset > .field.choice:not(.fc-dirty) input,
.amcheckout-checkboxes .admin__field input,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.minisearch .label,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.filter-options-content .item input,
.block-reorder .product-item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):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,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.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,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):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,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.fieldset .fullname .field:after,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 4.5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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 4.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;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .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,
.multicheckout .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
}
.abs-action-remove,
.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,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.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: 1.42857143;
  padding: 0;
  color: #e40e20;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.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,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove: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 {
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove: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,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove: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: #e40e20;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove: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,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove: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,
.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,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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,
.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,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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: #e40e20;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove: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),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #ffffff;
  border: none;
  color: #120f21;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #ffffff;
  border: none;
  color: #120f21;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #ffffff;
  border: 1px solid #ed1b24;
  color: #ed1b24;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 13px 25px;
}
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -9px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 22.5px;
  padding-bottom: 9px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 4.5px;
}
.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,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle {
  display: none;
}
.return-status {
  display: inline-block;
  margin-bottom: 18px;
}
.block-cart-failed .action.continue {
  border-radius: 0;
  font-weight: 700;
  background-image: none;
  background: #ffffff;
  border: none;
  color: #120f21;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.3rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #ffffff;
  border: none;
  color: #120f21;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #ffffff;
  border: 1px solid #ed1b24;
  color: #ed1b24;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 4.5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 9px;
  width: calc(100% - 49px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 9px;
  width: calc(100% - 37.5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -9px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 9px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #BCBCBC;
  margin: 40px 0 30px;
}
.opc-block-summary .table-totals td,
.opc-block-summary .table-totals th {
  border-top: 0;
  padding: 5px 0;
}
.opc-block-summary .table-totals th {
  padding-right: 10px;
}
.opc-block-summary .table-totals td {
  padding-left: 10px;
  text-align: right;
}
.opc-block-summary .table-totals .totals.sub th,
.opc-block-summary .table-totals .totals.sub td {
  padding-top: 0;
}
.opc-block-summary .table-totals .totals.shipping th,
.opc-block-summary .table-totals .totals.shipping td {
  padding-bottom: 25px;
}
.opc-block-summary .table-totals .grand.totals {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.opc-block-summary .table-totals .grand.totals th,
.opc-block-summary .table-totals .grand.totals td {
  border-top: 1px solid #BCBCBC;
  padding-top: 25px;
}
.magento-payments-review-discount > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #dfdfdf;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 27px 7px 4.5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
* {
  box-sizing: border-box;
}
.page-main {
  padding-bottom: 50px;
}
.page-layout-2columns-left .columns,
.page-layout-2columns-right .columns,
.page-layout-3columns .columns {
  display: flex;
  flex-wrap: wrap;
}
.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main,
.page-layout-3columns .column.main,
.page-layout-2columns-left .sidebar,
.page-layout-2columns-right .sidebar,
.page-layout-3columns .sidebar {
  width: 100%;
}
.table-wrapper {
  margin-bottom: 18px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals):not(.table-totals) > thead > tr > th,
.table:not(.cart):not(.totals):not(.table-totals) > tbody > tr > th,
.table:not(.cart):not(.totals):not(.table-totals) > tfoot > tr > th,
.table:not(.cart):not(.totals):not(.table-totals) > thead > tr > td,
.table:not(.cart):not(.totals):not(.table-totals) > tbody > tr > td,
.table:not(.cart):not(.totals):not(.table-totals) > tfoot > tr > td {
  border-top: 1px solid #dfdfdf;
}
.table:not(.cart):not(.totals):not(.table-totals) > caption + thead > tr:first-child > th,
.table:not(.cart):not(.totals):not(.table-totals) > colgroup + thead > tr:first-child > th,
.table:not(.cart):not(.totals):not(.table-totals) > thead:first-child > tr:first-child > th,
.table:not(.cart):not(.totals):not(.table-totals) > caption + thead > tr:first-child > td,
.table:not(.cart):not(.totals):not(.table-totals) > colgroup + thead > tr:first-child > td,
.table:not(.cart):not(.totals):not(.table-totals) > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table:not(.cart):not(.totals):not(.table-totals) > tbody + tbody {
  border-top: 1px solid #dfdfdf;
}
.table:not(.cart):not(.totals):not(.table-totals) tr > th:first-of-type,
.table:not(.cart):not(.totals):not(.table-totals) tr > td:first-of-type {
  padding-left: 0 !important;
}
.table:not(.cart):not(.totals):not(.table-totals) tr > th:last-of-type,
.table:not(.cart):not(.totals):not(.table-totals) tr > td:last-of-type {
  padding-right: 0 !important;
}
.table:not(.cart):not(.totals):not(.table-totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals):not(.table-totals) tfoot > tr:first-child td {
  border-top: 1px solid #dfdfdf;
  padding-top: 18px;
}
.table:not(.cart):not(.totals):not(.table-totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.cms-index-index .messages .message {
  margin: 0;
}
.messages .message > div {
  position: relative;
  padding-left: 60px !important;
}
.messages .message > div:before {
  width: 23px !important;
}
.messages .message.error a {
  color: #fff;
}
.form-address-edit .fieldset > .message,
.column.main > .message,
.form-wishlist-items .message {
  margin: 0 0 20px !important;
  padding: 20px 20px !important;
}
.form-address-edit .fieldset > .message > span,
.column.main > .message > span,
.form-wishlist-items .message > span {
  padding-left: 40px;
  position: relative;
}
.form-address-edit .fieldset > .message > span:before,
.column.main > .message > span:before,
.form-wishlist-items .message > span:before {
  width: 23px !important;
  left: 0 !important;
}
.form-address-edit .fieldset > .message .block,
.column.main > .message .block,
.form-wishlist-items .message .block {
  margin: 10px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.form-address-edit .fieldset > .message .block dt,
.column.main > .message .block dt,
.form-wishlist-items .message .block dt {
  margin: 0 15px 0 0;
}
.form-address-edit .fieldset > .message .block dd,
.column.main > .message .block dd,
.form-wishlist-items .message .block dd {
  margin: 0;
}
.search.results > .message {
  padding-left: 20px;
  padding-right: 20px;
}
.form-address-edit .fieldset > .message {
  margin-bottom: 17px;
}
.message.info {
  margin: 0 0 20px;
  padding: 20px 0;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fff3e5;
  color: #000000;
  padding-left: 0;
  position: relative;
}
.message.info a {
  color: #e40e20;
}
.message.info a:hover {
  color: #e40e20;
}
.message.info a:active {
  color: #e40e20;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 0;
  color: #c07600;
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS41NSIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDE5LjU1IDIzIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZTg0NTE0O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzguMjUpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC4yNSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNNDguMDI1LDIzYTIuMzA3LDIuMzA3LDAsMCwwLDIuMy0yLjNoLTQuNkEyLjMwNywyLjMwNywwLDAsMCw0OC4wMjUsMjNaTTU1LjUsMTYuMVY5Ljc3NUE3LjQsNy40LDAsMCwwLDQ5Ljc1LDIuNTNWMS43MjVhMS43MjUsMS43MjUsMCwwLDAtMy40NSwwdi44YTcuNCw3LjQsMCwwLDAtNS43NSw3LjI0NVYxNi4xbC0yLjMsMi4zdjEuMTVINTcuOFYxOC40Wm0tMi4zLDEuMTVINDIuODVWOS43NzVhNS4xNzUsNS4xNzUsMCwwLDEsMTAuMzUsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOC4yNSkiLz48L2c+PC9nPjwvc3ZnPg==');
  font-family: 'icons-blank-theme';
  margin: 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: -4px;
  width: 0;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 20px;
  padding: 20px 0;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ed1b24;
  color: #ffffff;
  padding-left: 0;
  position: relative;
}
.message.error a {
  color: #e40e20;
}
.message.error a:hover {
  color: #e40e20;
}
.message.error a:active {
  color: #e40e20;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 0;
  color: #b30000;
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYSIgZD0iTTExLjUsMEExMS41LDExLjUsMCwxLDAsMjMsMTEuNSwxMS41MzQsMTEuNTM0LDAsMCwwLDExLjUsMFpNMi4zLDExLjVhOS4yMjcsOS4yMjcsMCwwLDEsOS4yLTkuMiw5LjA2Myw5LjA2MywwLDAsMSw1LjYzNSwxLjk1NUw0LjI1NSwxNy4xMzVBOS4wNjMsOS4wNjMsMCwwLDEsMi4zLDExLjVabTkuMiw5LjJhOS4wNjMsOS4wNjMsMCwwLDEtNS42MzUtMS45NTVsMTIuODgtMTIuODhBOS4wNjMsOS4wNjMsMCwwLDEsMjAuNywxMS41LDkuMjI3LDkuMjI3LDAsMCwxLDExLjUsMjAuN1oiLz48L3N2Zz4=');
  font-family: 'icons-blank-theme';
  margin: 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: -4px;
  width: 0;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 20px;
  padding: 20px 0;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffd9b8;
  color: #000000;
  padding-left: 0;
  position: relative;
}
.message.warning a {
  color: #e40e20;
}
.message.warning a:hover {
  color: #e40e20;
}
.message.warning a:active {
  color: #e40e20;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 0;
  color: #c07600;
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZTg0NTE0O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNSkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUpIj48cGF0aCBjbGFzcz0iYSIgZD0iTTEwLjM1LDE3LjI1aDIuM3YtNi45aC0yLjNaTTExLjUsMEExMS41LDExLjUsMCwxLDAsMjMsMTEuNSwxMS41MzQsMTEuNTM0LDAsMCwwLDExLjUsMFptMCwyMC43YTkuMiw5LjIsMCwxLDEsOS4yLTkuMkE5LjIyNyw5LjIyNywwLDAsMSwxMS41LDIwLjdaTTEwLjM1LDguMDVoMi4zVjUuNzVoLTIuM1oiLz48L2c+PC9nPjwvc3ZnPg==');
  font-family: 'icons-blank-theme';
  margin: 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: -4px;
  width: 0;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 20px;
  padding: 20px 0;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fff3e5;
  color: #000000;
  padding-left: 0;
  position: relative;
}
.message.notice a {
  color: #e40e20;
}
.message.notice a:hover {
  color: #e40e20;
}
.message.notice a:active {
  color: #e40e20;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 0;
  color: #c07600;
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS41NSIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDE5LjU1IDIzIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZTg0NTE0O308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzguMjUpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOC4yNSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNNDguMDI1LDIzYTIuMzA3LDIuMzA3LDAsMCwwLDIuMy0yLjNoLTQuNkEyLjMwNywyLjMwNywwLDAsMCw0OC4wMjUsMjNaTTU1LjUsMTYuMVY5Ljc3NUE3LjQsNy40LDAsMCwwLDQ5Ljc1LDIuNTNWMS43MjVhMS43MjUsMS43MjUsMCwwLDAtMy40NSwwdi44YTcuNCw3LjQsMCwwLDAtNS43NSw3LjI0NVYxNi4xbC0yLjMsMi4zdjEuMTVINTcuOFYxOC40Wm0tMi4zLDEuMTVINDIuODVWOS43NzVhNS4xNzUsNS4xNzUsMCwwLDEsMTAuMzUsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOC4yNSkiLz48L2c+PC9nPjwvc3ZnPg==');
  font-family: 'icons-blank-theme';
  margin: 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: -4px;
  width: 0;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 20px;
  padding: 20px 0;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: rgba(113, 194, 33, 0.33);
  color: #000000;
  padding-left: 0;
  position: relative;
}
.message.success a {
  color: #e40e20;
}
.message.success a:hover {
  color: #e40e20;
}
.message.success a:active {
  color: #e40e20;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 0;
  color: #006400;
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojMGE4YTAwO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYSIgZD0iTTYuNzg1LDkuMzE1bC0xLjYxLDEuNjFMMTAuMzUsMTYuMSwyMS44NSw0LjYsMjAuMjQsMi45OWwtOS44OSw5Ljg5Wk0yMC43LDExLjVhOS4yLDkuMiwwLDEsMS05LjItOS4yLDguOTY4LDguOTY4LDAsMCwxLDIuNTMuMzQ1TDE1Ljg3LjgwNUExNCwxNCwwLDAsMCwxMS41LDAsMTEuNSwxMS41LDAsMSwwLDIzLDExLjVaIi8+PC9zdmc+');
  font-family: 'icons-blank-theme';
  margin: 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: -4px;
  width: 0;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  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: 9px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Netlogiq/tritonen/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 24px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 22.5px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 18px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 17px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 1.3rem;
}
.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 #bcbcbc;
  border-radius: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: top;
  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:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #717171;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 8.5px;
}
.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 4.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 4.5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 4.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 9px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 9px;
  padding: 20px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #ed1b24;
  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;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  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 17px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
select {
  appearance: none;
  background-image: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45OCIgaGVpZ2h0PSI2LjQ1MSIgdmlld0JveD0iMCAwIDEwLjk4IDYuNDUxIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC45OCkgcm90YXRlKDkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPjxwYXRoIGQ9Ik02LjI3Niw1LjA2MiwxLjM4OS4xNzVhLjYuNiwwLDAsMC0uODUsMEwuMTguNTM1YS42LjYsMCwwLDAsMCwuODQ5bDQuMSw0LjFMLjE3NSw5LjZhLjYuNiwwLDAsMCwwLC44NWwuMzYuMzZhLjYuNiwwLDAsMCwuODQ5LDBMNi4yNzYsNS45MTRhLjYwNi42MDYsMCwwLDAsMC0uODUyWiIvPjwvZz48L2c+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 40px;
}
.fields > .field.choice:not(.fc-dirty) input[type="checkbox"] + label:before,
.fieldset > .field.choice:not(.fc-dirty) input[type="checkbox"] + label:before,
.amcheckout-checkboxes .admin__field input[type="checkbox"] + label:before {
  content: ' ';
  width: 25px;
  height: 25px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.fields > .field.choice:not(.fc-dirty) input[type="checkbox"]:checked + label:before,
.fieldset > .field.choice:not(.fc-dirty) input[type="checkbox"]:checked + label:before,
.amcheckout-checkboxes .admin__field input[type="checkbox"]:checked + label:before {
  background: #120F21;
  border-color: #120F21;
}
.fields > .field.choice:not(.fc-dirty) input[type="checkbox"]:checked + label:after,
.fieldset > .field.choice:not(.fc-dirty) input[type="checkbox"]:checked + label:after,
.amcheckout-checkboxes .admin__field input[type="checkbox"]:checked + label:after {
  content: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Im0xNTkuOTg4MjgxIDMxOC41ODIwMzFjLTMuOTg4MjgxIDQuMDExNzE5LTkuNDI5Njg3IDYuMjUtMTUuMDgyMDMxIDYuMjVzLTExLjA5Mzc1LTIuMjM4MjgxLTE1LjA4MjAzMS02LjI1bC0xMjAuNDQ5MjE5LTEyMC40Njg3NWMtMTIuNS0xMi41LTEyLjUtMzIuNzY5NTMxIDAtNDUuMjQ2MDkzbDE1LjA4MjAzMS0xNS4wODU5MzhjMTIuNTAzOTA3LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDc1LjE5OTIxOSA3NS4yMDMxMjUgMjAzLjE5OTIxOS0yMDMuMjAzMTI1YzEyLjUwMzkwNi0xMi41IDMyLjc2OTUzMS0xMi41IDQ1LjI1IDBsMTUuMDgyMDMxIDE1LjA4NTkzOGMxMi41IDEyLjUgMTIuNSAzMi43NjU2MjQgMCA0NS4yNDYwOTN6bTAgMCIvPjwvc3ZnPg==');
  position: absolute;
  top: 6px;
  left: 6px;
}
.fields > .field.choice:not(.fc-dirty) label,
.fieldset > .field.choice:not(.fc-dirty) label,
.amcheckout-checkboxes .admin__field label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 4px 0 4px 40px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
button,
a.action,
a.action.primary,
a.action.tocheckout {
  border-radius: 0;
  text-transform: uppercase;
}
button {
  line-height: 1.42857143;
}
button:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.action.secondary {
  background-image: none;
  background: #ffffff;
  border: none;
  color: #120f21;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 13px 25px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.secondary:focus,
.action.secondary:active {
  background: #ffffff;
  border: none;
  color: #120f21;
}
.action.secondary:hover {
  background: #ffffff;
  border: 1px solid #ed1b24;
  color: #ed1b24;
}
.action.secondary.disabled,
.action.secondary[disabled],
fieldset[disabled] .action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.action.secondary {
  display: inline-block;
  text-decoration: none;
}
a.action.secondary:hover,
a.action.secondary:active,
a.action.secondary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #120f21;
  border: 1px solid #120f21;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 13px 25px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border: none !important;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #483f75;
  border: 1px solid #483f75;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover {
  background: #483f75;
  border: 1px solid #483f75;
  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;
}
.action.primary:before,
.action-primary:before,
.action.primary:after,
.action-primary:after {
  content: ' ' !important;
  position: absolute;
  top: 0 !important;
  width: 0;
  height: 0;
  border-style: solid;
}
.action.primary:before,
.action-primary:before {
  right: 100%;
  left: auto !important;
  border-width: 22px 10px 22px 0;
  border-color: transparent #120f21 transparent transparent;
}
.action.primary:after,
.action-primary:after {
  left: 100%;
  border-width: 22px 0 22px 10px;
  border-color: transparent transparent transparent #120f21;
}
.action.primary:hover:before,
.action-primary:hover:before,
.action.primary:active:before,
.action-primary:active:before,
.action.primary:focus:before,
.action-primary:focus:before {
  border-color: transparent #483f75 transparent transparent;
}
.action.primary:hover:after,
.action-primary:hover:after,
.action.primary:active:after,
.action-primary:active:after,
.action.primary:focus:after,
.action-primary:focus:after {
  border-color: transparent transparent transparent #483f75;
}
.action.tocart,
.action.checkout {
  background-image: none;
  background: #120f21;
  border: 1px solid #120f21;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 13px 25px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  background: #e40e20;
}
.action.tocart:focus,
.action.checkout:focus,
.action.tocart:active,
.action.checkout:active {
  background: #483f75;
  border: 1px solid #483f75;
  color: #ffffff;
}
.action.tocart:hover,
.action.checkout:hover {
  background: #483f75;
  border: 1px solid #483f75;
  color: #ffffff;
}
.action.tocart.disabled,
.action.checkout.disabled,
.action.tocart[disabled],
.action.checkout[disabled],
fieldset[disabled] .action.tocart,
fieldset[disabled] .action.checkout {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.tocart:before,
.action.checkout:before {
  border-color: transparent #e40e20 transparent transparent;
}
.action.tocart:after,
.action.checkout:after {
  border-color: transparent transparent transparent #e40e20;
}
.action.tocart:hover,
.action.checkout:hover,
.action.tocart:active,
.action.checkout:active,
.action.tocart:focus,
.action.checkout:focus {
  background: #FF1200;
  border-color: #FF1200;
}
.action.tocart:hover:before,
.action.checkout:hover:before,
.action.tocart:active:before,
.action.checkout:active:before,
.action.tocart:focus:before,
.action.checkout:focus:before {
  border-color: transparent #FF1200 transparent transparent;
}
.action.tocart:hover:after,
.action.checkout:hover:after,
.action.tocart:active:after,
.action.checkout:active:after,
.action.tocart:focus:after,
.action.checkout:focus:after {
  border-color: transparent transparent transparent #FF1200;
}
.modal-popup .action-primary:before,
.modal-popup .action-primary:after {
  content: none !important;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 4.5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  height: 36px;
  padding: 4.5px 18px 4.5px 18px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.7rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #2b2a29;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #2b2a29;
  text-decoration: none;
  padding-bottom: 4.5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  margin: 0 0 4.5px;
  padding: 18px 18px 18px 18px;
}
.pages .items {
  display: flex;
  align-items: center;
}
.pages .item.pages-item-previous {
  margin-right: 20px;
}
.pages .item.pages-item-next {
  margin-left: 20px;
}
.pages span {
  font-size: 20px;
}
.pages .action {
  width: 56px;
  height: 56px;
  display: block;
  text-align: center;
  line-height: 56px;
  border: 1px solid #DFDFDF;
  background: #FFF;
}
.pages .action:hover {
  background: #120F21;
  border-color: #120F21;
}
.pages .action:hover svg {
  fill: #FFF;
}
.breadcrumbs {
  margin: 0 0 18px;
  min-height: 24px;
  background: #FFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #717171;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #717171;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #717171;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #e40e20;
  text-decoration: none;
}
.breadcrumbs a:active {
  color: #717171;
  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: 16px;
  line-height: 18px;
  content: "\203A";
  font-family: 'icons-blank-theme';
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  display: flex;
  overflow-x: auto;
}
.breadcrumbs .items > li {
  vertical-align: middle;
  white-space: nowrap;
}
.breadcrumbs .items > li a {
  vertical-align: middle;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  width: 0px;
}
.clearfix:after {
  clear: both;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row > div,
.row li,
.row a {
  box-sizing: border-box;
}
.row.gutter-small {
  margin-right: -8px;
  margin-left: -8px;
}
.row.gutter-small > * {
  padding-right: 8px;
  padding-left: 8px;
}
.row.gutter-medium {
  margin-right: -15px;
  margin-left: -15px;
}
.row.gutter-medium > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row.gutter-large {
  margin-right: -20px;
  margin-left: -20px;
}
.row.gutter-large > * {
  padding-right: 20px;
  padding-left: 20px;
}
.row.gutter-xlarge {
  margin-right: -22px;
  margin-left: -22px;
}
.row.gutter-xlarge > * {
  padding-right: 22px;
  padding-left: 22px;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.flex > div {
  display: flex;
}
.col.reverse {
  flex-direction: column-reverse;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  background: #FFF;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  border: 0 !important;
  box-shadow: none !important;
  padding: 10px;
  z-index: 1;
}
.product-items .slick-arrow {
  padding: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 41px;
  background: #120F21;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.product-items .slick-arrow span {
  background: #ECECEC;
}
.slick-arrow span:before {
  content: ' ';
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
}
.product-items .slick-arrow span:before {
  border-color: #120F21;
}
.slick-arrow:hover span {
  background: #322A5F;
}
.product-items .slick-arrow:hover span {
  background: #dfdfdf;
}
.slick-prev {
  right: 50%;
  z-index: 2;
}
.product-items .slick-prev {
  right: auto;
  left: 0;
}
.slick-prev span:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 5px;
}
.slick-next {
  left: 50%;
}
.product-items .slick-next {
  left: auto;
  right: 0;
}
.slick-next span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -5px;
}
body:before {
  display: none;
  background: yellow;
  color: #000;
  height: 18px;
  line-height: 16px;
  padding: 0 4px;
  font-size: 12px;
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -9px;
  font-weight: 400;
  z-index: 9;
}
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;
  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 .modal-title .counter:before,
.modal-popup .modal-title .counter:before,
.modal-slide .modal-title .counter:before {
  content: "(";
}
.modal-custom .modal-title .counter:after,
.modal-popup .modal-title .counter:after,
.modal-slide .modal-title .counter:after {
  content: ")";
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 17px !important;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMjkzIDQuMjkzYTEgMSAwIDAxMS40MTQgMEwxMCA4LjU4Nmw0LjI5My00LjI5M2ExIDEgMCAxMTEuNDE0IDEuNDE0TDExLjQxNCAxMGw0LjI5MyA0LjI5M2ExIDEgMCAwMS0xLjQxNCAxLjQxNEwxMCAxMS40MTRsLTQuMjkzIDQuMjkzYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDguNTg2IDEwIDQuMjkzIDUuNzA3YTEgMSAwIDAxMC0xLjQxNHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+');
}
.modal-custom .action-close span,
.modal-popup .action-close span,
.modal-slide .action-close span {
  display: none;
}
.modal-custom .action-close {
  margin: 22.5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 9px;
}
.modal-slide {
  left: auto;
  max-width: 817px;
  width: 100%;
}
.modal-slide .modal-header,
.modal-slide .modal-footer {
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 15px;
}
.modal-slide .modal-header .modal-title,
.modal-slide .modal-footer .modal-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0;
}
.modal-slide .modal-content {
  padding: 20px 15px;
}
.modal-slide .modal-footer {
  border-bottom: 0;
  border-color: #DFDFDF !important;
}
.modal-slide .page-main-actions {
  margin-bottom: -11.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.modal-popup.confirm .action-close {
  padding: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
}
#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: 18px 0 0;
}
.location-details .location-name {
  font-size: 17px;
  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 18px;
  padding: 0 0 9px;
  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: 17px;
}
.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 18px;
}
/**
 * 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/Netlogiq/tritonen/en_US/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #f47a7f;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 9px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 9px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 27px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 36px;
  padding: 9px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 27px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 4.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 4.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.bss-tab-hidden {
  display: none !important;
}
.bss-hidden {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: -1000px;
}
.bss-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.action.view {
  cursor: pointer;
}
.action.add {
  cursor: pointer;
}
.nt-category-item {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  background: #F5F5F5;
  margin: 0 20px 20px 0;
  padding: 15px 30px;
  color: #2b2a29;
}
.nt-category-item:hover {
  background: #FFF;
  color: #e40e20;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  text-decoration: none;
}
.erp-documents {
  margin-top: 30px;
}
.erp-documents .block-content {
  padding-top: 27px;
}
.erp-documents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.erp-documents li {
  margin-bottom: 0;
}
.prolabels-wrapper,
.prolabels-content-wrapper {
  position: relative;
}
.prolabels-wrapper .prolabel,
.prolabels-content-wrapper .prolabel {
  display: inline-block;
  background: transparent center no-repeat;
  line-height: normal;
  transition: all 0.2s;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
.prolabels-wrapper .prolabel__inner,
.prolabels-content-wrapper .prolabel__inner {
  height: 100%;
  width: 100%;
}
.prolabels-wrapper .prolabel__wrapper,
.prolabels-content-wrapper .prolabel__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.prolabels-wrapper .prolabel__content,
.prolabels-content-wrapper .prolabel__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* Image Label */
.prolabels-wrapper .absolute {
  position: absolute;
}
.prolabels-wrapper .top-left {
  top: 0;
  left: 0;
}
.prolabels-wrapper .top-right {
  top: 0;
  right: 0;
}
.prolabels-wrapper .top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.prolabels-wrapper .middle-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.prolabels-wrapper .middle-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prolabels-wrapper .middle-center {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.prolabels-wrapper .bottom-left {
  bottom: 0;
  left: 0;
}
.prolabels-wrapper .bottom-right {
  bottom: 0;
  right: 0;
}
.prolabels-wrapper .bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
/* Content Label */
.prolabels-content-wrapper .prolabel {
  margin-right: 10px;
}
.prolabels-wrapper {
  height: 100%;
  text-align: center;
}
.prolabels-wrapper .product-item-photo {
  font-size: 0;
}
.prolabels-wrapper .hover-image-container {
  left: 50%;
  transform: translateX(-50%);
}
.rtl .prolabels-wrapper .hover-image-container {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
.prolabels-product-image-labels,
.prolabels-content-labels {
  display: none;
}
/* Fotorama fullscreen hide labels */
.fotorama--fullscreen .prolabels-wrapper .prolabel {
  display: none;
}
.breeze-gallery .prolabels-wrapper {
  height: auto;
}
.breeze-gallery.opened .prolabels-wrapper .prolabel {
  display: none;
}
.fsm {
  background: #FFF3E5;
  padding: 13px 25px;
  font-size: 1.3rem;
}
.block-minicart .fsm {
  display: block;
  margin: 0 15px 25px;
}
.cart-container .fsm {
  margin-bottom: 35px;
  display: inline-block;
}
.industry-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.industry-item {
  border: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
  color: #2b2a29;
}
.industry-item:hover {
  color: #e40e20;
  text-decoration: none;
  border-color: #e40e20;
}
.industry-item-image {
  display: block;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}
.industry-item-name {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 10px 20px;
  line-height: 1.4;
}
.industrygallery-items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 45px;
  column-gap: 20px;
}
.industrygallery-item-header {
  display: block;
  color: #2b2a29;
  max-width: 220px;
}
.industrygallery-item-image {
  display: block;
}
.industrygallery-item-name {
  font-size: 16px;
  font-weight: 700;
  margin: 23px 0 0;
  line-height: 1.4;
}
.industrygallery-item-children {
  margin-top: 10px;
  max-width: 220px;
}
.industrygallery-item-children.full .industrygallery-item-more {
  display: none;
}
.industrygallery-item-children.full .industrygallery-item-more ~ .industrygallery-item-child {
  display: block;
}
.industrygallery-item-children.full .industrygallery-item-less {
  display: block;
}
.industrygallery-item-child {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  margin: 0;
}
.industrygallery-item-child a {
  color: #2b2a29;
}
.industrygallery-item-child a:hover {
  color: #e40e20;
  text-decoration: none;
}
.industrygallery-item-more,
.industrygallery-item-less {
  display: inline-block;
  color: #e40e20;
  font-size: 14px;
  padding: 5px 0;
  cursor: pointer;
}
.industrygallery-item-more:hover,
.industrygallery-item-less:hover {
  text-decoration: underline;
}
.industrygallery-item-more ~ .industrygallery-item-child {
  display: none;
}
.industrygallery-item-less {
  display: none;
}
a.industrygallery-item-header:hover {
  color: #e40e20;
  text-decoration: none;
}
.industry-items ~ .category-description {
  max-width: 1094px;
}
@font-face {
  font-family: "lg";
  src: url("../../frontend/Netlogiq/tritonen/en_US/Netlogiq_Notorama/fonts/lg.ttf?22t19m") format("truetype"), url("../../frontend/Netlogiq/tritonen/en_US/Netlogiq_Notorama/fonts/lg.woff?22t19m") format("woff"), url("../../frontend/Netlogiq/tritonen/en_US/Netlogiq_Notorama/fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: #F4F4F4;
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #000;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #F4F4F4;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #000;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  border-top: 1px solid #F4F4F4;
  background-color: #FFF;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin: 0 auto -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ff5501;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #F4F4F4;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #000;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #ff5501;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
            opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07000000000000001);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../../frontend/Netlogiq/triton/en_US/Netlogiq_Notorama/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
.print-index-index {
  background: #fff;
  padding-top: 0;
}
.print-index-index #maincontent {
  max-width: 900px;
}
.print-index-index .column {
  padding-top: 30px;
}
.print-index-index .column .logo {
  margin-bottom: 30px;
  max-width: initial;
}
.print-index-index .column .logo img {
  max-width: initial;
}
.print-index-index .column .nav-toggle {
  display: none;
}
.print-index-index .column h1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  clear: both;
  margin-top: 80px;
}
.print-index-index .left-col {
  position: relative;
}
.print-index-index .left-col .back {
  position: absolute;
  right: 0;
  top: 10px;
}
.print-index-index .sticky-header.sticky,
.print-index-index .pr-cookie-modal {
  display: none !important;
}
.print-index-index .product-information-content {
  max-width: initial;
}
.print-index-index .product-information-content .additional-attributes-wrapper .section-title {
  font-size: 20px;
  font-weight: 700;
}
.print-index-index .product-information-content .additional-attributes-wrapper #product-attribute-specs-table tr {
  display: table-row;
}
.print-index-index .product-information-content .additional-attributes-wrapper #product-attribute-specs-table tr th,
.print-index-index .product-information-content .additional-attributes-wrapper #product-attribute-specs-table tr td {
  padding: 16px 20px;
}
.print-index-index .product-information-content .additional-attributes-wrapper #product-attribute-specs-table tr th {
  font-weight: 600;
}
.print-index-index .product-information-content .additional-attributes-wrapper #product-attribute-specs-table tr:nth-child(odd) {
  background: #f5f4f3;
}
.print-index-index .product-information-content .additional-attributes-wrapper .show {
  display: none !important;
}
.print-index-index .product-information-content .special-attributes {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.print-index-index .product-information-content .special-attributes .attribute,
.print-index-index .product-information-content .special-attributes .product-benefits {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: 0;
  margin-right: 20px;
}
.print-index-index .product-information-content .special-attributes .attribute {
  margin-bottom: 9px;
}
.print-index-index .product-information-content .special-attributes .attribute.sku {
  display: inline-block;
  margin-right: 0;
}
.print-index-index .product-information-content .special-attributes .attribute.sku span {
  font-weight: 600;
}
.print-index-index .product-information-content .special-attributes .attribute.sku .type {
  margin-right: 0;
}
.print-index-index .product-information-content .info-block {
  margin: 0;
  border: 0;
}
.print-index-index .product-information-content .info-block.table-wrapper {
  line-height: 1;
}
.print-index-index .product-information-content .product-benefits ul {
  margin: 0;
}
.print-index-index .product-information-content .product-benefits ul li {
  display: inline-block;
  margin-right: 20px;
}
.print-index-index .product-information-content .product-benefits ul li:last-child {
  margin-right: 0;
}
.print-index-index .product-information-content .attribute.description .section-content .value {
  overflow: visible;
  display: block;
  max-height: initial;
}
.print-index-index .product-information-content .attribute.description .section-content .value img {
  height: auto;
}
.print-index-index .product-information-content .attribute.description .section-content .show {
  display: none !important;
}
.print-index-index .amgdprcookie-bar-template {
  display: none !important;
}
.print-index-index .print {
  float: right;
  margin-top: 10px;
}
.print-index-index .gallery-placeholder {
  clear: both;
  margin-top: 20px;
}
.print-index-index .action.print {
  background: #e40e20;
  border: 1px solid #e40e20;
  color: #FFF;
}
.print-index-index .action.print:hover {
  background: #FF1200;
  border-color: #FF1200;
}
.print-index-index div#CookiebotWidget {
  display: none;
}
@media print {
  .print-index-index .left-col .back {
    display: none;
  }
  .print-index-index .right-col .action.print {
    display: none;
  }
  .print-index-index .col-sm-4 {
    max-width: 33%;
  }
  .print-index-index .col-sm-8 {
    max-width: 66%;
  }
  .print-index-index tr:nth-child(odd) {
    background-color: #f5f4f3 !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    color: #000;
  }
  .print-index-index li .icon:before {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  .amgdprcookie-bar-template,
  iframe {
    display: none !important;
  }
  * {
    overflow: visible !important;
    visibility: visible !important;
  }
}
.rent-link {
  display: inline-block;
  background: #FFD91C;
  color: #000;
  padding: 3px 10px;
}
.rent-link:hover {
  text-decoration: none;
  color: #000;
}
.rent-link-container {
  margin-top: 15px;
}
.rent-button {
  display: inline-flex !important;
  align-items: center;
  text-align: center;
  vertical-align: top;
  margin-top: 25px;
  text-transform: uppercase;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 15px !important;
  height: 54px;
}
.rent-button:before {
  border-width: 27px 10px 27px 0 !important;
}
.rent-button:after {
  border-width: 27px 0 27px 10px !important;
}
.rent-sticker {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  padding: 5px 10px;
  background: #322A5F;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 400;
}
.old-price .rent-sticker {
  display: none;
}
.rent-sticker a {
  color: #FFF;
}
.rent-badge {
  font-size: 12px;
  padding: 5px 10px;
  background: #322A5F;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 400;
}
.grid .rent-badge {
  position: absolute;
  top: 15px;
  right: 15px;
}
.list .rent-badge {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.notorama-container .rent-badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 8px 20px;
}
.wishlist-index-index .rent-sticker {
  display: none;
}
.products-reseald-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 0;
}
.products-reseald-item:first-child {
  padding-top: 0;
}
.products-reseald-item-description {
  font-size: 14px;
  margin-bottom: 15px;
}
.products-reseald-item-description span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  background: #009900;
  color: #FFF;
  padding: 4px 15px;
}
.products-reseald-item-description span:after {
  left: 100%;
  top: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #009900;
  border-width: 14px 7px;
}
.products-reseald-item-description p {
  margin: 10px 0 0;
  line-height: 1.8;
  color: #717171;
}
.products-reseald-item-price {
  margin: 0 20px 0 0;
}
.products-reseald-item-price > .old-price {
  color: #717171;
  text-decoration: line-through;
}
.products-reseald-item-price .normal-price {
  margin-right: 0 !important;
}
.products-reseald .action.tocart.primary {
  white-space: nowrap;
}
.shipment-track-container {
  background: #F5F5F5;
  margin-bottom: 20px;
  padding: 15px 30px;
}
.shipment-track thead th:first-of-type,
.shipment-track tbody td:first-of-type {
  padding-left: 0;
}
.shipment-track thead th:last-of-type,
.shipment-track tbody td:last-of-type {
  padding-right: 0;
}
.shipment-track tbody tr {
  border-top: 1px solid #DFDFDF;
  border-bottom: none !important;
  background: #F5F5F5 !important;
}
.shipment-track thead {
  display: table-header-group !important;
}
.shipment-track tr {
  display: table-row !important;
}
.shipment-track a {
  color: #e40e20;
}
.shipment-track a:hover {
  text-decoration: underline;
}
.swissup-cachewarmer-toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  border-radius: 0;
  z-index: 1000000;
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 30rem;
  display: none;
}
.swissup-cachewarmer-toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #7c7977;
}
.swissup-cachewarmer-toolbar.hit {
  display: block;
}
.swissup-cachewarmer-toolbar.hit > strong {
  background: #69ba6d;
}
.swissup-cachewarmer-toolbar.miss {
  display: block;
}
.swissup-cachewarmer-toolbar.miss > strong {
  background: #d0011b;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-body {
  padding: 1rem 2rem;
  background: #fff;
  text-align: center;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-body > strong {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #928f8e;
}
.swissup-cachewarmer-toolbar table tr th,
.swissup-cachewarmer-toolbar table tr td {
  background: #fff;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}
.swissup-cachewarmer-toolbar table tr th {
  background: #f1f1f1;
  padding: 1rem;
  text-align: center;
}
.swissup-cachewarmer-toolbar table tr td {
  text-align: left;
  border-top: 1px solid #f1f1f1;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-info {
  background: #fff;
  padding: .5rem 1rem;
  text-align: right;
  font-size: 1.1rem;
  border-top: 1px solid #f1f1f1;
  color: #928f8e;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-info .swissup-cachewarmer-toolbar-info-list {
  text-align: center;
}
.swissup-cachewarmer-toolbar .swissup-cachewarmer-toolbar-info a {
  color: #928f8e;
  text-decoration: underline;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 9px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 18px;
  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 4.5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 9px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 18px;
}
.block-cart-failed {
  margin-top: 36px;
}
.block-cart-failed .block-title {
  font-size: 2rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 9px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 9px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9px;
}
.block-category-event .block-title {
  margin: 0 0 9px;
}
.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: 36px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-container .footer-payment {
  display: block;
}
.cart-summary {
  background: #FFF;
}
.cart-summary .title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 20px;
}
.cart-summary .block.shipping {
  display: none;
}
.block.discount {
  margin: 20px 0 0;
}
.block.discount .title {
  display: inline-block;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.block.discount .title:after {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45OTYiIGhlaWdodD0iOC4yMjMiIHZpZXdCb3g9IjAgMCAxMy45OTYgOC4yMjMiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiM0YjRhNGE7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjk5Nikgcm90YXRlKDkwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik04LDYuNDUyLDEuNzcxLjIyNGEuNzY3Ljc2NywwLDAsMC0xLjA4MywwTC4yMjkuNjgyYS43NjcuNzY3LDAsMCwwLDAsMS4wODNMNS40Niw3LC4yMjQsMTIuMjMxYS43NjcuNzY3LDAsMCwwLDAsMS4wODNsLjQ1OS40NThhLjc2Ny43NjcsMCwwLDAsMS4wODMsMEw4LDcuNTM4QS43NzMuNzczLDAsMCwwLDgsNi40NTJaIi8+PC9nPjwvc3ZnPg==');
  position: absolute;
  top: -1px;
  right: 0;
}
.block.discount .title[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.block.discount .title strong {
  font-size: 1.6rem !important;
  font-weight: 400;
}
.block.discount .content {
  display: none;
  padding-top: 10px;
  max-width: 420px;
}
.block.discount .fieldset {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.block.discount .field {
  margin: 0 10px 0 0;
  flex: 1;
}
.block.discount .input-text {
  height: 40px;
}
.block.discount .actions-toolbar .action {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-totals {
  margin-bottom: 35px;
}
.cart-totals-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
}
.cart-totals th,
.cart-totals td {
  padding: 5px 0;
}
.cart-totals th {
  font-weight: 400;
}
.cart-totals td {
  text-align: right;
}
.cart-totals tr:nth-last-child(2) th,
.cart-totals tr:nth-last-child(2) td {
  padding-bottom: 20px;
}
.cart-totals .grand.totals th,
.cart-totals .grand.totals td {
  padding-top: 20px;
  padding-bottom: 0;
  border-top: 1px solid #DFDFDF;
  text-transform: uppercase;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-payment {
  margin-top: 55px;
  text-align: center;
}
.cart-payment-links {
  margin-top: 35px;
}
.cart-payment p {
  margin-bottom: 10px;
}
.cart-payment div {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.cart-payment img {
  margin: 10px 7px 0;
}
.cart-payment a {
  color: #717171;
  margin: 0 15px;
  text-decoration: underline;
}
.cart-payment a:hover {
  text-decoration: none;
}
.checkout-methods-items .item {
  margin-bottom: 0;
}
.checkout-methods-items .action.primary {
  width: 100%;
  text-transform: uppercase;
}
.cart.table-wrapper thead tr {
  border-bottom: 1px solid #DFDFDF;
}
.cart.table-wrapper thead th {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cart.table-wrapper tbody tr {
  border-bottom: 1px solid #DFDFDF;
}
.cart.table-wrapper th {
  padding: 0 10px 10px;
}
.cart.table-wrapper td {
  padding: 25px 10px;
}
.cart.table-wrapper .col.item {
  padding-left: 0;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal {
  text-align: right;
}
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax {
  font-size: 1.6rem;
  line-height: 40px;
}
.cart.table-wrapper .col.qty {
  text-align: center;
}
.cart.table-wrapper .col.action {
  padding-right: 0;
}
.cart.table-wrapper .col.action .action-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  margin-left: auto;
}
.cart.table-wrapper .col.action .action-delete svg {
  fill: #B4B4B4;
}
.cart.table-wrapper .col.action .action-delete:hover svg {
  fill: #e40e20;
}
.cart.table-wrapper .ampreorder-note {
  margin-top: 10px;
  display: block;
  width: 100%;
  font-size: 12px;
  background: #fff3e5;
  padding: 10px 15px;
}
.product-cart-photo {
  display: block;
}
.product-cart-photo .badges {
  display: none;
}
.product-cart-details {
  margin-top: 10px;
}
.product-cart-details .message {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.2rem;
  margin-top: 5px;
}
.product-cart-details .message > div {
  padding-left: 0 !important;
}
.product-cart-details .message > div:before {
  content: none !important;
}
.product-cart-name {
  display: block;
}
.product-cart-name span {
  color: #ED1B24;
}
.product-cart-name a {
  color: #2b2a29;
}
.product-cart-name a:hover {
  text-decoration: none;
  color: #e40e20;
}
.product-cart-options {
  margin: 0;
  font-size: 1.2rem;
  overflow: hidden;
}
.product-cart-options dt,
.product-cart-options dd {
  margin: 0;
  float: left;
}
.product-cart-options dt {
  clear: left;
  font-weight: 400;
}
.product-cart-options dt:after {
  content: ':';
  margin-right: 5px;
}
.product-cart-qty input {
  width: 59px;
  height: 40px;
  border: 1px solid #DEDEDE;
  padding: 0 5px;
  text-align: center;
}
.cart-container .products-items {
  margin-top: 70px;
}
.cart-container .products-items-title {
  margin-bottom: 25px;
}
.minicart-wrapper .showcart {
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
}
.minicart-wrapper .showcart svg {
  fill: #2b2a29;
}
.minicart-wrapper .showcart .counter {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  background: #ed1b24;
  border-radius: 50%;
}
.minicart-wrapper .showcart .counter.empty {
  display: none;
}
.minicart-wrapper .showcart:hover svg {
  fill: #ED1B24;
}
.minicart-wrapper .block-minicart {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 780px;
  background: #FFF;
  z-index: 3;
}
.minicart-wrapper #minicart-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.minicart-wrapper .minicart-title {
  padding: 20px 15px;
  order: 10;
  margin-bottom: 45px;
  border-bottom: 1px solid #DFDFDF;
}
.minicart-wrapper .minicart-title strong {
  font-size: 2.4rem;
  text-transform: uppercase;
  padding-right: 40px;
}
.minicart-wrapper .minicart-title .close {
  padding: 0;
  background: none;
  border: 0;
  position: absolute;
  top: 24px;
  right: 20px;
}
.minicart-wrapper .minicart-title .close:before {
  content: ' ';
  position: absolute;
  top: -24px;
  right: 760px;
  background: rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 100vh;
}
.minicart-wrapper .subtitle.empty {
  padding: 0 40px;
  order: 10;
}
.minicart-wrapper .subtotal {
  display: flex;
  margin: 0 15px 20px;
  font-size: 2rem;
  font-weight: 700;
  order: 30;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
}
.minicart-wrapper .subtotal .amount {
  margin-left: auto;
}
.minicart-wrapper .actions {
  margin: 0 15px 30px;
  order: 40;
  max-width: 285px;
}
.minicart-wrapper .actions .action {
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.minicart-wrapper .actions .action:hover {
  text-decoration: none;
}
.minicart-wrapper .minicart-items-wrapper {
  height: auto !important;
  flex: 1;
  overflow-y: auto;
  margin: 0 15px;
  border-top: 1px solid #DEDEDE;
  order: 50;
}
.minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar {
  width: 12px;
}
.minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar-track {
  background: #FFF;
}
.minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background-color: #DEDEDE;
  border-radius: 20px;
  border: 3px solid #FFF;
}
.minicart-wrapper .minicart-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.minicart-wrapper .product-minicart {
  position: relative;
  border-bottom: 1px solid #DEDEDE;
  padding: 15px 42px 15px 0;
  margin-bottom: 0;
  display: flex;
}
.minicart-wrapper .product-minicart-photo {
  margin-right: 20px;
}
.minicart-wrapper .product-minicart-photo .product-image-wrapper {
  padding-bottom: 0 !important;
}
.minicart-wrapper .product-minicart-details {
  flex: 1;
  position: relative;
}
.minicart-wrapper .product-minicart-details .message {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.2rem;
  margin-top: 5px;
}
.minicart-wrapper .product-minicart-details .message > div {
  padding-left: 0 !important;
}
.minicart-wrapper .product-minicart-details .message > div:before {
  content: none !important;
}
.minicart-wrapper .product-minicart-qty {
  margin: 0 25px;
}
.minicart-wrapper .product-minicart-name {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}
.minicart-wrapper .product-minicart-name a {
  color: #2b2a29;
}
.minicart-wrapper .product-minicart-name a:hover {
  text-decoration: none;
  color: #e40e20;
}
.minicart-wrapper .product-minicart-options {
  margin: 0;
  font-size: 1.2rem;
  overflow: hidden;
}
.minicart-wrapper .product-minicart-options dt,
.minicart-wrapper .product-minicart-options dd {
  margin: 0;
  float: left;
}
.minicart-wrapper .product-minicart-options dt {
  clear: left;
  font-weight: 400;
}
.minicart-wrapper .product-minicart-options dt:after {
  content: ':';
  margin-right: 5px;
}
.minicart-wrapper .product-minicart-pricing {
  margin-top: 10px;
}
.minicart-wrapper .product-minicart .price-container .price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ED1B24;
}
.minicart-wrapper .product-minicart .item-qty {
  width: 59px;
  height: 42px;
  border: 1px solid #DEDEDE;
  padding: 0 5px;
  text-align: center;
}
.minicart-wrapper .product-minicart .update-cart-item {
  padding: 9px 10px;
  display: block;
  margin-top: 5px;
  width: 100%;
}
.minicart-wrapper .product-minicart .action.delete {
  background: #F5F5F5;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 0;
}
.minicart-wrapper .product-minicart .action.delete svg {
  fill: #818181;
}
.minicart-wrapper .product-minicart .action.delete:hover {
  background: #e40e20;
}
.minicart-wrapper .product-minicart .action.delete:hover svg {
  fill: #FFF;
}
.checkout-container {
  margin: 0 0 18px;
}
.opc-wrapper {
  margin: 0 0 18px;
}
.opc-wrapper .step-content {
  margin: 0 0 36px;
}
.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;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 4.5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #120f21;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #ed1b24;
}
.opc-progress-bar {
  margin: 0 0 18px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 9px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 9px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #f47a7f;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  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: 13px;
  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: 18px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  margin-top: 9px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid #e5e5e5;
  margin: 0 0 18px;
  padding: 15px;
  transition: 0.3s border-color;
  width: 50%;
  font-size: 13px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.opc-wrapper .shipping-address-item-inner {
  flex: 1;
}
.opc-wrapper .shipping-address-item-action {
  min-width: 75px;
  text-align: center;
  margin-left: 10px;
}
.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: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 18px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.5px;
}
.opc-wrapper .action-select-shipping-item {
  margin: 18px 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: 18px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 18px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 18px;
  padding-top: 18px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #e40e20;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 27px;
}
.opc-block-shipping-information {
  padding: 0 27px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 18px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  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: #8f8f8f;
}
.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 18px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  margin: 0 0 18px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #dfdfdf;
  padding: 9px 36px 9px 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: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: 9px;
}
.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 9px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 4.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #dfdfdf;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 22.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -54px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.6rem;
  border-bottom: 0;
  margin-bottom: 22.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 4.5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 22.5px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 9px;
}
.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: 36px;
  padding-top: 36px;
  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-title {
  padding: 18px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 18px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 18px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 18px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 18px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 18px 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: 18px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #e40e20;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 18px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.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: 4.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.5px;
  padding-right: 4.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 {
  padding-right: 18px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 18px;
}
.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: 27px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 18px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.downloadable.samples {
  margin-bottom: 18px;
}
.downloadable.samples dd {
  margin: 0 0 9px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 22.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 4.5px 8px;
  font-size: 1.1rem;
  margin-top: 18px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 17px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 17px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 27px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9px;
}
.gift-message .field {
  margin-bottom: 18px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 18px;
}
.gift-options-content .fieldset {
  margin: 0 0 18px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 9px 18px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 9px 0 18px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #ffffff;
  border: none;
  color: #120f21;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #ffffff;
  border: none;
  color: #120f21;
}
.gift-item-block .title:hover {
  background: #ffffff;
  border: 1px solid #ed1b24;
  color: #ed1b24;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 9px 9px 18px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 9px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 18px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #dfdfdf;
  padding-top: 9px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 36px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 9px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 4.5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 54px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 22.5px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #dfdfdf;
}
.block-giftregistry-shared-items .col {
  padding: 18px 8px 9px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 9px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 4.5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 9px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 18px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 18px 0 9px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  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 9px 9px 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: 9px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 4.5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 4.5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 18px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 9px 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: 18px;
}
.order-options .product {
  margin-bottom: 9px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 9px;
}
.order-options .gift-wrapping {
  margin-bottom: 9px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #dfdfdf;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #dfdfdf;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 13px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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;
}
.map-popup-wrapper.popup .action.close {
  top: 9px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
}
.map-popup .popup-content {
  margin: 9px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 9px;
  top: 9px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 9px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #e40e20;
  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 {
  text-decoration: none;
}
button.map-show-info:hover {
  color: #e40e20;
  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: #e40e20;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #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 {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 4.5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 9px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 4.5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
}
.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: 9px;
  top: 9px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 9px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 18px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 18px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 18px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 54px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 18px;
}
.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: 18px;
}
.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 9px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 9px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 18px;
  margin-top: 27px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #2b2a29;
}
.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: 22.5px;
  padding-left: 14px;
}
.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: 9px;
}
.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: #ed1b24;
}
.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: 9px;
}
.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: 27px;
}
.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: 9px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 36px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 22.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9px;
}
.multicheckout .item-options {
  margin: 9px 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 #dfdfdf;
  padding-bottom: 9px;
}
.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: 36px;
}
.multicheckout.order-review .error-description {
  color: #ed1b24;
  font-weight: 400;
  margin-bottom: 9px;
  margin-top: -9px;
}
.multicheckout .box-title span {
  margin-right: 9px;
}
.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 4.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 36px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 4.5px 4.5px 9px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 9px 4.5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 18px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 9px;
}
.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 #dfdfdf;
  margin: 18px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 9px 0 18px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Netlogiq/tritonen/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/Netlogiq/tritonen/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 22.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 17px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.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: #e40e20;
  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 {
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #e40e20;
  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: #e40e20;
  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: #e40e20;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 18px;
}
.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 {
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #e40e20;
  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: #e40e20;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
body .select2-container--default .select2-selection--single {
  height: 50px;
  border-color: #bcbcbc;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 35px;
}
.products-list.list {
  border-top: 1px solid #DFDFDF;
}
.products-items.discontinued {
  margin-top: 55px;
}
.products-items-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.grid .product-item {
  margin-bottom: 20px;
}
.list .product-item-info {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
  padding-left: 95px;
}
.product-item-content {
  flex: 1;
}
.product-item-photo {
  display: block;
}
.list .product-item-photo {
  position: absolute;
  top: 15px;
  left: 0;
}
.product-item-photo span,
.product-item-photo img {
  display: block;
}
.product-item-photo img {
  margin: 0 auto;
}
.product-item-top {
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  text-transform: uppercase;
}
.grid .product-item-top {
  display: flex;
  padding: 13px 0;
  border-bottom: 1px solid #DFDFDF;
}
.list .product-item-top {
  display: inline-flex;
  margin-top: 10px;
}
.product-item-stock .stock {
  color: #FFF;
  padding: 2px 10px;
  display: inline-block;
}
.product-item-stock .stock.unavailable {
  background: #120F21;
}
.product-item-stock .stock.available,
.product-item-stock .stock.details {
  background: #37B444;
}
.product-item-sku {
  margin-left: 20px;
}
.product-item-name {
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.grid .product-item-name {
  margin-top: 10px;
}
.product-item-name a {
  color: #2b2a29;
  display: block;
}
.product-item-name a:hover {
  text-decoration: none;
  color: #e40e20;
}
.grid .product-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
  overflow: hidden;
}
.product-item-price {
  margin-top: 10px;
}
.product-item-price .price-box {
  font-size: 14px;
}
.product-item-atc {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.product-item-atc input {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0 5px;
  margin-right: 10px;
}
.product-item-atc .action.tocart {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.product-main .products-items {
  margin-top: 50px;
}
.product-main .product-item {
  margin-top: 35px;
  margin-bottom: 0 !important;
}
.category-view {
  margin-bottom: 40px;
}
.category-image img {
  display: block;
}
.category-description {
  margin-top: 40px;
  line-height: 2;
}
.page-layout-1column .category-description {
  margin-top: 60px;
}
.category-description-content {
  max-width: 1190px;
  margin-top: 40px;
}
.category-description-content > *:last-of-type {
  margin-bottom: 0;
}
.category-description .block-products-list .block-title h2 {
  margin: 0;
}
.category-description .product-item {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
.category-cms {
  margin-top: 28px;
}
.category-shop {
  padding: 40px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.category-shop .container {
  max-width: 1020px;
}
.product-right {
  margin-top: 20px;
}
.product-main .page-title-wrapper {
  margin: 0;
}
.product-top {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #DFDFDF;
  padding: 5px 0 15px;
  margin-bottom: 25px;
  color: #717171;
  font-size: 13px;
}
.product-top > * {
  margin-top: 10px;
}
.product-top > *:after {
  content: ' ';
  width: 1px;
  height: 13px;
  background: #DFDFDF;
  display: block;
  margin: 0 20px;
}
.product-top > *:last-of-type:after {
  content: none;
}
.product-top .product.attribute.sku,
.product-top .product.attribute.sku-manufacturer {
  display: flex;
  align-items: center;
}
.product-top .product.attribute.sku strong,
.product-top .product.attribute.sku-manufacturer strong {
  font-weight: 400;
  margin-right: 4px;
}
.product-top .product.attribute.sku strong:after,
.product-top .product.attribute.sku-manufacturer strong:after {
  content: ":";
}
.product-info-stock {
  font-size: 1.3rem;
  position: relative;
}
.product-info-stock > * {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
.product-info-stock .stock {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.product-info-stock .stock span {
  display: block;
  padding: 5px 10px;
  margin-right: 10px;
  background: #37B444;
  color: #FFF;
}
.product-info-stock .stock.unavailable span {
  margin-right: 10px;
  background: #120F21;
  color: #FFF;
}
.product-info-stock .msi-trigger {
  cursor: pointer;
  background: #F5F5F5;
  padding: 5px 10px;
  margin-right: 15px;
  display: inline-block;
}
.product-info-stock .fsm-message {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.product-info-stock .fsm-message svg {
  margin-right: 10px;
}
.product-info-price .price-box {
  font-size: 20px;
  margin-top: 25px;
}
.product-addto-links {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-addto-links .towishlist,
.product-addto-links .tocompare {
  border: 1px solid #DFDFDF;
  height: 55px;
  min-width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  color: #2b2a29;
  text-align: left;
  cursor: pointer;
  margin-right: 10px;
}
.product-addto-links .towishlist:hover,
.product-addto-links .tocompare:hover {
  border-color: #e40e20;
}
.product-addto-links .towishlist:hover svg,
.product-addto-links .tocompare:hover svg {
  fill: #e40e20;
}
.product-addto-links .towishlist.updated {
  padding: 0 10px;
}
.product-addto-links svg {
  display: block;
  fill: #BCBCBC;
}
.product-addtocart-secondary {
  margin-top: 20px;
}
.product-addtocart-secondary a {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #2b2a29;
}
.product-addtocart-secondary a:hover {
  color: #e40e20;
  text-decoration: none;
}
.product-addtocart-secondary a:hover .icon {
  border-color: #e40e20;
}
.product-addtocart-secondary a:hover svg {
  fill: #e40e20;
}
.product-addtocart-secondary .icon {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DFDFDF;
  margin-right: 15px;
}
.product-addtocart-secondary p {
  margin: 0;
}
.product-addtocart-secondary a[href^="tel"] svg {
  stroke: #120f21;
}
.product-addtocart-secondary a[href^="tel"]:hover svg {
  fill: none;
  stroke: #e40e20;
}
.product-reasons {
  font-size: 1.4rem;
  background: #F5F5F5;
  padding: 25px;
  margin-top: 35px;
}
.product-reasons > strong {
  display: block;
  margin-bottom: 15px;
}
.product-reasons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-reasons li {
  margin: 7px 0 0;
  display: flex;
  align-items: center;
}
.product-reasons li.beneficiu_energo {
  color: #e40e20;
}
.product-reasons svg {
  margin-right: 10px;
}
.product-reasons p {
  margin: 0;
}
.product-reasons a {
  color: #2b2a29;
  text-decoration: underline;
}
.product-reasons a:hover {
  text-decoration: none;
}
.product-details-menu {
  display: none;
}
.product-details {
  margin-top: 60px;
  border-top: 1px solid #E5E5E5;
}
.product-details-item {
  border-bottom: 1px solid #E5E5E5;
}
.product-details .title {
  display: block;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  line-height: 1.42857143;
}
.product-details .title .counter:before {
  content: '(';
}
.product-details .title .counter:after {
  content: ')';
}
.product-addto {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 20px;
}
.nforms-ask-price {
  border: 1px solid #DFDFDF;
  padding: 0 20px;
  line-height: 53px;
  font-size: 13px;
  text-transform: uppercase;
  color: #120F21;
  font-weight: 700;
  margin: 10px 10px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nforms-ask-price:hover {
  color: #E40E20;
  border-color: #E40E20;
}
.nforms-ask-price:hover svg {
  stroke: #E40E20;
}
.nforms-ask-price svg {
  margin-right: 10px;
  stroke: #BCBCBC;
}
#product-print {
  display: none;
}
.product-options-wrapper > .fieldset {
  margin-bottom: 0;
}
.product-options-wrapper .field.configurable {
  margin-bottom: 44px;
}
.product-warehouses {
  width: 100%;
  margin-top: 15px;
}
.product.alert.stock {
  padding: 0;
  font-size: 14px;
}
.product.alert.stock a {
  text-transform: none;
  color: #2b2a29;
}
.product.alert.stock a:hover {
  text-decoration: none;
  color: #e40e20;
}
.product.alert.price {
  margin-top: 5px;
  font-size: 14px;
}
.product.alert.price a {
  text-transform: none;
  color: #2b2a29;
}
.product.alert.price a:hover {
  text-decoration: none;
  color: #e40e20;
}
.product-showroom {
  margin: 20px 0 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.product-add-form {
  margin-top: 15px;
}
.box-tocart {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.box-tocart.scroll-to-fixed-fixed {
  background: #F5F5F5;
  width: 100% !important;
  left: 0 !important;
  padding: 0 15px 10px;
}
.box-tocart .fieldset {
  display: flex;
  align-items: flex-end;
  margin: 10px 0 0;
}
.box-tocart .field.qty {
  display: flex;
  align-items: center;
  border: 1px solid #DFDFDF;
  margin: 0 10px 0 0;
}
.box-tocart .field.qty input {
  width: 40px;
  height: 51px;
  padding: 0 5px;
  text-align: center;
  border: none;
}
.box-tocart .field.qty span {
  cursor: pointer;
  padding: 0 10px;
  font-size: 3rem;
  line-height: 51px;
  -moz-user-select: none;
  -webkit-user-select: none;
  color: #DFDFDF;
  background: #FFF;
}
.box-tocart .field.qty span:hover {
  color: #2b2a29;
}
.box-tocart .action.primary.tocart {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 25px;
  font-size: 15px;
  border: none;
}
.box-tocart .action.primary.tocart:before {
  border-width: 27px 10px 27px 0;
}
.box-tocart .action.primary.tocart:after {
  border-width: 27px 0 27px 10px;
}
.product.pricing {
  background: #FFF3E5;
  font-size: 12px;
  padding: 10px 15px;
  margin: -10px 0 10px;
}
.product.attribute.description {
  line-height: 1.625;
}
.product.attribute.description h3 {
  text-transform: uppercase;
  margin: 40px 0 20px;
}
.product.attribute.description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product.attribute.description li {
  margin: 10px 0 0;
  padding-left: 26px;
  position: relative;
}
.product.attribute.description li:before {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2b2a29;
  position: absolute;
  top: 9px;
  left: 0;
}
.additional-attributes-wrapper,
.msi-table {
  border-bottom: 1px solid #DFDFDF;
}
.additional-attributes-wrapper tr:first-of-type th,
.msi-table tr:first-of-type th,
.additional-attributes-wrapper tr:first-of-type td,
.msi-table tr:first-of-type td {
  border-top: none !important;
}
.additional-attributes-wrapper th,
.msi-table th,
.additional-attributes-wrapper td,
.msi-table td {
  padding: 15px 11px;
}
.additional-attributes-wrapper th,
.msi-table th {
  padding-left: 0;
  width: 35%;
}
.additional-attributes-wrapper td,
.msi-table td {
  padding-right: 0;
}
.product-notice {
  margin-top: 35px;
  background: #FFF3E5;
  padding: 15px 20px;
  font-size: 11px;
}
.page-products .products.wrapper ~ .toolbar {
  justify-content: center;
}
.products-list + .toolbar-products {
  margin-top: 20px;
  margin-bottom: 0;
}
.toolbar-products {
  margin-bottom: 25px;
}
.toolbar-filter {
  flex: 1;
  margin-right: 10px;
}
.products.wrapper ~ .toolbar .toolbar-filter {
  display: none;
}
.toolbar-filter-label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.toolbar-filter-button {
  position: relative;
  display: block;
  border: 1px solid #707070;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
}
.toolbar-filter-button:after {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45OCIgaGVpZ2h0PSI2LjQ1MSIgdmlld0JveD0iMCAwIDEwLjk4IDYuNDUxIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC45OCkgcm90YXRlKDkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPjxwYXRoIGQ9Ik02LjI3Niw1LjA2MiwxLjM4OS4xNzVhLjYuNiwwLDAsMC0uODUsMEwuMTguNTM1YS42LjYsMCwwLDAsMCwuODQ5bDQuMSw0LjFMLjE3NSw5LjZhLjYuNiwwLDAsMCwwLC44NWwuMzYuMzZhLjYuNiwwLDAsMCwuODQ5LDBMNi4yNzYsNS45MTRhLjYwNi42MDYsMCwwLDAsMC0uODUyWiIvPjwvZz48L2c+PC9zdmc+');
  position: absolute;
  top: -3px;
  right: 15px;
}
.toolbar-amount,
.limiter {
  display: none;
}
.sorter {
  display: block;
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.sorter-options {
  height: 38px;
  border-color: #707070;
  padding: 0 30px 0 15px;
  width: 100%;
}
.modes {
  display: none;
}
.pages {
  display: none;
}
.products.wrapper ~ .toolbar .pages {
  display: inline-block;
  vertical-align: top;
}
.compare-widget-inner,
.compare-widget-title,
.compare-widget-actions {
  display: flex;
  align-items: center;
}
.compare-widget-inner {
  background: #302C44;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
.compare-widget-inner.no-display {
  display: none;
}
.compare-widget-title {
  color: #FFF;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 10px 20px 0;
}
.compare-widget-title strong {
  margin-right: 5px;
}
.compare-widget-actions {
  margin: 10px 20px 0;
}
.compare-widget-actions .action.compare {
  text-decoration: none;
  padding: 10px 40px;
  margin-right: 30px;
}
.compare-widget-actions .action.clear {
  color: #FFF;
  font-size: 13px;
  text-align: center;
}
.catalog-product_compare-index .product-item {
  position: relative;
}
.catalog-product_compare-index .product-item-actions {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.catalog-product_compare-index .product-item-actions .actions-primary {
  flex: 1;
}
.catalog-product_compare-index .product-item-actions a,
.catalog-product_compare-index .product-item-actions svg {
  display: block;
}
.catalog-product_compare-index .product-item .action.delete {
  color: #2b2a29;
  position: absolute;
  top: 0;
  right: 0;
}
.catalog-product_compare-index .product-item .action.delete:hover {
  color: #e40e20;
}
.catalog-product_compare-index .product-item .action.tocart {
  width: 100%;
  padding: 12px 20px;
}
.catalog-product_compare-index .product-item .action.towishlist {
  padding: 12px 15px;
}
.catalog-product_compare-index .product-item .action.towishlist:hover svg {
  fill: #e40e20;
}
.catalog-product_compare-index .product-item .action.towishlist svg {
  fill: #717171;
}
.table-wrapper.comparison {
  overflow-x: auto;
}
#product-comparison th,
#product-comparison td {
  border-bottom: 1px solid #DFDFDF;
  padding: 17px 20px;
  min-width: 245px;
}
#product-comparison th {
  padding-left: 0;
  min-width: 150px;
}
#product-comparison td {
  min-width: 245px;
}
#product-comparison td:last-of-type {
  padding-right: 0;
}
.block-viewed-products-grid {
  margin-top: 50px;
}
.block-viewed-products-grid .block-title {
  font-size: 20px;
  text-transform: uppercase;
}
.block-viewed-products-grid .product-items {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.block-viewed-products-grid .product-item {
  margin: 20px 0 0;
}
.block-viewed-products-grid .product-image-wrapper {
  padding-bottom: 0 !important;
}
.block-viewed-products-grid .product-image-container {
  width: 100% !important;
}
.price-box {
  font-size: 20px;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  position: relative;
  font-weight: 300;
  color: #717171;
}
.price-box .old-price:after {
  content: ' ';
  width: 100%;
  height: 1px;
  background: #717171;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.price-box > span:first-child,
.price-box .price-as-configured,
.price-box .normal-price,
.price-box .special-price {
  color: #ED1B24;
  font-weight: 700;
  margin-right: 15px;
}
.price-box .price-as-configured,
.price-box .normal-price {
  margin-right: 0 !important;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  color: #ED1B24;
  font-weight: 700;
}
.price-box .price-from:after {
  content: " - ";
}
.minimal-price > span:first-child {
  color: #ED1B24;
  font-weight: 700;
  margin-right: 15px;
}
.header-search {
  width: 100%;
  margin-top: 15px;
}
.minisearch {
  position: relative;
}
.minisearch .input-text {
  background: none;
  box-shadow: none !important;
  height: 49px;
  padding: 0 50px 0 20px;
}
.minisearch .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.minisearch .action.search {
  padding: 13px 25px;
  border: none;
  background: none;
}
.search-autocomplete {
  left: 0;
  top: 100%;
  width: 100% !important;
  z-index: 1;
}
.smile-elasticsuite-autocomplete-result {
  background: #FFF;
  border: 1px solid #EEEEEE;
  padding: 0 0 25px;
  overflow: hidden;
  max-height: calc(100vh - 125px);
  overflow-y: auto;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list {
  margin-top: 25px;
  padding: 0 20px;
}
.smile-elasticsuite-autocomplete-result dt {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 0;
}
.smile-elasticsuite-autocomplete-result dd {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 0;
  padding: 10px 0;
  line-height: 1.2;
  cursor: pointer;
}
.smile-elasticsuite-autocomplete-result dd:hover {
  color: #e40e20;
}
.smile-elasticsuite-autocomplete-result .autocomplete-list.category dd {
  display: block;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  flex-shrink: 0;
  margin-right: 15px;
}
.smile-elasticsuite-autocomplete-result .product-item {
  margin-bottom: 0;
}
.smile-elasticsuite-autocomplete-result .product-secondary {
  display: none;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  display: block;
  color: #BCBCBC;
}
.smile-elasticsuite-autocomplete-result .amount {
  display: none;
}
.home-banners > a {
  display: block;
  position: relative;
}
.home-banners > a:hover {
  text-decoration: none;
}
.home-banners > a img {
  display: block;
}
.home-banners > a div h2 {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.home-banners > a div p {
  font-size: 14px;
  margin: 10px 0 20px;
  color: #2b2a29;
}
.home-banners > a div .action.primary {
  background: #e40e20;
}
.home-banners > a div .action.primary:before {
  border-color: transparent #e40e20 transparent transparent;
}
.home-banners > a div .action.primary:after {
  border-color: transparent transparent transparent #e40e20;
}
.home-banners > a div .action.primary:hover {
  background: #FF1200;
}
.home-banners > a div .action.primary:hover:before {
  border-color: transparent #FF1200 transparent transparent;
}
.home-banners > a div .action.primary:hover:after {
  border-color: transparent transparent transparent #FF1200;
}
.home-intro {
  text-align: center;
  font-size: 15px;
  padding: 55px 0;
}
.home-intro .col-l-6 {
  order: -1;
}
.home-intro ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-intro ul svg {
  vertical-align: top;
}
.home-intro ul strong,
.home-intro ul span {
  display: block;
  line-height: 1.2;
}
.home-intro ul strong {
  font-size: 16px;
  margin-top: 15px;
  color: #120F21;
}
.home-intro ul span {
  margin-top: 5px;
  font-size: 13px;
}
.home-intro li {
  margin-bottom: 0;
  margin-top: 40px;
  flex: 1;
  padding: 0 5px;
}
.home-intro h2 {
  font-size: 20px;
  margin: 0 0 15px;
}
.home-intro a {
  font-weight: 700;
  color: #322A5F;
  border-bottom: 2px solid #322A5F;
  display: inline-block;
  margin-top: 15px;
}
.home-intro a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.home-intro a + a {
  margin-left: 50px;
}
.home-intro p {
  max-width: 480px;
  margin: 0 auto;
}
.home-dual {
  margin-top: 35px;
}
.home-dual a,
.home-dual img {
  display: block;
}
.home-dual img {
  width: 100%;
}
.home-category {
  margin-top: 0;
  padding: 50px 0;
  background: #F5F5F5;
  position: relative;
}
.home-category:before,
.home-category:after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}
.home-category:before {
  right: 100%;
}
.home-category:after {
  left: 100%;
}
.home-category .section-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #BCBCBC;
}
.home-category-item {
  display: block;
  margin-top: 40px;
}
.home-category-item-image {
  background: #FFF;
  border: 1px solid transparent;
  border-bottom: 2px solid #322A5F;
  display: block;
}
.home-category-item-image:hover {
  border-color: #322A5F;
}
.home-category-item-image img {
  display: block;
}
.home-category-item-name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
  color: #2b2a29;
}
.home-category-item-name:hover {
  text-decoration: none;
}
.section-title {
  display: flex;
  align-items: center;
}
.section-title h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 30px 0 0;
}
.section-title a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 20px;
  border: 1px solid #BCBCBC;
  color: #2b2a29;
}
.section-title a:hover {
  border-color: #e40e20;
  color: #e40e20;
  text-decoration: none;
}
.home-brands {
  margin-top: 50px;
}
.home-brands .section-title {
  margin-bottom: 10px;
}
.home-brands .col-xl-2 a {
  display: block;
  text-align: center;
  border: 1px solid #F5F5F5;
  padding: 10px;
  margin-top: 16px;
}
.home-brands .col-xl-2 a:hover {
  border-color: #e40e20;
}
.home-brands img {
  vertical-align: top;
}
.no-route {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.no-route-img {
  margin-right: 45px;
}
.no-route-content h1 {
  font-size: 22px !important;
  font-weight: 700;
  margin: 0 !important;
}
.no-route-content p {
  margin: 15px 0 0;
  font-size: 13px;
}
.cms-page-view.page-layout-1column .column.main {
  max-width: 100%;
}
.cms-page-view .column.main {
  max-width: 972px;
}
.cms-page-view .column.main .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.cms-page-view .column.main .page-title-wrapper {
  margin-bottom: 30px;
}
.cms-page-view .column.main .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.cms-page-view .column.main > h2,
.cms-page-view .column.main > h3,
.cms-page-view .column.main > h4,
.cms-page-view .column.main > ul > li,
.cms-page-view .column.main > p {
  margin-bottom: 20px;
  line-height: 1.625;
}
.cms-page-view .column.main > h2 {
  margin-top: 30px;
}
.cms-page-view .column.main img {
  margin: 20px 0 30px;
}
.cms-page-view .column.main img + * {
  margin-top: 0 !important;
}
.cms-page-view .column.main > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-page-view .column.main > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-page-view .column.main > ul li {
  position: relative;
  padding-left: 25px;
}
.cms-page-view .column.main > ul li:before {
  content: ' ';
  width: 8px;
  height: 8px;
  display: block;
  background: #120F21;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.cms-page-view .column.main > ul li li {
  margin: 20px 0 0;
}
.cms-page-view .column.main > ul li li:before {
  background: #717171;
}
.cms-page-view .column.main > ul a {
  color: #2b2a29;
}
.cms-page-view .column.main > ul a:hover {
  text-decoration: none;
  color: #e40e20;
}
.cms-links {
  background: #F5F5F5;
  padding: 25px 20px;
  height: 100%;
}
.cms-links h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.cms-links strong {
  display: block;
  margin: 30px 0 15px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cms-links li {
  margin: 10px 0 0;
}
.cms-links a {
  color: #2b2a29;
}
.cms-links a:hover {
  color: #e40e20;
  text-decoration: none;
}
.cms-faq {
  border-bottom: 1px solid #BCBCBC;
}
.cms-faq div[data-role="trigger"] {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 10px 20px 0;
  cursor: pointer;
  border-top: 1px solid #BCBCBC;
}
.cms-faq div[data-role="trigger"]:after {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjMxOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOS4zMTggNiI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzEyMGYyMTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xLjk2NiwyOTIuNjRhLjY2NC42NjQsMCwwLDAtLjQ4LDEuMUw1LjQ2NywyOTguNGEuNjY0LjY2NCwwLDAsMCwxLjAxMSwwbDMuOTg1LTQuNjUzYS42NjQuNjY0LDAsMSwwLTEuMDA5LS44NjNsLTMuNDgyLDQuMDY0LTMuNDgtNC4wNjRhLjY2NS42NjUsMCwwLDAtLjUyNS0uMjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMzE5IC0yOTIuNjMpIi8+PC9zdmc+');
  position: absolute;
  top: 17px;
  right: 0;
}
.cms-faq div[data-role="trigger"]:hover {
  color: #e40e20;
}
.cms-faq div[aria-expanded="true"] > div:after {
  transform: rotate(180deg);
  top: 21px;
}
.cms-faq div[data-role="content"] {
  display: none;
  padding-bottom: 20px;
  line-height: 1.625;
}
.cms-text-card {
  border: 1px solid #DFDFDF;
  text-align: center;
  padding: 25px 0;
}
.cms-text-card strong,
.cms-text-card span {
  display: block;
}
.cms-text-card strong {
  font-size: 34px;
  font-weight: 700;
}
.cms-text-card span {
  font-size: 20px;
  color: #2B2A29;
  font-weight: 300;
}
.cms-imgs img {
  margin: 0 !important;
}
.cms-blocks > div {
  margin-top: 40px;
}
.cms-block {
  border: 1px solid #DFDFDF;
  padding: 35px 45px;
  height: 100%;
}
.cms-block p {
  font-size: 20px;
  margin-bottom: 15px;
}
.cms-block span {
  font-size: 15px;
  display: block;
  margin-bottom: 25px;
}
.cms-button {
  display: inline-block;
  vertical-align: top;
  background: #302C44;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 40px;
}
.cms-button:hover {
  color: #FFF;
  text-decoration: none;
  background: #252235;
}
.contact-index-index .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.contact-form-container {
  margin-bottom: 60px;
}
.contact-collapsible div[data-role="title"] {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #BCBCBC;
  cursor: pointer;
  position: relative;
}
.contact-collapsible div[data-role="title"]:after {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjMxOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOS4zMTggNiI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzEyMGYyMTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xLjk2NiwyOTIuNjRhLjY2NC42NjQsMCwwLDAtLjQ4LDEuMUw1LjQ2NywyOTguNGEuNjY0LjY2NCwwLDAsMCwxLjAxMSwwbDMuOTg1LTQuNjUzYS42NjQuNjY0LDAsMSwwLTEuMDA5LS44NjNsLTMuNDgyLDQuMDY0LTMuNDgtNC4wNjRhLjY2NS42NjUsMCwwLDAtLjUyNS0uMjQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMzE5IC0yOTIuNjMpIi8+PC9zdmc+');
  position: absolute;
  top: 6px;
  right: 0;
}
.contact-collapsible div[data-role="title"][aria-expanded="true"]:after {
  transform: rotate(180deg);
  top: 13px;
}
.contact-collapsible div[data-role="content"] {
  padding: 30px 0;
  position: relative;
}
.contact-collapsible ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.contact-collapsible ul:last-of-type {
  margin-bottom: 0;
}
.contact-collapsible li {
  margin: 0 0 10px;
}
.contact-collapsible li:last-of-type {
  margin-bottom: 0;
}
.contact-collapsible a {
  color: #2b2a29;
}
.contact-collapsible a:hover {
  color: #e40e20;
  text-decoration: none;
}
.contact-form .action.submit {
  width: 100%;
  text-align: center;
}
.contact-map {
  display: inline-flex;
  align-items: center;
  padding: 20px 40px;
  background: #F5F5F5;
  border: 1px solid #DFDFDF;
  margin-top: 20px;
}
.contact-map svg {
  margin-right: 25px;
}
.contact-map:hover {
  background: #FFF;
  color: #2b2a29 !important;
}
.login-container .form-login {
  margin-bottom: 0;
}
.customer-account-login .message.success,
.customer-account-create .message.success,
.customer-account-forgotpassword .message.success,
.customer-account-confirmation .message.success,
.customer-account-createpassword .message.success,
.customer-account-login .message.info,
.customer-account-create .message.info,
.customer-account-forgotpassword .message.info,
.customer-account-confirmation .message.info,
.customer-account-createpassword .message.info,
.customer-account-login .message.error,
.customer-account-create .message.error,
.customer-account-forgotpassword .message.error,
.customer-account-confirmation .message.error,
.customer-account-createpassword .message.error,
.customer-account-login .message.warning,
.customer-account-create .message.warning,
.customer-account-forgotpassword .message.warning,
.customer-account-confirmation .message.warning,
.customer-account-createpassword .message.warning,
.customer-account-login .message.notice,
.customer-account-create .message.notice,
.customer-account-forgotpassword .message.notice,
.customer-account-confirmation .message.notice,
.customer-account-createpassword .message.notice {
  margin: 0;
}
.customer-account-login .header-logo,
.customer-account-create .header-logo,
.customer-account-forgotpassword .header-logo,
.customer-account-confirmation .header-logo,
.customer-account-createpassword .header-logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-confirmation .page-main,
.customer-account-createpassword .page-main {
  padding-top: 20px;
  padding-bottom: 20px;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-confirmation .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  margin: 20px 0 30px;
}
.customer-account-login .page-title-wrapper h1,
.customer-account-create .page-title-wrapper h1,
.customer-account-forgotpassword .page-title-wrapper h1,
.customer-account-confirmation .page-title-wrapper h1,
.customer-account-createpassword .page-title-wrapper h1 {
  font-size: 2.6rem;
  margin: 0;
}
.customer-account-login .actions-toolbar,
.customer-account-create .actions-toolbar,
.customer-account-forgotpassword .actions-toolbar,
.customer-account-confirmation .actions-toolbar,
.customer-account-createpassword .actions-toolbar {
  width: 100%;
  margin-top: 30px;
}
.customer-account-login .actions-toolbar .action.primary,
.customer-account-create .actions-toolbar .action.primary,
.customer-account-forgotpassword .actions-toolbar .action.primary,
.customer-account-confirmation .actions-toolbar .action.primary,
.customer-account-createpassword .actions-toolbar .action.primary {
  width: 100%;
  padding: 18px ​25px;
}
.customer-account-login .actions-toolbar .action.remind,
.customer-account-create .actions-toolbar .action.remind,
.customer-account-forgotpassword .actions-toolbar .action.remind,
.customer-account-confirmation .actions-toolbar .action.remind,
.customer-account-createpassword .actions-toolbar .action.remind {
  text-transform: none;
  margin-top: 15px;
  display: inline-block;
}
.customer-account-login .block-new-customer,
.customer-account-create .block-new-customer,
.customer-account-forgotpassword .block-new-customer,
.customer-account-confirmation .block-new-customer,
.customer-account-createpassword .block-new-customer {
  border-top: 1px solid #DFDFDF;
  margin-top: 25px;
  padding-top: 25px;
}
.customer-account-login .customer-name-prefix,
.customer-account-create .customer-name-prefix,
.customer-account-forgotpassword .customer-name-prefix,
.customer-account-confirmation .customer-name-prefix,
.customer-account-createpassword .customer-name-prefix {
  margin-bottom: 0 !important;
}
.customer-account-login .fields,
.customer-account-create .fields,
.customer-account-forgotpassword .fields,
.customer-account-confirmation .fields,
.customer-account-createpassword .fields {
  display: flex;
  width: 100%;
}
.customer-account-login .field-name-prefix,
.customer-account-create .field-name-prefix,
.customer-account-forgotpassword .field-name-prefix,
.customer-account-confirmation .field-name-prefix,
.customer-account-createpassword .field-name-prefix {
  display: none;
}
.block-collapsible-nav {
  margin-bottom: 0;
  background: #F5F5F5;
}
.block-collapsible-nav-title {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.block-collapsible-nav .items {
  font-size: 1.4rem;
}
.block-collapsible-nav .item strong,
.block-collapsible-nav .item a {
  display: block;
  padding: 5px 0;
}
.block-collapsible-nav .item strong {
  font-weight: 400;
  color: #e40e20;
}
.block-collapsible-nav .item a {
  color: #2b2a29;
}
.block-collapsible-nav .item a:hover {
  color: #e40e20;
  text-decoration: none;
}
.sales-order-history .actions-toolbar,
.sales-order-history .limiter {
  display: none;
}
.orders-recent {
  overflow-x: auto;
}
#my-orders-table tfoot th,
#my-orders-table tfoot td {
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
#my-orders-table tfoot strong {
  font-size: 2rem;
}
#my-orders-table .col.total,
#my-orders-table .col.actions {
  text-align: right;
}
#my-orders-table .col.actions a {
  margin-right: 0;
  white-space: nowrap;
  text-transform: none;
}
#my-orders-table .col.actions a:last-of-type {
  margin-left: 10px;
}
.table-order-items tfoot th,
.table-order-items tfoot td {
  border: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-order-items tfoot strong {
  font-size: 2rem;
}
.modal-slide.modal-account {
  max-width: 330px;
}
.modal-slide.modal-account .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border-bottom: 0;
}
.modal-slide.modal-account .modal-content {
  padding: 0;
}
.modal-slide.modal-account .action-close {
  position: static;
  padding: 15px !important;
}
.modal-slide.modal-account .modal-account-guest {
  padding: 15px 40px;
}
.modal-slide.modal-account .modal-account-guest .action {
  text-decoration: none;
}
.modal-slide.modal-account .modal-account-guest p {
  margin: 15px 0 0;
}
.modal-slide.modal-account .modal-account-member {
  padding: 29px 40px;
  display: flex;
  align-items: center;
}
.modal-slide.modal-account .modal-account-member svg {
  margin-right: 15px;
}
.modal-slide.modal-account ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-slide.modal-account li {
  margin: 0;
}
.modal-slide.modal-account li a {
  position: relative;
  display: block;
  padding: 13px 40px;
  color: #2b2a29;
}
.modal-slide.modal-account li a:hover {
  background: #F5F5F5;
  text-decoration: none;
}
.modal-slide.modal-account li a:hover:after {
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border: solid #2b2a29;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  right: 20px;
}
.account .page-title-wrapper .action {
  margin-top: 15px;
  background: #e40e20;
  border-color: #e40e20;
  font-weight: 400;
  padding: 5px 15px;
  color: #FFF;
}
.account .page-title-wrapper .action:hover,
.account .page-title-wrapper .action:active,
.account .page-title-wrapper .action:focus {
  background: #FF1200;
  border-color: #FF1200;
  text-decoration: none;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 18px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit {
  max-width: 550px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box {
  margin: 27px 0 0 !important;
}
.box-title {
  display: block;
  margin-bottom: 10px;
}
.box-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.box-actions a {
  margin-top: 5px;
  display: inline-block;
}
.box-information .box-actions a:first-of-type {
  margin-right: 25px;
}
.box-billing-address .box-content,
.box-shipping-address .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;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
body.account .page-header {
  margin-bottom: 40px;
}
body.account .column.main .block {
  padding: 25px 15px;
  border: 1px solid #DFDFDF;
}
body.account .column.main .block.block-dashboard-addresses .block-title,
body.account .column.main .block.block-dashboard-info .block-title,
body.account .column.main .block.block-addresses-default .block-title {
  margin-bottom: 0;
}
body.account .column.main .block + .block {
  margin-top: 30px;
}
body.account .column.main .block + .actions-toolbar {
  margin-top: 30px;
}
body.account .column.main .block-title {
  padding-bottom: 15px;
  margin-bottom: 27px;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
}
body.account .column.main .block-title strong {
  text-transform: uppercase;
  font-size: 2rem;
}
body.account .column.main .block-title a {
  font-size: 1.5rem;
  margin-left: 25px !important;
}
body.account .column.main .block a.action {
  text-transform: none;
}
.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 {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  padding: 2px 5px;
}
.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: 9px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.block.filter {
  margin-bottom: 0;
}
.filter-current-subtitle {
  display: block;
}
.filter-current-item {
  color: #818181;
  font-size: 1.4rem;
  margin-top: 10px !important;
  position: relative;
  padding-left: 20px;
}
.filter-current-attr strong:after {
  content: ': ';
}
.filter-current .action.remove {
  margin-right: 5px;
  position: absolute;
  top: 1px;
  left: 0;
}
.filter-current .action.remove svg {
  fill: #818181;
}
.filter-current .action.remove:hover svg {
  fill: #DA1515;
}
.filter-current .filter-actions {
  margin-top: 15px;
}
.filter-current .filter-clear {
  text-transform: uppercase;
  color: #DA1515;
}
.filter-current .filter-clear:hover {
  text-decoration: underline;
}
.filter-attributes-title {
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.filter-options {
  margin: 0;
  border-bottom: 1px solid #ECECEC;
}
.filter-options-item {
  border-top: 1px solid #ECECEC;
}
.filter-options-item.active > .filter-options-content {
  display: block !important;
}
.filter-options-item.active > .filter-options-title:after {
  border-width: 1px 0 0 1px;
  top: 34px;
}
.filter-options-title {
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 25px 0;
  cursor: pointer;
}
.filter-options-title:after {
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border: solid #2b2a29;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 29px;
  right: 1px;
}
.filter-options-content {
  padding-bottom: 25px;
}
.filter-options-content .item {
  border-top: 1px solid #ECECEC;
  padding: 7px 0;
}
.filter-options-content .item:first-of-type {
  border-top: none;
}
.filter-options-content .item a {
  color: #2b2a29;
}
.filter-options-content .item input:checked + label:before {
  background: #120F21;
  border-color: #120F21;
}
.filter-options-content .item input:checked + label:after {
  content: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Im0xNTkuOTg4MjgxIDMxOC41ODIwMzFjLTMuOTg4MjgxIDQuMDExNzE5LTkuNDI5Njg3IDYuMjUtMTUuMDgyMDMxIDYuMjVzLTExLjA5Mzc1LTIuMjM4MjgxLTE1LjA4MjAzMS02LjI1bC0xMjAuNDQ5MjE5LTEyMC40Njg3NWMtMTIuNS0xMi41LTEyLjUtMzIuNzY5NTMxIDAtNDUuMjQ2MDkzbDE1LjA4MjAzMS0xNS4wODU5MzhjMTIuNTAzOTA3LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDc1LjE5OTIxOSA3NS4yMDMxMjUgMjAzLjE5OTIxOS0yMDMuMjAzMTI1YzEyLjUwMzkwNi0xMi41IDMyLjc2OTUzMS0xMi41IDQ1LjI1IDBsMTUuMDgyMDMxIDE1LjA4NTkzOGMxMi41IDEyLjUgMTIuNSAzMi43NjU2MjQgMCA0NS4yNDYwOTN6bTAgMCIvPjwvc3ZnPg==');
  position: absolute;
  top: 6px;
  left: 6px;
}
.filter-options-content .item label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 3px 40px;
  margin-bottom: 0;
}
.filter-options-content .item label:before {
  content: ' ';
  width: 25px;
  height: 25px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filter-options .swatch-attribute-options {
  margin: -10px -5px 0;
  display: flex;
}
.popup-newsletter .modal-inner-wrap {
  width: 90%;
  max-width: 600px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}
.popup-newsletter .modal-header,
.popup-newsletter .modal-content {
  padding: 0;
}
.popup-newsletter .modal-header .action-close {
  width: 72px;
  height: 72px;
  padding: 0 !important;
}
.popup-newsletter .modal-header .action-close:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDcyIDcyIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojMTIwZjIxO30uYntmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjUxIC0xNzEpIj48cmVjdCBjbGFzcz0iYSIgd2lkdGg9IjcyIiBoZWlnaHQ9IjcyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjUxIDE3MSkiLz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjc1IDE5NC45ODQpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuMDE2KSI+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xNC45NDksMTIuMjY2LDI0LjExLDMuMWExLjM0MiwxLjM0MiwwLDAsMCwwLTEuODk1bC0uOC0uOGExLjM0MywxLjM0MywwLDAsMC0xLjksMEwxMi4yNTEsOS41NjgsMy4wOS40MDdBMS4zNDMsMS4zNDMsMCwwLDAsMS4yLjQwN2wtLjguOGExLjM0MSwxLjM0MSwwLDAsMCwwLDEuODk1bDkuMTYxLDkuMTYxTC4zOTIsMjEuNDI3YTEuMzQ0LDEuMzQ0LDAsMCwwLDAsMS45bC44LjhhMS4zNDMsMS4zNDMsMCwwLDAsMS44OTUsMGw5LjE2MS05LjE2MSw5LjE2MSw5LjE2MWExLjMzLDEuMzMsMCwwLDAsLjk0Ny4zOTFoMGExLjMzLDEuMzMsMCwwLDAsLjk0OC0uMzkxbC44LS44YTEuMzQ0LDEuMzQ0LDAsMCwwLDAtMS45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMC4wMTYpIi8+PC9nPjwvZz48L2c+PC9zdmc+');
}
.popup-newsletter + .modals-overlay {
  background: rgba(0, 0, 0, 0.33);
}
.newsletter-popup-form {
  padding: 30px 20px;
}
.newsletter-popup-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.newsletter-popup-actions {
  margin-top: 25px;
}
.newsletter-popup-actions .action {
  width: 100%;
}
.newsletter-popup img {
  display: block;
}
.newsletter-popup .field.gdpr {
  margin-top: 10px;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  margin-right: 5px;
}
.rating-summary .rating-result {
  position: relative;
  height: 20px;
  width: 100px;
  white-space: nowrap;
}
.rating-summary .rating-result:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==');
}
.rating-summary .rating-result > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result > span:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==');
}
.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;
}
.table-reviews .action.more {
  text-transform: none;
}
.review-control-vote {
  position: relative;
}
.review-control-vote:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0RGREZERiI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==');
}
.review-control-vote input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.review-control-vote label:before {
  opacity: 0;
}
.review-control-vote label span {
  display: none;
}
.review-control-vote label.rating-1 {
  z-index: 5;
}
.review-control-vote label.rating-1:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==');
}
.review-control-vote label.rating-2 {
  z-index: 4;
}
.review-control-vote label.rating-2:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==');
}
.review-control-vote label.rating-3 {
  z-index: 3;
}
.review-control-vote label.rating-3:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==');
}
.review-control-vote label.rating-4 {
  z-index: 2;
}
.review-control-vote label.rating-4:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==');
}
.review-control-vote label.rating-5 {
  z-index: 1;
}
.review-control-vote label.rating-5:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==') url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNXB4IiBoZWlnaHQ9IjM1cHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iI0ZGQTIwMSI+CiAgPHBhdGggZD0iTTkuMDQ5IDIuOTI3Yy4zLS45MjEgMS42MDMtLjkyMSAxLjkwMiAwbDEuMDcgMy4yOTJhMSAxIDAgMDAuOTUuNjloMy40NjJjLjk2OSAwIDEuMzcxIDEuMjQuNTg4IDEuODFsLTIuOCAyLjAzNGExIDEgMCAwMC0uMzY0IDEuMTE4bDEuMDcgMy4yOTJjLjMuOTIxLS43NTUgMS42ODgtMS41NCAxLjExOGwtMi44LTIuMDM0YTEgMSAwIDAwLTEuMTc1IDBsLTIuOCAyLjAzNGMtLjc4NC41Ny0xLjgzOC0uMTk3LTEuNTM5LTEuMTE4bDEuMDctMy4yOTJhMSAxIDAgMDAtLjM2NC0xLjExOEwyLjk4IDguNzJjLS43ODMtLjU3LS4zOC0xLjgxLjU4OC0xLjgxaDMuNDYxYTEgMSAwIDAwLjk1MS0uNjlsMS4wNy0zLjI5MnoiIC8+Cjwvc3ZnPg==');
}
.block.review-add > .title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.block.review-add .legend {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
  margin: 0 0 18px;
}
.block.review-add .field.rating {
  display: table-row;
}
.block.review-add .field.rating .label {
  display: table-cell;
  padding: 4.5px 0;
  vertical-align: middle;
}
.block.review-add .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  background: red;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.block.reviews.list .review.item {
  margin-bottom: 36px;
}
.block.reviews.list .review.title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 18px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 18px;
}
.product-reviews-summary {
  display: flex;
  align-items: center;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .reviews-actions a {
  color: #717171;
}
.product-reviews-summary .reviews-actions a:hover {
  text-decoration: none;
  color: #e40e20;
}
.customer-review .product-details {
  margin-bottom: 36px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 18px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-review .review-details .review-content {
  margin-bottom: 18px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 18px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  width: 100%;
}
.fieldset .review-legend.legend {
  font-weight: 400;
  margin-bottom: 30px;
  float: none;
}
.fieldset .review-legend.legend strong {
  margin-top: 10px;
  display: block;
  margin-left: 0;
  font-size: 2rem;
  font-weight: 700;
}
.review-field-rating .control {
  margin-top: 5px;
}
.review-list {
  margin-bottom: 60px;
}
.review-list .block-title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.review-item {
  margin: 0;
  padding: 20px 0;
}
.review-item:first-of-type {
  padding-top: 0;
}
.review-header {
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.review-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.review-details {
  margin: 5px 0 0;
  font-size: 14px;
  color: #717171;
}
.review-ratings {
  margin-top: 10px;
}
.review-ratings .rating-summary {
  margin-right: 0;
}
.review-author {
  display: inline;
}
.order-links {
  border: 1px solid #DFDFDF;
  border-bottom: 0;
}
.order-links .item {
  display: block;
  border-bottom: 1px solid #DFDFDF;
  text-align: center;
}
.order-links .item:last-of-type {
  border-bottom: 0;
}
.order-links strong,
.order-links a {
  display: block;
  padding: 10px 25px;
  text-transform: uppercase;
}
.order-links a {
  color: #717171;
}
.order-links a:hover {
  text-decoration: none;
  color: #e40e20;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border: 1px solid #DFDFDF;
  margin-bottom: 30px;
  padding: 25px 15px;
}
.order-details-items .order-title > strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #dfdfdf;
}
.order-details-items .item-options,
.order-details-items .item.options {
  font-size: 1.2rem;
  margin-top: 5px;
}
.order-details-items .item-options dt,
.order-details-items .item.options dt,
.order-details-items .item-options dd,
.order-details-items .item.options dd {
  float: left;
}
.order-details-items .item-options dt,
.order-details-items .item.options dt {
  clear: left;
  margin-right: 2px;
}
.order-details-items .item-options dt:after,
.order-details-items .item.options dt:after {
  content: ": ";
}
.order-details-items a {
  text-transform: none;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-status {
  background: #F5F5F5;
  border: 1px solid #DFDFDF;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #120F21;
}
.order-info {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.order-date {
  display: flex;
  align-items: center;
}
.order-date:after {
  content: ' ';
  width: 1px;
  height: 12px;
  background: #B4B4B4;
  margin: 0 20px;
}
.order-actions-toolbar a {
  text-transform: none;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.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-title {
  margin-bottom: 0 !important;
}
.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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.swatch-attribute {
  margin-top: 25px;
}
.swatch-attribute-label {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
}
.swatch-attribute-label.required {
  padding-right: 9px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
  text-transform: uppercase;
  vertical-align: middle;
}
.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: 9px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #ffffff;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  background: navy;
  cursor: pointer;
  float: left;
  margin: 10px 10px 0 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option[data-option-tooltip-value="#ffffff"] {
  border: 1px solid #DEDEDE;
}
.swatch-option:focus {
  box-shadow: none;
}
.swatch-option.text {
  background: #ffffff;
  color: #2b2a29;
  padding: 13px 11px;
  border: 1px solid #DFDFDF;
  outline: none !important;
}
.swatch-option.text:not(.disabled):hover,
.swatch-option.text.selected {
  background-color: #ffffff;
  border: 1px solid #120F21;
}
.swatch-option.selected {
  border: 1px solid #dfdfdf;
  color: #2b2a29;
}
.swatch-option:not(.disabled):hover {
  outline: 1px solid #120f21;
  outline-offset: 2px;
  color: #2b2a29;
}
.swatch-option.image,
.swatch-option.color {
  width: 77px !important;
  height: 77px !important;
  padding: 0;
}
.swatch-option.color.selected {
  outline: 1px solid #120f21;
  outline-offset: 2px;
  border: none;
  color: inherit;
}
.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/Netlogiq/tritonen/en_US/images/loader-2.gif');
}
.swatch-option-link-layered {
  display: block;
  margin: 10px 5px 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered .swatch-option {
  width: 29px !important;
  height: 29px !important;
  float: none;
  margin: 0;
}
.swatch-layered {
  margin-top: 0;
}
.swatch-opt {
  margin: 0 0 44px;
}
.swatch-opt-listing {
  margin-bottom: 9px;
}
.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;
}
.swatch-select {
  margin-top: 10px;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.page-header {
  margin-bottom: 20px;
}
.cms-index-index .page-header {
  margin-bottom: 0;
}
.header.content {
  display: flex;
  align-items: center;
}
.header-logo {
  display: block;
  flex-shrink: 0;
}
.header-logo img {
  display: block;
}
.header-message {
  display: none;
}
.header-menu,
.header-account,
.header-wishlist {
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
.header-menu svg,
.header-account svg,
.header-wishlist svg {
  display: block;
  fill: #2b2a29;
}
.header-menu:hover svg,
.header-account:hover svg,
.header-wishlist:hover svg {
  fill: #ED1B24;
}
.header-wishlist {
  position: relative;
}
.header-wishlist .counter.qty {
  position: absolute;
  top: -9px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  background: #2b2a29;
  display: block;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 9px;
}
.header-menu svg {
  fill: #000;
}
.header-account {
  position: relative;
}
.header-phone {
  display: block;
  padding: 0 15px;
  margin-left: auto;
  cursor: pointer;
}
.header-phone svg {
  display: block;
  stroke: #2b2a29;
}
.header-phone:hover svg {
  stroke: #ED1B24;
}
.header-bubble {
  position: absolute;
  top: 0;
  right: 0;
  background: #ED1B24;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
}
.header-bubble.hidden {
  display: none;
}
.modal-phone-title {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  border-bottom: 1px solid #DFDFDF;
}
.modal-phone p {
  padding: 0 40px;
  margin: 0;
}
.modal-phone a {
  display: block;
  color: #e40e20;
  font-size: 16px;
  border-bottom: 1px solid #DFDFDF;
  padding: 15px 40px;
}
.modal-phone a[href^="tel"] {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 75px;
}
.modal-phone a[href^="tel"]:before {
  content: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMyIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMzIgMzIiIGZpbGw9IiNGRjY3MDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZGF0YS1uYW1lPSJMYXllciAzIj48cGF0aCBkPSJtMjkuMzkzIDIzLjM2Yy0uODc0LS43MzMtNi0zLjk3OS02Ljg1Mi0zLjgzLS40LjA3MS0uNzA2LjQxMi0xLjUyNSAxLjM4OWExMS42ODcgMTEuNjg3IDAgMCAxIC0xLjI0NCAxLjM0NyAxMC43NTcgMTAuNzU3IDAgMCAxIC0yLjM3NC0uODggMTQuNyAxNC43IDAgMCAxIC02Ljc4NC02Ljc4NiAxMC43NTcgMTAuNzU3IDAgMCAxIC0uODgtMi4zNzQgMTEuNjg3IDExLjY4NyAwIDAgMSAxLjM0Ny0xLjI0NGMuOTc2LS44MTkgMS4zMTgtMS4xMjMgMS4zODktMS41MjUuMTQ5LS44NTQtMy4xLTUuOTc4LTMuODMtNi44NTItLjMwNi0uMzYyLS41ODQtLjYwNS0uOTQtLjYwNS0xLjAzMiAwLTUuNyA1Ljc3Mi01LjcgNi41MiAwIC4wNjEuMSA2LjA3IDcuNjg5IDEzLjc5MSA3LjcyMSA3LjU4OSAxMy43MyA3LjY4OSAxMy43OTEgNy42ODkuNzQ4IDAgNi41Mi00LjY2OCA2LjUyLTUuNyAwLS4zNTYtLjI0My0uNjM0LS42MDctLjk0eiIvPjxwYXRoIGQ9Im0yMyAxNWgyYTguMDA5IDguMDA5IDAgMCAwIC04LTh2MmE2LjAwNiA2LjAwNiAwIDAgMSA2IDZ6Ii8+PHBhdGggZD0ibTI4IDE1aDJhMTMuMDE1IDEzLjAxNSAwIDAgMCAtMTMtMTN2MmExMS4wMTMgMTEuMDEzIDAgMCAxIDExIDExeiIvPjwvc3ZnPg==');
  display: block;
  position: absolute;
  top: 16px;
  left: 40px;
}
.modal-phone a:last-child {
  border-top: 1px solid #DFDFDF;
  margin-top: 20px;
}
.modal-phone a + a {
  margin-bottom: 20px;
}
.footer-top {
  background: #F5F5F5;
  color: #000;
}
.footer-bottom {
  background: #120F21;
  padding: 35px 0;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-links .title {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 20px 0;
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  margin: 10px 0 0;
  word-break: break-word;
}
.footer-links a {
  color: #000;
}
.footer-newsletter {
  display: flex;
  align-items: center;
  color: #FFF;
  border-top: 1px solid #DFDFDF;
  margin-top: 30px;
  padding: 30px 0;
}
.footer-newsletter:hover {
  text-decoration: none;
}
.footer-newsletter:hover span:after {
  content: none;
}
.footer-newsletter svg {
  display: block;
  margin-right: 15px;
}
.footer-newsletter span {
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
  position: relative;
}
.footer-newsletter span:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-social {
  border-top: 1px solid #DFDFDF;
  padding-top: 20px;
}
.footer-social strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-social a {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 20px 0 0;
}
.footer-social svg {
  display: block;
}
.footer-payments {
  width: 100%;
}
.footer-payments img {
  display: block;
}
.footer-copy {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}
.footer-copy a {
  color: #fff;
  text-decoration: underline;
}
.footer-copy a:hover {
  text-decoration: none;
}
.page-title {
  margin: 0;
}
.page-title-wrapper {
  margin-bottom: 30px;
}
.form-wishlist-items .actions-toolbar .action {
  margin-top: 10px;
}
.form-wishlist-items .action.update {
  margin-right: 20px;
}
.products-wishlist {
  margin: 0 -10px;
}
.products-wishlist .product-item {
  padding: 20px 10px;
  border: 1px solid transparent;
  position: relative;
}
.products-wishlist .product-item:hover {
  border-color: #DFDFDF;
}
.products-wishlist .product-item-comment {
  height: 57px;
}
.products-wishlist .product-item .box-tocart {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.products-wishlist .product-item .box-tocart .field {
  margin-right: 8px;
}
.products-wishlist .product-item .box-tocart .input-text {
  width: 56px;
  height: 43px;
  padding: 0 5px;
  text-align: center;
}
.products-wishlist .product-item-actions {
  width: 100%;
}
.products-wishlist .product-item-actions .action.tocart {
  padding: 0 5px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.products-wishlist .product-item .btn-remove {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #2b2a29;
}
.products-wishlist .product-item .btn-remove:hover {
  color: #e40e20;
}
.wishlist-toolbar {
  margin-top: 40px;
}
.blur-mode {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.pr-cookie-notice-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.pr-cookie-modal-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 800 !important;
  width: 100%;
  box-sizing: border-box;
  animation-duration: 1s;
  animation-name: slideup;
  animation-timing-function: ease-in-out;
}
.pr-cookie-modal.show-without-overlay {
  display: block;
}
.pr-cookie-modal-bottom .modal-inner-wrap {
  max-width: 100%;
  padding: 15px 0;
  background: rgba(0, 33, 68, 0.89);
  border-top: 1px solid #E3E5E7;
}
.pr-cookie-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.9rem;
}
.pr-cookie-modal-bottom .pr-cookie-notice-text {
  color: #e6e6e6;
  width: 100%;
}
.pr-cookie-notice-text p {
  margin-bottom: 0;
}
.pr-cookie-notice-text p a {
  color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}
.pr-cookie-notice-actions {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.pr-cookie-notice-actions .pr-cookie-notice-btn {
  min-height: 40px;
  margin: 5px 0;
  padding: 7px 15px;
  box-shadow: none;
}
.pr-cookie-notice-actions .pr-cookie-notice-btn.setting-link {
  padding: 0;
  border: none;
  text-decoration: underline;
  background-color: transparent;
  min-height: auto;
}
button.pr-cookie-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 25px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 0.3;
}
.pr-cookie-close-modal::before,
.pr-cookie-close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 15px;
  height: 3px;
  background-color: #e6e6e6;
  border-radius: 1px;
}
.pr-cookie-close-modal::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pr-cookie-modal button.pr-cookie-setting-btn.setting-link {
  background-color: transparent;
  box-shadow: none;
  color: #e40e20;
  text-decoration: none;
  margin-right: 40px;
}
.pr-cookie-modal button.pr-cookie-setting-btn.setting-link:hover {
  background-color: transparent;
  text-decoration: underline;
}
.modal-slide.pr-cookie-left-bar {
  right: 44px;
  left: 0;
  max-width: 400px;
}
.pr-cookie-left-bar .modal-title {
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
  color: #333;
}
.pr-cookie-left-bar .pr-cookie-description {
  margin-top: 10px;
}
.pr-cookie-left-bar .pr-cookie-description p {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #333;
}
.pr-cookie-category-descrip {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
}
.pr-cookie-left-bar .modal-content {
  position: relative;
  display: flex;
  min-height: 100%;
  box-sizing: border-box;
  padding: 35px 18px !important;
}
.modal-slide.pr-cookie-left-bar .modal-inner-wrap {
  transform: translateX(-100%);
}
.modal-slide.pr-cookie-left-bar._show .modal-inner-wrap {
  transform: translateX(0);
}
.pr-cookie-left-bar .pr-actions-buttons {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.pr-cookie-left-bar .pr-actions-buttons .action {
  min-width: 150px;
  min-height: 46px;
  margin-right: 20px;
  box-shadow: none;
}
.pr-cookie-left-bar .pr-actions-buttons .action:last-child {
  margin-right: 0;
}
.modal-slide.pr-cookie-left-bar .page-main-actions {
  margin-bottom: 0;
}
#pr-cookie-setting-bar {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#pr-cookie-setting-bar .pr-cookie-manage-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.9rem;
}
#pr-cookie-setting-bar .message-system-list {
  margin-bottom: 35px;
  padding-left: 0;
  list-style: none;
}
.pr-cookie-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
#pr-cookie-setting-bar .option-label {
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 1.1;
}
#pr-cookie-setting-bar .option-status {
  font-size: 1.4rem;
  color: #3f9001;
  white-space: nowrap;
}
.pr-cookie-option .switch-area {
  position: relative;
  display: block;
  width: 45px;
  height: 25px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #f2f1f1;
  border-radius: 20px;
  transition: 0.3s;
}
.pr-cookie-option .switch-label {
  position: relative;
}
.pr-cookie-option .switch-label input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.pr-cookie-option .switch-label .switch-nob {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 21px;
  height: 21px;
  background-color: #7d7d7d;
  border-radius: 50%;
  transition: 0.3s;
}
.pr-cookie-option .switch-label input:checked + .switch-area {
  background-color: #6aa84f;
  border-color: #3f9125;
}
.pr-cookie-option .switch-label input:checked + .switch-area .switch-nob {
  transform: translate(calc(98%));
  background-color: #fff;
}
.pr-cookie-left-bar .confirm {
  align-self: flex-start;
  margin-top: auto;
  min-width: 170px;
  height: 46px;
}
.pr-cookie-left-bar .pr-cookie-details {
  margin-top: 8px;
  padding: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6rem;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #386dc3;
}
.pr-cookie-left-bar .pr-cookie-details:hover {
  text-decoration: underline;
}
.pr-cookie-view-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pr-cookie-group {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.pr-cookie-group-row {
  display: flex;
  padding-bottom: 5px;
}
.pr-cookie-property {
  flex-shrink: 0;
  display: block;
  min-width: 95px;
  margin-right: 15px;
}
.pr-cookie-property-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.pr-cookie-details-info {
  border-bottom: 1px solid #ccc;
}
.pr-cookie-details-info summary {
  position: relative;
  padding: 8px 0;
  padding-right: 30px;
  cursor: pointer;
}
.pr-cookie-details-info summary::-webkit-details-marker {
  display: none;
}
.pr-cookie-group-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 400;
  color: #386dc3;
}
.pr-cookie-view .pr-cookie-view-title {
  margin: 0;
  padding-top: 15px;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  color: #333;
}
.pr-cookie-view-top .pr-cookie-view-back {
  position: relative;
  padding: 7px 15px;
  color: #333;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
}
.pr-cookie-view-top .pr-cookie-view-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
}
.pr-cookie-view-top .pr-cookie-view-back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translatey(-50%);
  width: 10px;
  height: 1px;
  background-color: #000;
}
.pr-cookie-view-top .pr-cookie-view-back:hover::before {
  border-color: #386dc3;
}
.pr-cookie-view-top .pr-cookie-view-back:hover::after {
  background-color: #386dc3;
}
.pr-cookie-details-info summary span {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding-right: 14px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #386dc3;
}
.pr-cookie-details-info summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  border-left: 7px solid #636363;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: 0.2s;
}
.pr-cookie-details-info[open] summary span::after {
  transform: translatey(-50%) rotate(90deg);
}
.pr-cookie-details-info[open] .pr-cookie-group {
  animation: slidedown 0.3s;
}
.pr-cookie-view-top strong {
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
}
.pr-cookie-left-bar .pr-cookie-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
.pr-cookie-left-bar .pr-cookie-close::before,
.pr-cookie-left-bar .pr-cookie-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  width: 12px;
  height: 2px;
  background-color: #494949;
  border-radius: 30%;
}
.pr-cookie-left-bar .pr-cookie-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pr-cookie-left-bar .pr-cookie-close:hover {
  opacity: 0.7;
}
.pr-cookie-setting-bar-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.pr-cookie-view .pr-cookie-details-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}
.pr-cookie-view-wrap {
  height: 65px;
}
.pr-cookies-list {
  height: calc(100vh - 225px);
  overflow-y: auto;
  margin: 0 -18px;
  padding: 0 18px;
  margin-top: 20px;
}
/* START --- pr-cookie-modal-wall  pr-cookie-modal-popup --- */
.pr-cookie-modal.modal-popup .modal-inner-wrap {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 0;
  margin: 0;
}
.pr-cookie-modal.modal-popup .pr-cookie-notice-wrap {
  display: block;
}
.pr-cookie-modal.modal-popup .pr-cookie-notice-text,
.pr-cookie-modal-popup .pr-cookie-notice-text {
  margin: 0 0 25px;
  color: inherit;
}
.pr-cookie-modal.modal-popup .pr-cookie-notice-actions {
  justify-content: space-around;
}
.pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
  order: 0;
}
@media (min-width: 650px) {
  .pr-cookie-modal.modal-popup .modal-inner-wrap {
    right: auto;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    padding: 0 0 3rem;
  }
}
@media (max-width: 480px) {
  .pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn {
    margin-bottom: 15px;
  }
  .pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
    margin-bottom: 0;
  }
}
/* END --- pr-cookie-modal-wall  pr-cookie-modal-popup --- */
@media (max-width: 375px) {
  .modal-slide.pr-cookie-left-bar {
    width: 100%;
  }
  .pr-cookie-left-bar .pr-actions-buttons .action {
    min-width: 130px;
  }
}
@media (min-width: 480px) {
  .pr-cookie-notice-actions {
    flex-direction: row;
    justify-content: center;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn {
    margin-bottom: 0;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
    order: -1;
  }
  .pr-cookie-notice-actions .pr-cookie-notice-btn {
    margin: 0 7.5px;
  }
}
@keyframes slideup {
  from {
    opacity: 0;
    transform: translatey(100%);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
@keyframes slidedown {
  from {
    opacity: 0;
    transform: translatey(-30px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 4.5px;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 4.5px;
}
.smile-es-range-slider .ui-slider {
  margin: 4.5px;
  clear: both;
  background: #C8C8C8;
  height: 9px;
}
.smile-es-range-slider .ui-slider-handle {
  background: #4B4A4A;
  cursor: pointer;
  padding: 0;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.smile-es-range-slider .ui-slider-handle:last-of-type {
  margin-left: -14px;
}
.smile-es-range-slider .ui-slider-handle:hover {
  background: #000;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 12px;
  flex: 1;
  line-height: 1;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #ed1b24;
  font-size: 1.2rem;
  padding: 0;
}
.smile-es-range-slider .action {
  background: #4B4A4A;
  border-color: #4B4A4A;
  color: #FFF;
  padding: 5px 15px;
}
.smile-es-range-slider .action:hover {
  border-color: #000;
  background: #000;
  text-decoration: none;
}
.filter .field.search {
  margin-bottom: 10px;
}
.filter .field.search input[type="text"] {
  height: 32px;
  font-size: 12px;
  padding: 0 10px;
}
.filter .actions div.secondary {
  display: inline-block;
}
.filter .actions div.secondary a {
  color: #2b2a29;
  text-transform: none;
  cursor: pointer;
  font-size: 1.4rem;
}
.filter .actions div.secondary a:hover {
  color: #e40e20;
}
.filter .no-results-message p {
  margin: 10px 0 0;
  background-color: #FFEEEE;
  padding: 4.5px;
  color: #AA0000;
}
.checkout-success-container[data-name="top"] {
  max-width: 680px;
  margin: auto;
  text-align: center;
  padding-top: 40px;
}
.checkout-success-container[data-name="top"] h1 {
  margin-top: 35px;
  margin-bottom: 25px;
}
.checkout-success-container[data-name="top"] .block-content {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.checkout-success-container[data-name="top"] .block-content p {
  font-size: 1.3rem;
}
.checkout-success-container[data-name="top"] a {
  color: #000;
}
.checkout-success-container[data-name="top"] h3 {
  font-size: 2.2rem;
}
.apptrian-subcategories-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apptrian-subcategories-category {
  color: #2b2a29;
  display: block;
  height: 100%;
}
.apptrian-subcategories-category:hover {
  text-decoration: none;
  border-color: #e40e20;
}
.apptrian-subcategories-category:hover .apptrian-subcategories-category-image {
  border-color: #000;
}
.apptrian-subcategories-category-wrapper {
  margin-bottom: 20px;
}
.apptrian-subcategories-category-image {
  text-align: center;
  border: 1px solid #E5E5E5;
  border-bottom: 2px solid #000;
}
.apptrian-subcategories-category-name {
  margin: 15px 0 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.42857143;
}
.apptrian-subcategories-category img {
  vertical-align: top;
}
.product-attachment {
  border-bottom: 1px solid #E5E5E5;
}
.product-attachment:last-of-type {
  border-bottom: none;
}
.product-attachment a {
  display: flex;
  align-items: center;
  color: #322A5F;
  padding: 10px 0;
}
.product-attachment a:hover {
  color: #e40e20;
}
.product-attachment a:hover svg {
  fill: #e40e20;
}
.product-attachment svg {
  fill: #322a5f;
  margin-right: 15px;
}
body.blog-page .breadcrumbs,
body.blog-page .page-main {
  max-width: 1265px;
}
.blog-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-item {
  margin: 26px 0 0;
}
.blog-page-list .blog-item {
  margin: 0 0 50px;
}
.blog-item-image {
  display: block;
}
.blog-item-image img {
  display: block;
  width: 100%;
}
.blog-item-date {
  font-size: 13px;
  color: #777777;
  margin-top: 15px;
}
.blog-item-name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.4;
  color: #2b2a29;
}
.blog-item-name:hover {
  text-decoration: none;
}
.section-blog .blog-items {
  flex-wrap: nowrap;
}
.post-view {
  margin-bottom: 50px;
}
.post-ftimg-hld img {
  display: block;
}
.post-text-hld {
  line-height: 2;
}
.post-text-hld h2,
.post-text-hld h3 {
  line-height: 1.6;
}
.post-text-hld h2 {
  margin-top: 40px;
}
.post-text-hld h2,
.post-text-hld h3,
.post-text-hld p,
.post-text-hld ul {
  margin-bottom: 20px;
}
.post-info-categories {
  margin-bottom: 15px;
}
.post-info-categories a {
  display: inline-block;
  background: #120F21;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 10px;
}
.post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  margin-bottom: 25px;
}
.post-info .post-posed-date {
  color: #777777;
  margin-left: 5px;
}
.post-info .post-posed-date:before {
  content: '-';
  margin-right: 3px;
}
.mfblog-related-posts-block,
.block.comments {
  margin-top: 40px;
}
.mfblog-related-posts-block .title,
.block.comments .title {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 10px;
}
.mfblog-related-posts-block .title strong:after,
.block.comments .title strong:after {
  content: ' ';
  width: 125px;
  height: 5px;
  background: #120F21;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-replyform.no-active .c-btn-hld {
  display: none;
}
.c-replyform input,
.c-replyform textarea {
  margin-top: 15px;
}
.c-replyform .c-btn-hld {
  display: block;
}
.c-replyform .lr-hld {
  display: flex;
  margin-bottom: 15px;
}
.c-replyform .left-hld,
.c-replyform .right-hld {
  flex: 1;
}
.c-replyform .left-hld {
  padding-right: 10px;
}
.c-replyform .right-hld {
  padding-left: 10px;
}
.c-replyform .message {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-comment {
  margin-top: 40px;
}
.c-comment .p-info {
  display: flex;
  align-items: center;
}
.c-comment .p-name {
  font-weight: 700;
  margin-right: 20px;
}
.c-comment .publish-date {
  color: #777777;
}
.c-comment .p-text {
  margin-top: 5px;
}
.c-comment .p-actions {
  margin-top: 5px;
}
.c-comment .c-replyform {
  padding-left: 20px;
}
.c-comment .c-comment {
  padding-left: 20px;
}
.block-categories {
  background: #F5F5F5;
  padding: 35px;
  margin-top: 30px;
}
.block-categories .block-title {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.block-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-categories li {
  margin: 0;
}
.block-categories a {
  color: #2b2a29;
  display: inline-block;
  padding: 5px 0;
}
.block-categories a:hover {
  color: #e40e20;
  text-decoration: none;
}
.blog-search .form {
  display: flex;
}
.blog-search .field {
  flex: 1;
}
.blog-search input {
  border: 1px solid #BCBCBC;
  padding: 0 0 0 15px;
  height: 32px;
}
.blog-search button {
  padding: 0 10px;
  border: none;
  background: #120F21;
  color: #fff;
  height: 100%;
}
.blog-search button:hover {
  background: #251f44;
}
.fieldset-bundle-options {
  font-size: 13px;
  margin: 35px 0;
}
.fieldset-bundle-options .title {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.fieldset-bundle-options > .field input {
  display: none;
}
.fieldset-bundle-options > .field label {
  pointer-events: none;
}
.options-list > .field {
  border-bottom: 1px solid #E5E5E5;
  display: block;
  padding: 7px 0;
}
.options-list label > span {
  display: flex;
}
.options-list label > span > span:last-of-type {
  margin-left: auto;
  padding-left: 20px;
}
.options-list .price-notice {
  font-size: 0;
}
.options-list .price-container {
  font-size: 13px;
}
.bundle-info .price-from,
.product-item-price .price-box .price-from {
  display: none;
}
.bundle-info .price-to > .price-final_price,
.product-item-price .price-box .price-to > .price-final_price {
  margin-right: 15px;
}
.product-produs-bundle.wishlist-index-configure .product-top {
  margin-bottom: 0;
}
.product-produs-bundle.wishlist-index-configure .product-add-form {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.product-produs-bundle.wishlist-index-configure .product-options-wrapper {
  order: -1;
}
.product-cart-options .price {
  display: block;
  height: 0px;
  overflow: hidden;
}
.field.gdpr {
  position: relative;
}
.ordered-products {
  margin-top: 50px;
}
.ordered-products .ordered-products-title {
  margin-bottom: 20px;
}
.ordered-products .ordered-products-content {
  margin-bottom: 30px;
}
.ordered-products .product-item:last-child .product-item-info {
  border-bottom: 0;
}
.payment-method.netopia .payment-method-content {
  display: none !important;
}
.returns-history {
  border: 1px solid #dfdfdf;
  padding: 0px 20px 15px;
  font-size: 1.5rem;
  background: #fff;
}
.returns-history tbody tr {
  border-bottom: 1px solid #DFDFDF;
}
.returns-history tbody tr td:last-child {
  text-align: right;
}
.returns-history th,
.returns-history td {
  vertical-align: middle;
  padding: 2px 10px;
}
.returns-history th {
  padding: 10px 10px;
}
.returns-history .action.view {
  text-transform: initial;
  color: #000;
}
.returns-history img {
  float: left;
  margin-right: 10px;
}
.returns-history .count {
  text-transform: uppercase;
  margin-top: 30px;
}
.returns-history .col.status {
  text-align: right;
  max-width: 180px;
}
.returns-history .col.date {
  text-align: right;
  max-width: 180px;
}
.prrma-returns-history .limiter {
  display: none;
}
.prrma-status {
  color: #fff;
  background: #2CAA0D;
  text-transform: uppercase;
  padding: 7px 15px;
}
.prrma-status-authorized,
.prrma-status-new {
  background: #FCD50E;
  color: #000;
}
.prrma-status-received {
  background: #1B92ED;
}
.prrma-status-closed {
  background: #717171;
}
.progress-meter {
  padding: 0 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.progress-meter .track {
  position: relative;
}
.progress-meter .track:before {
  content: '';
  background: #717171;
  height: 4px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.progress-meter .track .progress {
  position: absolute;
  background: #2CAA0D;
  height: 4px;
}
.progress-points {
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  margin: 0px -40px 0 -25px;
  position: relative;
}
.progress-point {
  margin-bottom: 0;
}
.progress-point:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: -10px;
  margin: 0 auto;
  background: #fff;
  border: 4px solid #C41E3A;
  right: 10px;
  display: block;
}
.progress-point.completed:before {
  content: '';
  background: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4zOTkiIGhlaWdodD0iMTEuMjc2IiB2aWV3Qm94PSIwIDAgMTUuMzk5IDExLjI3NiI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xMy41NTIsNjguNTUyLDUuOTcxLDc2LjEzMywxLjg0Nyw3Mi4wMSwwLDczLjg1N2w1Ljk3MSw1Ljk3MUwxNS40LDcwLjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC02OC41NTIpIi8+PC9zdmc+') #2caa0d no-repeat;
  border-color: #2CAA0D;
  background-position: center;
}
#returns_info_block {
  line-height: 30px;
}
#returns_info_block .prrma-status {
  padding: 5px 10px;
  font-size: 12px;
}
#returns_info_block .box {
  margin: 0 !important;
}
#returns_form > div {
  margin-bottom: 30px;
}
#returns_items_block .block-content {
  line-height: 2;
  overflow-x: auto;
}
#returns_items_block .block-content table {
  min-width: 550px;
}
#returns_items_block thead {
  text-transform: uppercase;
}
#returns_items_block td {
  padding: 25px 10px;
}
#returns_items_block td.col-active input {
  margin-top: 25px;
}
#returns_items_block td.col-active input:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
}
#returns_items_block td.col-active input:checked:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Im0xNTkuOTg4MjgxIDMxOC41ODIwMzFjLTMuOTg4MjgxIDQuMDExNzE5LTkuNDI5Njg3IDYuMjUtMTUuMDgyMDMxIDYuMjVzLTExLjA5Mzc1LTIuMjM4MjgxLTE1LjA4MjAzMS02LjI1bC0xMjAuNDQ5MjE5LTEyMC40Njg3NWMtMTIuNS0xMi41LTEyLjUtMzIuNzY5NTMxIDAtNDUuMjQ2MDkzbDE1LjA4MjAzMS0xNS4wODU5MzhjMTIuNTAzOTA3LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDc1LjE5OTIxOSA3NS4yMDMxMjUgMjAzLjE5OTIxOS0yMDMuMjAzMTI1YzEyLjUwMzkwNi0xMi41IDMyLjc2OTUzMS0xMi41IDQ1LjI1IDBsMTUuMDgyMDMxIDE1LjA4NTkzOGMxMi41IDEyLjUgMTIuNSAzMi43NjU2MjQgMCA0NS4yNDYwOTN6bTAgMCIvPjwvc3ZnPg==');
  background: #000000;
  text-align: center;
  line-height: 2.3;
}
#returns_items_block td.col-image {
  padding: 25px 20px;
}
#returns_items_block label {
  margin-bottom: 0;
}
#returns_items_block .field {
  margin-bottom: 10px;
}
#returns_form .box-shipping-address .actions {
  display: inline-block;
}
#returns_form #address-edit {
  font-weight: 400;
}
#returns_form #returns_submit_block {
  border-top: 0;
  padding-top: 0;
}
#returns_form #returns_submit_block .action.primary {
  padding: 12px 39px;
  font-weight: 400;
}
#returns_form #returns_submit_block .action.secondary {
  border: 0;
}
#returns_form #returns_submit_block .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#returns_form #returns_submit_block .block-title {
  display: none;
}
#returns_form #returns_submit_block .field.choice {
  display: flex;
}
#returns_form #returns_submit_block input.checkbox {
  margin-right: 15px;
  width: 27px;
  width: 0;
}
#returns_form #returns_submit_block input.checkbox:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: -9px;
}
#returns_form #returns_submit_block input.checkbox:checked:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Im0xNTkuOTg4MjgxIDMxOC41ODIwMzFjLTMuOTg4MjgxIDQuMDExNzE5LTkuNDI5Njg3IDYuMjUtMTUuMDgyMDMxIDYuMjVzLTExLjA5Mzc1LTIuMjM4MjgxLTE1LjA4MjAzMS02LjI1bC0xMjAuNDQ5MjE5LTEyMC40Njg3NWMtMTIuNS0xMi41LTEyLjUtMzIuNzY5NTMxIDAtNDUuMjQ2MDkzbDE1LjA4MjAzMS0xNS4wODU5MzhjMTIuNTAzOTA3LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDc1LjE5OTIxOSA3NS4yMDMxMjUgMjAzLjE5OTIxOS0yMDMuMjAzMTI1YzEyLjUwMzkwNi0xMi41IDMyLjc2OTUzMS0xMi41IDQ1LjI1IDBsMTUuMDgyMDMxIDE1LjA4NTkzOGMxMi41IDEyLjUgMTIuNSAzMi43NjU2MjQgMCA0NS4yNDYwOTN6bTAgMCIvPjwvc3ZnPg==');
  background: #000000;
  text-align: center;
  line-height: 2.3;
}
#returns_form #returns_submit_block label {
  margin-left: 25px;
}
#returns_comments_block {
  margin: 0;
}
#returns_comments_block .block-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
#returns_comments_block .block-title strong {
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem;
}
#returns_comments_block textarea {
  height: 70px;
}
#returns_comments_form {
  margin: 0;
}
#returns_comments_form .field.attachment {
  display: flex;
}
#returns_comments_form .field.attachment label {
  margin-top: 5px;
  margin-right: 10px;
}
#returns_policy_popup {
  display: none;
}
.prrma-returns-create #returns_items_block,
.prrma-returns-create #returns_comments_block {
  border-bottom: 0;
  border-top: 0;
}
.prrma-returns-create #returns_form #returns_info_block {
  border-bottom: 0;
}
.prrma-returns-create #returns_form > div {
  margin-bottom: 0;
}
.prrma-returns-create #returns_items_block .block-title {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.prrma-returns-view #returns_items_block {
  padding-bottom: 0;
  border-bottom: 0;
  background: #fff;
}
.prrma-returns-view #returns_items_block .col-image {
  max-width: 130px;
}
.prrma-returns-view #returns_items_block .col-name {
  max-width: 400px;
}
.prrma-returns-view #returns_container_items {
  margin-bottom: 0;
}
.prrma-returns-view #returns_comments_block {
  border-top: 0;
  background: #fff;
}
.prrma-returns-view #returns_info_block {
  background: #fff;
}
#comment_file-uploader {
  width: 100%;
}
#oar-widget-orders-and-returns-form {
  width: 550px;
  padding: 55px 60px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
#oar-widget-orders-and-returns-form legend {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
.returns-comments-list .comment-item {
  background: #f4feff;
  border: 1px solid #a2d7e1;
  border-radius: 6px;
  padding: 15px 10px;
  margin-top: 35px;
  position: relative;
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
.returns-comments-list .comment-item .sender-customer {
  background: #f6fff4;
  border: 1px solid #b5eaab;
  float: right;
}
.returns-comments-list .comment-item .comment-customer {
  font-weight: 700;
}
.returns-comments-list .comment-item .comment-date-wrap {
  float: right;
}
.returns-comments-list .comment-item .comment-time {
  color: #9e9e9e;
  display: inline-block;
  font-size: 13px;
  margin-left: 2px;
}
.returns-comments-list .comment-item .comment-text {
  clear: both;
}
.returns-comments-list .comment-files {
  margin: 0;
  padding: 0;
}
.returns-comments-list .comment-files a {
  display: inline-block;
  border-radius: 4px;
  line-height: 25px;
  padding: 0 0 0 2px;
  font-size: 1.2rem;
}
.discontinued-notice {
  border: 1px solid #e40e20;
  padding: 25px 35px 25px;
  margin-bottom: 25px;
  background: #F8F8F8;
}
.discontinued-notice h2 {
  margin-top: 10px;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.discontinued-notice p {
  margin-bottom: 0.5rem;
}
.similar-products-list {
  margin-top: 35px;
}
.similar-products-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
}
.similar-products-list li {
  width: 50%;
  padding: 15px;
}
.similar-products-list form {
  height: 100%;
}
.similar-products-list .block-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.similar-products-list .similar-product-item-info {
  border: 1px solid #E5E5E5;
  padding: 20px;
  height: 100%;
}
.similar-products-list .similar-product-item-info img {
  max-width: 220px;
  width: 100%;
}
.similar-products-list .product-name {
  margin-top: 10px;
}
.similar-products-list .product-name a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 37px;
  overflow: hidden;
}
.similar-products-list .action.primary {
  padding: 13px 5px;
  margin-top: 10px;
}
.navi__inner-item--title {
  position: relative;
  margin-bottom: 0 !important;
}
.navi__inner-item--title > a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.navi__inner-item--title > a:hover {
  background: none !important;
}
.navi__inner-item--title > a span {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.navi__inner-item--title > svg {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 20px;
}
.navi__inner-item--title > svg:hover {
  fill: #e40e20;
}
.navi__inner-item--level1 {
  margin: 0;
}
.navi__inner-item--level1 > a {
  padding: 0 20px;
  position: relative;
}
.navi__inner-item--level1 > a:hover {
  background: #F5F5F5;
  color: #000;
}
.navi__inner-item--level1 > a span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #DFDFDF;
}
.navi__inner-item--level1.is-active > a {
  background: #F5F5F5;
}
.navi__inner-item--level1.is-active > ul {
  display: block;
}
.navi__inner-item--level1.navi__inner-item--parent > a:after {
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  right: 22px;
}
.navi__inner-item--level1.navi__inner-item--title > a {
  padding: 24px 0 24px 20px;
}
.navi__inner-item--level2 {
  margin-bottom: 25px;
}
.navi__inner-item--level2:last-of-type {
  margin-bottom: 0;
}
.navi__inner-item--level2 > a {
  padding: 5px 0;
  font-weight: 700;
}
.navi__inner-item--level2.navi__inner-item--title {
  display: block;
}
.navi__inner-item--level2.navi__inner-item--title > a {
  padding: 24px 0 24px 35px;
}
.navi__inner-item--level3 {
  margin-bottom: 0;
}
.navi__inner-item--level3 > a {
  font-weight: 400;
  padding: 5px 0;
}
.navi__inner-item--level3.navi__inner-item--title {
  display: none;
}
.navi__inner-item--level4 {
  margin: 10px 0 0;
}
.navi__inner-item--level4.navi__inner-item--title {
  display: none;
}
.navi__list {
  width: 100%;
  padding: 0;
}
.navi__list a {
  display: block;
  color: #2b2a29;
}
.navi__list a:hover {
  color: #e40e20;
  text-decoration: none;
}
.navi__inner-list--level1 {
  padding: 0;
  margin: 0;
}
.navi__inner-list--level2 {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  padding: 0 20px 40px;
  overflow-y: auto;
}
.navi__inner-list--level3,
.navi__inner-list--level4 {
  padding: 0;
  margin: 0;
}
.navi-back,
.navi-close {
  position: absolute;
  cursor: pointer;
}
.navi-back:hover svg,
.navi-close:hover svg {
  fill: #e40e20;
}
.navi-back {
  top: 21px;
  left: 0;
}
.navi-close {
  top: 22px;
  right: 0;
}
.navi-bold > a {
  font-weight: 700;
}
.navi-navy > a {
  color: #322A5F !important;
}
.navi-navy > a:hover {
  color: #e40e20 !important;
}
.navi-red > a {
  color: #e40e20 !important;
}
#tbi_button_container1 {
  margin-top: 30px;
}
.page-product-configurable #tbi_button_container1 {
  margin-bottom: 15px;
}
.tbi_button_body1 {
  padding: 15px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
}
#tbi_button_logo1 {
  margin-right: 15px;
}
.tbi_button_line {
  display: flex;
  flex-direction: column;
}
.text-orange {
  order: -1;
  display: block;
  line-height: 1.2;
  font-size: 18px;
}
.text-orange span {
  font-weight: 700;
}
body {
  color: black;
}
.tbi-logo {
  margin-left: 5px;
}
.fusion-pay-custom-message {
  line-height: 3;
  background: #dbffd9;
  margin: 20px 0;
  border: 1px solid green;
  border-radius: 5px;
  padding: 0 20px;
}
.fusion-pay-custom-message p {
  line-height: 1.5;
}
#repayment-plans-container {
  margin: 0 0 0 40px;
}
@media (min-width: 412px) {
  #payment-method-description {
    margin-left: 20px;
  }
}
label[for="fusionpay"] {
  display: inline-flex;
  align-items: center;
}
#tbi_button {
  cursor: pointer;
}
#tbi_button_container {
  display: inline-block;
}
#tbi_button_logo1 {
  max-height: 40px;
  width: auto;
}
.tbi_button_container1 {
  position: relative;
  display: inline-block;
}
#tbi_button1 {
  text-decoration: none !important;
  outline: 0 !important;
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
}
#tbi_small_popup {
  max-width: 800px;
  background: #fff;
  padding: 6px 6px;
  border: 1px solid #f46424;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.3s ease-in;
  opacity: 0.8;
}
#tbi_small_popup:hover {
  opacity: 1;
}
#tbi_small_popup:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-out;
}
#tbi_big_popup {
  width: 90vw;
  height: 220px;
  max-width: 400px;
  max-height: 0;
  margin: 8px 0 0 0;
  border-radius: 8px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  transition: 300ms ease-in-out;
}
.tbi_expand {
  opacity: 1 !important;
  max-height: 400px !important;
  max-width: 400px !important;
}
#tbi_popup_container {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
}
#iframe_container {
  width: 768px;
  height: 90vh;
  max-width: 100%;
  min-height: 400px;
  max-height: 720px;
  position: relative;
  background: #F4F4F4;
  border-radius: 24px;
}
#tbi_popup_iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
#tbi_loading {
  position: absolute;
  top: calc(0%);
  left: calc(0%);
  width: 130px;
  height: 130px;
  max-width: 50%;
}
#tbi_loading_text {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  width: 100%;
}
#close_iframe_container {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 38px;
  cursor: pointer;
}
@media only screen and (max-width: 752px) {
  #close_iframe_container {
    padding: 28px 38px;
  }
}
@media only screen and (max-width: 767px) {
  #tbi_button_container {
    min-width: 100%;
  }
  #tbicheckout_small_popup {
    padding: 5px;
    max-width: 70px;
  }
  #tbi_popup_iframe {
    width: 100%;
  }
  #iframe_container,
  #tbi_popup_iframe {
    border-radius: 0;
    max-height: 2000px;
  }
  #tbi_popup_container {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 769px) {
  #tbi_button_container {
    min-width: 70%;
  }
}
#locateNearBy {
  display: none;
}
.um-sl-product-page {
  clear: both;
  position: relative;
  display: block;
  padding: 15px 40px;
  border: 1px solid #dadada;
  width: 150px;
}
.um-sl-product-page a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.um-sl-product-page a:before {
  width: 22px;
  content: " ";
  background-image: url(../../frontend/Netlogiq/triton/en_US/Ulmod_Storelocator/images/map-marker.png);
  position: absolute;
  left: 10px;
  height: 22px;
  top: 15px;
}
#umlocator_window_template {
  display: none;
}
#ulmod-slocator-map-block-canvas {
  width: 100%;
  height: 600px;
}
.ulmod-popup {
  width: 230px;
}
.ulmod-popup h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 20px;
}
.ulmod-popup .um-p-desc {
  width: 100%;
  padding: 10px 0px;
}
.ulmod-popup .um-p-add1 {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup .um-p-add2 {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup .um-p-add3 {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup .um-p-addr-label {
  font-weight: 600;
  padding-right: 5px;
}
.ulmod-popup .um-p-phone-label {
  font-weight: 600;
  padding-right: 5px;
}
.ulmod-popup .um-p-email-label {
  font-weight: 600;
  padding-right: 5px;
}
.ulmod-popup .um-p-website-label {
  font-weight: 600;
  padding-right: 5px;
}
.ulmod-popup .um-p-addr {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup .um-p-additional {
  width: 100%;
  padding-bottom: 5px;
}
.ulmod-popup img {
  margin-bottom: 10px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.ulmod-popup .header {
  background-color: blue;
}
.um-p-img {
  text-align: center;
  display: block;
}
.please-wait {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  width: 150px;
  height: 100px;
  background-color: white;
}
.ulmod-slocator-map-block {
  display: block;
}
.umlocator_group:after {
  content: "";
  display: table;
  clear: both;
}
.umlocator_default {
  background: url(../../frontend/Netlogiq/images/ulmod/umlocator/close.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: 0 0px;
  cursor: pointer;
  position: relative;
  top: -10px;
}
.umlocator_default:hover {
  background: url(../../frontend/Netlogiq/images/ulmod/umlocator/close.png) no-repeat;
  background-position: 0 -14px;
  cursor: pointer;
}
.location-attribute {
  margin-right: 10px;
}
.umlocator-filters {
  width: 100%;
  order: 1;
}
.column_right {
  order: 2;
  padding-left: 35px;
  width: 48%;
}
.um-sl-current-box {
  width: 28%;
}
.um-sl-current-box label {
  display: none;
}
.um-sl-input {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.um-sl-action-box {
  padding-top: 5px;
}
#locateNearBy {
  margin-left: 25px;
}
.arrow_active {
  background-position-y: 0;
}
.location_header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}
.umlocator-index-index {
  overflow-x: hidden;
}
@media screen and (max-width: 1300px) {
  #umlocator_list {
    width: 100%;
    height: 600px;
  }
}
@media screen and (min-width: 600px) {
  .ulmod-slocator-map-block {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .um-sl-mapbox {
    float: none;
    width: auto;
  }
  .um-sl-storelist-box {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  #ulmod-slocator-filter {
    flex-direction: column;
  }
  .umlocator-filters {
    width: 100%;
    order: 1;
  }
  div#current-address.um-sl-current-box {
    width: 100%;
    padding-bottom: 10px;
  }
  .um-sl-input.um-sl-action-box {
    padding-top: 20px;
    float: left;
  }
  .column_right {
    order: 2;
    padding-left: 0px;
    padding-top: 10px;
    width: 100%;
  }
}
#ulmod-slocator-filter {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  background: #F8F8F8;
  padding: 20px 5px;
}
#ulmod-slocator-filter ul {
  margin-left: 10px;
  list-style: outside none none;
}
#ulmod-slocator-filter .attributes {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#ulmod-slocator-filter .location-attribute {
  flex-grow: 1;
  margin-top: 15px;
}
#ulmod-slocator-filter .filter-attribute {
  font-weight: bold;
  margin: 15px 15px 0 0;
}
.input-box {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.input-box select {
  margin: 0 10px;
}
#umlocator_list {
  height: 600px;
  overflow-y: auto;
  border: 1px solid #E5E5E5;
}
#umlocator_list .active {
  background: #F8F8F8;
  border-color: #e0dddd;
}
#umlocator_list .um-l-item {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px;
  font-size: 1.3rem;
}
#umlocator_list .today_schedule span {
  display: inline;
  border: none;
  float: right;
  padding: 0;
  font-weight: bold;
}
#umlocator_list .all_schedule span {
  display: inline;
  border: none;
  float: right;
  padding: 0 20px 0 0;
}
.um-l-bx-wrap {
  display: flex;
  margin-bottom: 10px;
}
.um-l-left-bx {
  width: 70%;
  padding-right: 10px;
}
.um-l-right-bx {
  width: 30%;
}
.um-l-right-bx img {
  display: block;
}
.today_schedule {
  position: relative;
  padding-right: 15px;
}
.locator_arrow {
  position: absolute;
  top: 5px;
  right: 0;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.all_schedule {
  display: none;
}
.all_schedule div {
  margin-top: 5px;
  margin-bottom: 5px;
}
.jobboard-index-index .breadcrumbs {
  padding: 0;
}
.jobboard-index-index .page-title-wrapper {
  margin-bottom: 35px;
}
.jobboard-index-index .column.main {
  margin-bottom: 40px;
}
.jobboard-index-index h2 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 16px;
}
.jobboard-index-index p {
  line-height: 2;
}
.jobboard-index-index .field-experience {
  display: none;
}
.jobboard-index-index .job-profile {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DFDFDF;
}
.jobboard-index-index .job-profile:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.jobboard-index-index .job-designation {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.jobboard-index-index .job-location {
  font-size: 16px;
}
.jobboard-index-index .job-apply {
  background: #e40e20;
  border: 1px solid #e40e20;
  color: #fff;
  font-size: 1.4rem;
  padding: 13px 49px;
}
.jobboard-index-index .job-apply:hover {
  background: #FF1200;
  border-color: #FF1200;
}
.jobboard-index-index .job-view {
  border: 0;
  text-decoration: underline;
  font-size: 1.4rem;
}
.jobboard-index-index .job-view:active,
.jobboard-index-index .job-view:hover,
.jobboard-index-index .job-view:focus {
  box-shadow: none;
}
.jobboard-index-index .job-position {
  background: #F5F5F5;
  border-color: #E2E2E2;
  height: 45px;
  font-size: 14px;
}
.jobboard-index-index .job-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.jobboard-index-index .job-display-none,
.jobboard-index-index .job-status-display-none {
  display: none;
}
.jobboard-index-index .job-status {
  margin-left: 5px;
}
.jobboard-index-index .job-form .action {
  width: calc(100% - 20px);
}
.jobboard-index-index .job-status-form button {
  width: calc(100% - 20px);
}
.jobboard-index-index .job-status-form .job-form-gdpr {
  margin-top: 20px;
  margin-bottom: 0;
}
.jobboard-index-index .job-form-gdpr {
  margin-bottom: 20px;
}
.jobboard-index-index .job-form-gdpr p {
  line-height: 1.6;
}
.jobboard-index-index .personal.info {
  margin-bottom: 0;
}
.jobboard-index-index .product.data.items {
  margin-top: 50px;
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
}
.jobboard-index-index .product.data.items > .item.title {
  margin: 0;
  border-right: 1px solid #CCCCCC;
}
.jobboard-index-index .product.data.items > .item.title > .switch {
  background: #E2E2E2;
  height: auto;
  border: 0;
  color: #2b2a29;
  font-size: 16px;
}
.jobboard-index-index .product.data.items > .item.title > .switch:hover {
  color: #2b2a29;
}
.jobboard-index-index .product.data.items > .item.title.active .switch {
  color: #e40e20 !important;
}
.jobboard-index-index .product.data.items > .item.title.active + .content {
  display: block;
}
.jobboard-index-index .product.data.items > .item.content {
  border-top: 0;
  margin-bottom: 0;
  display: none;
  padding: 30px 40px;
}
.jobboard-index-index .job-view-modal-popup {
  line-height: 1.6;
}
.jobboard-index-index .job-view-modal-popup ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
}
.jobboard-index-index .job-view-modal-popup li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.jobboard-index-index .job-view-modal-popup li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #000;
}
.jobboard-index-index .job-view-modal-popup h3 {
  font-size: 2.2rem;
  margin-bottom: 25px;
}
.sociallogin-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sociallogin-wrapper {
  margin-top: 40px;
}
.customer-account-create .sociallogin-wrapper {
  margin-top: 30px;
}
.sociallogin-button {
  padding: 8px 15px;
  margin: 0 15px;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 220px;
}
.sociallogin-button.sl-fb {
  background: #516BA3;
  color: #fff;
}
.sociallogin-button.sl-google {
  border: 1px solid #BCBCBC;
}
.sociallogin-button svg {
  margin-right: 25px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 18px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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: 18px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 18px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  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 9px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9px 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: #120f21;
  border: 1px solid #120f21;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 13px 25px;
  font-size: 1.3rem;
  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: #483f75;
  border: 1px solid #483f75;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #483f75;
  border: 1px solid #483f75;
  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: 18px;
}
.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: 17px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 18px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.products-widget {
  padding: 55px 0 33px;
}
.products-widget-title {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.products-widget .product-item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 20px 10px;
  border: 1px solid transparent;
  margin-bottom: 0;
  position: relative;
}
.products-widget .product-item:hover {
  border-color: #DFDFDF;
}
.products-widget .product-item-actions {
  display: none;
}
.products-widget .slick-list {
  overflow: visible;
}
.products-widget .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  border: none;
  background: #DFDFDF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.products-widget .slick-arrow:before {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  left: 17px;
}
.products-widget .slick-arrow.prev {
  left: 20px;
}
.products-widget .slick-arrow.prev:before {
  border-width: 2px 0 0 2px;
  left: 21px;
}
.products-widget .slick-arrow.next {
  right: 20px;
}
.products-widget .slick-arrow.slick-disabled {
  display: none !important;
}
.products-widget .slick-arrow:hover {
  background: #120F21;
}
.cms-index-index .page-wrapper {
  overflow-x: hidden;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
.related .product-items,
.upsell .product-items {
  margin-left: -10px;
  margin-right: -10px;
}
.product-item {
  line-height: 1.42857143;
}
.related .product-item,
.upsell .product-item {
  padding: 0 10px;
}
.grid .product-item {
  margin-bottom: 30px;
}
.product-item-inner {
  border: 1px solid #E5E5E5;
  padding: 15px;
  position: relative;
  height: 100%;
}
.product-item-inner:hover {
  border-color: #303030;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}
.related .product-item-inner:hover,
.upsell .product-item-inner:hover {
  border-bottom-color: #303030;
}
.list .product-item-top {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.product-item-sku {
  margin-left: 0;
  line-height: 27px;
}
.product-item-photo {
  position: relative;
  z-index: 0;
}
.product-item-name {
  font-size: 13px;
  line-height: 1.42857143;
  margin-bottom: 0;
}
.grid .product-item-name a {
  height: 37px;
}
.product-item-price {
  margin-top: 5px;
}
.product-item-price .price-box {
  font-size: 15px;
}
.list .product-item-stock {
  margin-right: 20px;
  line-height: 27px;
}
.product-item-stock .stock {
  background: none !important;
  padding: 0 !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-item-stock .stock.unavailable {
  color: #120F21;
}
.product-item-stock .stock.available,
.product-item-stock .stock.details {
  color: #47A738;
}
.product-item-bottom {
  display: none;
  width: calc(100% + 2px);
  position: absolute;
  top: calc(100% - 15px);
  left: -1px;
  border: 1px solid #303030;
  border-top: 0;
  padding: 0 15px 15px;
  z-index: 3;
  background: #FFF;
}
.grid .product-item-actions {
  display: flex;
  align-items: center;
}
.product-item-primary {
  background: #e40e20;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 5px;
  position: relative;
  margin: 15px 10px 0;
}
.product-item-primary:before,
.product-item-primary:after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.product-item-primary:before {
  right: 100%;
  left: auto !important;
  border-width: 16px 10px 16px 0;
  border-color: transparent #e40e20 transparent transparent;
}
.product-item-primary:after {
  left: 100%;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent #e40e20;
}
.product-item-primary:hover {
  background: #cc0d1d;
  color: #FFF;
  text-decoration: none;
}
.product-item-primary:hover:before {
  border-color: transparent #cc0d1d transparent transparent;
}
.product-item-primary:hover:after {
  border-color: transparent transparent transparent #cc0d1d;
}
.product-item-secondary {
  display: flex;
  align-items: center;
}
.product-item-secondary a {
  display: block;
  margin-top: 15px;
  margin-left: 15px;
}
.product-item-secondary a:hover {
  text-decoration: none;
}
.product-item-secondary a:hover svg {
  fill: #e40e20;
}
.product-item-secondary svg {
  display: block;
  fill: #bcbcbc;
}
.product-item-atc input {
  margin-right: 15px;
  height: 37px;
}
.product-item-atc .action.tocart {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 9px;
}
.product-item-atc .action.tocart:before {
  border-width: 18px 10px 18px 0;
}
.product-item-atc .action.tocart:after {
  border-width: 18px 0 18px 10px;
}
.product-item-atc .action.tocart:hover {
  text-decoration: none;
}
.product-main .products-items {
  margin-top: 0;
}
.product-main .product-item {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.search.results > dl.block {
  display: flex;
}
.search.results > dl.block dt,
.search.results > dl.block dd {
  margin-right: 15px;
}
.page-products .products-grid ~ .toolbar {
  margin-top: 10px;
}
.page-products .products-list ~ .toolbar {
  margin-top: 35px;
}
.sorter-label {
  font-size: 13px;
  font-weight: 700;
}
.toolbar-filter-label {
  font-size: 13px;
}
.limiter select {
  border-color: #DFDFDF;
  margin-right: 15px;
}
.toolbar-blog-posts .pages {
  display: block;
}
.toolbar-blog-posts .pages .items {
  justify-content: center;
}
.compare-widget-inner {
  background: #303030;
}
.catalog-product_compare-index .product-item-name a {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  height: 37px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.catalog-product_compare-index .product-item .action.tocart {
  width: calc(100% - 20px);
}
.product-addto {
  align-items: center;
}
.nforms-ask-price {
  position: relative;
  margin: 10px 50px 0 10px;
  background: #e40e20;
  border: none;
  color: #FFF;
}
.nforms-ask-price:before,
.nforms-ask-price:after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  right: 100%;
  left: auto;
  border-width: 26px 10px 26px 0;
}
.nforms-ask-price:before {
  border-color: transparent #e40e20 transparent transparent;
}
.nforms-ask-price:after {
  border-color: transparent transparent transparent #e40e20;
  left: 100%;
  border-width: 26px 0 26px 10px;
}
.nforms-ask-price svg {
  display: none;
}
.nforms-ask-price:hover {
  background: #FF1200;
  color: #FFF;
}
.nforms-ask-price:hover:before {
  border-color: transparent #FF1200 transparent transparent;
}
.nforms-ask-price:hover:after {
  border-color: transparent transparent transparent #FF1200;
}
.product-addto-links .tocompare {
  border: none;
  padding: 0;
  height: auto;
  min-width: auto;
}
.product-addto-links .tocompare:hover {
  text-decoration: none;
  color: #e40e20;
}
.product-addto-links .tocompare svg {
  margin-right: 15px;
}
.minisearch .action.search {
  padding: 11px 10px;
}
.minisearch .input-text:focus + .triton-arrow:before {
  border-color: transparent transparent transparent #717171;
}
.minisearch .triton-arrow:before,
.minisearch .triton-arrow:after {
  content: ' ' !important;
  position: absolute;
  top: 0 !important;
  width: 0;
  height: 0;
  border-style: solid;
}
.minisearch .triton-arrow:before {
  left: 100%;
  border-width: 24px 0 24px 10px;
  border-color: transparent transparent transparent #bcbcbc;
}
.minisearch .triton-arrow:after {
  left: calc(100% - 1px);
  border-width: 24px 0 24px 10px;
  border-color: transparent transparent transparent #FFF;
}
.smile-elasticsuite-autocomplete-result .product-secondary {
  display: block;
  margin-top: 5px;
}
.smile-elasticsuite-autocomplete-result .product-secondary .price-box {
  font-size: 13px;
}
.smile-elasticsuite-autocomplete-result .product-secondary .price-box > .price {
  display: block;
}
.smile-elasticsuite-autocomplete-result .product-secondary .price-box .price-from {
  display: none;
}
.smile-elasticsuite-autocomplete-result .product-secondary .price-box p {
  margin-bottom: 0;
}
.header-search {
  max-width: calc(100% - 100px);
}
.minicart-wrapper .block-minicart {
  max-width: 686px;
  box-shadow: 0px 0px 30px -20px #000000;
}
.minicart-wrapper .showcart-icon {
  position: relative;
}
.minicart-wrapper .showcart-icon svg {
  display: block;
}
.minicart-wrapper .showcart-icon .counter {
  top: 0;
  right: -15px;
}
.minicart-wrapper .showcart-text {
  display: none;
}
.minicart-wrapper .minicart-title {
  margin-bottom: 25px;
  border-color: #E5E5E5;
  order: initial;
}
.minicart-wrapper .minicart-title strong {
  text-transform: initial;
  font-size: 2.2rem;
}
.minicart-wrapper .minicart-title .close:before {
  right: 666px;
}
.minicart-wrapper .minicart-title .close:active {
  box-shadow: none;
}
.minicart-wrapper .subtotal {
  font-size: 1.5rem;
  border: 0;
  margin: 0 15px 5px;
  order: initial;
}
.minicart-wrapper .subtotal .amount {
  margin-left: initial;
}
.minicart-wrapper .subtotal .label {
  margin-right: 3px;
}
.minicart-wrapper .actions {
  max-width: 313px;
}
.minicart-wrapper .actions .primary {
  margin: 0 10px;
}
.minicart-wrapper .actions .action {
  font-size: 1.5rem;
  font-weight: 600;
}
.minicart-wrapper .actions .action.checkout {
  padding: 16px 12px;
  margin: 0;
}
.minicart-wrapper .actions .action.checkout:before {
  border-width: 27px 10px 27px 0;
}
.minicart-wrapper .actions .action.checkout:after {
  border-width: 27px 0 27px 10px;
}
.minicart-wrapper .product-minicart-name {
  font-size: 1.3rem;
}
.minicart-wrapper .product-minicart {
  padding: 22px 42px 22px 0;
}
.minicart-wrapper .product-minicart .price-container .price {
  font-size: 1.5rem;
}
.minicart-wrapper .product-minicart .item-qty {
  height: 40px;
}
.minicart-wrapper .product-minicart .action.delete {
  height: 40px;
  top: 22px;
}
.minicart-wrapper .product-minicart-options {
  margin-top: 8px;
}
.minicart-wrapper .product-minicart-options dt:after {
  margin-right: 3px;
}
.modal-popup.confirm .action-accept:before {
  border-width: 21px 10px 21px 0;
}
.modal-popup.confirm .action-accept:after {
  border-width: 21px 0 21px 10px;
}
.modal-popup.confirm .action-dismiss {
  margin-right: 10px;
}
.checkout-cart-index h1 {
  font-size: 2.2rem;
}
#hide-popups {
  display: none;
}
.product-qty .qty-button {
  font-weight: 400;
  border-color: #E5E5E5;
}
.product-qty input {
  border-color: #E5E5E5;
}
.product-qty input:focus {
  border-color: #E5E5E5;
}
.product-qty .control {
  justify-content: initial;
}
.info-popup {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.info-popup .modal-header {
  border-bottom: 0;
  padding-bottom: 20px !important;
}
.info-popup .modal-header .modal-title {
  border-bottom: 0;
  text-transform: initial;
  font-weight: 600;
  margin-top: 20px;
  font-size: 2.2rem;
  padding-bottom: 0;
}
.info-popup .modal-inner-wrap {
  box-shadow: 0px 0px 30px -10px #000000;
  margin-top: 10rem;
}
.info-popup .modal-content {
  padding-top: 0 !important;
  line-height: 2;
  overflow-y: initial !important;
  padding-right: 50px !important;
}
.info-popup .modal-content p {
  margin-bottom: 22px;
}
.info-popup .action-close {
  background: #120F21;
}
.info-popup .action-close:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.737" height="19.736" viewBox="0 0 19.737 19.736"><g transform="translate(0 0)"><path d="M12.043,9.884l7.38-7.38a1.081,1.081,0,0,0,0-1.527L18.775.331a1.082,1.082,0,0,0-1.527,0L9.869,7.711,2.489.331a1.082,1.082,0,0,0-1.526,0L.316.978a1.08,1.08,0,0,0,0,1.527L7.7,9.884l-7.38,7.38a1.083,1.083,0,0,0,0,1.527l.647.647a1.082,1.082,0,0,0,1.526,0l7.38-7.38,7.38,7.38a1.071,1.071,0,0,0,.763.315h0a1.071,1.071,0,0,0,.763-.315l.647-.647a1.082,1.082,0,0,0,0-1.527Z" transform="translate(0 -0.016)" /></g></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.737" height="19.736" viewBox="0 0 19.737 19.736"><g transform="translate(0 0)"><path d="M12.043,9.884l7.38-7.38a1.081,1.081,0,0,0,0-1.527L18.775.331a1.082,1.082,0,0,0-1.527,0L9.869,7.711,2.489.331a1.082,1.082,0,0,0-1.526,0L.316.978a1.08,1.08,0,0,0,0,1.527L7.7,9.884l-7.38,7.38a1.083,1.083,0,0,0,0,1.527l.647.647a1.082,1.082,0,0,0,1.526,0l7.38-7.38,7.38,7.38a1.071,1.071,0,0,0,.763.315h0a1.071,1.071,0,0,0,.763-.315l.647-.647a1.082,1.082,0,0,0,0-1.527Z" transform="translate(0 -0.016)" /></g></svg>') no-repeat 50% 50%;
}
.info-popup #popup-plata {
  overflow-y: scroll;
  padding-right: 20px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.info-popup #popup-plata::-webkit-scrollbar {
  width: 5px;
}
.info-popup #popup-plata::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.info-popup #popup-plata::-webkit-scrollbar-thumb {
  background: #888;
}
.info-popup #popup-plata::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cart-summary .title {
  font-size: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.cart.table-wrapper thead th {
  font-size: 1.3rem;
  display: none;
}
.cart.table-wrapper thead th.col.item {
  display: block;
}
.cart.table-wrapper thead tr {
  border-bottom: 1px solid #E5E5E5;
}
.cart.table-wrapper tbody tr {
  border-bottom: 1px solid #E5E5E5;
  display: block;
}
.cart.table-wrapper tbody td.col.item {
  display: flex;
  padding: 25px 0 0;
}
.cart.table-wrapper .product-image-photo {
  float: left;
}
.cart.table-wrapper .product-cart-photo {
  margin-right: 15px;
  min-width: 75px;
}
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax {
  font-size: 1.3rem;
}
.cart.table-wrapper .col.action .action-delete svg {
  fill: #777;
}
.block.discount {
  margin: 45px 0 0;
}
.block.discount .title {
  padding-right: 20px;
}
.block.discount .title strong {
  font-size: 1.3rem !important;
}
.block.discount .title:after {
  content: "";
  width: 10px;
  height: 6px;
  top: 6px;
  background-size: 100% !important;
  background: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45OTYiIGhlaWdodD0iOC4yMjMiIHZpZXdCb3g9IjAgMCAxMy45OTYgOC4yMjMiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiM0YjRhNGE7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjk5Nikgcm90YXRlKDkwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik04LDYuNDUyLDEuNzcxLjIyNGEuNzY3Ljc2NywwLDAsMC0xLjA4MywwTC4yMjkuNjgyYS43NjcuNzY3LDAsMCwwLDAsMS4wODNMNS40Niw3LC4yMjQsMTIuMjMxYS43NjcuNzY3LDAsMCwwLDAsMS4wODNsLjQ1OS40NThhLjc2Ny43NjcsMCwwLDAsMS4wODMsMEw4LDcuNTM4QS43NzMuNzczLDAsMCwwLDgsNi40NTJaIi8+PC9nPjwvc3ZnPg==');
}
.block.discount .action:before {
  border-width: 19px 10px 19px 0;
}
.block.discount .action:after {
  border-width: 19px 0 19px 10px;
}
.block.discount .fieldset {
  align-items: initial;
}
.checkout-methods-items .action.primary {
  font-size: 1.3rem;
  position: relative;
  padding: 15px 10px;
  width: calc(100% - 30px);
  margin: 0 15px;
}
.checkout-methods-items .action.primary:before,
.checkout-methods-items .action.primary:after {
  content: ' ' !important;
  position: absolute;
  top: -1px !important;
  width: 0;
  height: 0;
  border-style: solid;
}
.checkout-methods-items .action.primary:before {
  right: 100%;
  left: auto !important;
  border-width: 27px 15px 27px 0;
  border-color: transparent #e40e20 transparent transparent;
}
.checkout-methods-items .action.primary:after {
  left: 100%;
  border-width: 27px 0 27px 15px;
  border-color: transparent transparent transparent #e40e20;
}
.checkout-methods-items .action.primary:hover:before,
.checkout-methods-items .action.primary:focus:before {
  border-color: transparent #FF1200 transparent transparent;
}
.checkout-methods-items .action.primary:hover:after,
.checkout-methods-items .action.primary:focus:after {
  border-color: transparent transparent transparent #FF1200;
}
.cart-cms {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.cart-cms img {
  margin: 10px 8px 0;
  display: inline-block;
  vertical-align: middle;
}
.cart-cms ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-top: 35px;
}
.cart-cms li {
  margin: 0 16px;
}
.cart-cms li a {
  text-decoration: underline;
  color: #000;
}
.cart-totals tr:nth-last-child(2) th,
.cart-totals tr:nth-last-child(2) td {
  padding-bottom: 25px;
}
.cart-totals .grand.totals th,
.cart-totals .grand.totals td {
  border-top: 1px solid #E5E5E5;
}
.cart-totals th {
  padding-right: 10px;
}
.cart-container .products-items {
  margin-top: 40px;
}
.cart-container .products-items-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.cart-container .product-item-info {
  border: 1px solid #E5E5E5;
}
.cart-container .product-item-top {
  display: none;
}
.cart-container .item-info .price {
  white-space: nowrap;
}
.product-cart-details {
  clear: both;
  float: left;
  margin-top: 0;
}
.product-cart-details .product-cart-options {
  margin-top: 5px;
}
.product-cart-details .product-cart-options dt:after {
  margin-right: 3px;
}
.crosssell .slick-list {
  margin: 0 -15px;
}
.crosssell .slick-slide {
  margin: 0 15px;
}
.crosssell .product-item-inner:hover {
  border-bottom-color: #303030;
}
.product-qty .control {
  display: flex;
}
.product-qty .qty-button {
  border: 1px solid #ddd;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 2rem;
}
.product-qty .qty-decrement {
  margin-right: -1px;
}
.product-qty .qty-increment {
  margin-left: -1px;
}
.product-qty .update-cart-item {
  display: none !important;
}
.home-slider {
  margin-top: 30px;
}
.home-banners {
  margin-top: 40px;
}
.home-banners .row {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.home-banners .col-l-6 {
  min-width: 320px;
}
.home-banners .row div {
  margin-top: 30px;
}
.section-blog {
  margin-top: 50px;
}
.cms-index-index .block-products-list {
  margin-top: 50px;
}
.cms-index-index .block-products-list .block-title {
  display: flex;
  align-items: center;
}
.cms-index-index .block-products-list .block-title h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 30px 0 0;
}
.cms-index-index .block-products-list .block-title a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 20px;
  border: 1px solid #BCBCBC;
  color: #2b2a29;
}
.cms-index-index .block-products-list .block-title a:hover {
  border-color: #e40e20;
  color: #e40e20;
  text-decoration: none;
}
.cms-index-index .block-products-list .product-item {
  margin-top: 25px;
  margin-bottom: 0;
}
.home-warehouse {
  margin-top: 50px;
}
.home-warehouse-image img {
  display: block;
}
.home-warehouse-text {
  padding: 20px 30px;
}
.home-warehouse-text h3 {
  font-size: 18px;
  margin: 0 0 15px;
}
.home-warehouse-text p {
  line-height: 2;
  margin-bottom: 0;
}
.home-about {
  margin-top: 50px;
}
.home-about h3 {
  font-size: 18px;
  margin: 0 0 15px;
}
.home-about p {
  line-height: 2;
  margin-bottom: 0;
}
.cms-page-view .column.main {
  max-width: 842px;
}
.cms-page-view .column.main > h2,
.cms-page-view .column.main > h3,
.cms-page-view .column.main > h4,
.cms-page-view .column.main > ul > li,
.cms-page-view .column.main > p {
  line-height: 2;
}
.cms-devino-partener .column.main,
.cms-become-a-partner .column.main {
  max-width: 100%;
}
.cms-text-card {
  margin-top: 20px;
}
.cms-text-card strong {
  font-size: 25px;
}
.cms-text-card span {
  font-size: 17px;
}
.contact-collapsible div[data-role="title"] {
  font-size: 15px;
  text-transform: none;
}
.contact-form .action.submit {
  width: calc(100% - 20px);
}
.modal-slide.modal-account .modal-account-member strong {
  font-size: 15px;
}
.modal-slide.modal-account .modal-account-guest {
  padding: 0 40px 15px;
}
.modal-slide.modal-account .modal-account-guest p a {
  color: #322A5F;
  border-bottom: 1px solid #322A5F;
}
.modal-slide.modal-account .modal-account-guest p a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
.modal-slide.modal-account .icon-bubble {
  position: relative;
}
.modal-slide.modal-account .icon-bubble svg {
  display: block;
  margin-right: 30px;
}
.modal-slide.modal-account .icon-bubble .header-bubble {
  right: 11px;
  top: -4px;
}
.customer-account-login .page-title-wrapper h1,
.customer-account-create .page-title-wrapper h1,
.customer-account-forgotpassword .page-title-wrapper h1,
.customer-account-confirmation .page-title-wrapper h1,
.customer-account-createpassword .page-title-wrapper h1 {
  font-size: 2.2rem;
}
.customer-account-login input,
.customer-account-create input,
.customer-account-forgotpassword input,
.customer-account-confirmation input,
.customer-account-createpassword input {
  height: 44px;
}
.customer-account-login .actions-toolbar,
.customer-account-create .actions-toolbar,
.customer-account-forgotpassword .actions-toolbar,
.customer-account-confirmation .actions-toolbar,
.customer-account-createpassword .actions-toolbar {
  margin-top: 5px;
  padding-right: 20px;
}
.customer-account-login .actions-toolbar .action.primary,
.customer-account-create .actions-toolbar .action.primary,
.customer-account-forgotpassword .actions-toolbar .action.primary,
.customer-account-confirmation .actions-toolbar .action.primary,
.customer-account-createpassword .actions-toolbar .action.primary {
  padding: 19px 20px;
}
.customer-account-login .actions-toolbar .action.primary:before,
.customer-account-create .actions-toolbar .action.primary:before,
.customer-account-forgotpassword .actions-toolbar .action.primary:before,
.customer-account-confirmation .actions-toolbar .action.primary:before,
.customer-account-createpassword .actions-toolbar .action.primary:before {
  border-width: 29px 10px 28px 0;
}
.customer-account-login .actions-toolbar .action.primary:after,
.customer-account-create .actions-toolbar .action.primary:after,
.customer-account-forgotpassword .actions-toolbar .action.primary:after,
.customer-account-confirmation .actions-toolbar .action.primary:after,
.customer-account-createpassword .actions-toolbar .action.primary:after {
  border-width: 29px 0 28px 10px;
}
.customer-account-login .block-new-customer,
.customer-account-create .block-new-customer,
.customer-account-forgotpassword .block-new-customer,
.customer-account-confirmation .block-new-customer,
.customer-account-createpassword .block-new-customer {
  margin-top: 20px;
  border-top: 1px solid #BCBCBC;
}
.customer-account-login .field,
.customer-account-create .field,
.customer-account-forgotpassword .field,
.customer-account-confirmation .field,
.customer-account-createpassword .field {
  margin: 0 0 15px;
}
.customer-account-login .field:not(.choice) label:after,
.customer-account-create .field:not(.choice) label:after,
.customer-account-forgotpassword .field:not(.choice) label:after,
.customer-account-confirmation .field:not(.choice) label:after,
.customer-account-createpassword .field:not(.choice) label:after {
  display: none;
}
.customer-account-login .field.persistent .tooltip,
.customer-account-create .field.persistent .tooltip,
.customer-account-forgotpassword .field.persistent .tooltip,
.customer-account-confirmation .field.persistent .tooltip,
.customer-account-createpassword .field.persistent .tooltip {
  display: none;
}
.customer-account-login .field.persistent label,
.customer-account-create .field.persistent label,
.customer-account-forgotpassword .field.persistent label,
.customer-account-confirmation .field.persistent label,
.customer-account-createpassword .field.persistent label {
  font-size: 1.3rem;
}
.password-strength-meter {
  font-size: 1.3rem;
  margin-top: 2px;
}
.password-strength-meter span {
  font-weight: 600;
}
.customer-account-create .field.newsletter,
.customer-account-create .field.assistance {
  display: none;
}
.customer-account-create .field.password,
.customer-account-create .field.confirmation {
  margin-bottom: 8px;
}
.password.forget .fieldset {
  margin-bottom: 20px;
}
.form-gdpr-notification {
  line-height: 1.7;
  margin-top: 4px;
  margin-bottom: 10px;
}
body.account .column.main .block {
  border: 1px solid #BCBCBC;
}
body.account .column.main .block:not(.widget) .box-title > span {
  font-size: 1.5rem;
}
body.account .column.main .block.block-order-details-view .block-content {
  font-size: 1.3rem;
  line-height: 2;
}
body.account .column.main .block.block-order-details-view .block-content .box-title {
  margin-bottom: 10px;
}
body.account .column.main .block.block-order-details-view .block-content .box-title span {
  font-size: 1.3rem;
}
body.account .column.main .block-title {
  border-bottom: 1px solid #BCBCBC;
}
body.account .column.main .block-title strong {
  font-size: 1.5rem;
}
body.account .column.main .block-content {
  font-size: 1.5rem;
}
body.account .column.main .box-content a {
  color: #000;
}
body.account .column.main .toolbar .pages {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}
body.account .page-title-wrapper .action {
  background: #120f21;
  border-color: #120f21;
  padding: 13px 25px;
}
body.account .page-title-wrapper .action:hover,
body.account .page-title-wrapper .action:active,
body.account .page-title-wrapper .action:focus {
  background: #483f75;
  border-color: #483f75;
}
body.account .block-collapsible-nav .items {
  font-size: 1.3rem;
}
body.account .block-collapsible-nav-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.form-address-edit .actions-toolbar .action.primary {
  padding: 12px 17px;
}
#my-orders-table .col.status {
  text-align: right;
  min-width: 95px;
}
#my-orders-table .col.delivery {
  min-width: 105px;
}
#my-orders-table .col.qty {
  text-align: center;
}
#my-orders-table .col.actions a:first-of-type:after {
  content: "";
  width: 1px;
  height: 13px;
  background: #BCBCBC;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
#my-orders-table .col.price {
  text-align: center;
}
#my-orders-table .col.price .price {
  font-size: 1.3rem;
  font-weight: 400;
}
#my-orders-table .col.subtotal .price {
  font-size: 1.3rem;
  font-weight: 400;
}
#my-orders-table .col.qty .title {
  display: none;
}
#my-orders-table thead th {
  padding-top: 0;
}
#my-orders-table tfoot .subtotal th,
#my-orders-table tfoot .subtotal td {
  padding-top: 25px;
}
#my-orders-table tfoot strong {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.order-date {
  text-transform: capitalize;
}
.order-info {
  margin-top: 20px;
}
.order-links,
.order-details-items {
  border-color: #BCBCBC;
}
.order-actions-toolbar .actions {
  display: flex;
  flex-wrap: wrap;
}
.box-actions a {
  margin-top: 0;
}
.order-status {
  border: 0;
  font-size: 1.3rem;
  padding: 4px 12px;
}
.order-links .item {
  font-size: 1.5rem;
  border-right: 0 !important;
  padding-top: 15px;
}
.box-information .box-actions a:first-of-type:after {
  content: "";
  width: 1px;
  height: 13px;
  background: #BCBCBC;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.products-wishlist .product-item-info {
  border: 1px solid #BCBCBC;
  padding: 40px 15px 15px;
  height: 100%;
}
.products-wishlist .product-item-info:hover {
  border: 1px solid #E5E5E5;
}
.products-wishlist .product-item {
  margin-bottom: 0;
}
.products-wishlist .product-item:hover {
  border: 0;
}
.products-wishlist .product-item:hover .product-item-info {
  border: 1px solid #E5E5E5;
}
.products-wishlist .product-item .btn-remove {
  top: 25px;
  right: 23px;
}
.products-wishlist .product-item .box-tocart {
  margin-top: 10px;
  flex-wrap: initial;
}
.products-wishlist .product-item .box-tocart .input-text {
  height: 37px;
  width: 35px;
}
.products-wishlist .product-item-inner:hover {
  box-shadow: initial;
}
.products-wishlist .product-item-actions .action.tocart {
  font-size: 1.3rem;
  height: 37px;
  padding: 0;
  margin-right: 15px;
}
.products-wishlist .product-item-actions .action.tocart:before {
  border-width: 18px 10px 18px 0;
}
.products-wishlist .product-item-actions .action.tocart:after {
  border-width: 18px 0 18px 10px;
}
.products-wishlist .product-item-actions .actions-primary {
  width: calc(100% - 20px);
}
.item-counts {
  text-transform: uppercase;
}
.sales-order-history .table-order-items {
  margin-bottom: 30px;
}
.sales-order-history .table-order-items tbody tr:last-child td {
  border-bottom: 1px solid #DFDFDF;
}
.form-wishlist-items .actions-toolbar .action {
  text-transform: initial;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 10px;
}
.form-wishlist-items .message {
  margin-top: 10px !important;
}
.wishlist-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}
.wishlist-toolbar .limiter {
  display: none;
}
.wishlist-toolbar.wishlist-top-toolbar .limiter {
  display: flex;
  align-items: center;
}
.wishlist-toolbar.wishlist-top-toolbar .limiter-options {
  margin-right: 10px;
  font-family: Roboto Condensed;
  font-size: 1.4rem;
}
.wishlist-toolbar.wishlist-top-toolbar .limiter-text {
  text-transform: uppercase;
  font-family: "Roboto";
  color: #000;
}
.customer-address-form .field[name="custom_attributes.city_id"] {
  display: none;
}
.filter-current-item {
  font-size: 13px;
}
.filter-current-attr strong {
  font-weight: 400;
}
.filter-attributes-title {
  font-size: 13px;
}
.filter-options-item.active > .filter-options-title:after {
  content: '-';
  top: 13px;
  right: 2px;
}
.filter-options-title {
  padding: 20px 20px 20px 0;
  font-size: 13px;
}
.filter-options-title:after {
  content: '+';
  font-weight: 700;
  font-size: 20px;
  border: none;
  transform: none;
  width: auto;
  height: auto;
  top: 15px;
  right: 0;
}
.filter-options-content .item {
  border-top: none;
  padding: 5px 0;
}
.filter-options-content .item input:checked + label:after {
  top: 3px;
  left: 4px;
}
.filter-options-content .item label {
  padding: 2px 0 2px 40px;
}
.filter-options-content .item label:before {
  width: 20px;
  height: 20px;
}
.newsletter-popup-title {
  max-width: 305px;
}
.newsletter-popup-actions .action {
  width: calc(100% - 20px);
}
.newsletter-popup-actions .action:before {
  border-width: 21px 10px 21px 0;
}
.newsletter-popup-actions .action:after {
  border-width: 21px 0 21px 10px;
}
.popup-newsletter .modal-header .action-close {
  width: 49px;
  height: 49px;
  background: #FFF;
}
.popup-newsletter .modal-header .action-close:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iY3VycmVudENvbG9yIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQuMjkzIDQuMjkzYTEgMSAwIDAxMS40MTQgMEwxMCA4LjU4Nmw0LjI5My00LjI5M2ExIDEgMCAxMTEuNDE0IDEuNDE0TDExLjQxNCAxMGw0LjI5MyA0LjI5M2ExIDEgMCAwMS0xLjQxNCAxLjQxNEwxMCAxMS40MTRsLTQuMjkzIDQuMjkzYTEgMSAwIDAxLTEuNDE0LTEuNDE0TDguNTg2IDEwIDQuMjkzIDUuNzA3YTEgMSAwIDAxMC0xLjQxNHoiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+');
}
.product-details-item#reviews .review-add-open {
  background: #322A5F;
  border-color: #322A5F;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.product-details-item#reviews .review-add-open:hover {
  background: #483F75;
  border-color: #483F75;
}
.review-add {
  display: none;
  max-width: 550px;
}
.review-add .legend {
  font-size: 13px;
  margin: 0 0 18px;
}
.table-reviews .product-name a {
  color: #000;
}
.review-form .action.submit.secondary {
  width: 100%;
  background: #322A5F;
  border-color: #322A5F;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.review-form .action.submit.secondary:hover {
  background: #483F75;
  border-color: #483F75;
}
.review-list {
  margin-bottom: 0;
  margin-top: 60px;
}
.review-ratings {
  margin-top: 0;
}
.review-header {
  border-bottom: none;
  display: flex;
}
.review-details {
  font-size: 13px;
  margin: 0 0 0 20px;
  display: flex;
}
.review-details span {
  display: block;
}
.review-details span + span {
  margin-left: 10px;
}
.review-title {
  font-size: 15px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.review-text {
  line-height: 1.8;
}
.fieldset .review-legend.legend strong {
  font-size: 15px;
}
.review-toolbar {
  border-top: none;
}
.review-customer-view .review-details {
  display: block;
  margin: 0;
  font-size: 1.4rem;
}
.review-customer-view .review-details .rating-summary {
  display: flex;
  margin-top: 10px;
}
.review-customer-view .review-details .rating-label {
  margin-right: 10px;
}
.review-customer-view .product-details {
  margin-top: 20px;
  padding-top: 20px;
}
.swatch-opt {
  margin: 0 0 20px;
}
.swatch-attribute-label {
  font-size: 13px;
  font-weight: 700;
}
.swatch-option.image,
.swatch-option.color {
  width: 45px !important;
  height: 45px !important;
}
.header.content {
  position: relative;
}
.header-menu:hover svg,
.header-account:hover svg,
.header-wishlist:hover svg,
.header-phone:hover svg {
  fill: #e40e20;
}
.header-phone svg {
  stroke: none;
}
.header-phone:hover svg {
  stroke: none;
}
.header-message {
  text-align: center;
  background: #F8F8F8;
  padding: 13px 15px;
  margin-right: 0 !important;
}
.header-message strong,
.header-message span {
  display: inline !important;
}
.header-bubble {
  background: #322A5F;
}
.header-top {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.header-top > a {
  display: block;
}
.header-top > * {
  padding: 13px 15px;
}
.header-ro {
  margin-left: 40px;
  position: absolute;
  bottom: 0;
  right: 16px;
  padding-right: 10px;
}
.header-ro a {
  position: relative;
  border: 1px solid #BCBCBC;
  border-right: none;
  height: 49px;
  padding: 0 10px 0 15px;
  display: flex;
  align-items: center;
  color: #2b2a29;
}
.header-ro a:hover {
  border-color: #e40e20;
  color: #e40e20;
  text-decoration: none;
}
.header-ro a:hover:before {
  border-color: transparent transparent transparent #e40e20;
}
.header-ro a:before,
.header-ro a:after {
  content: ' ' !important;
  position: absolute;
  top: 0 !important;
  width: 0;
  height: 0;
  border-style: solid;
}
.header-ro a:before {
  left: 100%;
  border-width: 24px 0 24px 10px;
  border-color: transparent transparent transparent #BCBCBC;
}
.header-ro a:after {
  left: calc(99%);
  border-width: 24px 0 24px 10px;
  border-color: transparent transparent transparent #fff;
}
.header-ro svg {
  margin-left: 10px;
}
.modal-phone p:first-of-type {
  margin-top: 25px;
}
.modal-phone p:last-of-type {
  margin-bottom: 25px;
}
.modal-phone a {
  position: relative;
  background: #F5F5F5;
  margin: 5px 0 0 !important;
  color: #2b2a29;
  font-size: 13px;
  border-bottom: 0;
}
.modal-phone a:after {
  content: ' ';
  position: absolute;
  top: 20px;
  right: 40px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.modal-phone a:last-of-type {
  border-top: 0;
}
.modal-phone a[href^="tel"] {
  color: #322A5F;
  background: none;
  margin: 0 !important;
  font-size: 15px;
  border-bottom: 1px solid #DFDFDF;
}
.modal-phone a[href^="tel"]:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS4yOCIgaGVpZ2h0PSIxOS4yOCIgdmlld0JveD0iMCAwIDE5LjI4IDE5LjI4Ij4NCiAgPGcgaWQ9ImNhbGwiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0yKSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMjU1NSIgZGF0YS1uYW1lPSJQYXRoIDI1NTUiIGQ9Ik0yMC44NjIsMTYuNzA4Yy0uNi0uNS00LjEzMS0yLjc0LTQuNzE4LTIuNjM3LS4yNzUuMDQ5LS40ODYuMjg0LTEuMDUuOTU2YTguMDQ3LDguMDQ3LDAsMCwxLS44NTcuOTI4LDcuNDA3LDcuNDA3LDAsMCwxLTEuNjM1LS42MDYsMTAuMTIyLDEwLjEyMiwwLDAsMS00LjY3MS00LjY3Myw3LjQwNyw3LjQwNywwLDAsMS0uNjA2LTEuNjM1LDguMDQ3LDguMDQ3LDAsMCwxLC45MjgtLjg1N2MuNjcyLS41NjQuOTA4LS43NzMuOTU2LTEuMDUuMS0uNTg4LTIuMTM1LTQuMTE2LTIuNjM3LTQuNzE4QzYuMzYxLDIuMTY3LDYuMTcsMiw1LjkyNSwyLDUuMjE0LDIsMiw1Ljk3NCwyLDYuNDljMCwuMDQyLjA2OSw0LjE4LDUuMjk1LDkuNSw1LjMxNyw1LjIyNiw5LjQ1NCw1LjI5NSw5LjUsNS4yOTUuNTE1LDAsNC40OS0zLjIxNCw0LjQ5LTMuOTI1LDAtLjI0NS0uMTY3LS40MzctLjQxOC0uNjQ3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzMyMmE1ZiIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzI1NTYiIGRhdGEtbmFtZT0iUGF0aCAyNTU2IiBkPSJNMjEuMTMxLDEyLjUwOWgxLjM3N0E1LjUxNSw1LjUxNSwwLDAsMCwxNyw3VjguMzc3YTQuMTM2LDQuMTM2LDAsMCwxLDQuMTMxLDQuMTMxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNjcxIC0xLjU1NykiIGZpbGw9IiMzMjJhNWYiLz4NCiAgICA8cGF0aCBpZD0iUGF0aF8yNTU3IiBkYXRhLW5hbWU9IlBhdGggMjU1NyIgZD0iTTI0LjU3NCwxMC45NTJoMS4zNzdBOC45NjIsOC45NjIsMCwwLDAsMTcsMlYzLjM3N0E3LjU4Myw3LjU4MywwLDAsMSwyNC41NzQsMTAuOTUyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNjcxKSIgZmlsbD0iIzMyMmE1ZiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==');
}
.modal-phone a[href^="tel"]:after {
  content: none;
}
.footer-top {
  background: #F8F8F8;
}
.footer-bottom {
  background: #000000;
  padding: 25px 0;
}
.footer-links .title {
  font-size: 13px;
}
.footer-copy {
  font-size: 13px;
}
.footer-social a {
  margin: 20px 10px 0 0;
}
.footer-social a:hover svg {
  fill: #E40E20;
}
.footer-social a:hover svg > g:first-of-type {
  stroke: #E40E20;
}
.footer-newsletter:hover svg {
  fill: #E40E20;
}
.footer-newsletter:hover span {
  color: #E40E20;
}
.footer-newsletter:hover span:after {
  content: ' ';
  background: #E40E20;
}
.footer-newsletter span {
  padding: 4px 0;
  font-weight: 700;
}
.sol-sal {
  margin-top: 15px !important;
  padding-bottom: 20px;
}
.sol-sal a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.sol-sal a:first-of-type {
  margin-right: 10px;
}
.sol-sal img {
  display: block;
}
.page-title-wrapper {
  word-break: break-word;
}
.footer-copy {
  color: #2b2a29;
  border-top: 1px solid #E5E5E5;
  margin-top: 35px;
  padding-top: 35px;
}
.footer-copy a {
  color: #2b2a29;
  text-decoration: underline;
}
.footer-copy a:hover {
  text-decoration: none;
}
.notorama {
  display: flex;
  flex-wrap: wrap;
}
.notorama-container {
  position: relative;
}
.notorama a {
  padding: 0 5px;
}
.notorama a:first-of-type {
  padding: 0;
}
.notorama a:first-of-type img {
  width: 100vw;
  height: auto;
}
.notorama .notorama-placeholder-img {
  margin: 0;
  width: 100vw;
  height: auto;
}
.notorama a,
.notorama img {
  display: block;
}
.notorama img {
  height: 86px;
}
.prolabels-wrapper .absolute {
  z-index: 0;
}
.pr-cookie-notice-actions .pr-cookie-notice-btn.action:before,
.pr-cookie-notice-actions .pr-cookie-notice-btn.action:after {
  content: none !important;
}
.pr-cookie-notice-actions .pr-cookie-notice-btn.action.setting-link {
  margin-right: 0;
}
@media (min-width: 480px) {
  .pr-cookie-notice-actions .pr-cookie-notice-btn.action.setting-link {
    margin-right: 40px;
  }
}
.smile-es-range-slider .action:before {
  border-width: 15px 10px 14px 0;
  border-color: transparent #4B4A4A transparent transparent;
}
.smile-es-range-slider .action:after {
  border-width: 15px 0 14px 10px;
  border-color: transparent transparent transparent #4B4A4A;
}
.smile-es-range-slider .action:hover:before {
  border-color: transparent #000 transparent transparent;
}
.smile-es-range-slider .action:hover:after {
  border-color: transparent transparent transparent #000;
}
.filter .actions {
  margin-top: 10px;
}
.filter .actions div.secondary a {
  color: #322A5F;
  font-size: 13px;
}
@media (min-width: 768px) {
  .swissup-address-fields-container .fieldset {
    margin-bottom: 0;
  }
}
body.firecheckout {
  padding-top: 0;
}
body.firecheckout .firecheckout-header {
  background: #FFF;
}
body.firecheckout .firecheckout-header .header {
  padding: 25px 20px;
  max-width: 1757px !important;
}
body.firecheckout .page-wrapper {
  background: #F5F5F5;
}
body.firecheckout .page-main {
  max-width: 1757px !important;
  padding-top: 0 !important;
}
body.firecheckout:not(.page-layout-checkout) .page-title-wrapper h1 {
  margin: 40px auto 40px 0;
}
body.firecheckout #maincontent .authentication-wrapper {
  text-align: left;
}
body.firecheckout #maincontent .authentication-wrapper .step-title {
  margin-bottom: 5px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
body.firecheckout #maincontent .authentication-wrapper .action-auth-toggle {
  padding: 0 15px !important;
  line-height: 38px;
  font-size: 13px;
  border-radius: 0 !important;
  border: none !important;
  margin: 10px 10px 0 0;
  vertical-align: middle;
  text-transform: none;
}
body.firecheckout #maincontent .authentication-wrapper div[data-bind] {
  display: inline-block;
  vertical-align: middle;
}
body.firecheckout #maincontent .authentication-wrapper .sociallogin-wrapper {
  margin-top: 0;
}
body.firecheckout #maincontent .authentication-wrapper .sociallogin-box {
  margin: 0;
  display: block;
}
body.firecheckout #maincontent .authentication-wrapper .sociallogin-button {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0 15px;
  height: 38px;
  margin: 10px 10px 0 0;
}
body.firecheckout #maincontent .authentication-wrapper .sociallogin-button svg {
  height: 20px;
  margin-right: 5px;
}
body.firecheckout #checkout .opc-wrapper .form-login {
  margin-bottom: 0;
}
body.firecheckout #checkout .opc-wrapper .form-login .hidden-fields {
  margin-bottom: 0;
}
body.fc-form-tooltips.firecheckout #checkout .block-customer-login .field div.mage-error,
body.fc-form-tooltips.firecheckout .block-customer-login .modal-custom .field div.mage-error {
  top: 11px;
}
body.firecheckout #maincontent .block-authentication .input-text {
  height: 38px !important;
}
body.firecheckout #maincontent .block-authentication .actions-toolbar {
  margin: 0;
  padding: 0;
}
body.firecheckout #maincontent .block-authentication .actions-toolbar .primary,
body.firecheckout #maincontent .block-authentication .actions-toolbar .secondary {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
body.firecheckout #maincontent .block-authentication .actions-toolbar .secondary {
  padding: 0;
  margin: 10px 0 0 0;
}
body.firecheckout #maincontent .block-authentication .actions-toolbar .action-login {
  padding: 0 15px !important;
  line-height: 38px;
  font-size: 13px;
  border-radius: 0 !important;
  border: none !important;
  margin: 10px 10px 0 0;
  vertical-align: middle;
}
.checkout-box {
  background: #FFF;
  padding: 30px 20px;
  margin-bottom: 10px;
}
.checkout-box-inner {
  margin: 0 auto;
  max-width: 550px;
}
.checkout-box.zero-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-box.zero-top {
  padding-top: 0;
}
.checkout-box.zero-margin {
  margin-bottom: 0;
}
body.firecheckout .checkout-gdpr.fieldset {
  margin-bottom: 0;
  padding-bottom: 18px;
}
body.firecheckout .fieldset.subscription {
  margin-bottom: 0;
}
body.firecheckout #checkout .opc-wrapper .opc {
  padding: 0 !important;
}
body.firecheckout #checkout .opc-wrapper .opc > li {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
body.firecheckout-col1-set #checkout .opc-sidebar.opc-summary-wrapper {
  position: static !important;
}
body.firecheckout #checkout .opc-sidebar {
  background: none;
  padding: 0;
  box-shadow: none;
  border-radius: initial;
  border: none;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary {
  display: flex;
  flex-direction: column;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .title-wrapper {
  order: 10;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper {
  order: 20;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .items-in-cart-wrapper {
  order: 30;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code-wrapper {
  order: 40;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .title-wrapper,
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper,
body.firecheckout #checkout .opc-sidebar .opc-block-summary .items-in-cart-wrapper,
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code-wrapper {
  background: #FFF;
  padding-left: 20px;
  padding-right: 20px;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code-wrapper {
  margin-top: 30px;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .title-wrapper {
  padding-top: 50px;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .title-wrapper .title {
  display: block;
  max-width: 550px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper .table-totals {
  max-width: 550px;
  margin: 0 auto;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper .table-totals th {
  font-weight: 400;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper .table-totals .totals-tax th,
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper .table-totals .totals-tax td {
  padding-bottom: 30px;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper .table-totals .grand.totals {
  display: table-row !important;
  font-size: 15px;
  border-top: 1px solid #E5E5E5;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .table-totals-wrapper .table-totals .value {
  display: none;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .items-in-cart-wrapper {
  padding-bottom: 25px;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .items-in-cart-wrapper .items-in-cart {
  max-width: 550px;
  margin: 0 auto;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .items-in-cart-wrapper .items-in-cart .title strong {
  color: #000;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .items-in-cart-wrapper .items-in-cart .title strong:after {
  margin: 0 0 0 auto;
  border-color: #000;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code {
  max-width: 550px;
  margin: 0 auto;
  padding: 40px 0;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code .action-toggle {
  color: #120F21;
  text-transform: none;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code .action-toggle:after {
  border-color: #120F21;
  margin: 0 0 0 10px;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code .input-text {
  height: 41px;
  border-right: 0;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code .mage-error {
  top: 12px;
}
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code .action-apply,
body.firecheckout #checkout .opc-sidebar .opc-block-summary .discount-code .action-cancel {
  background: #F7F7F7;
  border: 1px solid #AFAFAF;
  border-radius: 0 !important;
  padding: 0 45px;
  color: #000;
  margin: 0 !important;
}
.checkout-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkout-item {
  border-top: 1px solid #E5E5E5;
  padding: 25px 0;
  margin: 0;
  position: relative;
  padding-left: 100px;
}
.checkout-item-media {
  margin-right: 25px;
  flex-shrink: 0;
  position: absolute;
  top: 25px;
  left: 0;
  width: 90px;
}
.checkout-item-details {
  margin-right: 20px;
}
.checkout-item-qty {
  margin-left: auto;
  margin-top: 10px;
}
.checkout-item .qty-wrapper {
  display: flex;
}
.checkout-item .qty-wrapper .qty-less {
  order: 10;
  border-left: 1px solid #E5E5E5;
}
.checkout-item .qty-wrapper .qty {
  order: 20;
  width: 58px !important;
  height: 40px !important;
  border-color: #E5E5E5 !important;
  text-align: center;
}
.checkout-item .qty-wrapper .qty-more {
  order: 30;
  border-right: 1px solid #E5E5E5;
}
.checkout-item .qty-wrapper .qty-less,
.checkout-item .qty-wrapper .qty-more {
  width: 40px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.checkout-item .qty-wrapper .qty-less svg,
.checkout-item .qty-wrapper .qty-more svg {
  width: 16px;
  height: 16px;
}
.checkout-item .item-options {
  overflow: hidden;
  margin: 5px 0 0;
}
.checkout-item .item-options dt,
.checkout-item .item-options dd {
  float: left;
  margin: 0;
}
.checkout-item .item-options dt {
  font-weight: 400;
  clear: left;
  margin-right: 3px;
}
.checkout-item .item-options dt:after {
  content: ': ';
}
.checkout-item .subtotal {
  margin-top: 10px;
}
.checkout-item .price-including-tax,
.checkout-item .price-excluding-tax {
  font-size: 15px;
  color: #E40E20;
}
body.firecheckout #checkout .opc-wrapper .step-title,
body.firecheckout #checkout .opc-block-summary > .title,
body.firecheckout #checkout .opc-sidebar .step-title {
  font-size: 15px;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-weight: 700;
}
body.firecheckout .form-shipping-address .fieldset,
body.firecheckout .payment-method .fieldset,
body.firecheckout #checkout .form-login .fieldset,
body.firecheckout #maincontent .block-authentication .fieldset,
body.firecheckout #checkout .checkout-shipping-address .fieldset,
body.firecheckout #checkout .checkout-billing-address .fieldset {
  margin-bottom: 0;
}
body.firecheckout #checkout .opc-wrapper .form-shipping-address {
  margin: 0;
}
body.firecheckout .checkout-payment-method .checkout-billing-address {
  margin: 0 0 50px;
}
body.firecheckout #checkout .form-login .note:before {
  content: none;
}
body.firecheckout #checkout .form-login .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 9px;
}
body.firecheckout #checkout .form-login .action.login {
  background: #F7F7F7;
  border: 1px solid #BCBCBC;
  font-weight: 400;
  border-radius: 0;
  color: #000;
  padding: 10px 50px;
  margin: 0 20px 0 0;
}
body.firecheckout #checkout .form-login .action.login:before,
body.firecheckout #checkout .form-login .action.login:after {
  content: none !important;
}
body.firecheckout #checkout .form-login .action.login:hover {
  border-color: #E40E20;
  color: #E40E20;
}
body.firecheckout #checkout .form-login .action.remind {
  display: block;
  color: #777777;
  margin-top: 11px;
}
body.firecheckout #checkout .form-login .action.remind:hover {
  color: #E40E20;
  text-decoration: none;
}
body.firecheckout .billing-address-same-as-shipping-block label {
  padding: 0;
  font-size: 13px;
}
body.firecheckout .billing-address-form {
  padding-left: 36px;
}
body.firecheckout .checkout-billing-address .billing-address-details {
  padding: 0 0 0 40px;
}
body.firecheckout .checkout-billing-address .actions-toolbar {
  margin-top: 10px;
}
body.firecheckout .checkout-billing-address .actions-toolbar .primary {
  padding-left: 36px;
  float: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.firecheckout .checkout-billing-address .actions-toolbar .primary .action-update {
  background: #F7F7F7;
  border-width: 1px !important;
  border-color: #BCBCBC;
  font-weight: 400;
  border-radius: 0 !important;
  color: #000;
  padding: 10px 50px !important;
  margin-right: 20px;
}
body.firecheckout .checkout-billing-address .actions-toolbar .primary .action-update:hover {
  background: #F7F7F7;
  border-color: #E40E20;
  font-weight: 400;
  border-radius: 0;
  color: #E40E20;
  padding: 10px 50px;
}
body.firecheckout .checkout-billing-address .actions-toolbar .primary .action-cancel {
  order: 1;
  margin: 11px 0 0 !important;
  border: none !important;
}
body.firecheckout .checkout-billing-address .actions-toolbar .primary .action-cancel:hover {
  color: #E40E20;
}
.billing-notice {
  background: #FFE2C1;
  margin: -10px 0 30px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.billing-notice svg {
  display: block;
  margin-right: 20px;
}
.billing-notice p {
  margin-bottom: 0;
}
.billing-notice strong {
  display: block;
}
.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
.firecheckout #checkout select,
.firecheckout .modal-custom select,
.firecheckout .modal-popup select,
.firecheckout #checkout textarea,
.firecheckout .modal-custom textarea,
.firecheckout .modal-popup textarea {
  height: 38px !important;
}
body.firecheckout .select2-container--default .select2-selection--single {
  height: 38px;
}
body.firecheckout #checkout textarea,
body.firecheckout .modal-custom textarea,
body.firecheckout .modal-popup textarea {
  height: auto !important;
}
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field.choice.save-address,
.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field.choice.save-address {
  display: none !important;
}
body.firecheckout label {
  cursor: pointer;
  line-height: 20px;
}
body.firecheckout #checkout .field.choice > input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) !important;
}
body.firecheckout #checkout .field.choice > span,
body.firecheckout #checkout .field.choice > label {
  padding-left: 40px !important;
  display: flex;
  min-height: 26px;
  align-items: center;
  line-height: 1.2;
  margin: 0 !important;
}
body.firecheckout .field.choice > label:before {
  content: none !important;
}
body.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]),
body.firecheckout #checkout select,
.firecheckout .modal-custom select,
.firecheckout .modal-popup select,
body.firecheckout #checkout textarea,
.firecheckout .modal-custom textarea,
.firecheckout .modal-popup textarea {
  background-color: initial;
  border: 1px solid #BCBCBC;
  border-radius: 0;
}
body.firecheckout #checkout input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout .modal-custom input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout .modal-popup input:not([type="checkbox"]):not([type="radio"]):not([type="image"]):focus,
body.firecheckout #checkout select:focus,
.firecheckout .modal-custom select:focus,
.firecheckout .modal-popup select:focus,
body.firecheckout #checkout textarea:focus,
.firecheckout .modal-custom textarea:focus,
.firecheckout .modal-popup textarea:focus {
  border-color: #777777;
}
.fields > .field.choice label,
.fieldset > .field.choice label,
.billing-address-same-as-shipping-block label,
.amcheckout-checkboxes .admin__field label {
  font-size: 13px;
}
body.firecheckout .form-shipping-address input[type="checkbox"],
body.firecheckout #checkout input[type="checkbox"],
body.firecheckout .form-shipping-address input[type="radio"],
body.firecheckout #checkout input[type="radio"] {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  border-color: #BCBCBC;
  margin: 0 10px 0 0;
}
body.firecheckout .form-shipping-address input[type="checkbox"],
body.firecheckout #checkout input[type="checkbox"] {
  border-radius: 0;
}
body.firecheckout .form-shipping-address input[type="radio"]::after,
body.firecheckout #checkout input[type="radio"]::after {
  background: #120F21;
  border-radius: 50%;
}
body.firecheckout .form-shipping-address input[type="checkbox"]::after,
body.firecheckout #checkout input[type="checkbox"]::after,
body.firecheckout .form-shipping-address input[type="radio"]::after,
body.firecheckout #checkout input[type="radio"]::after {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
body.firecheckout .form-shipping-address input[type="radio"]:checked,
body.firecheckout #checkout input[type="radio"]:checked {
  box-shadow: 0 0 0 10px #fff inset;
  border: 1px solid #BCBCBC;
}
body.firecheckout .form-shipping-address input[type="checkbox"]:checked,
body.firecheckout #checkout input[type="checkbox"]:checked {
  box-shadow: 0 0 0 10px #000 inset;
  background: #000;
}
body.firecheckout .form-shipping-address input[type="radio"]:checked:focus,
body.firecheckout #checkout input[type="radio"]:checked:focus {
  box-shadow: 0 0 0 10px #fff inset;
}
body.firecheckout .form-shipping-address input[type="checkbox"]:checked:focus,
body.firecheckout #checkout input[type="checkbox"]:checked:focus {
  box-shadow: 0 0 0 10px #000 inset;
  background: #000;
}
body.firecheckout .fields > .field.choice label,
body.firecheckout .fieldset > .field.choice label,
body.firecheckout .billing-address-same-as-shipping-block label,
body.firecheckout .amcheckout-checkboxes .admin__field label {
  padding-left: 0;
}
.firecheckout .form-shipping-address .fieldset div.field._required > .label::after {
  line-height: 1;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field,
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field,
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field {
  width: 100%;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.custom_attributes.pfpj"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.custom_attributes.pfpj"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.custom_attributes.pfpj"] {
  display: none;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.custom_attributes.pfpj"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.custom_attributes.pfpj"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.custom_attributes.pfpj"],
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.custom_attributes.pfpj"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.custom_attributes.pfpj"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.custom_attributes.pfpj"] {
  width: 100%;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.company"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.company"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.company"],
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.company"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.company"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.company"] {
  width: 100%;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.telephone"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.telephone"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.telephone"],
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.telephone"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.telephone"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.telephone"] {
  width: 100%;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.street.0"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.street.0"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.street.0"],
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.street.0"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.street.0"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.street.0"] {
  width: 100%;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.street.1"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.street.1"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.street.1"],
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.street.1"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.street.1"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.street.1"] {
  width: auto;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.street.1"] input,
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.street.1"] input,
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.street.1"] input,
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.street.1"] input,
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.street.1"] input,
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.street.1"] input {
  width: 50px;
}
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.street.2"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.street.2"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.street.2"],
body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.street.2"],
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address.fc-size-l .fieldset div.field[name="billingAddressshared.street.2"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.street.2"] {
  width: auto;
}
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .billing-address-form .field[name="billingAddressshared.firstname"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .billing-address-form .field[name="billingAddressshared.lastname"],
body.firecheckout.fc-form-compact #checkout .checkout-billing-address .billing-address-form .field[name="billingAddressshared.custom_attributes.pfpj"] {
  display: none;
}
body.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field.choice input {
  left: 9px;
}
body.firecheckout .field.street {
  width: 100%;
  display: inline-block;
}
body.firecheckout .field.street .control {
  display: flex;
}
.checkout-billing-address .field-select-billing > .label {
  display: none;
}
body.fc-form-tooltips.firecheckout #checkout .field div.warning,
body.fc-form-tooltips.firecheckout .modal-custom .field div.warning,
body.fc-form-tooltips.firecheckout .modal-popup .field div.warning,
body.fc-form-tooltips.firecheckout #checkout .field div.mage-error,
body.fc-form-tooltips.firecheckout .modal-custom .field div.mage-error,
body.fc-form-tooltips.firecheckout .modal-popup .field div.mage-error,
body.fc-form-tooltips.firecheckout #checkout .field div.field-error,
body.fc-form-tooltips.firecheckout .modal-custom .field div.field-error,
body.fc-form-tooltips.firecheckout .modal-popup .field div.field-error {
  top: 11px;
}
body.fc-form-tooltips.firecheckout #checkout .field .field-tooltip {
  top: 11px !important;
}
body.fc-form-tooltips.firecheckout #checkout .field.choice div.field-error {
  top: 4px;
}
body.firecheckout #checkout .opc-wrapper .methods-shipping {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.firecheckout .shipping-method,
body.firecheckout .payment-methods .payment-method {
  cursor: pointer;
  margin-bottom: 15px;
}
body.firecheckout .shipping-method span,
body.firecheckout .payment-methods .payment-method span {
  cursor: pointer;
}
body.firecheckout .shipping-method:last-of-type,
body.firecheckout .payment-methods .payment-method:last-of-type {
  margin-bottom: 0;
}
body.firecheckout #onepage-checkout-shipping-method-additional-load > div {
  padding-left: 40px;
}
body.firecheckout #onepage-checkout-shipping-method-additional-load > div .action.secondary {
  background: #F7F7F7;
  border: 1px solid #BCBCBC;
  font-weight: 400;
  border-radius: 0;
  color: #000;
  padding: 10px 50px;
}
body.firecheckout #onepage-checkout-shipping-method-additional-load > div .action.secondary:hover {
  color: #E40E20;
  border-color: #E40E20;
}
body.firecheckout .checkout-payment-method .opc-payment {
  margin-bottom: 0;
}
body.firecheckout .checkout-payment-method .payment-method-title {
  padding: 0;
}
body.firecheckout #co-payment-form > .fieldset {
  margin-bottom: 0;
}
body.firecheckout .checkout-payment-method .payment-method-content {
  padding: 0 0 0 40px;
}
body.firecheckout .checkout-payment-method .payment-method-content .message {
  margin: 0 !important;
  padding: 10px 20px;
}
body.firecheckout .checkout-payment-method .payment-method-content .message > *:first-child:before {
  content: none;
}
body.firecheckout .checkout-payment-method .payment-method-content .message > div {
  padding-left: 0 !important;
  padding-right: 0;
}
body.firecheckout .swissup-checkout-fields {
  margin-bottom: 0;
}
body.firecheckout .swissup-checkout-fields .fieldset {
  margin-bottom: 0;
  padding-bottom: 18px;
}
body.firecheckout .fc-order-summary-copy {
  padding-top: 0 !important;
}
body.firecheckout .fc-order-summary-copy .table-totals {
  display: none;
}
body.firecheckout .fc-place-order-button {
  padding-top: 18px;
}
body.firecheckout .place-order {
  margin-top: 0;
}
body.firecheckout .place-order .actions-toolbar .primary .action {
  border-radius: 0;
  background: #E40E20;
  border: 1px solid #E40E20;
  font-size: 15px;
  padding: 16px 20px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
body.firecheckout .place-order .actions-toolbar .primary .action:before,
body.firecheckout .place-order .actions-toolbar .primary .action:after {
  transition: all 200ms ease-in-out;
}
body.firecheckout .place-order .actions-toolbar .primary .action:before {
  border-width: 27px 10px 27px 0;
}
body.firecheckout .place-order .actions-toolbar .primary .action:after {
  border-width: 27px 0 27px 10px;
}
body.firecheckout .place-order .actions-toolbar .primary .action:hover,
body.firecheckout .place-order .actions-toolbar .primary .action:focus {
  border-radius: 0;
  background: #FF1200;
  border: 1px solid #FF1200;
  padding: 16px 20px;
}
body.firecheckout.firecheckout-col1-set .fc-order-summary-copy {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.firecheckout #checkout .message {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-items {
  display: block;
  margin: 0;
  gap: 0;
}
body.firecheckout #checkout .opc-wrapper .fc-size-l .shipping-address-item,
body.firecheckout #checkout .opc-wrapper .fc-size-m .shipping-address-item {
  width: 100%;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item:not(.selected-item) {
  border-color: #E5E5E5;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item:after {
  content: none;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item button,
body.firecheckout #checkout .opc-wrapper .shipping-address-item .action-select-shipping-item {
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
  color: #120F21;
  margin: 0;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item .action-select-shipping-item {
  display: block;
  text-transform: uppercase;
  position: relative;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item .action-select-shipping-item:before {
  content: ' ';
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  margin: 0 auto 5px;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item:before {
  background: #120F21;
  border-color: #120F21;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item:after {
  content: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Im0xNTkuOTg4MjgxIDMxOC41ODIwMzFjLTMuOTg4MjgxIDQuMDExNzE5LTkuNDI5Njg3IDYuMjUtMTUuMDgyMDMxIDYuMjVzLTExLjA5Mzc1LTIuMjM4MjgxLTE1LjA4MjAzMS02LjI1bC0xMjAuNDQ5MjE5LTEyMC40Njg3NWMtMTIuNS0xMi41LTEyLjUtMzIuNzY5NTMxIDAtNDUuMjQ2MDkzbDE1LjA4MjAzMS0xNS4wODU5MzhjMTIuNTAzOTA3LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDc1LjE5OTIxOSA3NS4yMDMxMjUgMjAzLjE5OTIxOS0yMDMuMjAzMTI1YzEyLjUwMzkwNi0xMi41IDMyLjc2OTUzMS0xMi41IDQ1LjI1IDBsMTUuMDgyMDMxIDE1LjA4NTkzOGMxMi41IDEyLjUgMTIuNSAzMi43NjU2MjQgMCA0NS4yNDYwOTN6bTAgMCIvPjwvc3ZnPg==');
  position: absolute;
  top: 6px;
  left: 30px;
}
body.firecheckout #checkout .opc-wrapper .shipping-address-item .edit-address-link {
  float: none;
  margin: 0 auto;
  text-decoration: underline;
}
body.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active.fc-expanded ~ .addresses .shipping-address-item {
  display: flex;
}
body.firecheckout #checkout .opc-wrapper .fc-compact-address-button.fc-active ~ .addresses .shipping-address-item.selected-item {
  display: flex;
  padding-bottom: 15px;
}
body.firecheckout #checkout .opc-wrapper .action-show-popup {
  background: #F7F7F7;
  border: 1px solid #BCBCBC;
  font-weight: 400;
  border-radius: 0;
  color: #000;
  padding: 10px 50px;
  margin: 0;
}
body.firecheckout #checkout .opc-wrapper .action-show-popup:hover {
  background: #F7F7F7;
  border: 1px solid #E40E20;
  font-weight: 400;
  border-radius: 0;
  color: #E40E20;
  padding: 10px 50px;
}
body.firecheckout #checkout .opc-wrapper .action-show-popup span:before {
  content: none;
}
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field.field-select-billing {
  padding: 0 9px 0 45px;
}
.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field.field-select-billing label {
  display: none;
}
body.firecheckout #checkout .opc-wrapper .field.choice #billing-save-in-address-book-shared {
  left: 9px;
}
body.firecheckout .modal-popup .modal-title {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}
body.firecheckout .modal-popup .modal-inner-wrap .action-close {
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
body.firecheckout .modal-popup .modal-inner-wrap .action-close::before,
body.firecheckout .modal-popup .modal-inner-wrap .action-close::after {
  left: 19px;
}
body.firecheckout .modal-popup .modal-footer {
  text-align: left;
}
body.firecheckout .modal-popup .modal-footer .action-save-address {
  float: none;
  background: #F7F7F7 !important;
  border: 1px solid #BCBCBC !important;
  font-weight: 400;
  border-radius: 0 !important;
  color: #000 !important;
  padding: 10px 50px !important;
  margin: 0 15px 0 0;
}
body.firecheckout .modal-popup .modal-footer .action-save-address:before,
body.firecheckout .modal-popup .modal-footer .action-save-address:after {
  content: none !important;
}
body.firecheckout .modal-popup .modal-footer .action-save-address:hover {
  background: #F7F7F7;
  border: 1px solid #E40E20 !important;
  font-weight: 400;
  border-radius: 0;
  color: #E40E20 !important;
  padding: 10px 50px;
}
body.firecheckout .modal-popup .form-shipping-address.fc-size-l {
  max-width: 100%;
}
body.firecheckout .modal-popup .form-shipping-address.fc-size-l .fieldset div.field {
  width: 50%;
}
body.firecheckout .modal-popup .form-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.street.1"] {
  width: auto;
}
body.firecheckout .modal-popup .form-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.street.1"] input {
  width: 50px;
}
body.firecheckout .modal-popup .form-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.street.2"] {
  width: auto;
}
body.firecheckout .modal-popup .form-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.street.2"] input {
  width: 130px;
}
body.firecheckout .modal-popup .form-shipping-address.fc-size-l .fieldset div.field[name="shippingAddress.telephone"] {
  width: 100%;
}
body.firecheckout .modal-popup select {
  border-radius: 0;
  background: #FFF;
  border: 1px solid #BCBCBC;
}
body.firecheckout .modal-popup select:focus {
  border-color: #777777;
}
body.fc-form-tooltips.firecheckout #checkout .field .field-tooltip,
body.fc-form-tooltips.firecheckout .modal-custom .field .field-tooltip,
body.fc-form-tooltips.firecheckout .modal-popup .field .field-tooltip {
  top: 11px !important;
}
body.firecheckout .order-comment-form textarea {
  min-height: 62px;
}
.opc-block-summary .firecheckout-content-below-place-order {
  display: none;
}
.firecheckout-content-below-place-order {
  margin: 50px 0 0 !important;
  text-align: center;
}
.firecheckout-content-below-place-order p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}
.firecheckout-content-below-place-order img {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 10px 0;
}
.firecheckout-content-below-place-order ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}
.firecheckout-content-below-place-order li {
  display: inline-block;
  margin: 10px 15px 0;
}
.firecheckout-content-below-place-order a {
  color: #120F21;
  font-size: 13px;
  text-decoration: underline;
}
.firecheckout-content-below-place-order a:hover {
  text-decoration: none;
}
body.firecheckout #checkout input#billing-address-same-as-shipping-shared {
  background-color: #000;
  border-color: #000;
}
body.firecheckout #checkout input#billing-address-same-as-shipping-shared:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAQAAAA9vDUIAAAAdklEQVQ4y7XR0QmAIBCAYXOTxmiRfAtnaJ0gcLT2MP5eQjoJvQvy1f8DvXPun8OEt+SBTFITAhlASUoOEG35xvA1Z2a05AsnR03aOSBJ4+3s5aKQ5lfxJEm6k6nIqhikIKjm/kJ6a6pIf6uCaPIH0eY3iYZccy6u+Rcjm6L8iwAAAABJRU5ErkJggg==');
  background-size: 12px 10px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  transform: scale(1);
  opacity: 1;
}
body.firecheckout #checkout input#billing-address-same-as-shipping-shared:checked {
  box-shadow: 0 0 0 0 #f7f7f7 inset;
  border: 1px solid #DDD;
  background-color: #FFF;
}
body.firecheckout #checkout input#billing-address-same-as-shipping-shared:checked:after {
  content: none;
}
@media (min-width: 1024px) {
  body.firecheckout.firecheckout-col1-set #checkout .opc-wrapper {
    padding-right: 20px;
  }
  body.firecheckout.firecheckout-col1-set #checkout .opc-sidebar {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -9px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-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: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    cursor: pointer;
    margin-bottom: 0;
    padding: 9px 36px 9px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 9px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -9px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 9px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .header.content,
  .page-main,
  .page-wrapper > .widget,
  .page-bottom > .content,
  .block.category.event,
  .top-container,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-layout-3columns .column.main {
    order: 1;
  }
  .page-layout-3columns .sidebar-additional {
    order: 2;
    margin-bottom: 50px;
  }
  .page-layout-3columns .sidebar-main {
    order: 3;
  }
  .page-with-filter .sidebar-main {
    order: -1;
  }
  body.account .sidebar-main {
    order: -1;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4.5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 9px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) th,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) td {
    text-align: left !important;
    border-top: 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tr {
    border-bottom: 1px solid #DFDFDF;
    padding: 20px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
  }
  .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: 18px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .messages .message > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .messages .message > div:before {
    left: 15px !important;
  }
  .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: 'icons-blank-theme';
    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: 4.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: 'icons-blank-theme';
    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: 9px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 22.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 9px;
    padding-right: 0;
    padding-bottom: 9px;
    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 36px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 4.5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    height: 36px;
    padding: 4.5px 18px 4.5px 18px;
    font-weight: 600;
    line-height: 36px;
    font-size: 1.7rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #2b2a29;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #2b2a29;
    text-decoration: none;
    padding-bottom: 4.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    margin: 0 0 4.5px;
    padding: 18px 18px 18px 18px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .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;
    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(0, 0, 0, 0.2);
  }
  .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: 13px;
    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;
  }
  .industrygallery-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .products-reseald-item-description {
    width: 100%;
  }
  .cart-summary {
    margin-bottom: 40px;
  }
  .cart-payment {
    display: none;
  }
  .field-tooltip .field-tooltip-content {
    right: -9px;
    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 18px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 9px;
  }
  .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 18px;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -9px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 18px;
    padding-bottom: 9px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 17px;
  }
  .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: 9px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #dfdfdf;
    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 {
    display: block;
    padding: 4.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: 22.5px;
  }
  .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: 36px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 9px 0 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .product-item-atc .action.tocart {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-details .title {
    position: relative;
  }
  .product-details .title:after {
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 4px;
  }
  .product-details .content {
    padding: 0 0 20px;
  }
  .product-print a {
    display: block;
    padding: 15px 0;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #2b2a29;
    border-bottom: 1px solid #E5E5E5;
  }
  .product-print a:after {
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    border: solid #2b2a29;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 4px;
  }
  .additional-attributes-wrapper th {
    display: none !important;
  }
  .additional-attributes-wrapper tr {
    padding: 5px 0 !important;
  }
  .msi-table tr {
    padding: 5px 0 !important;
  }
  .toolbar-products {
    display: flex;
    width: 100%;
  }
  .block-viewed-products-grid .product-items {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .block-viewed-products-grid .product-item {
    min-width: 110px;
  }
  .home-banners > a div {
    background: #F5F5F5;
    padding: 30px 20px;
  }
  .home-dual {
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
  .home-dual.row {
    flex-wrap: nowrap;
  }
  .home-dual.row > div {
    min-width: 300px;
    padding-right: 10px;
    padding-left: 0;
  }
  .cms-page-view .column.main {
    margin-bottom: 40px;
  }
  .block-collapsible-nav {
    margin-bottom: 20px;
  }
  .block-collapsible-nav-title {
    padding: 15px 15px;
    position: relative;
  }
  .block-collapsible-nav-title:after {
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    border: solid #2b2a29;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 19px;
    right: 22px;
  }
  .block-collapsible-nav-title.active:after {
    border-width: 2px 0 0 2px;
    top: 23px;
  }
  .block-collapsible-nav-content {
    display: none;
    padding: 0 15px 15px;
  }
  .block-collapsible-nav-content.active {
    display: block;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 9px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .filter-current {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 25px;
  }
  .filter-current-subtitle {
    padding: 15px 0;
    position: relative;
  }
  .filter-current-subtitle:before {
    content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45OCIgaGVpZ2h0PSI2LjQ1MSIgdmlld0JveD0iMCAwIDEwLjk4IDYuNDUxIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC45OCkgcm90YXRlKDkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHBhdGggZD0iTTYuMjc2LDUuMDYyLDEuMzg5LjE3NWEuNi42LDAsMCwwLS44NSwwTC4xOC41MzVhLjYuNiwwLDAsMCwwLC44NDlsNC4xLDQuMUwuMTc1LDkuNmEuNi42LDAsMCwwLDAsLjg1bC4zNi4zNmEuNi42LDAsMCwwLC44NDksMEw2LjI3Niw1LjkxNGEuNjA2LjYwNiwwLDAsMCwwLS44NTJaIi8+PC9nPjwvZz48L3N2Zz4=');
    position: absolute;
    top: 13px;
    right: 0;
  }
  .filter-current-content {
    display: none;
    padding-bottom: 15px !important;
  }
  .filter-attributes {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: #FFF;
  }
  .filter-attributes-title {
    display: block;
    font-size: 1.8rem;
    padding: 20px 15px;
    margin-bottom: 0;
    background: #F5F5F5;
  }
  .filter-attributes-title:after {
    content: url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMzI5LjI2OTMzIDMyOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTk0LjgwMDc4MSAxNjQuNzY5NTMxIDEyOC4yMTA5MzgtMTI4LjIxNDg0M2M4LjM0Mzc1LTguMzM5ODQ0IDguMzQzNzUtMjEuODI0MjE5IDAtMzAuMTY0MDYzLTguMzM5ODQ0LTguMzM5ODQ0LTIxLjgyNDIxOS04LjMzOTg0NC0zMC4xNjQwNjMgMGwtMTI4LjIxNDg0NCAxMjguMjE0ODQ0LTEyOC4yMTA5MzctMTI4LjIxNDg0NGMtOC4zNDM3NS04LjMzOTg0NC0yMS44MjQyMTktOC4zMzk4NDQtMzAuMTY0MDYzIDAtOC4zNDM3NSA4LjMzOTg0NC04LjM0Mzc1IDIxLjgyNDIxOSAwIDMwLjE2NDA2M2wxMjguMjEwOTM4IDEyOC4yMTQ4NDMtMTI4LjIxMDkzOCAxMjguMjE0ODQ0Yy04LjM0Mzc1IDguMzM5ODQ0LTguMzQzNzUgMjEuODI0MjE5IDAgMzAuMTY0MDYzIDQuMTU2MjUgNC4xNjAxNTYgOS42MjEwOTQgNi4yNSAxNS4wODIwMzIgNi4yNSA1LjQ2MDkzNyAwIDEwLjkyMTg3NS0yLjA4OTg0NCAxNS4wODIwMzEtNi4yNWwxMjguMjEwOTM3LTEyOC4yMTQ4NDQgMTI4LjIxNDg0NCAxMjguMjE0ODQ0YzQuMTYwMTU2IDQuMTYwMTU2IDkuNjIxMDk0IDYuMjUgMTUuMDgyMDMyIDYuMjUgNS40NjA5MzcgMCAxMC45MjE4NzQtMi4wODk4NDQgMTUuMDgyMDMxLTYuMjUgOC4zNDM3NS04LjMzOTg0NCA4LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2M3ptMCAwIi8+PC9zdmc+');
    position: absolute;
    top: 23px;
    right: 15px;
  }
  .filter-attributes.is-open {
    display: block;
  }
  .filter-attributes .filter-options {
    padding: 0 15px;
    border-bottom: none;
    height: calc(100% - 65px);
    overflow-y: auto;
  }
  .filter-attributes .filter-options-item:first-of-type {
    border-top: none;
  }
  .table-reviews .rating-summary {
    display: inline-block;
    vertical-align: middle;
  }
  .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;
  }
  .header.content {
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .cms-index-index .header.content {
    padding-bottom: 0;
  }
  .header-logo {
    width: 138px;
    height: auto;
  }
  .header-menu {
    padding-left: 0;
  }
  .footer-links .title {
    border-top: 1px solid #DFDFDF;
  }
  .footer-links .content {
    padding-bottom: 20px;
  }
  .footer-links:first-child .title {
    border-top: 0;
  }
  .footer-links li:first-of-type {
    margin-top: 0;
  }
  .footer-payments {
    order: -1;
  }
  .form-wishlist-items .action {
    width: 100%;
    margin-right: 0;
  }
  .products-wishlist .product-item-actions .action.tocart {
    font-size: 1.2rem;
  }
  .apptrian-subcategories-grid {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .apptrian-subcategories-grid > * {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .blog-items {
    overflow-x: auto;
  }
  .blog-item {
    min-width: 300px;
  }
  .returns-history .action.view {
    background: #e40e20;
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
  }
  .returns-history .action.view:hover {
    background: #FF1200;
    text-decoration: none;
  }
  .progress-points {
    font-size: 12px;
    list-style: none;
    text-transform: initial;
  }
  .navi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #FFF;
    z-index: 9;
  }
  .navi.is-active {
    display: block;
  }
  .navi__item {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .navi__item:first-of-type {
    margin-top: 0;
  }
  .navi__item:first-of-type > a {
    display: none;
  }
  .navi__item > a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0 5px 20px;
  }
  .navi__list {
    margin: 0;
    padding-bottom: 40px;
  }
  .jobboard-index-index .job-profile {
    align-items: center;
  }
  .jobboard-index-index .job-apply {
    margin-right: 20px;
  }
  .jobboard-index-index .job-view {
    padding: 10px 0;
  }
  .jobboard-index-index .product.data.items > .item.title {
    border-top: 2px solid #fff;
    border-right: 0;
  }
  .jobboard-index-index .product.data.items > .item.title.active > .switch {
    background: #e40e20;
    color: #fff !important;
    padding-bottom: 0;
  }
  .jobboard-index-index .product.data.items > .item.title:first-child {
    border-top: 0;
  }
  .jobboard-index-index .product.data.items > .item.content {
    padding: 10px 15px 10px;
    border: 0;
  }
  .jobboard-index-index .modal-popup.modal-slide {
    left: 0;
  }
  .jobboard-index-index .modal-popup.modal-slide .modal-inner-wrap {
    background: #fff;
  }
  .jobboard-index-index .modal-popup.modal-slide .action-close {
    padding: 12px !important;
  }
  .products-grid .product-items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid .product-items > .product-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-products-list .product-items {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .block-products-list .product-item {
    min-width: 235px;
  }
  .catalog-category-view .toolbar-filter-label,
  .catalog-category-view .sorter-label {
    padding-top: 10px;
  }
  .catalog-category-view.toolbar-fixed .page-header {
    box-shadow: none;
    z-index: 2;
  }
  .catalog-category-view.toolbar-fixed .toolbar-top {
    padding-top: 96px;
  }
  .catalog-category-view.toolbar-fixed .toolbar-top .toolbar-products {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 15px 15px;
  }
  .checkout-cart-index .row.gutter-large {
    margin-right: -15px;
    margin-left: -15px;
  }
  .modal-popup.info-popup {
    padding-right: 44px;
  }
  .modal-popup.info-popup .modal-content {
    padding-right: 0 !important;
  }
  .cart.table-wrapper tbody td.col.item {
    padding: 25px 10px 0;
  }
  .home-about .row div:first-of-type {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
  }
  .home-about .row div:last-of-type {
    padding-top: 20px;
  }
  .products-wishlist {
    margin: 0;
  }
  .products-wishlist .product-item-inner {
    border: 0;
    padding: 0;
  }
  .form-wishlist-items .action {
    width: auto;
  }
  .sales-order-view .page-title {
    margin-bottom: 10px;
  }
  #my-orders-table tfoot tr {
    display: inline-block;
    width: 100%;
  }
  #my-orders-table tfoot tr.grand_total {
    border-bottom: 0;
  }
  #my-orders-table tfoot .subtotal th,
  #my-orders-table tfoot .subtotal td {
    padding-top: 0 !important;
  }
  #my-orders-table tfoot td {
    text-align: right !important;
  }
  #my-orders-table tfoot strong {
    font-size: 1.3rem !important;
  }
  #my-orders-table thead {
    display: none;
  }
  #my-orders-table .items-qty {
    display: inline-block;
  }
  .order-links .item {
    text-align: left;
  }
  .order-details-items .table-order-items td > * {
    display: inline-block;
  }
  .filter-current-subtitle {
    font-weight: 400;
  }
  .review-header {
    padding-bottom: 0;
  }
  body.header-fixed {
    padding-top: 133px;
  }
  body.header-fixed.cms-index-index {
    padding-top: 113px;
  }
  .header-fixed .page-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    padding-bottom: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
  .header-fixed .header-search {
    display: none;
  }
  .prolabels-wrapper .absolute > span {
    width: 54px !important;
    height: 40px !important;
    font-size: 12px !important;
    line-height: 40px !important;
  }
  body.firecheckout #checkout .opc-wrapper,
  body.firecheckout #checkout .opc-sidebar .opc-block-summary {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.firecheckout .place-order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
    background: #FFF;
  }
  body.firecheckout .place-order .actions-toolbar {
    margin-left: 0;
    margin-right: 0;
  }
  body.firecheckout #checkout .fieldset.subscription {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar: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-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 9px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s {
    display: none;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .text-center-xs {
    text-align: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
  body:before {
    content: 'xs';
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .industry-items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .industrygallery-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart.table-wrapper {
    display: block;
  }
  .cart.table-wrapper tbody,
  .cart.table-wrapper tr,
  .cart.table-wrapper th,
  .cart.table-wrapper td {
    display: block;
  }
  .cart.table-wrapper thead {
    display: none;
  }
  .cart.table-wrapper td {
    padding: 0;
    margin-top: 10px;
  }
  .cart.table-wrapper td:first-of-type {
    margin-top: 0;
  }
  .cart.table-wrapper td[data-th]:before {
    content: attr(data-th) ":";
  }
  .cart.table-wrapper tr {
    position: relative;
    padding: 15px 20px 15px 105px;
  }
  .cart.table-wrapper .col.qty {
    text-align: left;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal {
    text-align: left;
  }
  .cart.table-wrapper .col.price .price-including-tax,
  .cart.table-wrapper .col.subtotal .price-including-tax,
  .cart.table-wrapper .col.price .price-excluding-tax,
  .cart.table-wrapper .col.subtotal .price-excluding-tax {
    display: inline-block;
    line-height: initial;
  }
  .cart.table-wrapper .col.action {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .cart.table-wrapper .col.action .action-delete {
    padding-top: 0;
    background: none;
    width: auto;
    height: auto;
  }
  .product-cart-photo {
    position: absolute;
    top: 20px;
    left: 0;
  }
  .product-cart-details {
    padding-left: 0;
    padding-right: 20px;
  }
  .minicart-wrapper .actions {
    display: block;
  }
  .minicart-wrapper .actions > .primary {
    margin-left: 0;
    margin-top: 10px;
  }
  .minicart-wrapper .actions > .secondary {
    margin-right: 0;
  }
  .minicart-wrapper .product-minicart {
    display: block;
    padding-left: 85px;
    position: relative;
  }
  .minicart-wrapper .product-minicart-photo {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .minicart-wrapper .product-minicart-qty {
    margin: 10px 0 0;
  }
  .minicart-wrapper .product-minicart .update-cart-item {
    padding: 11px 10px;
    display: inline-block;
    width: auto;
    margin-top: 0;
  }
  .minicart-wrapper .product-minicart .action.delete {
    width: 20px;
    height: 20px;
    background: none;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 18px;
    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;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 18px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.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: 36px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 22.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 22.5px;
    margin-right: 0;
  }
  .home-category-item {
    display: flex;
    border-bottom: 1px solid #BCBCBC;
    padding: 10px 0;
    margin-top: 0;
  }
  .home-category-item-image {
    margin-right: 20px;
    border: none;
  }
  .home-category-item-image img {
    height: 44px;
    width: auto;
  }
  .home-category-item-name {
    font-weight: 400;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .um-sl-action-box {
    float: none !important;
  }
  .minicart-wrapper .actions > .primary {
    margin-top: 0;
  }
  .minicart-wrapper .product-minicart-details,
  .minicart-wrapper .product-minicart-qty {
    padding-left: 100px;
  }
  #shopping-cart-table .col.price {
    clear: both;
    padding-top: 10px;
  }
  .cart.table-wrapper tbody td.col.item {
    padding: 0 !important;
  }
  .cart.table-wrapper tbody tr {
    padding: 15px 20px 15px 65px;
  }
  .cart.table-wrapper thead {
    display: block;
  }
  .cart.table-wrapper thead tr {
    padding: 0;
  }
  .cart.table-wrapper .product-cart-photo {
    min-width: 50px !important;
    max-width: 50px;
  }
  .account .toolbar .pages {
    float: none;
  }
  .customer-review.view .product-media {
    width: 100%;
    float: none;
    max-width: auto;
  }
  body.firecheckout .field.street .control {
    display: block !important;
  }
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.street.1"],
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field[name="shippingAddress.street.1"],
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.street.1"],
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.street.1"],
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field[name="billingAddressshared.street.1"],
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.street.1"],
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.street.2"],
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field[name="shippingAddress.street.2"],
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.street.2"],
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.street.2"],
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field[name="billingAddressshared.street.2"],
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.street.2"] {
    width: 50% !important;
  }
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="shippingAddress.street.1"] input,
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field[name="shippingAddress.street.1"] input,
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="shippingAddress.street.1"] input,
  body.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field[name="billingAddressshared.street.1"] input,
  body.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field[name="billingAddressshared.street.1"] input,
  body.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field[name="billingAddressshared.street.1"] input {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .col-xxs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xxs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xxs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xxs {
    justify-content: center;
    text-align: center;
  }
  .text-center-xxs {
    text-align: center;
  }
  .end-xxs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xxs {
    align-items: flex-start;
  }
  .middle-xxs {
    align-items: center;
  }
  .bottom-xxs {
    align-items: flex-end;
  }
  .around-xxs {
    justify-content: space-around;
  }
  .between-xxs {
    justify-content: space-between;
  }
  .first-xxs {
    order: -1;
  }
  .last-xxs {
    order: 1;
  }
  body:before {
    content: 'xxs';
  }
  .minicart-wrapper .showcart {
    padding: 0 7px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .header-account,
  .header-phone,
  .header-wishlist {
    padding: 0 7px;
  }
  .header-bubble {
    top: -2px;
    right: 3px;
  }
  .similar-products-list li {
    width: 100%;
  }
  .header-bubble {
    right: -3px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .col-s {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-s-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-s-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-s-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-s-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-s-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-s-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-s-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-s-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-s-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-s-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-s-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-s-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-s-offset-0 {
    margin-left: 0;
  }
  .col-s-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-s-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-s-offset-3 {
    margin-left: 25%;
  }
  .col-s-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-s-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-s-offset-6 {
    margin-left: 50%;
  }
  .col-s-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-s-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-s-offset-9 {
    margin-left: 75%;
  }
  .col-s-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-s-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-s {
    justify-content: flex-start;
    text-align: start;
  }
  .center-s {
    justify-content: center;
    text-align: center;
  }
  .text-center-s {
    text-align: center;
  }
  .end-s {
    justify-content: flex-end;
    text-align: end;
  }
  .top-s {
    align-items: flex-start;
  }
  .middle-s {
    align-items: center;
  }
  .bottom-s {
    align-items: flex-end;
  }
  .around-s {
    justify-content: space-around;
  }
  .between-s {
    justify-content: space-between;
  }
  .first-s {
    order: -1;
  }
  .last-s {
    order: 1;
  }
  body:before {
    content: 's';
  }
  .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: #e40e20;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #e40e20;
    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: #e40e20;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 9px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 18px 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: 22.5px;
    padding-right: 22.5px;
    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: 22.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 36px;
    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-ratings {
    position: absolute;
    bottom: 17px;
    right: 0;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .minicart-wrapper .product-minicart-qty {
    margin: 0 15px;
  }
  .product-qty .control {
    justify-content: center !important;
  }
  .review-ratings {
    position: static;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.toolbar .sorter-action {
    display: none;
}