.ui-datepicker {
  display: none;
  z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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: 0;
  height: 0;
  border: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
  margin-left: 0;
  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: 0.9em;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 4px;
  text-align: right;
  text-decoration: none;
  color: #000;
}
.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: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-datepicker {
  padding: 15px;
  border: #fff 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: 0 0;
  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: #fff;
  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: 0 0;
  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;
}
.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;
}
.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.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: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  background: #f6f6f6;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #ccc;
  color: #111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #ccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: "";
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button,
.quote-details-items .actions-toolbar > .action {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.quote-details-items .actions-toolbar > .action.disabled,
.quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-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: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff url("../../frontend/Lpg/group/es_ES/images/select-bg.svg")
    no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #fff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.abs-reset-list,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.purchaseorderrule-index-index
  .data-grid-actions-cell
  table
  th
  .action-menu
  .action-submenu {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.purchaseorderrule-index-index .data-grid-actions-cell .action-menu > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.purchaseorderrule-index-index
  .data-grid-actions-cell
  table
  th
  .action-menu
  .action-submenu
  > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action {
  border-radius: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8),
    inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.checkout-container .action-additional,
.data-grid-filters-wrap .action,
.negotiable_quote-quote-view .page-title-wrapper .editable,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.quote_templates-template-view .page-title-wrapper .editable,
.admin__action-group-wrap .admin__action-multiselect-action-links .action,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.requisition-list-action > .action:visited,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected:visited,
.checkout-container .action-additional:visited,
.data-grid-filters-wrap .action:visited,
.negotiable_quote-quote-view .page-title-wrapper .editable:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.quote-notes-block .notes-block-item .editable:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup:visited,
.quote_templates-template-view .page-title-wrapper .editable:visited,
.admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action:visited,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.requisition-list-action > .action:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected:hover,
.checkout-container .action-additional:hover,
.data-grid-filters-wrap .action:hover,
.negotiable_quote-quote-view .page-title-wrapper .editable:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-notes-block .notes-block-item .editable:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup:hover,
.quote_templates-template-view .page-title-wrapper .editable:hover,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.requisition-list-action > .action:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected:active,
.checkout-container .action-additional:active,
.data-grid-filters-wrap .action:active,
.negotiable_quote-quote-view .page-title-wrapper .editable:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-notes-block .notes-block-item .editable:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup:active,
.quote_templates-template-view .page-title-wrapper .editable:active,
.admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action:active,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:hover,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected:hover,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected:active,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:focus,
.negotiable_quote-quote-view .page-title-wrapper .editable:hover,
.negotiable_quote-quote-view .page-title-wrapper .editable:active,
.negotiable_quote-quote-view .page-title-wrapper .editable:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.quote-notes-block .notes-block-item .editable:hover,
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup:hover,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup:active,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup:focus,
.quote_templates-template-view .page-title-wrapper .editable:hover,
.quote_templates-template-view .page-title-wrapper .editable:active,
.quote_templates-template-view .page-title-wrapper .editable:focus,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:hover,
.admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action:active,
.admin__action-group-wrap .admin__action-multiselect-action-links .action:focus,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary:hover,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary:active,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action:hover,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action:active,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: 0 0;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.cart.table-wrapper .requisition-list-action > .action.toggle:after.disabled,
.cart.table-wrapper .requisition-list-action > .action.toggle:after[disabled],
fieldset[disabled]
  .cart.table-wrapper
  .requisition-list-action
  > .action.toggle:after,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected.disabled,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected[disabled],
fieldset[disabled]
  .block-requisition-management
  .requisition-toolbar-actions
  .remove-selected,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.negotiable_quote-quote-view .page-title-wrapper .editable.disabled,
.negotiable_quote-quote-view .page-title-wrapper .editable[disabled],
fieldset[disabled] .negotiable_quote-quote-view .page-title-wrapper .editable,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.quote-notes-block .notes-block-item .editable.disabled,
.quote-notes-block .notes-block-item .editable[disabled],
fieldset[disabled] .quote-notes-block .notes-block-item .editable,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup.disabled,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup[disabled],
fieldset[disabled]
  .negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup,
.quote_templates-template-view .page-title-wrapper .editable.disabled,
.quote_templates-template-view .page-title-wrapper .editable[disabled],
fieldset[disabled] .quote_templates-template-view .page-title-wrapper .editable,
.admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action.disabled,
.admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action[disabled],
fieldset[disabled]
  .admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary.disabled,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary[disabled],
fieldset[disabled]
  .admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled]
  .checkout-index-index
  .modal-popup
  .modal-footer
  .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information
  .shipping-information-title
  .action-edit.disabled,
.opc-block-shipping-information
  .shipping-information-title
  .action-edit[disabled],
fieldset[disabled]
  .opc-block-shipping-information
  .shipping-information-title
  .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled]
  .checkout-payment-method
  .checkout-billing-address
  .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled]
  .title-actions-links
  .quote-details-items
  .actions-toolbar
  > .action,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action.disabled,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action[disabled],
fieldset[disabled]
  .block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.cart.table-wrapper .requisition-list-action > .action.toggle:after:active,
.cart.table-wrapper .requisition-list-action > .action.toggle:after:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected:active,
.block-requisition-management
  .requisition-toolbar-actions
  .remove-selected:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.negotiable_quote-quote-view .page-title-wrapper .editable:active,
.negotiable_quote-quote-view .page-title-wrapper .editable:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.quote-notes-block .notes-block-item .editable:active,
.quote-notes-block .notes-block-item .editable:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup:active,
.negotiable-quote-quote-view
  .modal-popup
  .modal-footer
  .action-hide-popup:not(:focus),
.quote_templates-template-view .page-title-wrapper .editable:active,
.quote_templates-template-view .page-title-wrapper .editable:not(:focus),
.admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action:active,
.admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action:not(:focus),
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary:active,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links
  .quote-details-items
  .actions-toolbar
  > .action:not(:focus),
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action:active,
.block-requisition-management
  .requisition-list-title
  .quote-details-items
  .actions-toolbar
  > .action:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:focus,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method
  .payment-method-content
  > .actions-toolbar
  > .primary
  .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ": ";
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.company-account-index
  .columns
  .column.main
  .block:not(.widget)
  .block-title
  strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: "";
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  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: #fff;
  border: 1px solid #bbb;
  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 #fff;
  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 #bbb;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.requisition-grid .col.qty .input-text,
.quote-details-items .col.qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: "\e616";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.quote-details-items .col.qty .label,
.action-multicheck-wrap .action-multicheck-toggle > span,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable
  .product-options-wrapper
  .fieldset
  .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: "";
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.checkout-cart-index .block-requisition-list,
.form-create-purchase-order-rule
  .field.rule-type
  .field-tooltip
  .field-tooltip-content,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: "";
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button
  .quote-details-items
  .actions-toolbar
  > .action
  + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: "luma-icons";
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.quote-details-items .toggle-action .toggle,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.quote-details-items .toggle-action .toggle:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.quote-details-items .toggle-action .toggle > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.quote-details-items .toggle-action .toggle:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: "\e621";
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.company-account-index
  .columns
  .column.main
  .block:not(.widget)
  .block-title
  > strong,
.company-account-index
  .columns
  .column.main
  .block:not(.widget)
  .block-title
  > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns
  .column.main
  .block:not(.widget)
  .block-title
  > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review
  .table-paypal-review-items
  .col.price
  .price-including-tax
  .price,
.paypal-review
  .table-paypal-review-items
  .col.price
  .price-excluding-tax
  .price,
.paypal-review
  .table-paypal-review-items
  .col.subtotal
  .price-including-tax
  .price,
.paypal-review
  .table-paypal-review-items
  .col.subtotal
  .price-excluding-tax
  .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container
  .product-options-wrapper
  .fieldset-bundle-options
  .field.choice
  .price-notice
  .price-including-tax,
.bundle-options-container
  .product-options-wrapper
  .fieldset-bundle-options
  .field.choice
  .price-notice
  .price-excluding-tax,
.bundle-options-container
  .product-options-wrapper
  .field.choice
  .price-notice
  .price-including-tax,
.bundle-options-container
  .product-options-wrapper
  .field.choice
  .price-notice
  .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container
  .product-options-wrapper
  .fieldset-bundle-options
  .field.choice
  .price-notice
  .price-including-tax
  + .price-excluding-tax,
.bundle-options-container
  .product-options-wrapper
  .field.choice
  .price-notice
  .price-including-tax
  + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax
  .price-including-tax
  + .price-excluding-tax:before,
.bundle-options-container
  .product-options-wrapper
  .fieldset-bundle-options
  .field.choice
  .price-notice
  .price-including-tax
  + .price-excluding-tax:before,
.bundle-options-container
  .product-options-wrapper
  .field.choice
  .price-notice
  .price-including-tax
  + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container
  .product-options-wrapper
  .fieldset-bundle-options
  .field.choice
  .price-notice
  .price-including-tax
  + .price-excluding-tax:after,
.bundle-options-container
  .product-options-wrapper
  .field.choice
  .price-notice
  .price-including-tax
  + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: "\e621";
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after,
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:after,
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:after {
  border-left: 1px solid #a6a6a6;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.form-edit-role .box-actions button.action:last-child:after,
.block-dashboard-company .box-actions button.action:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after,
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:last-child:after,
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.company-account-index
  .columns
  .column.main
  .block:not(.widget)
  .block-title
  > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns
  .column.main
  .block:not(.widget)
  .block-title
  > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.company-account-index
  .columns
  .column.main
  .block:not(.widget)
  .box-title
  > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.company-account-index
  .columns
  .column.main
  .block:not(.widget)
  .box-title
  > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns
  .column.main
  .block:not(.widget)
  .box-title
  > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ": ";
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.admin__action-group-wrap .action-select,
.admin__action-multiselect-search-label,
.admin__action-multiselect-dropdown,
.admin__action-group-wrap .admin__action-multiselect-remove-label,
.requisition-list-action .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,
.admin__action-group-wrap .action-select:before,
.admin__action-multiselect-search-label:before,
.admin__action-multiselect-dropdown:before,
.admin__action-group-wrap .admin__action-multiselect-remove-label:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e61c";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.requisition-list-action .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.quote-status,
.purchase-order-status,
.return-status,
.order-status {
  border: 2px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr:nth-child(even)
  > td,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr:nth-child(even)
  > th,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr:nth-child(even)
  > td,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr:nth-child(even)
  > th,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr:nth-child(even)
  > td,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr:nth-child(even)
  > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr:nth-child(even)
  > td,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr:nth-child(even)
  > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > th,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tfoot
  > tr
  > th,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > td,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > td,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tfoot
  > tr
  > td,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > th,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tfoot
  > tr
  > th,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > td,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > td,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tfoot
  > tr
  > td,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > th,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tfoot
  > tr
  > th,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > td,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > td,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tfoot
  > tr
  > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > th,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tfoot
  > tr
  > th,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > td,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tbody
  > tr
  > td,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > tfoot
  > tr
  > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th,
.account
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > td,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th,
[class^="sales-guest-"]
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > td,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th,
.sales-guest-view
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > th,
.magento-rma-guest-returns
  .column.main
  .order-details-items
  .table-wrapper
  .data.table
  > thead
  > tr
  > td {
  border-bottom: 1px solid #ccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: "(";
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ")";
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: 0 0;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.negotiable-quote-quote-view
  .modal-popup
  .field-tooltip
  .field-tooltip-content:before,
.negotiable-quote-quote-view
  .modal-popup
  .field-tooltip
  .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.negotiable-quote-quote-view
  .modal-popup
  .field-tooltip
  .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666;
}
.abs-checkout-tooltip-content-position-top:after,
.negotiable-quote-quote-view
  .modal-popup
  .field-tooltip
  .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary
  .table-totals
  .totals-tax-summary.expanded
  .amount
  .price:after {
  content: "\e621";
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #ccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../frontend/Lpg/group/es_ES/fonts/opensans/light/opensans-300.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/opensans/light/opensans-300.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../frontend/Lpg/group/es_ES/fonts/opensans/regular/opensans-400.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/opensans/regular/opensans-400.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../frontend/Lpg/group/es_ES/fonts/opensans/semibold/opensans-600.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/opensans/semibold/opensans-600.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../frontend/Lpg/group/es_ES/fonts/opensans/bold/opensans-700.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/opensans/bold/opensans-700.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e602";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: "\e61f";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e602";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e602";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: "\e60e";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: "\e609";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.navigation {
  background: #f0f0f0;
  box-sizing: border-box;
}
.navigation ul {
  margin: 0;
  padding: 0;
}
.navigation li {
  margin: 0;
}
.navigation a {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 15px;
}
.navigation a,
.navigation a:hover {
  color: #575757;
  text-decoration: none;
}
.navigation .level0 {
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
}
.navigation .level0 > .level-top {
  font-weight: 700;
  padding: 8px 40px 8px 15px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.navigation .level0 > .level-top:hover {
  color: #333;
}
.navigation .level0.active .all-category .ui-state-focus {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
  color: #333;
  padding-left: 7px;
  display: inline-block;
}
.navigation .level0 > .level1 {
  font-weight: 600;
}
.navigation .level0.active > a:not(.ui-state-active),
.navigation .level0.has-active > a:not(.ui-state-active) {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
  color: #333;
}
.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: #333;
}
.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: #333;
}
.navigation .submenu:not(:first-child).expanded {
  display: block;
  padding-right: 0;
  top: 0 !important;
}
.navigation .submenu:not(:first-child) .active > a {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 8px;
  color: #333;
  padding-left: 7px;
}
.navigation .submenu:not(:first-child) .level1.active > a {
  padding-left: 7px;
}
.navigation .parent a.level-top {
  display: block;
  text-decoration: none;
  position: relative;
}
.navigation .parent a.level-top:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.navigation .parent a.level-top:after {
  position: absolute;
  right: 1.5rem;
  top: -8px;
}
.navigation .parent a.level-top.ui-state-active:after {
  content: "\e621";
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  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: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent
    url("../../frontend/Lpg/group/es_ES/images/loader-2.gif") no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role="main-css-loader"] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: "";
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: 400;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: 400;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*="options"].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  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: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  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: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: 0 0;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: 0 0;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: "\e612";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: "luma-icons";
  src: url("../../frontend/Lpg/group/es_ES/fonts/Luma-Icons.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/Luma-Icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action {
  border-radius: 3px;
}
button:not(.primary),
.quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active,
.quote-details-items .actions-toolbar > .action:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8),
    inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus,
body:not(._keyfocus) .quote-details-items .actions-toolbar > .action:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary:hover,
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-left: -2rem;
  margin-right: -2rem;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: "";
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #fff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: "\e621";
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\e617";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: 0 0;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: 0 0;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0;
  border: solid 7px;
  border-color: transparent transparent #aeaeae;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ": ";
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.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: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: 0 0;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: 0 0;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.requisition-list-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.requisition-list-action:before,
.requisition-list-action:after {
  content: "";
  display: table;
}
.requisition-list-action:after {
  clear: both;
}
.requisition-list-action .action.split {
  float: left;
  margin: 0;
}
.requisition-list-action .action.toggle {
  float: right;
  margin: 0;
}
.requisition-list-action button.action.split,
.requisition-list-action
  .quote-details-items
  .actions-toolbar
  > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.requisition-list-action button + .action.toggle,
.requisition-list-action
  .quote-details-items
  .actions-toolbar
  > .action
  + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.requisition-list-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #333;
}
.requisition-list-action .action.toggle:active:after {
  color: inherit;
}
.requisition-list-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #333;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  background-image: none;
  background: 0 0;
  -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;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: 0 0;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: 0 0;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.requisition-list-action > .action.toggle {
  padding: 0.4rem 5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.cart.table-wrapper .requisition-list-action {
  vertical-align: baseline;
}
.cart.table-wrapper .requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
}
.cart.table-wrapper .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e901";
  font-family: "magento-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:before {
  margin-top: -0.2rem;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #333;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: 0.3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: 0.4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: #1979c3;
  margin: 0.3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: #1979c3;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 20px;
}
.requisition-grid .col .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  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;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #111;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #111;
  font-size: 12px;
  margin-top: 5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.requisition-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e604";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.requisition-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.requisition-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e601";
  font-family: "magento-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-edit:hover:before {
  color: #333;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 20px;
}
.confirm-requisition-popup .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  font-weight: 400;
}
.confirm-requisition-popup .modal-footer .secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.confirm-requisition-popup .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.confirm-requisition-popup .modal-footer .secondary:hover,
.confirm-requisition-popup .modal-footer .secondary:active,
.confirm-requisition-popup .modal-footer .secondary:focus {
  background: 0 0;
  border: 0;
}
.confirm-requisition-popup .modal-footer .secondary.disabled,
.confirm-requisition-popup .modal-footer .secondary[disabled],
fieldset[disabled] .confirm-requisition-popup .modal-footer .secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.requisition-view-links {
  margin-bottom: 10px;
  text-align: right;
}
.requisition-view-links .print {
  padding-left: 25px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 25px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 20px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 10px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.requisition-list-requisition-print
  .block-requisition-management
  .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print
  .block-requisition-management
  .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print
  .requisition-grid
  .col.col-checkbox
  input[type="checkbox"] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 0;
}
.requisition-list-requisition-print .requisition-grid .col.price,
.requisition-list-requisition-print .requisition-grid .col.qty,
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  text-align: right;
}
.requisition-list-requisition-print
  .requisition-grid
  .col
  .product-item-name
  a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print
  .requisition-grid
  .col
  .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print
  .requisition-grid
  .col
  .price-excluding-tax
  .price {
  font-size: 12px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print
  .requisition-grid
  .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
.checkout-cart-index .block-requisition-list {
  margin: 0;
}
.checkout-cart-index .requisition-list-action > .action.toggle:after {
  color: inherit;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container
  .checkout-shipping-address
  div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #fff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #ccc;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root {
  border-bottom: 1px solid #ccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-details,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-details {
  float: left;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .quote-details-items
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .quote-details-items
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  .quote-details-items
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  .quote-details-items
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  .quote-details-items
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  .quote-details-items
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .quote-details-items
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .quote-details-items
  .actions-toolbar
  > .action {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .quote-details-items
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .quote-details-items
  .actions-toolbar
  > .action {
  background-color: #eee;
  border: none;
  box-shadow: none;
  color: #777;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button:hover,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .quote-details-items
  .actions-toolbar
  > .action:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .quote-details-items
  .actions-toolbar
  > .action:hover {
  cursor: auto;
  background-color: #eee;
  border: none;
  box-shadow: none;
  color: #777;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .quote-details-items
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .quote-details-items
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .quote-details-items
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .quote-details-items
  .actions-toolbar
  > .action {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button.action-primary,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .quote-details-items
  .actions-toolbar
  > .action.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .quote-details-items
  .actions-toolbar
  > .action.action-primary {
  color: #777;
  text-transform: uppercase;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button.action-primary:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button.action-primary:hover,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .quote-details-items
  .actions-toolbar
  > .action.action-primary:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .quote-details-items
  .actions-toolbar
  > .action.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button.action-primary,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .quote-details-items
  .actions-toolbar
  > .action.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .quote-details-items
  .actions-toolbar
  > .action.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url("../../frontend/Lpg/group/es_ES/images/loader-2.gif") 50% 50%
    no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url("../../frontend/Lpg/group/es_ES/images/loader-2.gif") 50% 50%
    no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
@font-face {
  font-family: "magento-icons";
  src: url("../../frontend/Lpg/group/es_ES/Magento_Company/fonts/Magento-Icons.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/Magento_Company/fonts/Magento-Icons.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.jstree > ul ul li {
  background: 0 0;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: 0.5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: 0 0;
  border-left: none;
  left: 0.1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: "";
  height: 2.3rem;
  left: -0.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: 0 0;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: "";
  height: 0.1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0.4rem 1rem 0.4rem 0.2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: 0.7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: "\e907";
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: "\e906";
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000;
  left: 100%;
  margin-left: 5px;
  top: 0.4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -0.1rem;
  position: relative;
  top: 0.6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: "\e909";
  font-family: "magento-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: "\e90a";
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: "\e909";
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: 0 0;
}
.jstree > ul > li > a.company-admin {
  margin-left: -0.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: "\e908";
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: 0 0;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: "magento-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: "\e90b";
  font-family: "magento-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -0.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #fff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #006bb4;
  color: #fff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #fff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../../frontend/Lpg/group/es_ES/Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
[id="jstree-marker"] {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}
[id="jstree-dnd"] {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
[id="jstree-dnd"] .jstree-icon,
[id="jstree-dnd"] .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px;
}
[id="jstree-dnd"] .jstree-ok {
  background: #ff0080 0;
}
[id="jstree-dnd"] .jstree-er {
  background: #ff0 0;
}
[id="jstree-dnd"] .jstree-copy {
  margin: 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action,
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action {
  background: 0 0;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding: 0 25px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active,
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:hover,
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:hover,
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:active,
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:active {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:not(:focus),
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:after,
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action:after {
  position: absolute;
  right: -0.2rem;
  top: 0.2rem;
  width: 0.1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action.delete:after,
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action._hidden,
.block-dashboard-company
  .box-actions
  .quote-details-items
  .actions-toolbar
  > .action.action._hidden {
  display: none;
}
.form-edit-account .fieldset.company {
  clear: both;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.company .control {
  box-sizing: border-box;
  padding: 6px 15px 0 0;
}
.form-edit-account .fieldset.company:nth-child(2) {
  float: none;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: none !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #006bb4;
}
.message.company-warning a:hover {
  color: #006bb4;
}
.message.company-warning a:active {
  color: #ff5501;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.block-dashboard-info {
  margin-bottom: 10px;
}
.block-dashboard-info .block-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-dashboard-info .box {
  margin-bottom: 30px;
  width: 100%;
}
.block-dashboard-info .box-info {
  order: 1;
}
.block-dashboard-info .box-newsletter {
  order: 3;
}
.block-dashboard-info .box-role {
  order: 2;
}
.block-dashboard-info .box-role .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;
}
.block-dashboard-info .company-roles span:after {
  content: ",";
}
.block-dashboard-info .company-roles span:last-child:after {
  content: "";
}
.company-switcher-header-panel {
  white-space: nowrap;
}
.company-select-menu-item .select-company-link {
  margin-right: 30px;
}
.company-select-menu-item.selected {
  pointer-events: none;
}
.company-select-menu-item.selected .select-company-link:after {
  color: #000;
  content: "\e610";
  font-family: "luma-icons";
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
.company-select-confirm .message.warning > *:first-child:before {
  margin-top: -5px;
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999;
  font-size: 12px;
  padding-top: 5px;
}
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  display: none;
  float: right;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
.negotiable_quote-quote-view .page-title-wrapper .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -1rem;
}
.negotiable_quote-quote-view .page-title-wrapper .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #333;
  content: "\e601";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:hover:before {
  color: #333;
}
.negotiable_quote-quote-view .page-title-wrapper .editable:active:before {
  color: #8f8f8f;
}
.negotiable_quote-quote-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: 0.4rem;
  display: block;
  float: left;
}
.negotiable_quote-quote-view .modal-title {
  border: none;
}
.order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.order-reference-content {
  margin: 1px 0;
  padding-right: 25px;
}
[data-role="negotiable-quote-popup"] .add-file {
  background: 0 0;
  border: 0;
  color: #1979c3;
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role="negotiable-quote-popup"] .add-file:hover,
[data-role="negotiable-quote-popup"] .add-file:active {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
[data-role="negotiable-quote-popup"] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role="negotiable-quote-popup"] .fieldset {
  margin-bottom: 10px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: 0 0;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url("../../frontend/Lpg/group/es_ES/images/loader-2.gif") 50% 50%
    no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url("../../frontend/Lpg/group/es_ES/images/loader-2.gif") 50% 50%
    no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-view-links {
  margin: 10px 0;
  padding: 5px;
  justify-content: space-between;
}
.quote-view-links .quote-actions {
  float: right;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-view-links .switcher {
  margin: 0;
  padding: 0 3.5rem 0 2rem;
  float: left;
}
.quote-view-links .switcher .options {
  display: inline-block;
  position: relative;
}
.quote-view-links .switcher .options:before,
.quote-view-links .switcher .options:after {
  content: "";
  display: table;
}
.quote-view-links .switcher .options:after {
  clear: both;
}
.quote-view-links .switcher .options .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.quote-view-links .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-view-links .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle:active:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.quote-view-links .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-view-links .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.quote-view-links .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.quote-view-links .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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);
}
.quote-view-links .switcher .options ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.quote-view-links .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.quote-view-links .switcher .options ul.dropdown:before,
.quote-view-links .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.quote-view-links .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.quote-view-links .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.quote-view-links .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.quote-view-links .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.quote-view-links .switcher .options.active {
  overflow: visible;
}
.quote-view-links .switcher .options.active ul.dropdown {
  display: block;
}
.quote-view-links .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 2px;
}
.quote-view-links .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.quote-view-links .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.quote-view-links .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.quote-view-links .switcher .label {
  display: block;
  margin-bottom: 5px;
}
.quote-view-links .switcher:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.quote-view-links .switcher-trigger {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  width: 150px;
  height: 25px;
}
.quote-view-links .switcher-trigger .delete {
  cursor: pointer;
  padding-top: 2px;
  padding-left: 10px;
  display: block;
  text-decoration: none;
  position: relative;
}
.quote-view-links .switcher-trigger .delete:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-view-links .switcher-trigger .delete:after {
  position: absolute;
  left: 120px;
  bottom: 1px;
}
.quote-view-links .switcher-trigger.active .delete:after {
  content: "\e621";
}
.quote-view-links .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 10px 0;
}
.quote-view-links .switcher-options.active .switcher-dropdown {
  display: block;
}
.quote-actions-toolbar {
  background: #f2f2f2;
  padding-bottom: 10px;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items
  #shopping-cart-table
  .item
  .col.actions
  .action-delete:after {
  border-left: 0;
}
.quote-details-items
  #shopping-cart-table
  .item
  .col.actions
  .action-delete.dummy-link {
  display: none;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 10px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  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;
}
.quote-details-items .item .col.discount-no-price {
  width: 140px;
  text-align: right;
}
.quote-details-items .item .col.discount-no-price .price {
  font-weight: 400;
  font-size: 1.4rem;
}
.quote-details-items .item .col .discounting-locked {
  display: inline-block;
  text-decoration: none;
}
.quote-details-items .item .col .discounting-locked > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .item .col .discounting-locked:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #000;
  content: "\e629";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .item .col .discounting-locked:hover:before {
  color: #000;
}
.quote-details-items .item .col .discounting-locked:active:before {
  color: #000;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: 0 0;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #ccc;
  display: none;
  padding-bottom: 10px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: "\e621";
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
  text-align: right;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quote-details-items .actions-toolbar .update._disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -2px;
}
.quote-details-items .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e604";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 10px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.quote-reference-content {
  margin-right: 25px;
}
.quote-reference-content:last-child {
  flex: 1 1 auto;
}
.quote-status {
  margin: 0 0 1.4rem;
  padding: 5px 10px;
}
.quote-rename-link {
  display: block;
  float: left;
  margin-right: 2.4rem;
  margin-top: 1.5rem;
}
.quote-rename-link._disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
#rename-quote-form .actions-toolbar {
  margin-top: 1.8rem;
}
.quote-date {
  font-size: 1.4rem;
}
.quote-date > div {
  margin-bottom: 5px;
}
.quote-sales-rep {
  font-size: 1.4rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-all;
}
.quote-comments-block
  .comments-block-item
  .attachments-list
  span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: 0.5;
  pointer-events: none;
}
.quote-notes-block {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-block: 0.1rem solid #d6d6d6;
  border-left: 0.1rem solid #d6d6d6;
  border-right: 0.1rem solid #d6d6d6;
}
.quote-notes-block b {
  color: #999;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem -0.2rem;
}
.quote-notes-block .comments-block-list {
  padding-left: 25px;
  padding-top: 10px;
}
.quote-notes-block .notes-block-item:not(:last-child) {
  padding-bottom: 10px;
}
.quote-notes-block .notes-block-item .notes-block-item-comment {
  font-size: 1.4rem;
  word-break: break-all;
  margin-bottom: 10px;
}
.quote-notes-block .notes-block-item .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -0.2rem;
}
.quote-notes-block .notes-block-item .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-notes-block .notes-block-item .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #333;
  content: "\e601";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-notes-block .notes-block-item .editable:hover:before {
  color: #333;
}
.quote-notes-block .notes-block-item .editable:active:before {
  color: #8f8f8f;
}
.quote-notes-block .notes-block-item b {
  color: #000;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block
  .history-log-block-item
  .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block
  .history-log-block-item
  .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -0.2rem;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e604";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #333;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #1979c3;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1979c3;
  content: "\e900";
  font-family: "magento-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: 0.5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: 0 0;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:not(:focus) {
  box-shadow: none;
}
.negotiable-quote.request button,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: 0.5rem;
  padding: 0 0.6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account
  .column.main
  .block.block-order-details-view
  .block-content:not(.widget)
  .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
.negotiable-quote-quote-print .quote-details-items thead .col.discount,
.negotiable-quote-quote-print .quote-details-items .item .col.discount,
.negotiable-quote-quote-print .quote-details-items thead .col.actions,
.negotiable-quote-quote-print .quote-details-items .item .col.actions {
  text-align: right;
}
.negotiable-quote-quote-print
  .quote-details-items
  thead
  .col
  .product-item-name
  a,
.negotiable-quote-quote-print
  .quote-details-items
  .item
  .col
  .product-item-name
  a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: 0 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: 0 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print
  .quote-details-items
  .quote-table-totals:not(.cart)
  tbody
  > tr
  > td,
.negotiable-quote-quote-print
  .quote-details-items
  .quote-table-totals:not(.cart)
  tbody
  > tr
  > th {
  border: none;
}
.negotiable-quote-quote-print
  .quote-details-items
  .quote-table-totals:not(.cart)
  tbody
  > tr[class="grand_total"]
  td,
.negotiable-quote-quote-print
  .quote-details-items
  .quote-table-totals:not(.cart)
  tbody
  > tr[class="grand_total"]
  th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print
  .quote-details-items
  .catalog-price
  .quote-table-totals:not(.cart)
  tbody
  > tr:last-child
  td,
.negotiable-quote-quote-print
  .quote-details-items
  .catalog-price
  .quote-table-totals:not(.cart)
  tbody
  > tr:last-child
  th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print
  .quote-block-content.catalog-price
  .quote-table-totals
  td
  strong,
.negotiable-quote-quote-print
  .quote-block-content.catalog-price
  .quote-table-totals
  th
  strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print
  .quote-block-content.negotiated-price
  .quote-table-totals:not(.cart)
  tfoot
  > tr:last-child
  td,
.negotiable-quote-quote-print
  .quote-block-content.negotiated-price
  .quote-table-totals:not(.cart)
  tfoot
  > tr:last-child
  th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: 0 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: "";
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items
  .page-section-negotiable
  td
  .data-table
  tr.col-subtotal:after {
  background: #ccc;
  bottom: 42px;
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view
  .page-main
  .page-title-wrapper
  .negotiable-quote-order-information
  .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
.negotiable-quote-note-popup .form {
  margin-top: 30px;
}
.negotiable-quote-note-popup .actions-toolbar {
  margin-top: 20px;
}
.negotiable-quote-note-popup .tooltip.wrapper .tooltip.content {
  min-width: 80px;
}
.negotiable-quote-note-popup .discounting-locked {
  display: inline-block;
  text-decoration: none;
}
.negotiable-quote-note-popup .discounting-locked > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.negotiable-quote-note-popup .discounting-locked:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #000;
  content: "\e629";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.negotiable-quote-note-popup .discounting-locked:hover:before {
  color: #000;
}
.negotiable-quote-note-popup .discounting-locked:active:before {
  color: #000;
}
.actions-dropdown {
  display: inline-block;
  position: relative;
}
.actions-dropdown:before,
.actions-dropdown:after {
  content: "";
  display: table;
}
.actions-dropdown:after {
  clear: both;
}
.actions-dropdown .action.switch {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.actions-dropdown .action.switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-dropdown .action.switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.actions-dropdown .action.switch:hover:after {
  color: inherit;
}
.actions-dropdown .action.switch:active:after {
  color: inherit;
}
.actions-dropdown .action.switch.active {
  display: inline-block;
  text-decoration: none;
}
.actions-dropdown .action.switch.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.actions-dropdown .action.switch.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.actions-dropdown .action.switch.active:hover:after {
  color: inherit;
}
.actions-dropdown .action.switch.active:active:after {
  color: inherit;
}
.actions-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.actions-dropdown ul li {
  margin: 0;
  padding: 0;
}
.actions-dropdown ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.actions-dropdown ul:before,
.actions-dropdown ul:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.actions-dropdown ul:before {
  border: 6px solid;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.actions-dropdown ul:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.actions-dropdown ul:before {
  right: 10px;
  top: -12px;
}
.actions-dropdown ul:after {
  right: 9px;
  top: -14px;
}
.actions-dropdown.active {
  overflow: visible;
}
.actions-dropdown.active ul {
  display: block;
}
.actions-dropdown .action-select {
  color: #006bb4;
  background-color: transparent;
  border: none;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  padding: 0;
}
.actions-dropdown .action-select:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.actions-dropdown .action-select.active:after {
  transform: rotate(180deg);
}
.actions-dropdown .action-menu,
.actions-dropdown table th .action-menu .action-submenu {
  left: auto;
  min-width: 17rem;
  right: -12px;
  text-align: left;
  top: auto;
  z-index: 1;
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #000;
  display: none;
  font-weight: 400;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  position: absolute;
  font-size: 1.3rem;
  line-height: 1.36;
}
.actions-dropdown .action-menu li,
.actions-dropdown table th .action-menu .action-submenu li {
  padding: 2px;
}
.actions-dropdown .action-menu li a,
.actions-dropdown table th .action-menu .action-submenu li a {
  color: #000;
  cursor: pointer;
  display: block;
  padding: 0.2em 1em;
  font-size: 1.3rem;
  font-weight: 400;
}
.actions-dropdown .action-menu li a:hover,
.actions-dropdown table th .action-menu .action-submenu li a:hover {
  background-color: #e3e3e3;
  cursor: pointer;
  text-decoration: none;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
.negotiable_quote-quote-index .page-title {
  float: left;
}
.negotiable_quote-quote-index .template-link {
  float: left;
  padding-left: 40px;
  padding-top: 17px;
}
.negotiable_quote-quote-view .linked-ordered {
  display: none;
}
.negotiable_quote-quote-view .template-popup-content-wrapper {
  display: none;
}
.negotiable_quote-quote-view .template-popup-content-wrapper .text-content {
  padding-bottom: 30px;
}
.negotiable_quote-quote-view
  .template-popup-content-wrapper
  .template-view-links {
  padding-bottom: 10px;
}
.negotiable_quote-quote-view
  .template-popup-content-wrapper
  .template-view-links
  .about
  .external-link {
  width: 11px;
}
.negotiable_quote-quote-view
  .template-popup-content-wrapper
  .template-view-links
  .learn-more {
  font-style: italic;
}
.negotiable_quote-quote-view
  .template-popup-content-wrapper
  .template-view-links
  .external-link {
  width: 11px;
}
.negotiable_quote-quote-view .template-popup-content-wrapper .action.cancel {
  background: 0 0;
  border: none;
  color: #000;
}
.negotiable_quote-quote-view .linked-quote-badge {
  color: #090;
  font-weight: 600;
  padding-bottom: 30px;
}
.negotiable_quote-quote-view .linked-quote-badge .link-icon {
  width: 12px;
}
.negotiable_quote-quote-view
  .quote-actions-toolbar
  .actions.create-template-action {
  float: right;
}
.negotiable_quote-quote-view .linked-quote-cancel {
  background: 0 0;
  border: none;
}
.quote_templates-template-view .page-title-wrapper .editable {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: right;
  top: -1rem;
}
.quote_templates-template-view .page-title-wrapper .editable > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote_templates-template-view .page-title-wrapper .editable:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: inherit;
  color: #333;
  content: "\e601";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote_templates-template-view .page-title-wrapper .editable:hover:before {
  color: #333;
}
.quote_templates-template-view .page-title-wrapper .editable:active:before {
  color: #8f8f8f;
}
.quote_templates-template-view .page-title {
  float: left;
}
.quote_templates-template-view .quote-rename-link {
  float: left;
}
.quote_templates-template-view .template-status {
  border-radius: 5px;
  margin: 0.6rem 0 1.4rem;
}
.quote_templates-template-view .template-toolbar-container {
  border: 2px #006400;
  border-style: solid none none;
  padding-bottom: 80px;
}
.quote_templates-template-view .template-badge {
  background: #006400;
  color: #fff;
  float: left;
  padding: 13px 15px;
  width: 150px;
}
.quote_templates-template-view .template-badge span {
  display: table;
  font-weight: 700;
  margin: 0 auto;
}
.quote_templates-template-view .template-actions-toolbar {
  float: right;
  margin: 15px 0;
}
.quote_templates-template-view .template-actions-toolbar .template-view-links {
  float: left;
}
.quote_templates-template-view
  .template-actions-toolbar
  .template-view-links
  .print.action:after {
  border-left: 1px solid;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.quote_templates-template-view
  .template-actions-toolbar
  .template-view-links
  .about
  .external-link {
  width: 11px;
}
.quote_templates-template-view .template-info {
  clear: both;
  line-height: 2;
  padding: 20px 0;
}
.quote_templates-template-view .template-info .date-section {
  float: left;
}
.quote_templates-template-view
  .template-info
  .date-section
  .ui-datepicker-trigger {
  padding-left: 5px;
}
.quote_templates-template-view .template-info .extra-info {
  float: right;
}
.quote_templates-template-view .template-info .extra-info div.mage-error {
  width: 240px;
}
.quote_templates-template-view .template-info .expiration-date {
  width: 160px;
}
.quote_templates-template-view .template-info .order-threshold-input {
  text-align: right;
  width: 50px;
}
.quote_templates-template-view
  .template-info
  .template-order-threshold.max-threshold {
  float: right;
  padding-top: 10px;
}
.quote_templates-template-view
  .template-info
  .template-order-threshold.min-threshold
  div.mage-error {
  position: relative;
  left: 140px;
}
.quote_templates-template-view .template-info .more-info {
  padding-left: 10px;
  width: 17px;
}
.quote_templates-template-view .quote-title a:after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.quote_templates-template-view .quote-details-items.product.data.items {
  padding-top: 40px;
}
.quote_templates-template-view .quote-details-items .min-max-label {
  float: right;
}
.quote_templates-template-view .quote-details-items thead .col.minmax-qty {
  text-align: center;
  width: 145px;
}
.quote_templates-template-view .quote-details-items .item .col.minmax-qty {
  width: 145px;
}
.quote_templates-template-view .quote-details-items .item .col.minmax-qty .qty {
  float: left;
  padding-right: 7px;
}
.quote_templates-template-view
  .quote-details-items
  .item
  .col.minmax-qty
  .max-qty {
  float: left;
}
.quote_templates-template-view
  .quote-details-items
  .item
  .col
  .tooltip.content {
  font-weight: 400;
}
.quote_templates-template-view
  .quote-details-items
  .item
  .col
  .tooltip.content.subtotal {
  min-width: 170px;
}
.quote_templates-template-view
  .quote-details-items
  .item
  .col
  .tooltip.content.subtotal-no-actions {
  min-width: 140px;
}
.quote_templates-template-view
  .quote-details-items
  .item
  th.minmax-qty
  .heading-text,
.quote_templates-template-view
  .quote-details-items
  .item
  th.subtotal
  .heading-text {
  border-bottom: 2px dotted #007bdb;
  padding-bottom: 5px;
}
.quote_templates-template-view .actions .template-cancel {
  background: 0 0;
  border: none;
  color: #000;
}
.quote_templates-template-view .cancelation-popup-content-wrapper {
  display: none;
}
.quote_templates-template-view
  .cancelation-popup-content-wrapper
  .cancel-form
  .fieldset {
  padding: 40px 0;
}
.quote_templates-template-view
  .cancelation-popup-content-wrapper
  .cancel-form
  .fieldset
  textarea {
  height: 100px;
}
.quote_templates-template-view .shipping-required:after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.quote_templates-template-index .quotes-link {
  padding-left: 10px;
}
.quote_templates-template-index .data-grid-filters-wrap {
  padding: 15px 0;
}
.quote_templates-template-index .data-grid-filters-wrap .section-heading {
  font-size: 25px;
  font-weight: 200;
}
.quote_templates-template-index .data-grid-filters-wrap .fieldset {
  padding-top: 20px;
}
.quote_templates-template-index .data-grid-filters-wrap .quick-filter {
  padding-right: 15px;
}
.quote_templates-template-index .data-grid-filters-wrap .action-secondary {
  background: #fff;
}
.quote_templates-template-index
  .data-grid-filters-wrap
  .action-secondary.active {
  background: #514943;
  color: #fff;
}
.quote_templates-template-notemplates .main-area {
  background: #f0f0f0;
  line-height: 2rem;
  padding: 20px;
}
.quote_templates-template-notemplates .main-area .heading {
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.quote_templates-template-notemplates .main-area .action {
  margin: 15px 0;
}
.quote_templates-template-notemplates .page-content {
  padding-top: 20px;
}
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: "\e622";
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: "\e621";
}
.admin__action-group-wrap .action-select[disabled] {
  color: #333;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: "\e621";
}
.admin__action-group-wrap._active .action-menu,
.admin__action-group-wrap._active table th .action-menu .action-submenu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu,
.admin__action-group-wrap table th .action-menu .action-submenu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active,
.admin__action-group-wrap table th .action-menu .action-submenu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover,
.admin__action-group-wrap
  table
  th
  .action-menu
  .action-submenu
  ._disabled:hover {
  background: #fff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item,
.admin__action-group-wrap
  table
  th
  .action-menu
  .action-submenu
  ._disabled
  .action-menu-item {
  cursor: default;
  opacity: 0.5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu,
.admin__action-group-wrap
  .action-menu-items
  > table
  th
  .action-menu
  .action-submenu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu,
.admin__action-group-wrap
  .action-menu-items
  > table
  th
  .action-menu
  .action-submenu
  .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input {
  border: 1px solid #adadad;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.account .table-wrapper .data-grid-checkbox-cell-inner input:active,
.account .table-wrapper .data-grid-checkbox-cell-inner input:hover,
.account .table-wrapper .data-grid-checkbox-cell-inner input:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
}
@media (max-width: 640px) {
  .page-main
    .table-wrapper
    table.data-grid
    tbody
    tr.data-row
    th.data-grid-multicheck-cell {
    display: none;
  }
  .page-main
    .table-wrapper
    table.data-grid
    tbody
    tr.data-row
    td.data-grid-checkbox-cell {
    display: none;
  }
}
table th .action-menu,
table th table th .action-menu .action-submenu {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #006bb4;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 19.5rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
table th .action-menu._active,
table th table th .action-menu .action-submenu._active {
  display: block;
}
table th .action-menu > li,
table th table th .action-menu .action-submenu > li {
  border: none;
  display: block;
  padding: 0;
  transition: background-color 0.1s linear;
}
table th .action-menu > li > a:hover,
table th table th .action-menu .action-submenu > li > a:hover {
  text-decoration: none;
}
table th .action-menu > li._visible,
table th table th .action-menu .action-submenu > li._visible {
  background-color: #e3e3e3;
}
table th .action-menu > li:hover,
table th table th .action-menu .action-submenu > li:hover {
  background-color: #e3e3e3;
}
table th .action-menu > li:active,
table th table th .action-menu .action-submenu > li:active {
  background-color: #cacaca;
}
table th .action-menu > li._parent,
table th table th .action-menu .action-submenu > li._parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
}
table th .action-menu > li._parent > .action-menu-item,
table
  th
  table
  th
  .action-menu
  .action-submenu
  > li._parent
  > .action-menu-item {
  min-width: 100%;
}
table th .action-menu > li._parent:after,
table th table th .action-menu .action-submenu > li._parent:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.5rem;
  content: "";
  height: 0;
  position: relative;
  right: 1.2rem;
  top: 1.4rem;
  width: 0;
}
table th .action-menu .item,
table th .action-menu .action-menu-item,
table th table th .action-menu .action-submenu .item,
table th table th .action-menu .action-submenu .action-menu-item {
  cursor: pointer;
  display: block;
  padding: 0.6875em 1em;
}
table th .action-menu .action-submenu {
  bottom: auto;
  left: auto;
  margin-left: 0;
  margin-top: -1px;
  position: absolute;
  right: auto;
  top: auto;
}
table th .action-menu a.action-menu-item,
table th table th .action-menu .action-submenu a.action-menu-item {
  color: #333;
}
table th .action-menu a.action-menu-item:focus,
table th table th .action-menu .action-submenu a.action-menu-item:focus {
  background-color: #e3e3e3;
}
.action-multicheck-wrap {
  display: inline-block;
  height: 1.6rem;
  padding-top: 1px;
  position: relative;
  width: 3.4rem;
  z-index: 200;
}
.action-multicheck-wrap:hover .admin__control-checkbox + label:before,
.action-multicheck-wrap:hover .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .admin__control-checkbox + label:before,
.action-multicheck-wrap._active .action-multicheck-toggle {
  border-color: #757575;
}
.action-multicheck-wrap._active .action-menu,
.action-multicheck-wrap._active table th .action-menu .action-submenu {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before {
  background-color: #fff;
}
.action-multicheck-wrap._disabled .admin__control-checkbox + label:before,
.action-multicheck-wrap._disabled .action-multicheck-toggle {
  border-color: #adadad;
  opacity: 1;
}
.action-multicheck-wrap .admin__control-checkbox,
.action-multicheck-wrap .admin__control-checkbox + label,
.action-multicheck-wrap .action-multicheck-toggle {
  float: left;
  margin: 0;
}
.action-multicheck-wrap .admin__control-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #adadad;
  border-bottom-left-radius: 3px;
  border-right: 0;
  border-top-left-radius: 3px;
  cursor: pointer;
  height: 1.6rem;
  text-align: center;
  width: 1.6rem;
}
.action-multicheck-wrap .admin__control-checkbox:active,
.action-multicheck-wrap .admin__control-checkbox:hover,
.action-multicheck-wrap .admin__control-checkbox:focus {
  box-shadow: none;
  outline-offset: 0;
  outline: 0;
  border-color: #757575;
}
.action-multicheck-wrap .admin__control-checkbox._indeterminate:before {
  content: "-";
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.action-multicheck-wrap .admin__control-checkbox:checked:before {
  content: "\e610";
  font-family: "luma-icons";
  font-size: 1.1rem;
  line-height: 125%;
}
.action-multicheck-wrap .action-multicheck-toggle {
  background: #fff url("../../frontend/Lpg/group/es_ES/images/select-bg.svg")
    no-repeat 50% 50%;
  background-size: 200%;
  border: 1px solid #adadad;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 1.6rem;
  margin-top: 2px;
  padding: 0;
  position: relative;
  width: 1.8rem;
}
.action-multicheck-wrap .action-multicheck-toggle:focus {
  border-color: #757575;
}
.action-multicheck-wrap .action-multicheck-toggle:after {
  right: 0.3rem;
}
.action-select-wrap.buttons {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .action-select-wrap.buttons {
    display: none;
  }
}
.action-select-wrap.buttons .selected-number {
  margin-right: auto;
}
.action-select-wrap.buttons button,
.action-select-wrap.buttons .quote-details-items .actions-toolbar > .action {
  margin-left: 15px;
}
.action-select-wrap.buttons .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  font-weight: 400;
}
.action-select-wrap.buttons .secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:hover,
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:focus {
  background: 0 0;
  border: 0;
}
.action-select-wrap.buttons .secondary.disabled,
.action-select-wrap.buttons .secondary[disabled],
fieldset[disabled] .action-select-wrap.buttons .secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.action-select-wrap.buttons .secondary:disabled {
  text-decoration: none;
}
.action-select-wrap.buttons .secondary:active,
.action-select-wrap.buttons .secondary:not(:focus) {
  box-shadow: none;
}
.admin__action-multiselect-wrap {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: block;
  user-select: none;
}
.admin__action-multiselect-wrap.action-select-wrap:focus {
  box-shadow: none;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu,
.admin__action-multiselect-wrap.action-select-wrap
  table
  th
  .action-menu
  .action-submenu {
  max-height: none;
  overflow-y: inherit;
}
.admin__action-multiselect-wrap .action-menu-item {
  transition: background-color 0.1s linear;
}
.admin__action-multiselect-wrap .action-menu-item._selected {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._hover {
  background-color: #e3e3e3;
}
.admin__action-multiselect-wrap .action-menu-item._unclickable {
  cursor: default;
}
.admin__action-multiselect-wrap .admin__action-multiselect {
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  min-height: 3.2rem;
  padding-right: 3.6rem;
  white-space: normal;
}
.admin__action-multiselect-wrap .admin__action-multiselect:after {
  bottom: 1.25rem;
  top: auto;
}
.admin__action-multiselect-wrap .admin__action-multiselect:before {
  height: 3.3rem;
  top: auto;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap {
  position: static;
}
.admin__control-table-wrapper
  .admin__action-multiselect-wrap
  .admin__action-multiselect {
  position: relative;
}
.admin__control-table-wrapper
  .admin__action-multiselect-wrap
  .admin__action-multiselect:before {
  right: -1px;
  top: -1px;
}
.admin__control-table-wrapper .admin__action-multiselect-wrap .action-menu,
.admin__control-table-wrapper
  .admin__action-multiselect-wrap
  table
  th
  .action-menu
  .action-submenu {
  left: auto;
  min-width: 34rem;
  right: auto;
  top: auto;
  z-index: 1;
}
.admin__action-multiselect-wrap .admin__action-multiselect-item-path {
  color: #a79d95;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1rem;
}
.admin__action-multiselect-actions-wrap {
  border-top: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  text-align: center;
}
.admin__action-multiselect-actions-wrap .action-default {
  font-size: 1.3rem;
  min-width: 13rem;
}
.admin__action-multiselect-text {
  padding: 0.6rem 1rem;
}
.action-menu,
table th .action-menu .action-submenu {
  left: 0;
  margin-top: 2px;
  right: auto;
  text-align: left;
}
.admin__action-multiselect-label {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.admin__action-multiselect-label:before {
  margin-right: 0.5rem;
}
._unclickable .admin__action-multiselect-label {
  cursor: default;
  font-weight: 700;
}
.admin__action-multiselect-search-wrap {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.admin__action-multiselect-search {
  font-style: italic;
  padding-right: 3rem;
  width: 100%;
}
.admin__action-multiselect-search-label {
  display: block;
  font-size: 1.5rem;
  height: 1.3em;
  overflow: hidden;
  position: absolute;
  right: 2.2rem;
  top: 1.7rem;
  width: auto;
}
.admin__action-multiselect-search-label:before {
  content: "\e615";
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-multiselect-search-count {
  color: #a79d95;
  margin-top: 1rem;
}
.admin__action-multiselect-empty-area {
  color: #a79d95;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
}
.admin__action-multiselect-menu-inner {
  margin-bottom: 0;
  max-height: 46rem;
  overflow-y: auto;
}
.admin__action-multiselect-menu-inner .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: none;
  overflow: hidden;
  padding-left: 1.1rem;
}
.admin__action-multiselect-menu-inner ._hidden {
  display: none;
}
.admin__action-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0.3rem 0 0.3rem 0.3rem;
  padding: 0.3rem 2.4rem 0.4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.admin__action-multiselect-crumb:hover {
  border-color: #908379;
}
.admin__action-multiselect-crumb .action-close {
  bottom: 0;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.admin__action-multiselect-crumb .action-close:hover {
  color: #000;
}
.admin__action-multiselect-crumb .action-close:focus,
.admin__action-multiselect-crumb .action-close:active {
  background-color: transparent;
}
.admin__action-multiselect-crumb .action-close:active {
  transform: scale(0.9);
}
.admin__action-multiselect-crumb .action-close:before {
  display: flex;
  justify-content: center;
}
.admin__action-multiselect-tree .action-menu,
.admin__action-multiselect-tree table th .action-menu .action-submenu {
  min-width: 34.7rem;
}
.admin__action-multiselect-tree .action-menu .action-menu-item,
.admin__action-multiselect-tree
  table
  th
  .action-menu
  .action-submenu
  .action-menu-item {
  margin-top: 0.1rem;
}
.admin__action-multiselect-tree .action-menu-item {
  margin-left: 3.1rem;
  position: relative;
}
.admin__action-multiselect-tree .action-menu-item._expended:before {
  border-left: 1px dashed #a79d95;
  bottom: 0;
  content: "";
  left: -1rem;
  position: absolute;
  top: 1rem;
  width: 1px;
}
.admin__action-multiselect-tree
  .action-menu-item._expended
  .admin__action-multiselect-dropdown:before {
  content: "\e622";
}
.admin__action-multiselect-tree
  .action-menu-item._with-checkbox
  .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner {
  position: relative;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner
  .admin__action-multiselect-menu-inner {
  padding-left: 2.1rem;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner
  .admin__action-multiselect-menu-inner:before {
  left: 1.6rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-menu-inner-item {
  position: relative;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item:last-child:before {
  height: 1.05rem;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item:after,
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item:before {
  content: "";
  left: 0;
  position: absolute;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item:after {
  border-top: 1px dashed #a79d95;
  height: 1px;
  top: 1.05rem;
  width: 3.1rem;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item:before {
  border-left: 1px dashed #a79d95;
  height: 100%;
  top: 0;
  width: 1px;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item._parent:after {
  width: 3.1rem;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item._root {
  margin-left: -1rem;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item._root:after {
  left: 2.1rem;
  width: 1.1rem;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item._root:before {
  left: 2.1rem;
  top: 1rem;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item._root._parent:after {
  display: none;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item._root:first-child:before {
  top: 1.05rem;
}
.admin__action-multiselect-tree
  .admin__action-multiselect-menu-inner-item._root:last-child:before {
  height: 1rem;
}
.admin__action-multiselect-tree .admin__action-multiselect-label {
  line-height: 1.1rem;
  vertical-align: middle;
  word-break: break-all;
}
.admin__action-multiselect-tree .admin__action-multiselect-label:before {
  left: 0;
  position: absolute;
  top: 0.4rem;
}
.admin__action-multiselect-dropdown {
  border-radius: 50%;
  height: 1.1rem;
  left: -1.1rem;
  position: absolute;
  top: 1rem;
  width: 1.1rem;
  z-index: 1;
}
.admin__action-multiselect-dropdown:before {
  background: #fff;
  color: #a79d95;
  content: "\e622";
  font-size: 1.1rem;
}
.abs-action-reset,
.action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: "\e616";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #333;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
.admin__action-group-wrap {
  width: 15rem;
}
.admin__action-group-wrap._active {
  min-height: 120px;
}
.admin__action-group-wrap._disabled {
  pointer-events: none;
}
.admin__action-group-wrap._multiple {
  width: 100%;
}
.admin__action-group-wrap .admin__action-multiselect {
  display: flex;
  flex-wrap: wrap;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap
  .crumb-action {
  padding: 0;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap
  .crumb-action:before {
  font-size: 1.1rem;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active
  .action-select-list {
  min-width: 20rem;
  z-index: 100;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active
  .action-select-list
  .action-menu-item {
  height: 2.5rem;
  padding: 5px 10px;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active
  .action-select-list
  .action-menu-item._selected {
  background-color: transparent;
}
.admin__action-group-wrap.admin__action-multiselect-wrap.action-select-wrap._active
  .action-select-list
  .action-menu-item
  .admin__action-multiselect-label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap input::-ms-clear {
  display: none;
}
.admin__action-group-wrap._focus .admin__action-multiselect,
.admin__action-group-wrap._focus .admin__action-multiselect:before {
  border-color: #adadad;
}
.admin__action-group-wrap .admin__action-multiselect-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner {
  list-style: none;
  max-height: 30.5rem;
  padding-left: 0;
}
.admin__action-group-wrap .admin__action-multiselect-menu-inner:empty {
  overflow-y: visible;
}
.admin__action-group-wrap .admin__action-group-optgroup {
  padding: 5px 10px;
}
.admin__action-group-wrap .admin__action-group-option {
  margin-bottom: 0;
}
.admin__action-group-wrap .admin__action-group-option:hover,
.admin__action-group-wrap .admin__action-group-option._hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
.admin__action-group-wrap .admin__action-multiselect-search-label {
  right: 1.2rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0.7rem;
  top: 1.5rem;
}
.admin__action-group-wrap .admin__action-multiselect-remove-label:before {
  content: "\e616";
  font-size: 2rem;
  line-height: 1;
  vertical-align: baseline;
}
.admin__action-group-wrap .admin__action-multiselect-search-count {
  font-size: 12px;
  line-height: 2;
}
.admin__action-group-wrap .admin__action-multiselect-action-links {
  float: right;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action {
  float: left;
  padding: 0;
}
.admin__action-group-wrap .admin__action-multiselect-action-links .action span {
  font-size: 12px;
  font-weight: 400;
}
.admin__action-group-wrap
  .admin__action-multiselect-action-links
  .action:not(:last-child):after {
  border-left: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 1.2rem;
  margin: 0 10px;
  vertical-align: middle;
}
.admin__action-group-wrap .admin__action-multiselect-actions-wrap {
  text-align: right;
}
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-tertiary {
  padding: 7px 15px;
}
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-secondary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-secondary:focus,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-secondary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-secondary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-secondary.disabled,
.admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-secondary[disabled],
fieldset[disabled]
  .admin__action-group-wrap
  .admin__action-multiselect-actions-wrap
  .action-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.admin__action-group-wrap .admin__action-multiselect-menu-wrap {
  max-height: 210px;
  overflow-y: auto;
  position: relative;
}
.admin__action-group-wrap
  .admin__action-multiselect-menu-wrap
  .action-menu-item._with-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.admin__action-group-wrap
  .admin__action-multiselect-menu-wrap
  .action-menu-item._with-checkbox
  .admin__control-checkbox {
  margin: auto;
  position: absolute;
  top: auto;
}
.admin__action-group-wrap
  .admin__action-multiselect-menu-wrap
  .action-menu-item._with-checkbox
  .admin__action-multiselect-label {
  padding-left: 2.6rem;
}
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #fff;
}
#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;
}
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #ccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  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: #fff;
  font-size: 14px;
}
.lac-notification-sticky
  .lac-notification
  .lac-notification-links
  .lac-notification-close-link:after {
  background: url("../../frontend/Lpg/group/es_ES/Magento_LoginAsCustomerFrontendUi/images/close.svg");
  content: " ";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.quote-view-links.duplicate {
  float: right;
}
.quote-requisition-list {
  border-bottom: 1px solid #ccc;
  height: 350px;
  overflow: auto;
  padding: 0;
}
.quote-requisition-list .quote-requisition-list-item {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  list-style-type: none;
}
.quote-requisition-list .quote-requisition-list-item .requisition-list-count {
  float: right;
  padding-right: 100px;
}
.quote-requisition-list
  .quote-requisition-list-item
  .quote-requisition-list-item-radio {
  display: block;
  float: left;
}
.quote-requisition-list .quote-requisition-list-item .requisition-list.error {
  color: #ff0101;
  display: block;
  font-size: 12px;
}
.my-orders-search-advanced .field .secondary,
.my-orders-search-advanced .actions-toolbar,
.my-orders-search-advanced .filters-collapse {
  text-align: right !important;
}
.my-orders-search-advanced .fieldset:first-of-type {
  margin-bottom: 0;
}
.my-orders-search-advanced .actions-toolbar div.primary {
  text-align: right !important;
  width: 100%;
}
.my-orders-search-advanced .actions-toolbar div.primary a {
  text-decoration: none;
}
.my-orders-search-advanced .actions-toolbar button.primary,
.my-orders-search-advanced
  .actions-toolbar
  .quote-details-items
  .actions-toolbar
  > .action.primary {
  float: none !important;
  margin-right: 0;
  width: auto !important;
}
.my-orders-search-advanced .actions-toolbar button,
.my-orders-search-advanced
  .actions-toolbar
  .quote-details-items
  .actions-toolbar
  > .action {
  margin-left: 10px !important;
}
.my-orders-search-advanced .extra-order-search,
.my-orders-search-advanced .filter-close {
  display: none;
}
.my-orders-search-advanced .mage-error {
  clear: both;
  display: inline-block;
  padding-right: 10px;
}
.my-orders-search-advanced .filter-summary {
  margin: 5px 0 0;
}
.my-orders-search-advanced .filter-summary ul {
  border-top: 1px solid #ccc;
  display: inline-block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.my-orders-search-advanced .filter-summary li {
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 14px;
}
.my-orders-search-advanced .filter-summary li span {
  padding: 0 3px;
}
.my-orders-search-advanced .filter-summary li .label {
  font-weight: 700;
}
.my-orders-search-advanced .action-remove {
  font-weight: 700;
  padding: 0 3px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) {
  display: inline-block;
  text-decoration: none;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all) > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #1979c3;
  content: "\e616";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):hover:before {
  color: #00699d;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):active:before {
  color: #68a8e0;
}
.my-orders-search-advanced .action-remove:not(.action-clear-all):before {
  display: inline;
  vertical-align: unset;
}
.my-orders-search-advanced .action-clear-all {
  font-weight: inherit;
}
.my-orders-search-advanced + .filter-divider hr {
  margin-top: 0;
}
.search-sku input {
  float: left;
  padding-right: 24px;
}
.search-sku button[type="submit"],
.search-sku .quote-details-items .actions-toolbar > .action[type="submit"] {
  background: 0 0;
  border: none;
  box-shadow: none;
  float: right;
  margin-left: -22px;
  padding: 0;
  position: absolute;
}
.search-sku button[type="submit"]:after,
.search-sku
  .quote-details-items
  .actions-toolbar
  > .action[type="submit"]:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #7d7d7d;
  content: "\e615";
  display: inline-block;
  font-family: "luma-icons";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.field-date .control .sub-label,
.field-order-total .control .sub-label {
  float: left;
  margin-top: 7px;
  position: relative;
  width: 25%;
}
.field-date .control input,
.field-order-total .control input {
  float: left;
  position: relative;
  width: 50%;
}
.field-date .control button.ui-datepicker-trigger,
.field-date
  .control
  .quote-details-items
  .actions-toolbar
  > .action.ui-datepicker-trigger {
  margin: 4px 0 0 7px;
}
@font-face {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: 400;
  src: url("../../frontend/Lpg/group/es_ES/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot");
  src: url("../../frontend/Lpg/group/es_ES/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix")
      format("embedded-opentype"),
    url("../../frontend/Lpg/group/es_ES/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff")
      format("woff"),
    url("../../frontend/Lpg/group/es_ES/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf")
      format("truetype");
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
}
[class^="pagebuilder-icon-"]:before,
[class*=" pagebuilder-icon-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: "\f101";
}
.pagebuilder-icon-next:before {
  content: "\f102";
}
.pagebuilder-icon-prev:before {
  content: "\f103";
}
.pagebuilder-icon-up:before {
  content: "\f104";
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: "\f103";
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: "\f102";
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background: #1c1918;
}
[data-content-type="banner"] > [data-element="link"],
[data-content-type="banner"] > [data-element="empty_link"] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type="banner"] > [data-element="link"]:hover,
[data-content-type="banner"] > [data-element="empty_link"]:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 0.5s ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper
  .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element="content"] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  margin: 20px 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 0.5s ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance="collage-centered"]
  .pagebuilder-banner-wrapper
  .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance="collage-left"]
  .pagebuilder-banner-wrapper
  .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance="collage-right"]
  .pagebuilder-banner-wrapper
  .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$="block"] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type="buttons"] {
  max-width: 100%;
}
[data-content-type="button-item"] {
  max-width: 100%;
}
[data-content-type="button-item"] [data-element="link"],
[data-content-type="button-item"] [data-element="empty_link"] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type="button-item"] [data-element="empty_link"] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: 0 0;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-link.disabled,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-link[disabled],
fieldset[disabled]
  .quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary:hover,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary:active,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary:focus,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary.disabled,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary[disabled],
fieldset[disabled]
  .quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary:hover,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary:active,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary:focus,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary.disabled,
.quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled]
  .quote-details-items
  .actions-toolbar
  > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type="heading"] {
  word-wrap: break-word;
}
[data-content-type="html"] {
  word-wrap: break-word;
}
figure[data-content-type="image"] {
  box-sizing: border-box;
}
figure[data-content-type="image"] > [data-element="link"],
figure[data-content-type="image"] > [data-element="link"] img {
  border-radius: inherit;
}
figure[data-content-type="image"] figcaption {
  word-wrap: break-word;
}
[data-content-type="map"] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type="row"] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column
  .widget-product-grid
  .product-item
  .product-item-actions
  .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column
  .widget-product-grid
  .product-item
  .product-item-actions
  .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column
  .widget-product-grid
  .product-item
  .product-item-actions
  .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column
  [data-content-type="products"]
  .block.widget
  .products-grid
  .widget-product-grid.product-items
  .product-item {
  width: 200px;
}
[data-content-type="products"][data-appearance="carousel"]
  .slick-initialized
  li.product-item {
  display: block;
}
[data-content-type="products"][data-appearance="carousel"]
  .slick-initialized
  li.product-item:first-child {
  visibility: visible;
}
[data-content-type="products"][data-appearance="carousel"] .product-item-info {
  width: auto;
}
[data-content-type="products"][data-appearance="carousel"] li.product-item {
  display: none;
}
[data-content-type="products"][data-appearance="carousel"]
  li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type="products"][data-appearance="carousel"].center-mode
  .product-item {
  opacity: 0.5;
  transition: all 0.3s ease;
}
[data-content-type="products"][data-appearance="carousel"].center-mode
  .product-item:hover {
  opacity: 1;
}
[data-content-type="products"][data-appearance="carousel"].center-mode
  .slick-current
  .product-item {
  opacity: 1;
}
[data-content-type="row"][data-appearance="contained"] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 192rem;
}
[data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
  box-sizing: border-box;
}
[data-content-type="row"][data-appearance="full-bleed"] {
  box-sizing: border-box;
}
[data-content-type="row"][data-appearance="full-width"] {
  box-sizing: border-box;
}
[data-content-type="row"][data-appearance="full-width"]
  > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  width: 100%;
}
[data-content-type="slide"] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type="slide"] > [data-element="link"],
[data-content-type="slide"] > [data-element="empty_link"] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type="slide"] > [data-element="link"]:hover,
[data-content-type="slide"] > [data-element="empty_link"]:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type="slide"] + [data-content-type="slide"] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type="slide"] + [data-content-type="slide"] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > div,
.pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > img,
.pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > video,
.pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 0.5s ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper
  .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element="content"] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  margin: 20px 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 0.5s ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance="collage-centered"]
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance="collage-left"]
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance="collage-right"]
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type="slider"] {
  visibility: hidden;
}
div[data-content-type="slider"].slick-initialized {
  visibility: visible;
}
div[data-content-type="slider"] .slick-list,
div[data-content-type="slider"] .slick-track,
div[data-content-type="slider"] .slick-slide {
  min-height: inherit;
}
div[data-content-type="slider"] .slick-list > div,
div[data-content-type="slider"] .slick-track > div,
div[data-content-type="slider"] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type="slider"] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type="tabs"] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type="tabs"] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type="tabs"]
  .tabs-navigation
  li.tab-header
  a.tab-title
  span.tab-title {
  display: block;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type="tabs"]
  .tabs-navigation
  li.tab-header.ui-state-active
  a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type="tabs"] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type="tabs"] .tabs-content [data-content-type="tab-item"] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type="tabs"]
  .tabs-content
  [data-content-type="tab-item"]:not(:first-child) {
  display: none;
}
div[data-content-type="tabs"].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type="tabs"].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type="text"] {
  word-wrap: break-word;
}
div[data-content-type="video"] {
  font-size: 0;
}
div[data-content-type="video"] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type="video"] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type="video"] iframe,
div[data-content-type="video"] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: "object-fit: cover;", sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*="jarallax-container"] video,
.jarallax [id*="jarallax-container"] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: "";
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #ccc;
  height: 40px;
  padding: 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #fff;
  margin: 0;
  padding: 10px 10px 30px;
}
.data-grid .data-grid-th._sortable {
  cursor: pointer;
}
.data-grid .data-grid-th._sortable._ascend > span.data-grid-cell-content:after {
  background: url("../../frontend/Lpg/group/es_ES/Magento_PurchaseOrderRule/images/ArrowDownSmall.svg")
    no-repeat center;
  content: "";
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.data-grid
  .data-grid-th._sortable._descend
  > span.data-grid-cell-content:after {
  background: url("../../frontend/Lpg/group/es_ES/Magento_PurchaseOrderRule/images/ArrowUpSmall.svg")
    no-repeat center;
  content: "";
  display: inline-block;
  height: 10px;
  padding-left: 15px;
  width: 8px;
}
.purchaseorder-purchaseorder-view .page-title {
  margin-bottom: 1.4rem;
  margin-top: 0.4rem;
}
.purchase-order-references {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.purchase-order-reference-content {
  margin-right: 25px;
}
.purchase-order-reference-content:last-child {
  flex: 1 1 auto;
}
.po-action-toolbar form {
  display: inline-block;
}
.po-action-toolbar button,
.po-action-toolbar .quote-details-items .actions-toolbar > .action {
  margin-right: 8px;
}
.comments-field .fieldset .field.comments .label {
  text-align: left;
}
.comments-field .actions-toolbar button,
.comments-field
  .actions-toolbar
  .quote-details-items
  .actions-toolbar
  > .action {
  float: right;
}
.comments-field .actions-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.page-main
  .data-grid.bulk-approval
  tr.disabled
  td:not(.data-grid-checkbox-cell):not(.actions) {
  opacity: 0.5;
}
.page-main .data-grid .action-menu,
.page-main .data-grid table th .action-menu .action-submenu {
  z-index: 9;
}
.page-main .data-grid .action-menu li,
.page-main .data-grid table th .action-menu .action-submenu li {
  margin-bottom: 0;
}
.page-main .data-grid tr._odd-row td {
  background-color: transparent;
}
.page-main .data-grid tr._odd-row:hover td {
  background-color: transparent;
}
.page-main .data-grid tr:hover td {
  background-color: transparent;
}
.page-main .data-grid td {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ccc;
}
.page-main .data-grid * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.page-main .admin__data-grid-loading-mask .spinner span {
  display: none;
}
.page-main .admin__control-support-text {
  border: 0;
  font-weight: 400;
  line-height: 32px;
  padding: 0;
  font-size: 1.4rem;
}
.page-main .admin__data-grid-header {
  position: relative;
  z-index: 1;
}
.page-main
  .admin__data-grid-header
  ~ .admin__data-grid-header
  .admin__data-grid-header-row {
  margin: 0;
}
.page-main .selectmenu {
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  height: 32px;
  padding-left: 0;
  width: 72px;
  z-index: 2;
}
.page-main .selectmenu .selectmenu-value input {
  background: 0 0;
  box-shadow: none;
  height: auto;
  padding-left: 10px;
  width: 5rem;
}
.page-main .selectmenu .action-save,
.page-main .selectmenu .action-delete {
  color: #41362f;
  padding: 0 5px 0 0;
}
.page-main .selectmenu .action-save:hover,
.page-main .selectmenu .action-delete:hover {
  border: 0;
}
.page-main .selectmenu .action-delete {
  display: none;
}
.page-main .selectmenu-toggle {
  border: 0 !important;
}
.page-main .selectmenu-toggle:before {
  background: url(../../frontend/Lpg/group/es_ES/images/select-bg.svg) no-repeat
    100% 45%;
  background-size: 30px 60px;
  border: 0;
  width: 22px;
}
.page-main .selectmenu-toggle:after {
  display: none;
}
.page-main .selectmenu-items {
  background: #f0f0f0;
  max-width: 72px;
  min-width: 72px;
  width: 72px;
}
.page-main .selectmenu-items li:hover {
  background: 0 0;
  border: 0;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items li:last-child .selectmenu-item-action:hover,
.page-main .selectmenu-items li:last-child .selectmenu-item-action:active {
  color: inherit;
  text-decoration: none;
}
.page-main .selectmenu-items .selectmenu-item {
  width: 70px;
}
.page-main .selectmenu-item-action {
  padding: 1rem;
  width: 70px;
}
.page-main .selectmenu-item-action:hover,
.page-main .selectmenu-item-action:focus {
  background: 0 0;
  border: 0;
  color: #41362f;
}
.page-main .admin__data-grid-pager-wrap {
  float: none;
}
.page-main .admin__data-grid-pager-wrap .admin__control-support-text {
  padding-left: 2px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
  left: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.page-main
  .admin__data-grid-pager-wrap
  .admin__data-grid-pager
  .action-previous,
.page-main .admin__data-grid-pager-wrap .admin__data-grid-pager .action-next {
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  color: #333;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  padding: 0 8px;
}
.page-main
  .admin__data-grid-pager-wrap
  .admin__data-grid-pager
  .admin__control-text {
  background: #e5e5e5;
  border: 0;
  box-shadow: none;
  color: #333;
  display: inline-block;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 700;
  height: 31px;
  letter-spacing: normal;
  line-height: 30px;
  padding: 0 5px;
}
.page-main .admin__data-grid-header-row .row .col-xs-9 {
  position: static;
}
.page-main .data-grid-filters-action-wrap .action-default {
  border-radius: 3px;
  color: #333;
  margin: 0;
  padding: 6px 20px;
}
.page-main .data-grid-filters-action-wrap .action-default._active:after {
  background-color: #333;
}
.page-main .admin__data-grid-wrap {
  padding-top: 0;
}
.page-main .purchase-order-payment-message {
  margin-bottom: 3rem;
}
.message.message-notice.notice.approved-notice {
  margin-top: 10px;
}
.purchase-order-table-items {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.purchase-order-table-items .qty .control.qty input {
  padding: 0;
  width: 35px;
}
.purchase-order-items .order-update-items {
  float: right;
}
.purchase-order-items .purchase-order-table-items thead th {
  padding-top: 0;
}
.purchase-order-totals-wrap {
  background: #f2f2f2;
}
.purchase-order-totals-wrap:before,
.purchase-order-totals-wrap:after {
  content: "";
  display: table;
}
.purchase-order-totals-wrap:after {
  clear: both;
}
.purchase-order-totals-wrap tfoot {
  background: 0 0;
}
.purchase-order-totals-wrap tfoot tr td {
  border-top: 0;
}
.purchase-order-totals > tfoot tr.catalog_price_table > td {
  border-top: 0;
}
.purchase-order-totals tfoot td {
  text-align: right;
}
.purchase-order-totals .catalog_price th,
.purchase-order-totals .catalog_price td {
  font-weight: 700;
}
.purchase-order-data-items.product.data.items > .item.title,
.purchase-order-data-items.product.data.items > .item.content {
  position: relative;
}
.purchase-order-data-items.product.data.items > .item.title {
  z-index: 3;
}
.purchase-order-data-items.product.data.items > .item.content {
  padding-top: 20px;
  z-index: 2;
}
.purchase-order-data-items.product.data.items > .item.content ~ .item.content {
  z-index: 1;
}
.purchase-order-data-items .item-options dd {
  margin-bottom: 15px;
}
.purchase-order-data-items .item-options dd,
.purchase-order-data-items .item-options dt {
  display: block;
  float: none;
}
.purchase-order-data-items .message {
  margin-top: 5px;
}
.purchaseorder-actions-toolbar .action.additem {
  padding-right: 10px;
}
.purchase-order-information {
  margin-bottom: 25px;
}
.orderapprovals-purchaseorder-index .order-links-block > a {
  margin-right: 12px;
}
.orderapprovals-purchaseorder-index .order-links-block > a:last-child {
  margin-right: 0;
}
.orderapprovals-purchaseorder-index .order-links-block > a.active-link {
  text-decoration: underline;
}
.admin__data-grid-outer-wrap .admin__data-grid-header {
  z-index: 3;
}
.admin__data-grid-outer-wrap
  .admin__data-grid-header
  ~ .admin__data-grid-header {
  z-index: 1;
}
.orderapprovals-purchaseorder-index
  .admin__data-grid-action-bookmarks
  .admin__action-dropdown-text:after {
  right: 0;
}
.orderapprovals-purchaseorder-index
  .admin__action-dropdown
  ~ .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.purchase-order-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.purchase-order-comments-block
  .comments-block-item
  .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.purchase-order-comments-block
  .comments-block-item
  .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-word;
}
.purchase-order-comments-block ._disabled {
  opacity: 0.5;
  pointer-events: none;
}
.grid-content {
  border-width: 1px 0 0 !important;
}
.grid-content .table-wrapper {
  margin-bottom: 20px !important;
}
.purchase-order-status {
  margin: 0 0 1.4rem;
  padding: 5px 10px;
}
.purchase-order-payment-method .message.info {
  background-color: #f5f5f5;
  color: #333;
  margin: 20px 0 40px;
}
.purchase-order-payment-method .message.info > *:first-child:before {
  color: #1979c3;
  content: "\e60c";
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px;
  }
}
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type="checkbox"].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled
  input[type="checkbox"].storefront__actions-switch-checkbox
  + .storefront__actions-switch-label,
input[type="checkbox"].storefront__actions-switch-checkbox.disabled
  + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type="checkbox"].storefront__actions-switch-checkbox:checked
  + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type="checkbox"].storefront__actions-switch-checkbox:checked
  + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type="checkbox"].storefront__actions-switch-checkbox:checked
  + .storefront__actions-switch-label
  .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type="checkbox"].storefront__actions-switch-checkbox:focus
  + .storefront__actions-switch-label:before,
input[type="checkbox"].storefront__actions-switch-checkbox:focus
  + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error
  input[type="checkbox"].storefront__actions-switch-checkbox
  + .storefront__actions-switch-label:before,
._error
  input[type="checkbox"].storefront__actions-switch-checkbox
  + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #fff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: "";
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: "";
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.purchaseorder-purchaseorder-index
  .purchase-order-data-items
  .requires-approval-counter {
  border: 1px #f87428 solid;
  border-radius: 4px;
  color: #f87428;
  font-size: 1.2rem;
  margin-left: 7px;
  padding: 3px 8px;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select-wrap {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell .action-select {
  display: none;
}
.purchaseorderrule-index-index .data-grid-actions-cell li {
  display: inline-block;
}
.purchaseorderrule-index-index .data-grid-actions-cell li + li:before {
  content: "|";
  display: inline-block;
  margin: 0 0 0 4px;
}
.purchaseorderrule-index-index .actions-toolbar.empty-rules {
  text-align: center;
}
.purchaseorderrule-index-index .actions-toolbar a {
  float: none;
  margin-top: 2%;
}
.purchaseorderrule-index-index .actions-toolbar .primary {
  float: none;
  margin-bottom: 10px;
}
.purchaseorderrule-create-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-edit-index .actions-toolbar > .secondary .action.back,
.purchaseorderrule-view-index .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule
  .field:not(.choice)
  .label {
  display: block;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule
  .field:not(.choice)
  .label
  + .control {
  margin-top: 6px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li {
  text-indent: -5px;
}
.form-create-purchase-order-rule.form-view-purchase-order-rule ul li:before {
  content: "-";
  padding-right: 3px;
  text-indent: -5px;
}
.form-create-purchase-order-rule .fieldset {
  margin: 0 0 30px;
}
.form-create-purchase-order-rule .fieldset._hide {
  display: none;
}
.form-create-purchase-order-rule .field-condition-order-total .nested {
  display: flex;
  flex-grow: 1;
}
.form-create-purchase-order-rule .field-condition-order-total .additional {
  flex-grow: 1;
}
.form-create-purchase-order-rule
  .field-condition-order-total
  .additional
  + .additional {
  margin-left: 10px;
  max-width: 80px;
  min-width: 80px;
}
.form-create-purchase-order-rule .field.applies-to .radio-wrapper {
  margin-top: 6px;
}
.form-create-purchase-order-rule .field.applies-to .control {
  padding-bottom: 10px;
}
.form-create-purchase-order-rule .field.rule-type {
  position: relative;
}
.form-create-purchase-order-rule .field.rule-type .field-tooltip {
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  vertical-align: text-top;
}
.form-create-purchase-order-rule
  .field.rule-type
  .field-tooltip
  .field-tooltip-action:before {
  font-size: 17px;
}
.form-create-purchase-order-rule
  .field.rule-type
  .field-tooltip
  .field-tooltip-content {
  font-size: 1.2rem;
}
.form-create-purchase-order-rule
  .field.rule-type
  .field-tooltip
  .field-tooltip-content
  .field-tooltip-content-title {
  display: block;
  margin-bottom: 1.8rem;
}
.form-create-purchase-order-rule
  .field.rule-type
  .field-tooltip
  .field-tooltip-content
  ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.form-create-purchase-order-rule
  .field.rule-type
  .field-tooltip
  .field-tooltip-content
  ul
  li {
  line-height: 16px;
  margin-bottom: 2rem;
}
.form-create-purchase-order-rule
  .field.rule-type
  .field-tooltip
  .field-tooltip-content
  ul
  li:last-child {
  margin-bottom: 0;
}
.form-create-purchase-order-rule .applies-to-select {
  display: none;
}
.form-create-purchase-order-rule .applies-to-select ul {
  padding-left: 25px;
}
.form-create-purchase-order-rule .applies-to-select.show {
  display: block;
}
.form-create-purchase-order-rule .applies-to-select select {
  margin-top: 8px;
}
.account .column.main .approval-flow-block-applied-rule.block .box-title {
  margin-bottom: 1.5rem;
}
ul.approval-rules-approvers {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.approval-rules-approvers > li {
  background: url("../../frontend/Lpg/group/es_ES/Magento_PurchaseOrderRule/images/pending.svg")
    no-repeat left center;
  background-size: 22px;
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
ul.approval-rules-approvers > li.approved {
  background: url("../../frontend/Lpg/group/es_ES/Magento_PurchaseOrderRule/images/approved.svg")
    no-repeat left center;
  background-size: 22px;
}
ul.approval-rules-approvers > li.rejected {
  background: url("../../frontend/Lpg/group/es_ES/Magento_PurchaseOrderRule/images/rejected.svg")
    no-repeat left center;
  background-size: 22px;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .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;
}
.quickorder-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e604";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.quickorder-index-index .column .block-addbysku .action.add {
  display: none;
}
.quickorder-index-index
  .column
  .block-addbysku
  .fieldset
  .fields
  .actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  position: relative;
  top: 0.3rem;
  vertical-align: top;
}
.quickorder-index-index
  .column
  .block-addbysku
  .block-content
  .actions-toolbar {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-items {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-upload {
  margin-bottom: 60px;
}
.quickorder-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.quickorder-index-index
  .column
  .block-addbysku
  .deletable-item:last-child
  .remove {
  display: none;
}
.quickorder-index-index .upload .label {
  margin-bottom: 0;
}
.quickorder-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.quickorder-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.quickorder-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quickorder-index-index .upload-container .file-upload {
  background-image: none;
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.quickorder-index-index .upload-container .file-upload.disabled,
.quickorder-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .quickorder-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quickorder-index-index .product-block {
  background-color: #f0f0f0;
}
.quickorder-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.quickorder-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.quickorder-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.quickorder-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.quickorder-index-index .product-error .message {
  margin: 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .ui-front {
  z-index: 100;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@font-face {
  font-family: "magento-icons";
  src: url("../../frontend/Lpg/group/es_ES/Magento_Company/fonts/Magento-Icons.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/Magento_Company/fonts/Magento-Icons.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.company-profile-shipping-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-shipping-methods .shipping-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-shipping-methods .shipping-methods-list {
  list-style: none;
}
[data-content-type="dynamic_block"] figure[data-content-type="image"] img {
  display: inline;
}
[data-content-type="dynamic_block"] .block-banners .banner-item-content,
[data-content-type="dynamic_block"] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px;
}
.checkout-shipping-address
  .address-sender
  .radio
  ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address
  .default-shipping-address.address-sender
  ~ .new-address-popup {
  margin-left: 25px;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action:focus,
.amslick-slider-container
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: "";
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir="rtl"] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: "";
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action:focus:before,
.amslick-slider-container
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  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,
.amslick-slider-container
  .slick-dots
  li.slick-active
  .quote-details-items
  .actions-toolbar
  > .action:before {
  color: #000;
  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 0.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);
  }
}
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: "";
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated="true"] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #fff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #fff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.amblog-disabled {
  color: red;
}
.amblog_views_label,
.amblog_likes_label,
.amblog_dislikes_label {
  font-weight: 600;
  line-height: 3.2rem;
}
.amblog-scheduled,
.amblog-hidden {
  color: gray;
}
.amblog-published {
  color: green;
}
.pagebuilder-content-type .amblog_widget .amblog-widget-placeholder {
  align-items: center;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
#amblog_canvas_container {
  max-height: 400px;
  max-width: 400px;
}
.amblog-preloader {
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.amblog-loader,
.amblog-slick-slider:not(.-am-loaded):after {
  background: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/ajax-loader.gif")
    no-repeat scroll 50% 0 transparent;
  background-size: cover;
  height: 12px;
  margin: auto;
  width: 16px;
}
.mobile {
  display: none;
}
.mobile .mobile-block {
  display: none;
}
.mobile.two-columns-right .content,
.mobile.two-columns-left .content {
  position: relative;
}
.notice:not(.message) {
  font-size: 2rem;
  font-weight: 700;
}
.amblog-main-content {
  padding-top: 40px;
}
.amblog-main-content > .amblog-item {
  margin-bottom: 30px;
}
.amblog-main-content > .amblog-item:last-child {
  margin-bottom: 0;
}
.amblog-main-content .amblog-btn {
  height: auto;
}
.amblog-overlay {
  background: rgba(60, 60, 60, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref {
  color: #1979c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.amblog-index-index .amblog-ref:hover,
.amblog-index-search .amblog-ref:hover,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-category .amblog-ref:hover,
.amblog-index-post .amblog-ref:hover,
.amblog-index-author .amblog-ref:hover {
  color: #1979c2;
}
.amblog-author-container,
.amblog-element-block .amblog-author,
.amblog-comment-content .amblog-author,
.amblog-post-container .amblog-item.-author,
.amblog-post-container .amblog-item.-comments,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-author {
  word-break: break-word;
  word-wrap: break-word;
  color: #333;
  font-size: 1.4rem;
  line-height: 25px;
}
.ie11 .amblog-author-container,
.ie11 .amblog-element-block .amblog-author,
.ie11 .amblog-comment-content .amblog-author,
.ie11 .amblog-post-container .amblog-item.-author,
.ie11 .amblog-post-container .amblog-item.-comments,
.ie11 .amblog-post-container .amblog-widget-container .amblog-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-comments,
.ie11
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-author {
  word-break: break-all;
}
.amblog-svg {
  margin-right: 10px;
  min-width: 25px;
  position: relative;
  top: 7px;
}
.amblog-svg.user {
  height: 25px;
  top: 0;
  width: 25px;
}
.amblog-svg.comment {
  height: 24px;
  top: 0;
  width: 25px;
}
.amblog-svg.-classic {
  fill: #499bf8;
}
.amblog-svg.-red {
  fill: #ef5350;
}
.amblog-svg.-green {
  fill: #43a047;
}
.amblog-svg.-blue {
  fill: #3f51b5;
}
.amblog-svg.-grey {
  fill: #bdbdbd;
}
.amblog-svg.-purple {
  fill: #9c27b0;
}
.amblog-element-block .amblog-empty,
.amblog-post-container .amblog-widget-container .amblog-empty,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-empty {
  padding: 20px;
}
.amblog-element-block .amblog-headline,
.amblog-post-container .amblog-widget-container .amblog-headline,
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-headline,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories
  .amblog-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
.ie11 .amblog-element-block .amblog-headline,
.ie11 .amblog-post-container .amblog-widget-container .amblog-headline,
.ie11 .amblog-element-block .amblog-categories .amblog-link,
.ie11
  .amblog-post-container
  .amblog-widget-container
  .amblog-categories
  .amblog-link,
.ie11
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-headline,
.ie11
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories
  .amblog-link {
  word-break: break-all;
}
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container
  .amblog-widget-container
  .amblog-categories
  .amblog-link:hover,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-headline:hover,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories
  .amblog-link:hover {
  color: #1979c2;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-element-block .amblog-thesis,
.amblog-post-container .amblog-widget-container .amblog-thesis,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-thesis {
  word-break: break-word;
  word-wrap: break-word;
  margin: 5px 0;
}
.ie11 .amblog-element-block .amblog-thesis,
.ie11 .amblog-post-container .amblog-widget-container .amblog-thesis,
.ie11
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-thesis {
  word-break: break-all;
}
.amblog-element-block .amblog-thesis:last-child,
.amblog-post-container .amblog-widget-container .amblog-thesis:last-child,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-thesis:last-child {
  margin-bottom: 0;
}
.amblog-element-block .amblog-comment,
.amblog-post-container .amblog-widget-container .amblog-comment,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-comment {
  word-break: break-word;
  word-wrap: break-word;
  margin: 10px 0;
}
.ie11 .amblog-element-block .amblog-comment,
.ie11 .amblog-post-container .amblog-widget-container .amblog-comment,
.ie11
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-comment {
  word-break: break-all;
}
.amblog-element-block .amblog-author,
.amblog-post-container .amblog-widget-container .amblog-author,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-top: 5px;
}
.amblog-element-block .amblog-footer-block,
.amblog-post-container .amblog-widget-container .amblog-footer-block,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-footer-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.amblog-element-block .amblog-footer-block > *,
.amblog-post-container .amblog-widget-container .amblog-footer-block > *,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-footer-block
  > * {
  margin-bottom: 5px;
}
.amblog-element-block .amblog-footer-block .amblog-date,
.amblog-post-container
  .amblog-widget-container
  .amblog-footer-block
  .amblog-date,
.amblog-element-block .amblog-footer-block .amblog-views,
.amblog-element-block .amblog-footer-block .amblog-minread,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-footer-block
  .amblog-date {
  margin: 0;
}
.amblog-element-block .amblog-footer-block .amblog-author,
.amblog-post-container
  .amblog-widget-container
  .amblog-footer-block
  .amblog-author,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-footer-block
  .amblog-author {
  font-weight: 400;
  margin: 0 10px 0 0;
}
.amblog-pager-container {
  margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amblog-pager-container .amblog-link {
  background: #1979c2;
  border-radius: 50%;
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  width: 12px;
}
.amblog-pager-container .amblog-link:before {
  left: 13px;
  top: 13px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
  left: 13px;
  top: 20px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link:hover {
  background: #185eaf;
}
.amblog-pager-container .amblog-link.-new:before {
  left: 10px;
  transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
  left: 10px;
  transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
  background: #c4c4c4;
  cursor: auto;
  pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
  color: #333;
  font-size: 1.6rem;
}
.amblog-related-wrapper {
  margin-bottom: 30px;
}
.amblog-helpful-wrap {
  padding: 15px 25px 0;
  text-align: left;
}
.amblog-helpful-wrap > .amblog-helpful {
  color: #5b5b5b;
  font-size: 1.4rem;
  vertical-align: top;
}
.amblog-helpful-wrap > .amblog-options {
  margin-left: 5px;
}
.amblog-helpful-wrap > .amblog-options {
  cursor: pointer;
  display: inline-block;
}
.amblog-author-description {
  margin-bottom: 20px;
}
.amblog-category-description {
  margin-bottom: 20px;
}
.amblog-element-block[data-set="sidebar-author"] .author_image,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .author_image,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .author_image {
  border-radius: 50%;
  display: block;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 150px;
}
.amblog-element-block[data-set="sidebar-author"] .title,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .title,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .title {
  font-size: large;
  font-weight: 700;
  text-align: center;
}
.amblog-notify-message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.amblog-notify-message a {
  color: #006bb4;
}
.amblog-notify-message a:hover {
  color: #006bb4;
}
.amblog-notify-message a:active {
  color: #006bb4;
}
.amblog-notify-message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: "\e602";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.amblog-relatedposts-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amblog-related-post {
  display: flex;
  margin-bottom: 35px;
  width: 49%;
}
.amblog-related-post .amblog-link {
  display: block;
}
.amblog-related-post .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center/50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-related-post .amblog-image-wrapper.-placeholder {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.amblog-related-post .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-related-post .amblog-headline {
  color: #212121;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
}
.amblog-related-post .amblog-headline:hover,
.amblog-related-post .amblog-headline:focus {
  color: #0e6bd7;
  text-decoration: none;
}
.amblog-related-post .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-post .amblog-content {
  word-break: break-all;
}
.amblog-related-post .amblog-text {
  margin: 15px 0 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  margin-top: 15px;
}
body[class*="amblog-index-"],
body[class*="amblog-index-"] aside[class*="amblog-aside-"] {
  background: #fafafa;
}
body[class*="amblog-index-"] .page-title-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
body[class*="amblog-index-"] .page-title {
  word-break: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  max-width: calc(100% - 20px - 40px);
  padding-right: 20px;
}
.ie11 body[class*="amblog-index-"] .page-title {
  word-break: break-all;
}
body[class*="amblog-index-"] .amblog-summary {
  width: 100%;
}
body[class*="amblog-index-"] .sidebar .block-reorder {
  margin: 0;
}
body[class*="amblog-index-"] pre {
  overflow: auto;
}
body[class*="amblog-index-"] iframe {
  max-width: 100%;
}
.amblog-title,
.amblog-post-title {
  color: #1a1a1a;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}
.ie11 .amblog-title,
.ie11 .amblog-post-title {
  word-break: break-all;
}
.amblog-title {
  padding: 25px;
}
.amblog-content .amblog-title.-author,
.amblog-title.-author {
  padding: 0;
}
.amblog-content .amblog-title.-author.mobile:before,
.amblog-title.-author.mobile:before,
.amblog-content .amblog-title.-author:before,
.amblog-title.-author:before {
  content: none;
}
.amblog-content .amblog-title.-author:visited,
.amblog-title.-author:visited {
  color: #1a1a1a;
}
.amblog-content .amblog-title.-author:hover,
.amblog-title.-author:hover,
.amblog-content .amblog-title.-author:focus,
.amblog-title.-author:focus,
.amblog-content .amblog-title.-author:active,
.amblog-title.-author:active {
  text-decoration: none;
}
.amblog-post-title {
  line-height: 2.8rem;
  padding: 0;
}
.amblog-post-title .post-title,
.amblog-post-title .post-title:active,
.amblog-post-title .post-title:visited {
  color: #1a1a1a;
}
.amblog-post-title .post-title:hover {
  color: #1979c2;
}
.ampost-link {
  font-weight: 700;
}
.ampost-link,
.ampost-link:active,
.ampost-link:visited {
  color: #1979c2;
  text-decoration: none;
}
.ampost-link:hover {
  color: #135d95;
}
.mobile-block .amblog-title:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: "";
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
.mobile-block .amblog-title.-active:before {
  transform: translateY(-50%) rotate(0);
}
.amblog-swipe {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiByeD0iMjAiIGZpbGw9IiMxOTc5QzIiLz4KPHJlY3QgeD0iMTEiIHk9IjExIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8cmVjdCB4PSIyMSIgeT0iMTEiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHJ4PSIxIiBmaWxsPSIjRkFGQUZBIi8+CjxyZWN0IHg9IjExIiB5PSIyMSIgd2lkdGg9IjgiIGhlaWdodD0iOCIgcng9IjEiIGZpbGw9IiNGQUZBRkEiLz4KPHJlY3QgeD0iMjEiIHk9IjIxIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iI0ZBRkFGQSIvPgo8L3N2Zz4K);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.2);
  cursor: pointer;
  height: 40px;
  margin-bottom: 15px;
  max-width: 40px;
  min-width: 40px;
  transition: all 0.5s 0.3s ease-in-out;
  width: 40px;
}
.amblog-element-block:not(.widget) > div:not(.amblog-overlay),
.amblog-element-block.widget,
.amblog-grid-list .list-item,
.amblog-post-container,
.amblog-tags.amblog-widget-container,
.amblog-post-container
  .amblog-widget-container:not(.widget)
  > div:not(.amblog-overlay),
.amblog-post-container .amblog-widget-container.widget,
.amblog-grid-list .slick-slide .amblog-item,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container:not(.widget)
  > div:not(.amblog-overlay),
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.widget {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12),
    0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 20px;
}
.amblog-list {
  list-style: none;
  margin: 0;
  padding: 0 25px 25px;
}
.amblog-list.-tags {
  padding-bottom: 15px;
}
.amblog-list .post-title.amblog-headline {
  font-size: 1.4rem;
}
.mobile-block.amblog-element-block,
.mobile-block.amblog-post-container .amblog-widget-container,
.mobile-block.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container {
  margin: 20px;
}
.amblog-social-container {
  list-style-type: none;
  padding: 0;
}
.page-wrapper .amblog-slider-container.page-bottom {
  box-sizing: border-box;
  width: 100%;
}
.amblog-author-info .amblog-content {
  word-break: break-word;
  word-wrap: break-word;
  padding: 25px 25px calc(25px - 10px);
  text-align: center;
}
.ie11 .amblog-author-info .amblog-content {
  word-break: break-all;
}
.amblog-author-info .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-author-info .amblog-name {
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
}
.amblog-author-info .amblog-job {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-author-info .amblog-description {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin: 25px 0 0;
  text-align: center;
}
.amblog-author-info .amblog-image-wrapper {
  align-items: center;
  background-position: center;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 25px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-author-info .amblog-image-wrapper.-placeholder {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bWFzayBpZD0iYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIxMjAiPjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSIjQUFBIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiIGZpbGw9IiNEN0Q5REQiPjxwYXRoIGQ9Ik02MC4wMDYgMzJjLTEzLjcyNSAwLTI0Ljk0NSAxMS4yMS0yNC45NDUgMjQuOTI1IDAgMTMuNzE0IDExLjIyIDI0LjkyNSAyNC45NDUgMjQuOTI1czI0Ljk0NS0xMS4yMSAyNC45NDUtMjQuOTI1Qzg0Ljk1MSA0My4yMTEgNzMuNzMxIDMyIDYwLjAwNiAzMnpNMTAyLjgxNiAxMDEuNzdjLS42NTMtMS42MzMtMS41MjUtMy4xNTYtMi41MDUtNC41NzItNS4wMTEtNy40LTEyLjc0NS0xMi4yOTktMjEuNDYtMTMuNDk2LTEuMDg4LS4xMDktMi4yODcuMTA5LTMuMTU4Ljc2Mi00LjU3NSAzLjM3NC0xMC4wMjIgNS4xMTUtMTUuNjg2IDUuMTE1LTUuNjY1IDAtMTEuMTExLTEuNzQxLTE1LjY4Ni01LjExNS0uODcyLS42NTMtMi4wNy0uOTgtMy4xNi0uNzYyYTMwLjc4NCAzMC43ODQgMCAwMC0yMS40NTggMTMuNDk2Yy0uOTggMS40MTYtMS44NTIgMy4wNDgtMi41MDYgNC41NzItLjMyNi42NTMtLjIxOCAxLjQxNS4xMSAyLjA2OC44NyAxLjUyNCAxLjk2IDMuMDQ4IDIuOTQgNC4zNTRhNDEuNDE4IDQxLjQxOCAwIDAwNS4wMTEgNS42NmMxLjUyNSAxLjUyMyAzLjI2OCAyLjkzOCA1LjAxIDQuMzUzIDguNjA2IDYuNDIyIDE4Ljk1NSA5Ljc5NiAyOS42MyA5Ljc5NnMyMS4wMjMtMy4zNzQgMjkuNjI5LTkuNzk2YTQ3Ljk1NyA0Ny45NTcgMCAwMDUuMDEtNC4zNTNjMS43NDQtMS43NDIgMy40ODYtMy41OTIgNS4wMTItNS42NiAxLjA4OS0xLjQxNSAyLjA2OS0yLjgzIDIuOTQxLTQuMzU0LjU0NC0uNjUzLjY1My0xLjQxNS4zMjYtMi4wNjh6Ii8+PC9nPjwvc3ZnPg==");
  background-size: contain;
}
.amblog-author-avatar {
  background: #f4f6f8 center/100px no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.amblog-author-avatar.-small {
  height: 25px;
  width: 25px;
}
.amblog-author-info .amblog-social-container,
.amblog-element-block[data-set="sidebar-author"]
  .amblog-author-info
  .amblog-social-container,
.amblog-item[data-set="content-author"]
  .amblog-author-info
  .amblog-social-container,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-author-info
  .amblog-social-container,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-author-info
  .amblog-social-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0 0;
}
.amblog-author-info .amblog-social-container .amblog-icon {
  margin: 0 5px 5px;
}
.amblog-index-author .amblog-swipe.-left,
.amblog-index-author .amblog-swipe.-right {
  top: 0;
}
.amblog-index-author .page-title-wrapper .page-title {
  color: #333;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 4.8rem;
}
.amblog-index-author .amblog-article-title {
  display: none;
}
.amblog-main-content .amblog-author-info .amblog-title {
  display: none;
}
.right .amblog-element-block[data-set="sidebar-author"],
.left .amblog-element-block[data-set="sidebar-author"],
.right
  .amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"],
.left
  .amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"],
.right
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"],
.left
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"] {
  padding: 0;
}
.amblog-search-block .amblog-content {
  align-items: center;
  display: flex;
}
.amblog-search-block .amblog-content > * {
  margin: auto;
}
.amblog-button {
  word-break: break-word;
  word-wrap: break-word;
  align-items: center;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c2;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  outline: none;
}
.ie11 .amblog-button {
  word-break: break-all;
}
.amblog-button:hover,
.amblog-button:focus {
  color: #135d95;
}
.amblog-button:focus > .amblog-icon,
.amblog-button:hover > .amblog-icon {
  fill: #135d95;
}
.amblog-button:not(.primary),
.amblog-button:not(.primary):active {
  box-shadow: none;
}
.amblog-button.-clear {
  background: 0 0;
  border: none;
  padding: 0;
}
.amblog-button > .amblog-icon {
  fill: #1979c2;
  margin-right: 10px;
}
.amblog-button:not(.-toggle) > .amblog-icon {
  margin-right: 15px;
}
.amblog-button.-toggle {
  line-height: 1.1;
}
.amblog-button.-toggle .amblog-icon {
  fill: #85c1ef;
  height: 15px;
  position: relative;
  width: 15px;
}
.amblog-button.-toggle.-empty {
  color: #888;
  pointer-events: none;
}
.amblog-button.-toggle.-empty .amblog-icon {
  fill: #d9d9d9;
}
.amblog-button > .amblog-count:not(:empty) {
  padding-right: 5px;
}
.amblog-link-btn {
  background: 0 0;
  border: none;
  color: #1979c2;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 0 25px;
  padding: 0;
}
button.amblog-link-btn:hover,
button.amblog-link-btn:focus,
.amblog-link-btn:active,
.amblog-link-btn:focus,
.amblog-link-btn:hover,
.quote-details-items .actions-toolbar > .action.amblog-link-btn:hover,
.quote-details-items .actions-toolbar > .action.amblog-link-btn:focus {
  background: 0 0;
  border: none;
  color: #135d95;
}
button.amblog-link-btn,
.amblog-link-btn,
.quote-details-items .actions-toolbar > .action.amblog-link-btn {
  box-shadow: none;
}
.amblog-comments-container .amblog-comment.-highlighted {
  background-color: #f5f9ff;
  outline: 5px solid #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-classic {
  background-color: #f5f9ff;
  outline-color: #f5f9ff;
}
.amblog-comments-container .amblog-comment.-highlighted.-red {
  background-color: #fef4f4;
  outline-color: #fef4f4;
}
.amblog-comments-container .amblog-comment.-highlighted.-green {
  background-color: #ebf7ec;
  outline-color: #ebf7ec;
}
.amblog-comments-container .amblog-comment.-highlighted.-blue {
  background-color: #eff1fa;
  outline-color: #eff1fa;
}
.amblog-comments-container .amblog-comment.-highlighted.-grey {
  background-color: #f8f8f8;
  outline-color: #f8f8f8;
}
.amblog-comments-container .amblog-comment.-highlighted.-purple {
  background-color: #fbf3fc;
  outline-color: #fbf3fc;
}
.amblog-element-block .amblog-item.-comment .amblog-comment,
.amblog-post-container
  .amblog-widget-container
  .amblog-item.-comment
  .amblog-comment,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-item.-comment
  .amblog-comment {
  font-style: italic;
}
.amblog-element-block .amblog-item.-comment .amblog-headline,
.amblog-post-container
  .amblog-widget-container
  .amblog-item.-comment
  .amblog-headline,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-item.-comment
  .amblog-headline {
  font-size: 1.4rem;
}
.amblog-comments-container {
  margin: 50px 25px 0;
  padding-bottom: 5px;
}
.amblog-comments-container .amblog-comment {
  margin-bottom: 25px;
}
.amblog-comments-container .amblog-comment:last-child {
  margin-bottom: 0;
}
.amblog-no-comments .amblog-ref {
  color: #707070;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-comments-action .amblog-replies,
.amblog-comments-container .amblog-replies,
.amblog-replies-block > .amblog-replies:not(:empty) {
  border-left: 1px solid #e9e9e9;
  margin: 25px 0 0;
  padding-left: 15px;
}
.amblog-comment-content .amblog-author {
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  position: relative;
}
.amblog-comment-content .amblog-header {
  margin-bottom: 10px;
}
.amblog-comment-content .amblog-date,
.amblog-comment-content .amblog-views,
.amblog-comment-content .amblog-minread {
  color: #707070;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
}
.amblog-comment-content .amblog-willapprove {
  word-break: break-word;
  word-wrap: break-word;
  background: #fff3e0;
  border-radius: 4px;
  color: #f57c00;
  margin-top: 15px;
  padding: 0 10px;
}
.ie11 .amblog-comment-content .amblog-willapprove {
  word-break: break-all;
}
.amblog-comment-content .amblog-reply {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
.amblog-comment-content .amblog-button {
  font-size: 1.4rem;
}
.amblog-comments-wrapper > .amblog-comment.-level-top {
  margin: 50px 25px -25px;
}
.amblog-comments-action {
  border: none;
  margin: 0 25px 25px;
}
.amblog-comments-action > .amblog-comment {
  margin-bottom: 60px;
}
.amblog-comments-action .amblog-button.-toggle {
  display: none;
}
.amblog-comment-reply {
  margin: 30px 0;
}
.amblog-comment-reply .amblog-button.-toggle {
  display: none;
}
.amblog-form-head {
  margin-bottom: 15px;
}
.amblog-secondary-title {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.amblog-head-note {
  color: #707070;
  font-size: 1.2rem;
}
.amblog-comments-block:not(.-loaded) .amblog-reply {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.amblog-comments-block:not(.-loaded) .amblog-reply .amblog-button.-toggle {
  display: none;
}
.amblog-replies-block > .amblog-replies:not(.-active) {
  display: none;
}
.amblog-replies-block.-level-top > .amblog-comment,
.amblog-replies-block.-level-top > .amblog-comment-reply,
.amblog-replies-block > .amblog-replies:not(:empty) {
  margin: 25px 0 0;
}
.amblog-reply .amblog-button.-toggle {
  margin-left: 30px;
  position: relative;
}
.amblog-replies-block {
  margin-top: 25px;
}
.amblog-replies-block .amblog-replies.deep-reply,
.amblog-replies-block .amblog-replies.deep-reply .amblog-comment-reply {
  border: none;
  padding: 0;
}
.amblog-form-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.amblog-form-comment .amblog-svg.comment {
  left: 0;
  position: absolute;
  top: -40px;
}
.amblog-form-comment .amblog-fieldset {
  border: none;
  margin: 0;
  min-inline-size: initial;
  padding: 0;
}
.amblog-form-comment .amblog-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amblog-form-comment .amblog-customer.-hidden {
  display: none;
}
.amblog-form-comment .amblog-wrapper {
  margin-top: 15px;
}
.amblog-form-comment .amblog-input {
  background-color: #fff;
  padding-left: 15px;
}
.amblog-form-comment .amblog-input.-name,
.amblog-form-comment .amblog-input.-email {
  max-height: 40px;
}
.amblog-form-comment .amblog-input.-textarea {
  height: 100px;
  margin-bottom: 0;
}
.amblog-form-comment .amblog-gdprtext {
  margin-top: 20px;
  position: relative;
}
.amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-word;
  word-wrap: break-word;
  word-wrap: anywhere;
}
.ie11 .amblog-form-comment .amblog-gdprtext .amblog-label {
  word-break: break-all;
}
.amblog-form-comment .amblog-input.-gdpr {
  height: 13px;
  top: 2px;
  width: auto;
}
.amblog-form-comment .mage-error {
  margin-bottom: 0;
}
.amblog-form-comment .amblog-btn {
  background: #1979c2;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
}
.amblog-form-comment .amblog-btn:hover {
  background: #185eaf;
}
.amblog-tabs-block.-title {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.amblog-tabs-block.-title .amblog-item {
  word-break: break-word;
  word-wrap: break-word;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0 10px 12px;
  text-transform: capitalize;
  transform: translateY(1px);
  transition: border 0.1s;
}
.ie11 .amblog-tabs-block.-title .amblog-item {
  word-break: break-all;
}
.amblog-tabs-block.-title .amblog-item.-active {
  font-weight: 600;
}
.amblog-tabs-block.-title .amblog-item.-active {
  border-bottom-color: #4776f0;
}
.amblog-content-tab:not(.-active) {
  display: none;
}
.amblog-tabs-block.-block .amblog-list {
  list-style: none;
  padding: 0;
}
.amblog-tabs-block.-block .amblog-list.-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amblog-content-tab .amblog-post-block {
  display: flex;
}
.amblog-content-tab .amblog-post-block:not(:first-child) {
  margin-top: 20px;
}
.amblog-content-tab .amblog-post-block .amblog-link {
  display: block;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper {
  align-items: center;
  background: #f4f6f8 center/50px no-repeat;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-right: 20px;
  min-width: 100px;
  overflow: hidden;
  width: 100px;
}
.amblog-content-tab .amblog-post-block .amblog-image-wrapper.-placeholder {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iI0Q3RDlERCI+PHBhdGggZD0iTTM3LjIzNyAyMy4xOGMtMi4zMjEgMS4xMDUtNC4yMTQgNC40NjItNi40MjggMi4yNDctMS4zNDUtMS40Ni0yLjk0Mi0zLjc4NC00Ljc3Ni02LjQxMi0xLjk4My0yLjgyNS00LjUxMS01LjI1NC03LjQ4Ni0yLjQ3OS0zLjMyMSAzLjEyNC01LjYwMiAxMS42LTUuOCAxNS45NjNsMzEuMzguMDFjLS43MTgtMi41NjMtMy41MDctMTAuOTQtNi44OS05LjMzek0zNy4wOSAxOC4yNThhMy44NTkgMy44NTkgMCAxMDAtNy43MTcgMy44NTkgMy44NTkgMCAwMDAgNy43MTd6Ii8+PHBhdGggZD0iTTQ4Ljg1MyA1LjU5NEg4LjAyM2MtLjYzMyAwLTEuMTQ4LjUxMy0xLjE0OCAxLjE0NnY1LjhIMS4xNDdDLjUxNCAxMi41NCAwIDEzLjA1NCAwIDEzLjY4N3YyOS41N2MwIC42MzQuNTE0IDEuMTQ3IDEuMTQ3IDEuMTQ3aDQwLjgzYy42MzMgMCAxLjE0OC0uNTE0IDEuMTQ4LTEuMTQ3di01Ljc5OWg1LjcyOGMuNjMzIDAgMS4xNDgtLjUxMyAxLjE0OC0xLjE0NlY2Ljc0Yy0uMDAxLS42MzItLjUxNi0xLjE0Ni0xLjE0OC0xLjE0NnptLTguODA3IDM1LjczMkgzLjA3OVYxNS42MmgzLjc5NnYxNy44NzJjLS41NzYgMi4yMjYtLjkzIDQuMzY1LTEuMDAzIDUuOTU2bDMxLjM4LjAxYTM2LjA4MiAzNi4wODIgMCAwMC0uNjMtMmgzLjQyNHYzLjg2OHptNi44NzUtNi45NDdIOS45NTRWOC42NzNoMzYuOTY3VjM0LjM4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
.amblog-content-tab .amblog-post-block .amblog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-content-tab .amblog-post-block .amblog-headline {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.amblog-content-tab .amblog-post-block .amblog-date,
.amblog-content-tab .amblog-post-block .amblog-views,
.amblog-content-tab .amblog-post-block .amblog-minread {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
  margin-top: 5px;
}
.amblog-content-tab {
  margin-bottom: 30px;
}
.amblog-content-tab > .pager {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.amblog-tag {
  background: #f5f5f5;
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 80px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  transition: none;
}
.ie11 .amblog-tag {
  word-break: break-all;
}
.amblog-tag:last-child {
  margin-right: 0;
}
.amblog-tag,
.amblog-tag:hover,
.amblog-tag:active,
.amblog-tag:visited {
  text-decoration: none;
}
.amblog-tag,
.amblog-tag:visited {
  color: #333;
}
.amblog-tag:hover,
.amblog-tag:active {
  color: #fff;
}
.amblog-tag:hover {
  background: #1979c2;
}
.amblog-tag:active {
  background: #135d95;
}
.amblog-content .tags {
  margin-bottom: 10px;
}
.amblog-dates {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amblog-dates > .amblog-date,
.amblog-dates > .amblog-views,
.amblog-dates > .amblog-minread {
  display: block;
  margin-right: 25px;
  width: auto;
}
.amblog-date,
.amblog-views,
.amblog-minread {
  color: #707070;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
  margin-right: 15px;
}
.amblog-grid-list .amblog-dates > .amblog-date,
.amblog-post-container .amblog-dates > .amblog-date,
.amblog-container-list .amblog-dates > .amblog-date,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-date,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-views,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > .amblog-minread,
.amblog-grid-list .amblog-dates > .amblog-views,
.amblog-post-container .amblog-dates > .amblog-views,
.amblog-container-list .amblog-dates > .amblog-views,
.amblog-grid-list .amblog-dates > .amblog-minread,
.amblog-post-container .amblog-dates > .amblog-minread,
.amblog-container-list .amblog-dates > .amblog-minread {
  margin-bottom: 10px;
  margin-top: 0;
}
.amblog-grid-list .amblog-dates > *:last-child,
.amblog-post-container .amblog-dates > *:last-child,
.amblog-container-list .amblog-dates > *:last-child,
.amblog-grid-list .slick-slide .amblog-item .amblog-dates > *:last-child {
  margin-bottom: 20px;
}
.amblog-element-block .amblog-date,
.amblog-post-container .amblog-widget-container .amblog-date,
.amblog-element-block .amblog-views,
.amblog-element-block .amblog-minread,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-date {
  margin-top: 10px;
}
.amblog-element-block .amblog-date.-post,
.amblog-post-container .amblog-widget-container .amblog-date.-post,
.amblog-element-block .amblog-views.-post,
.amblog-element-block .amblog-minread.-post,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-date.-post {
  margin-top: 5px;
}
.amblog-element-block .amblog-date.-comment,
.amblog-post-container .amblog-widget-container .amblog-date.-comment,
.amblog-element-block .amblog-views.-comment,
.amblog-element-block .amblog-minread.-comment,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-date.-comment {
  margin: 10px 0;
}
.amblog-related-post .amblog-date,
.amblog-related-post .amblog-views,
.amblog-related-post .amblog-minread {
  color: #707070;
  display: block;
  margin-top: 15px;
}
.amblog-form-search.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-search .amblog-form-container {
  position: relative;
}
.amblog-form-search .amblog-input,
.amblog-form-comment .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-search .amblog-input:hover,
.amblog-form-comment .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-search .amblog-input::-webkit-input-placeholder,
.amblog-form-search .amblog-input:-ms-input-placeholder,
.amblog-form-search .amblog-input::-moz-placeholder,
.amblog-form-comment .amblog-input::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:-ms-input-placeholder,
.amblog-form-comment .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-search .amblog-input:focus,
.amblog-form-comment .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-search .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-search .amblog-input:focus::-moz-placeholder,
.amblog-form-search .amblog-input:focus:-ms-input-placeholder,
.amblog-form-comment .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-comment .amblog-input:focus::-moz-placeholder,
.amblog-form-comment .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-loader.-search {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-form-search .amblog-btn {
  background: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/loupe.svg");
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  width: 16px;
}
.amblog-form-search .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search .amblog-input-wrapper {
  display: inline-block;
  width: 100%;
}
.amblog-field.-live-active ~ .amblog-btn,
.amblog-form-search.-live-process ~ .amblog-btn,
.amblog-field.-live-active .amblog-btn,
.amblog-form-search.-live-process .amblog-btn {
  opacity: 0.8;
}
.amblog-field.-live-active ~ .amblog-btn:hover,
.amblog-form-search.-live-process ~ .amblog-btn:hover,
.amblog-field.-live-active .amblog-btn:hover,
.amblog-form-search.-live-process .amblog-btn:hover {
  opacity: 1;
}
.amblog-form-search.-live-process .amblog-loader {
  display: block;
}
.amblog-search-suggest {
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 10;
}
.amblog-search-suggest.-live-active {
  border: 1px solid #b3b3b3;
}
.amblog-search-suggest > li {
  margin: 0;
  padding: 12px;
}
.amblog-search-suggest > li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.amblog-search-suggest .amblog-suggest-title {
  font-weight: 700;
  padding-bottom: 8px;
  pointer-events: none;
  text-transform: capitalize;
}
.amblog-search-suggest .amblog-suggest-title + .amblog-suggest {
  border-top: none;
}
.amblog-search-suggest .amblog-suggest:hover {
  background: #499bf8;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.amblog-search-suggest .amblog-suggest a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: none;
}
.amblog-search-suggest .amblog-suggest a,
.amblog-search-suggest .amblog-suggest a:hover,
.amblog-search-suggest .amblog-suggest a:focus {
  color: inherit;
  text-decoration: none;
}
.amblog-post-container.list-item .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.list-item .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.list-item .amblog-footer .amblog-wrap,
.amblog-grid-list
  .slick-slide
  .amblog-item.list-item
  .amblog-footer
  .amblog-wrap {
  margin-bottom: 20px;
}
.amblog-post-container .post-image,
.amblog-grid-list .slick-slide .amblog-item .post-image {
  display: block;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-post-container .amblog-post-title,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-post-title {
  margin-bottom: 20px;
}
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.amblog-post-container .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
  background: #135d95;
  color: #fff;
  text-decoration: none;
}
.amblog-post-container .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active {
  background: #0d4168;
  color: #fff;
  text-decoration: none;
}
.amblog-post-container .amblog-helpful-wrap,
.amblog-grid-list .slick-slide .amblog-item .amblog-helpful-wrap {
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.amblog-post-container.-post-page .amblog-footer,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-footer {
  align-items: flex-start;
  flex-direction: column;
}
.amblog-post-container.-post-page .tags,
.amblog-grid-list .slick-slide .amblog-item.-post-page .tags {
  margin-bottom: 10px;
}
.amblog-post-container.-post-page .amblog-features,
.amblog-grid-list .slick-slide .amblog-item.-post-page .amblog-features {
  margin-bottom: 20px;
}
.amblog-post-container.-post-page .amblog-features + .amblog-helpful-wrap,
.amblog-grid-list
  .slick-slide
  .amblog-item.-post-page
  .amblog-features
  + .amblog-helpful-wrap {
  margin-top: 0;
}
.amblog-post-container .amblog-bottom,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
}
.amblog-post-container .amblog-bottom > *,
.amblog-grid-list .slick-slide .amblog-item .amblog-bottom > * {
  margin-bottom: 10px;
}
.amblog-post-container .amblog-image,
.amblog-grid-list .slick-slide .amblog-item .amblog-image {
  border-radius: 4px;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  margin: 20px -15px;
}
.amblog-post-container .amblog-headline,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline {
  color: #333;
}
.amblog-post-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-headline:hover {
  color: #1979c2;
  text-decoration: none;
}
.amblog-post-container .amblog-shot,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.amblog-post-container .amblog-shot > p,
.amblog-post-container .amblog-content > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-post-container .amblog-shot > p,
.ie11 .amblog-post-container .amblog-content > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-shot > p,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-content > p {
  word-break: break-all;
}
.amblog-post-container .amblog-features,
.amblog-grid-list .slick-slide .amblog-item .amblog-features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amblog-post-container .amblog-features.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-features.-post {
  padding: 15px 15px 20px;
}
.amblog-post-container .amblog-item,
.amblog-grid-list .slick-slide .amblog-item .amblog-item {
  margin: 0 30px 0 0;
}
.amblog-post-container .amblog-category,
.amblog-post-container .amblog-item.-author-posts,
.amblog-grid-list .slick-slide .amblog-item .amblog-category,
.amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 25px;
  margin: 5px 30px 5px 0;
}
.ie11 .amblog-post-container .amblog-category,
.ie11 .amblog-post-container .amblog-item.-author-posts,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-category,
.ie11 .amblog-grid-list .slick-slide .amblog-item .amblog-item.-author-posts {
  word-break: break-all;
}
.amblog-post-container .amblog-arrow,
.amblog-grid-list .slick-slide .amblog-item .amblog-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 16px;
}
.amblog-post-container .amblog-features.-post .amblog-item,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-features.-post
  .amblog-item {
  padding: 0;
}
.amblog-post-container .amblog-widget-container,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container {
  background: #fafafa;
  border: none;
  padding-bottom: 25px;
}
.amblog-post-container .amblog-widget-container .amblog-list,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-list {
  border: 1px solid #e9e9e9;
  background: #fff;
  border-radius: 4px;
  margin: 0 20px 0;
}
.amblog-post-container .amblog-widget-container.-post,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container.-post {
  padding-bottom: 10px;
}
.amblog-post-container .amblog-widget-container.-post .amblog-list,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container.-post
  .amblog-list {
  background: inherit;
  border: none;
}
.amblog-post-container .amblog-widget-container.-categories .amblog-category,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container.-categories
  .amblog-category {
  margin-right: 0;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by,
.amblog-index-post
  .columns
  .amblog-post-container
  .amblog-widget-container
  .am-powered-by,
.amblog-index-post
  .columns
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .am-powered-by {
  background: 0 0;
  box-shadow: none;
  color: #888;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 3rem;
}
.amblog-index-post .columns .amblog-element-block .am-powered-by.hidden,
.amblog-index-post
  .columns
  .amblog-post-container
  .amblog-widget-container
  .am-powered-by.hidden,
.amblog-index-post
  .columns
  .amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .am-powered-by.hidden {
  display: none !important;
}
.amblog-grid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-grid-list .slick-slide .amblog-item {
  width: 100%;
}
.amblog-grid-list .slick-slide .amblog-item {
  box-sizing: border-box;
}
.amblog-grid-list .amblog-item.-comments {
  white-space: nowrap;
}
.amblog-grid-list .image {
  border-radius: 4px;
}
.amblog-grid-list .product-item-link {
  color: #333;
  line-height: 1.9rem;
  margin: 5px 0 0;
}
.amblog-grid-list .amblog-features {
  margin-bottom: 5px;
}
.amblog-grid-list .amblog-post-container,
.amblog-grid-list .amblog-grid-list .slick-slide .amblog-item {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amblog-post-container .amblog-tags,
.amblog-grid-list .amblog-tags,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags {
  padding: 20px 25px 10px;
}
.amblog-post-container .amblog-content,
.amblog-grid-list .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-content {
  padding: 25px;
}
.amblog-post-container .amblog-tags + .amblog-content,
.amblog-grid-list .amblog-tags + .amblog-content,
.amblog-post-container .post-image + .amblog-content,
.amblog-grid-list .post-image + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .amblog-tags + .amblog-content,
.amblog-grid-list .slick-slide .amblog-item .post-image + .amblog-content {
  padding-top: 0;
}
.amblog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 25px;
}
.amblog-wrap > .amblog-no-comments,
.amblog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.amblog-posted-in {
  padding-right: 4px;
}
.amblog-features .amblog-wrap {
  margin-bottom: 20px;
  margin-right: 30px;
}
.amblog-features .amblog-ref:not(:last-child):after {
  content: ", ";
  padding-right: 4px;
}
.amblog-post-list .post-items {
  margin-bottom: 0;
}
.amblog-post-list .post-items:not(.slick-slider) .post-title {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-image {
  display: block;
  margin-bottom: 10px;
}
.amblog-post-list .post-title {
  color: #333;
  display: flex;
  font-weight: 700;
  margin-bottom: 10px;
}
.amblog-post-list .short-description {
  font-size: 1.4rem;
  font-style: italic;
  flex-grow: 2;
  line-height: 1.9rem;
  margin-bottom: 5px;
}
.amblog-post-list .post-link {
  font-weight: 700;
}
.amblog-related-wrapper .slick-track,
.amblog-post-list .slick-track {
  display: flex;
  justify-content: center;
}
.amblog-related-wrapper .slick-slide,
.amblog-post-list .slick-slide {
  margin: 0 10px;
}
.amblog-related-wrapper .post-item-details,
.amblog-post-list .post-item-details {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-related-wrapper .post-item-details,
.ie11 .amblog-post-list .post-item-details {
  word-break: break-all;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-next,
.amblog-post-list .slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.amblog-related-wrapper .slick-slider .slick-arrow.slick-prev,
.amblog-post-list .slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.mobile-block .amblog-post-list .post-item-info:not(:last-of-type),
.sidebar .amblog-post-list .post-item-info:not(:last-of-type) {
  margin-bottom: 25px;
}
.widget.amblog-post-list .amblog-slick-slider.-am-loaded .post-item {
  display: flex !important;
}
.widget.amblog-post-list .slick-track {
  margin: 0 auto;
}
.widget.amblog-post-list .post-item,
.widget.amblog-post-list .post-item-details {
  display: flex;
  flex-direction: column;
}
.widget.amblog-post-list .post-item-details {
  flex-grow: 1;
  justify-content: space-between;
}
.widget.amblog-post-list .amblog-dates {
  margin-top: auto;
}
.post-item.-post-no-image .post-item-details {
  height: 100%;
  justify-content: center;
}
.post-item.-post-no-image .amblog-dates {
  margin-top: initial;
}
.amblog-form-newsletter.amblog-item {
  padding: 0 25px 25px;
}
.amblog-form-newsletter .amblog-form-container {
  position: relative;
}
.amblog-form-newsletter .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
.amblog-form-newsletter .amblog-input:hover {
  border-color: #b3b3b3;
}
.amblog-form-newsletter .amblog-input::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:-ms-input-placeholder,
.amblog-form-newsletter .amblog-input::-moz-placeholder {
  color: #707070;
}
.amblog-form-newsletter .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
.amblog-form-newsletter .amblog-input:focus::-webkit-input-placeholder,
.amblog-form-newsletter .amblog-input:focus::-moz-placeholder,
.amblog-form-newsletter .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
.amblog-form-newsletter .amblog-btn {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  max-width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.amblog-form-newsletter .amblog-btn:hover {
  background: #135d95;
  color: #fff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-btn:active {
  background: #0d4168;
  color: #fff;
  text-decoration: none;
}
.amblog-form-newsletter .amblog-input {
  margin-right: 10px;
  padding-right: 10px;
}
.input-box.-newsletter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.mobile-block .amblog-form-newsletter .input-box,
.sidebar .amblog-form-newsletter .input-box {
  flex-direction: column;
}
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
.mobile-block .amblog-form-newsletter .amblog-btn,
.sidebar .amblog-form-newsletter .amblog-btn,
.mobile-block .amblog-form-newsletter .amblog-input,
.sidebar .amblog-form-newsletter .amblog-input {
  max-width: 100%;
  width: 100%;
}
.mobile-block .amblog-form-newsletter .mage-error[generated="true"],
.sidebar .amblog-form-newsletter .mage-error[generated="true"] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
.amblog-aside-right,
.amblog-aside-left {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  display: none;
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}
.amblog-aside-right.active,
.amblog-aside-left.active {
  display: block;
}
.amblog-aside-right .aside-title,
.amblog-aside-left .aside-title {
  margin: 20px 20px 40px;
  position: relative;
}
.amblog-aside-right .amblog-close,
.amblog-aside-left .amblog-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.amblog-aside-right .amblog-close:after,
.amblog-aside-left .amblog-close:after {
  background: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/close.svg");
  content: "";
  display: block;
  height: 18px;
  width: 18px;
}
.amblog-aside-right h3.amblog-title,
.amblog-aside-left h3.amblog-title {
  padding-right: 50px;
}
.amblog-aside-right {
  right: 0;
}
.amblog-aside-left {
  left: 0;
}
.amblog-views,
.amblog-minread {
  white-space: nowrap;
}
.amblog-search-titles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amblog-search-titles:not([role="tablist"]) ~ .amblog-search-content {
  display: none;
}
.amblog-search-title {
  font-size: 1.4rem;
  text-align: center;
  text-transform: capitalize;
}
.amblog-search-items {
  margin-bottom: 40px;
}
.amblog-search-title.open {
  font-weight: 700;
}
.amblog-search-switch {
  display: block;
  padding: 12px 35px;
}
.amblog-search-switch,
.amblog-search-switch:active,
.amblog-search-switch:visited,
.amblog-search-switch:hover,
.amblog-search-switch:focus {
  color: #333;
  text-decoration: none;
}
.amblog-slick-slider:not(.-am-loaded) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 30px;
}
.amblog-slick-slider:not(.-am-loaded):after {
  content: "";
  display: block;
}
.amblog-slick-slider:not(.-am-loaded) > div,
.widget .amblog-slick-slider:not(.-am-loaded) > div {
  display: none;
}
.amblog-slick-slider.-am-loaded > div,
.widget .amblog-slick-slider.-am-loaded > div {
  display: flex;
}
.main .amblog-related-wrapper:not(.-related-products) {
  margin-bottom: 40px;
}
.main .amblog-related-wrapper:not(.-related-products) .amblog-related-grid {
  margin: 0;
  padding: 20px 10px;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-list {
  margin: 0 10px;
  width: 100%;
}
.main
  .amblog-related-wrapper:not(.-related-products)
  .slick-list
  > .slick-track {
  margin-left: 0;
}
.main .amblog-related-wrapper:not(.-related-products) .slick-slide {
  margin: 0 7px;
  vertical-align: top;
}
.amblog-related-wrapper.-related-products {
  margin-bottom: 40px;
}
.amblog-related-wrapper.-related-products .amblog-item-product {
  box-sizing: border-box;
  margin: 0 10px;
}
.amblog-related-wrapper.-related-products .amblog-item-product .price-box {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0 0 10px;
}
.amblog-related-wrapper.-related-products
  .amblog-item-product
  .price-box
  > .price-box {
  margin-bottom: 0;
}
.amblog-related-wrapper.-related-products .slick-slider {
  justify-content: space-evenly;
  padding: 0;
}
.amblog-related-wrapper.-related-products .map-old-price,
.amblog-related-wrapper.-related-products .map-show-info {
  margin: 0;
}
.amblog-related-wrapper.-related-products .price-including-tax,
.amblog-related-wrapper.-related-products .price-excluding-tax {
  font-size: 1.4rem;
}
.amblog-related-wrapper.-related-products .price-from .price-container,
.amblog-related-wrapper.-related-products .price-to .price-container {
  display: block;
}
.amblog-related-wrapper.-related-products .product-item .old-price {
  margin: 5px 0 0;
}
.amblog-related-wrapper.-related-products .special-price {
  width: 100%;
}
.amblog-related-wrapper.-related-products
  .amblog-item-product
  .price-box
  .map-old-price {
  min-width: auto;
}
.amblog-related-wrapper.-related-products .product-item-details {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.amblog-related-wrapper.-related-products .product-item-actions {
  margin-top: auto;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.amblog-related-wrapper.-related-products
  .amblog-slick-slider.-am-loaded
  .amblog-item-product {
  display: flex !important;
}
.amblog-related-wrapper.-related-products .amblog-slick-slider .slick-slide {
  vertical-align: inherit;
}
.amblog-related-wrapper.-related-products
  .amblog-slick-slider
  .amblog-item-product {
  flex-direction: column;
  margin: 0;
  padding: 0 9px;
}
.amblog-related-wrapper.-related-products
  .amblog-slick-slider
  .product-item-link {
  flex-grow: 1;
  margin-bottom: 10px;
}
.amblog-slick-slider.slick-slider .slick-dots {
  background: inherit;
  border: none;
  bottom: -25px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role="presentation"] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0;
  padding: 5px;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role="presentation"]:hover,
.amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"].selected {
  background: inherit;
}
.amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"]:hover
  button,
.amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"].slick-active
  button,
.amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"]:hover
  .quote-details-items
  .actions-toolbar
  > .action,
.amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"].slick-active
  .quote-details-items
  .actions-toolbar
  > .action {
  background: #ff5502;
  border: none;
}
.amblog-slick-slider.slick-slider .slick-dots > li[role="presentation"] button,
.amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"]
  .quote-details-items
  .actions-toolbar
  > .action {
  border: 1px solid #575757;
  border-radius: 100%;
  box-sizing: border-box;
  height: 6px;
  padding: 0;
  width: 6px;
}
.amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"]
  button:before,
.amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"]
  .quote-details-items
  .actions-toolbar
  > .action:before {
  content: none;
}
.amblog-slick-slider.slick-slider .slick-arrow {
  background: #fff
    url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==")
    center no-repeat !important;
  border-radius: 0;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.amblog-slick-slider.slick-slider .slick-arrow:before,
.amblog-slick-slider.slick-slider .slick-arrow:after {
  display: none;
}
.amblog-slick-slider.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.amblog-navigation-container {
  align-items: flex-start;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 25px;
  position: relative;
}
.amblog-navigation-container .amblog-navigation {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 45%;
}
.amblog-navigation-container .amblog-navigation.-previous {
  margin-left: 30px;
}
.amblog-navigation-container
  .amblog-navigation.-previous
  > .amblog-title-link:before {
  content: "";
  left: 20px;
}
.amblog-navigation-container .amblog-navigation.-next {
  align-items: flex-end;
  margin-right: 30px;
}
.amblog-navigation-container .amblog-navigation.-next > .amblog-title-link {
  text-align: right;
}
.amblog-navigation-container
  .amblog-navigation.-next
  > .amblog-title-link:after {
  content: "";
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-word;
  word-wrap: break-word;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  margin: 0;
  padding: 0;
  text-transform: initial;
}
.ie11 .amblog-navigation-container .amblog-navigation > .amblog-title-link {
  word-break: break-all;
}
.amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
.amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/arrow-left.svg");
  height: 19px;
  min-width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amblog-navigation-container .amblog-navigation > .amblog-date,
.amblog-navigation-container .amblog-navigation > .amblog-views,
.amblog-navigation-container .amblog-navigation > .amblog-minread {
  margin-top: 5px;
}
.amblog-navigation-container .amblog-navigation .amblog-navigation-label {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 5px;
}
.amblog-social-container .amblog-list,
.amblog-element-block[data-set="sidebar-author"] .amblog-list,
.amblog-item[data-set="content-author"] .amblog-list,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-list,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-social-container .amblog-icon,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon,
.amblog-item[data-set="content-author"] .amblog-icon,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  margin: 0 18px 18px 0;
  width: 40px;
}
.amblog-social-container .amblog-icon:hover,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon:hover,
.amblog-item[data-set="content-author"] .amblog-icon:hover,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon:hover,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon:hover {
  filter: brightness(1.2);
}
.amblog-social-container .amblog-icon.-twitter,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-twitter,
.amblog-item[data-set="content-author"] .amblog-icon.-twitter,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-twitter,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-twitter {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/twitter.svg");
}
.amblog-social-container .amblog-icon.-facebook,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-facebook,
.amblog-item[data-set="content-author"] .amblog-icon.-facebook,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-facebook,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-facebook {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/facebook.svg");
}
.amblog-social-container .amblog-icon.-vkontakte,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-vkontakte,
.amblog-item[data-set="content-author"] .amblog-icon.-vkontakte,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-vkontakte,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-vkontakte {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/vk.svg");
}
.amblog-social-container .amblog-icon.-digg,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-digg,
.amblog-item[data-set="content-author"] .amblog-icon.-digg,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-digg,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-digg {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/digg.svg");
}
.amblog-social-container .amblog-icon.-pinterest,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-pinterest,
.amblog-item[data-set="content-author"] .amblog-icon.-pinterest,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-pinterest,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-pinterest {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/pinterest.svg");
}
.amblog-social-container .amblog-icon.-blogger,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-blogger,
.amblog-item[data-set="content-author"] .amblog-icon.-blogger,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-blogger,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-blogger {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/blogger.svg");
}
.amblog-social-container .amblog-icon.-linkedin,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-linkedin,
.amblog-item[data-set="content-author"] .amblog-icon.-linkedin,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-linkedin,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-linkedin {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/linkedin.svg");
}
.amblog-social-container .amblog-icon.-tumblr,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-tumblr,
.amblog-item[data-set="content-author"] .amblog-icon.-tumblr,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-tumblr,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-tumblr {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/tumblr.svg");
}
.amblog-social-container .amblog-icon.-reddit,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-reddit,
.amblog-item[data-set="content-author"] .amblog-icon.-reddit,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-reddit,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-reddit {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/reddit.svg");
}
.amblog-social-container .amblog-icon.-slashdot,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-slashdot,
.amblog-item[data-set="content-author"] .amblog-icon.-slashdot,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-slashdot,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-slashdot {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/slashdot.svg");
}
.amblog-social-container .amblog-icon.-odnoklassniki,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-odnoklassniki,
.amblog-item[data-set="content-author"] .amblog-icon.-odnoklassniki,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-odnoklassniki,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-odnoklassniki {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/ok.svg");
}
.amblog-social-container .amblog-icon.-google,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-google,
.amblog-item[data-set="content-author"] .amblog-icon.-google,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-google,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-google {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/google.svg");
}
.amblog-social-container .amblog-icon.-youtube,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-youtube,
.amblog-item[data-set="content-author"] .amblog-icon.-youtube,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-youtube,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-youtube {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/youtube.svg");
}
.amblog-social-container .amblog-icon.-instagram,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-instagram,
.amblog-item[data-set="content-author"] .amblog-icon.-instagram,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-instagram,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-instagram {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/instagram.svg");
}
.amblog-social-container .amblog-icon.-tiktok,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-tiktok,
.amblog-item[data-set="content-author"] .amblog-icon.-tiktok,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-tiktok,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-tiktok {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/tiktok.svg");
}
.amblog-social-container .amblog-icon.-whatsapp,
.amblog-element-block[data-set="sidebar-author"] .amblog-icon.-whatsapp,
.amblog-item[data-set="content-author"] .amblog-icon.-whatsapp,
.amblog-post-container
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-whatsapp,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container[data-set="sidebar-author"]
  .amblog-icon.-whatsapp {
  background-image: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/whatsapp.svg");
}
.amblog-plus {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.amblog-plus .amblog-icon {
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  transition: all 0.3 ease;
  display: inline-flex;
  height: 18px;
  margin: 0 5px 0 10px;
  width: 20px;
}
.amblog-plus .amblog-count {
  color: #888;
}
.amblog-plus .amblog-icon {
  background: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/like.svg");
}
.amblog-plus:hover .amblog-icon {
  background: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/like-hover.svg");
}
.amblog-plus.-voted .amblog-icon {
  background: url("../../frontend/Lpg/group/es_ES/Amasty_Blog/images/svg/like-active.svg");
}
.amblog-social {
  display: block;
  height: 100%;
  width: 100%;
}
.amblog-element-block .amblog-categories,
.amblog-post-container .amblog-widget-container .amblog-categories,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amblog-element-block .amblog-categories.-level1 .amblog-categories,
.amblog-post-container
  .amblog-widget-container
  .amblog-categories.-level1
  .amblog-categories,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories.-level1
  .amblog-categories {
  padding-left: 20px;
}
.amblog-element-block .amblog-categories .amblog-category-count,
.amblog-post-container
  .amblog-widget-container
  .amblog-categories
  .amblog-category-count,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories
  .amblog-category-count {
  color: #707070;
  font-weight: 400;
}
.amblog-element-block .amblog-categories .amblog-link,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories
  .amblog-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.amblog-element-block
  .amblog-categories.-level1
  > .amblog-category
  > .amblog-link,
.amblog-post-container
  .amblog-widget-container
  .amblog-categories.-level1
  > .amblog-category
  > .amblog-link,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories.-level1
  > .amblog-category
  > .amblog-link {
  font-weight: 700;
}
.amblog-element-block .amblog-categories.-level2 .amblog-category,
.amblog-post-container
  .amblog-widget-container
  .amblog-categories.-level2
  .amblog-category,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories.-level2
  .amblog-category {
  margin: 10px 0 0;
}
.amblog-element-block .amblog-categories.-level3 .amblog-category,
.amblog-post-container
  .amblog-widget-container
  .amblog-categories.-level3
  .amblog-category,
.amblog-grid-list
  .slick-slide
  .amblog-item
  .amblog-widget-container
  .amblog-categories.-level3
  .amblog-category {
  margin-top: 5px;
}
.admin__fieldset
  > .admin__field
  > .admin__field-control.-amcform-from-to-ranges {
  margin-left: 40px;
}
.frmb.ui-sortable {
  min-height: 300px;
}
.form-builder-wrap {
  min-height: 600px;
}
.form-builder-wrap div.form-actions.btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[id^="frmb-"][id$="-form-wrap"] .cb-wrap.pull-right {
  position: relative;
  padding-bottom: 40px;
  min-height: 300px;
}
[id^="frmb-"][id$="-form-wrap"] textarea {
  max-width: 100%;
}
#loading_image_container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
#form_submit_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6))
    repeat-x rgba(11, 11, 11, 0.2);
  background: -webkit-gradient(
      linear,
      0% 0%,
      0% 100%,
      from(rgba(11, 11, 11, 0.1)),
      to(rgba(11, 11, 11, 0.6))
    )
    repeat-x rgba(11, 11, 11, 0.2);
}
.fb-date .ui-datepicker-trigger {
  position: relative;
  margin-left: 10px;
}
.fb-date input {
  cursor: pointer;
}
.am-picker-year .ui-datepicker-calendar td a {
  padding: 8px;
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "amcform";
  src: url("../../frontend/Lpg/group/es_ES/Amasty_Customform/fonts/amcform.eot?hcflpq");
  src: url("../../frontend/Lpg/group/es_ES/Amasty_Customform/fonts/amcform.eot?hcflpq#iefix")
      format("embedded-opentype"),
    url("../../frontend/Lpg/group/es_ES/Amasty_Customform/fonts/amcform.ttf?hcflpq")
      format("truetype"),
    url("../../frontend/Lpg/group/es_ES/Amasty_Customform/fonts/amcform.woff?hcflpq")
      format("woff"),
    url("../../frontend/Lpg/group/es_ES/Amasty_Customform/fonts/amcform.svg?hcflpq#amcform")
      format("svg");
  font-display: block;
}
.amcform-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: 0.1s all ease-in;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: "amcform";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amcform-icon.-chevron-left:before {
  content: "\e906";
}
.amcform-icon.-chevron-right:before {
  content: "\e905";
}
.amcform-icon.-cross:before {
  content: "\e904";
}
.amcform-icon.-sent:before {
  content: "\e903";
}
.amcform-icon.-pending:before {
  content: "\e94e";
}
.amcform-icon.-view:before {
  content: "\e900";
}
.amcform-icon.-edit:before {
  content: "\e901";
}
.amcform-icon.-remove:before {
  content: "\e902";
}
.amform-form {
  margin: 0 auto 10px;
  max-width: 700px;
}
.amform-form-fieldset.fieldset {
  margin-bottom: 10px;
}
.amform-form .fb-number .control {
  max-width: 200px;
}
.amform-groupv2 {
  display: inline-block;
}
.amcform-gdpr {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.amcform-gdpr a {
  text-decoration: underline;
}
.amform-form .amcform-gdpr > .label > .amform-checkbox {
  display: inline-block;
  opacity: 1;
}
.amform-versiontwo-label {
  display: inline;
  margin-right: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.amform-form .amform-hide-formload,
.amform-form .amform-hide-formload.action.primary {
  display: none;
}
.amform-form .action.primary,
.amform-parent .action.primary {
  background: #006bb4;
  min-width: 120px;
  padding: 9px;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover {
  background: #2f5bcd;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled {
  background: #c4d1f3;
}
.amcform-toolbar {
  text-align: right;
}
.amcform-toolbar > div {
  display: inline-block;
}
.amform-form:not(.default) .amform-checkbox,
.amform-form:not(.default) .amform-radio,
.amform-form:not(.default) .amform-checkboxtwo,
.amform-form:not(.default) .amform-radiotwo {
  display: block;
  opacity: 0;
}
.amform-form:not(.default) .amform-checkbox + label,
.amform-form:not(.default) .amform-radio + label,
.amform-form:not(.default) .amform-checkboxtwo + label,
.amform-form:not(.default) .amform-radiotwo + label {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
}
.amform-form:not(.default) .amform-checkbox + label:before,
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-checkboxtwo + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border: 1px solid #e3e3e3;
  border-radius: 1px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.amform-form:not(.default) .amform-checkbox:checked + label:before,
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #3f6ad8;
  border-color: #3f6ad8;
}
.amform-form:not(.default) .amform-checkbox:checked + label:after,
.amform-form:not(.default) .amform-checkboxtwo:checked + label:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 9px;
  left: 5px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 4px;
}
.amform-form:not(.default) .amform-radio + label:before,
.amform-form:not(.default) .amform-radiotwo + label:before {
  border-radius: 50%;
}
.amform-form:not(.default) .amform-radio:checked + label:before,
.amform-form:not(.default) .amform-radiotwo:checked + label:before {
  background: #fff;
  border-width: 4px;
}
.amform-form:not(.default) .kc-toggle {
  background: #e3e3e3;
  border: 0;
  border-radius: 20px;
  height: 16px;
  margin: 0 4px 0 0;
  width: 26px;
}
.amform-form:not(.default) .kc-toggle.on {
  background: #3f6ad8;
}
.amform-form:not(.default) .kc-toggle .kct-inner {
  background: #fff;
  border: 0;
  border-radius: 12px;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}
.amform-form:not(.default) .kc-toggle.on .kct-inner {
  left: 12px;
}
.amform-form:not(.default) .kct-on,
.amform-form:not(.default) .kct-off,
.amform-form:not(.default) .kct-handle {
  display: none;
}
.amcform-page-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.amcform-step {
  margin: 0 auto 20px;
  width: 38px;
  height: 38px;
  border: 1px solid #3f6ad8;
  border-radius: 50%;
  background-color: #3f6ad8;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
.amcform-title-wrap {
  position: relative;
  flex-grow: 1;
  margin-bottom: 18px;
  min-width: 90px;
  max-width: 148px;
  text-align: center;
}
.amcform-title-wrap:before,
.amcform-title-wrap:after {
  position: absolute;
  top: 17px;
  right: 51%;
  display: block;
  width: 100%;
  height: 4px;
  background: #e3e3e3;
  content: "";
}
.amcform-title-wrap:after {
  right: auto;
  left: 50%;
  content: none;
}
.amcform-title-wrap:first-child:before,
.amcform-title-wrap:last-child:after {
  content: none;
}
.amcform-title-wrap .amcform-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px;
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.amcform-title-wrap .amcform-title:hover {
  text-decoration: none;
}
.amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #92b0ff;
}
.amcform-title-wrap.ui-state-active ~ .amcform-title-wrap:before {
  background: #e3e3e3;
}
.amcform-title-wrap.-disabled {
  pointer-events: none;
}
.amcform-title-wrap.-disabled .amcform-step {
  border-color: #e3e3e3;
  background: #fff;
  color: #b8b8b8;
}
.amcform-title-wrap.-error .amcform-step {
  border-color: #eb5757;
  background: #eb5757
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5NCAxLjcwNzExQy0wLjA5NzYzMTIgMS4zMTY1OCAtMC4wOTc2MzEyIDAuNjgzNDE3IDAuMjkyODk0IDAuMjkyODkzQzAuNjgzNDE4IC0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDEuNzA3MTEgMC4yOTI4OTNMNiA0LjU4NTc5TDEwLjI5MjkgMC4yOTI4OTNDMTAuNjgzNCAtMC4wOTc2MzExIDExLjMxNjYgLTAuMDk3NjMxMSAxMS43MDcxIDAuMjkyODkzQzEyLjA5NzYgMC42ODM0MTcgMTIuMDk3NiAxLjMxNjU4IDExLjcwNzEgMS43MDcxMUw3LjQxNDIxIDZMMTEuNzA3MSAxMC4yOTI5QzEyLjA5NzYgMTAuNjgzNCAxMi4wOTc2IDExLjMxNjYgMTEuNzA3MSAxMS43MDcxQzExLjMxNjYgMTIuMDk3NiAxMC42ODM0IDEyLjA5NzYgMTAuMjkyOSAxMS43MDcxTDYgNy40MTQyMUwxLjcwNzExIDExLjcwNzFDMS4zMTY1OCAxMi4wOTc2IDAuNjgzNDE4IDEyLjA5NzYgMC4yOTI4OTQgMTEuNzA3MUMtMC4wOTc2MzA2IDExLjMxNjYgLTAuMDk3NjMwNiAxMC42ODM0IDAuMjkyODk0IDEwLjI5MjlMNC41ODU3OSA2TDAuMjkyODk0IDEuNzA3MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
    center center no-repeat;
  color: #fff;
  font-size: 0;
}
.amcform-title-wrap.-disabled .amcform-label {
  color: #b8b8b8;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #3f6ad8;
}
.amcform-title-wrap.-error .amcform-label {
  color: #eb5757;
}
.action.primary.amcform-next,
.action.primary.amcform-prev {
  display: inline-block;
  margin: 20px auto;
}
.action.primary.amcform-prev {
  margin-right: 15px;
}
.action.primary.amcform-submit {
  float: none;
}
.-popup-opened {
  overflow: hidden;
}
.amcform-popup-block {
  transition: 0.2s all ease-in;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amcform-popup-block.-active {
  display: flex;
}
.amcform-popup-block .amcform-popup {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  max-height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5),
    0 3px 7px rgba(139, 144, 154, 0.25);
}
.amcform-popup-block .amcform-popup.-prompt {
  max-width: 440px;
  text-align: center;
}
.amcform-popup-block .amcform-title,
.amcform-popup-block .amcform-content,
.amcform-popup-block .amcform-toolbar {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
}
.amcform-popup-block .amcform-content {
  padding: 30px 0 0;
}
.amcform-popup-block .amcform-labels-list {
  display: none;
}
.amcform-popup-block .amcform-title {
  font-weight: 400;
}
.amcform-popup-block .amcform-header {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-popup-block .amcform-desc {
  margin: 0;
  padding: 20px 0 0;
}
.amcform-popup-block .amcform-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 0;
}
.amcform-popup-block .amcform-button {
  margin: 0 7px;
}
.amcform-popup-block .amcform-button.-close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.amcform-popup-block .amcform-button.-close-popup .amcform-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0;
  color: #e1e1e1;
}
.amcform-popup-block .amcform-button.-close-popup:hover .amcform-icon {
  color: #000;
}
.amcform-popup-block .amcform-toolbar {
  flex-direction: column;
}
.amcform-popup-block .amcform-toolbar .amcform-button {
  width: 100%;
}
.amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
  margin-top: 15px;
}
.amcform-popup-block .amform-form {
  width: 100%;
}
.amcform-popup-block .amform-form,
.amcform-popup-block .amform-form .amform-form-fieldset,
.amcform-popup-block .amform-form .fieldset:last-child {
  margin-bottom: 0;
}
.amcform-popup-block .amform-form .amcform-toolbar {
  padding-top: 10px;
}
.amcform-popup-block .amform-form .fb-number {
  max-width: 100%;
}
.amform-parent .amcform-popup {
  max-width: 700px;
  width: 100%;
}
.amform-parent .amform-show-popup.-hidden {
  display: none;
}
.amcform-popup-block.modal-popup .modal-inner-wrap {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5),
    0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-header,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-content,
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding: 0;
  border: 0;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-title {
  border: 0;
  font-size: 22px;
}
.amcform-popup-block.modal-popup .modal-inner-wrap .modal-footer {
  padding-top: 20px;
  text-align: center;
}
.linear-theme.rendered-form {
  max-width: 720px;
}
.linear-theme .fields {
  margin: 0 -20px;
  padding: 0 20px;
}
.linear-theme.rendered-form .form-control,
.linear-theme.rendered-form .amform-date,
.linear-theme.rendered-form .amform-time {
  position: relative;
  z-index: 1;
  padding: 0;
  min-height: 30px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  color: #333;
}
.linear-theme.rendered-form .form-control:focus,
.linear-theme.rendered-form .amform-date:focus,
.linear-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
}
.linear-theme.rendered-form .form-control:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:focus:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:focus:-ms-input-placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control:focus::placeholder,
.linear-theme.rendered-form .amform-date:focus::placeholder,
.linear-theme.rendered-form .amform-time:focus::placeholder {
  color: #b8b8b8;
}
.linear-theme.rendered-form .form-control.mage-error,
.linear-theme.rendered-form .amform-date.mage-error,
.linear-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.linear-theme.rendered-form .form-control[multiple],
.linear-theme.rendered-form .amform-date[multiple],
.linear-theme.rendered-form .amform-time[multiple] {
  padding-top: 10px;
}
.linear-theme.rendered-form .form-control:-ms-input-placeholder,
.linear-theme.rendered-form .amform-date:-ms-input-placeholder,
.linear-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: transparent;
}
.linear-theme.rendered-form .form-control::placeholder,
.linear-theme.rendered-form .amform-date::placeholder,
.linear-theme.rendered-form .amform-time::placeholder {
  color: transparent;
}
.linear-theme.rendered-form textarea.form-control {
  padding-top: 6px;
  min-height: 46px;
}
.linear-theme.rendered-form .field,
.linear-theme.rendered-form .fieldset > .field.form-group,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group {
  position: relative;
  margin-bottom: 24px;
  padding: 0 20px;
}
.linear-theme.rendered-form .field.amform-layout-two,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group.amform-layout-two {
  margin-right: 0;
  max-width: 50%;
}
.linear-theme.rendered-form .field.amform-layout-three,
.linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group.amform-layout-three {
  margin-right: 0;
  max-width: 33.33333333%;
}
.linear-theme.rendered-form .field .required,
.linear-theme.rendered-form .fieldset > .field.form-group .required,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group .required {
  color: inherit;
}
.linear-theme.rendered-form .field .tooltip-element,
.linear-theme.rendered-form .fieldset > .field.form-group .tooltip-element,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group
  .tooltip-element {
  z-index: 2;
  background: #3f6ad8;
}
.linear-theme.rendered-form .field.amcform-gdpr > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.amcform-gdpr > .label,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group.amcform-gdpr
  > .label {
  position: static;
}
.linear-theme.rendered-form .field > .label,
.linear-theme.rendered-form .fieldset > .field.form-group > .label,
.linear-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  position: absolute;
  top: 6px;
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.linear-theme.rendered-form .field > .label.fb-checkbox-group-label,
.linear-theme.rendered-form
  .fieldset
  > .field.form-group
  > .label.fb-checkbox-group-label,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group
  > .label.fb-checkbox-group-label,
.linear-theme.rendered-form .field > .label.fb-radio-group-label,
.linear-theme.rendered-form
  .fieldset
  > .field.form-group
  > .label.fb-radio-group-label,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group
  > .label.fb-radio-group-label,
.linear-theme.rendered-form .field > .label.fb-file-label,
.linear-theme.rendered-form
  .fieldset
  > .field.form-group
  > .label.fb-file-label,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group
  > .label.fb-file-label {
  position: relative;
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group.-active
  > .label,
.linear-theme.rendered-form .field.-has-content > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-has-content > .label,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group.-has-content
  > .label,
.linear-theme.rendered-form .field.fb-time > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.fb-time > .label,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group.fb-time
  > .label {
  top: -13px;
  color: #737373;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form .field.-active > .label,
.linear-theme.rendered-form .fieldset > .field.form-group.-active > .label,
.linear-theme.rendered-form
  .fieldset
  > .fields
  > .field.form-group.-active
  > .label {
  color: #3f6ad8;
}
.linear-theme.rendered-form div.mage-error[generated] {
  margin-top: 2px;
  color: #eb5757;
  font-size: 10px;
  line-height: 12px;
}
.linear-theme.rendered-form
  .amform-date._has-datepicker
  ~ .ui-datepicker-trigger {
  margin-left: -15px;
}
.linear-theme.rendered-form
  .amform-date._has-datepicker
  ~ .ui-datepicker-trigger:before {
  width: 12px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjY2NjcgMS4zMDAwMUgxMFYwSDguNjY2NjdWMS4zMDAwMUgzLjMzMzM0VjBIMlYxLjMwMDAxSDEuMzMzMzRDMC41OTY2ODYgMS4zMDAwMSAwLjAwNjY4NzUxIDEuODgxNzUgMC4wMDY2ODc1MSAyLjYwMDAxTDAgMTEuN0MwIDEyLjQxODIgMC41OTY2NTUgMTMgMS4zMzMzNCAxM0gxMC42NjY3QzExLjQwMzMgMTMgMTIgMTIuNDE4MiAxMiAxMS43VjIuNTk5OThDMTIgMS44ODE3NSAxMS40MDMzIDEuMzAwMDEgMTAuNjY2NyAxLjMwMDAxWk0xMC42NjY3IDExLjdIMS4zMzMzNFY0LjU0OTk4SDEwLjY2NjdWMTEuN1oiIGZpbGw9IiM0Nzc2RjAiLz4KPHBhdGggZD0iTTkuMDE5OTkgNi41MzkwOUw4LjMxMzMzIDUuODUwMUw1LjA2IDkuMDIyMUwzLjY0NjY5IDcuNjQ0MDlMMi45NCA4LjMzMzA4TDUuMDYgMTAuNDAwMUw5LjAxOTk5IDYuNTM5MDlaIiBmaWxsPSIjNDc3NkYwIi8+Cjwvc3ZnPgo=);
  content: "";
}
.linear-theme.rendered-form input[type="checkbox"],
.linear-theme.rendered-form input[type="radio"] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.linear-theme.rendered-form input[type="checkbox"]:focus,
.linear-theme.rendered-form input[type="radio"]:focus {
  outline: none;
}
.linear-theme .amcform-page-titles {
  align-items: stretch;
  padding: 0 20px;
}
.linear-theme .amcform-step {
  display: none;
}
.linear-theme .amcform-title-wrap {
  display: block;
  flex: 1;
  margin: 0 0 16px;
  text-align: left;
}
.linear-theme .amcform-title-wrap:after,
.linear-theme .amcform-title-wrap:before {
  display: none;
}
.linear-theme .amcform-title-wrap.ui-state-active .amcform-title {
  border-color: #3f6ad8;
}
.linear-theme .amcform-title-wrap.-disabled .amcform-title {
  border-color: #e3e3e3;
}
.linear-theme .amcform-title-wrap.-error .amcform-title {
  border-color: #eb5757;
}
.linear-theme .amcform-title {
  display: block;
  margin: 0;
  padding-bottom: 7px;
  min-height: 100%;
  max-width: 100%;
  border-bottom: 7px solid #92b0ff;
  text-align: left;
}
.circle-theme.rendered-form .form-control,
.circle-theme.rendered-form .amform-date,
.circle-theme.rendered-form .amform-time {
  padding: 9px;
  min-height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.circle-theme.rendered-form .form-control:focus,
.circle-theme.rendered-form .amform-date:focus,
.circle-theme.rendered-form .amform-time:focus {
  outline: none;
  border-color: #3f6ad8;
  box-shadow: none;
  color: #333;
}
.circle-theme.rendered-form .form-control.mage-error,
.circle-theme.rendered-form .amform-date.mage-error,
.circle-theme.rendered-form .amform-time.mage-error {
  border-color: #eb5757;
}
.circle-theme.rendered-form .form-control::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-date::-webkit-input-placeholder,
.circle-theme.rendered-form .amform-time::-webkit-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control::-moz-placeholder,
.circle-theme.rendered-form .amform-date::-moz-placeholder,
.circle-theme.rendered-form .amform-time::-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-moz-placeholder,
.circle-theme.rendered-form .amform-date:-moz-placeholder,
.circle-theme.rendered-form .amform-time:-moz-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form .form-control:-ms-input-placeholder,
.circle-theme.rendered-form .amform-date:-ms-input-placeholder,
.circle-theme.rendered-form .amform-time:-ms-input-placeholder {
  color: #b8b8b8;
}
.circle-theme.rendered-form input[type="file"].form-control {
  padding: 0;
  border: 0;
}
.circle-theme.rendered-form input[type="checkbox"],
.circle-theme.rendered-form input[type="radio"] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  outline: none;
}
.circle-theme.rendered-form input[type="checkbox"]:focus,
.circle-theme.rendered-form input[type="radio"]:focus {
  outline: none;
}
.circle-theme.rendered-form div.mage-error[generated] {
  position: relative;
  top: -2px;
  z-index: -1;
  margin-top: 0;
  padding: 2px 10px 0;
  border-radius: 0 0 4px 4px;
  background: #eb5757;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.circle-theme.rendered-form .field .label,
.circle-theme.rendered-form .fieldset > .field.form-group .label,
.circle-theme.rendered-form .fieldset > .fields > .field.form-group > .label {
  font-weight: 400;
}
.circle-theme.rendered-form .required {
  color: inherit;
}
.circle-theme.rendered-form .tooltip-element {
  background: #3f6ad8;
}
.circle-theme .amcform-page-titles {
  align-items: center;
}
.circle-theme .amcform-title {
  display: flex;
  align-items: center;
  max-width: initial;
}
.circle-theme .amcform-step {
  margin: 0 10px 0 0;
  min-width: 38px;
  border-radius: 15px;
}
.circle-theme .amcform-label {
  text-align: left;
}
.circle-theme .amcform-title-wrap:after,
.circle-theme .amcform-title-wrap:before {
  display: none;
}
.circle-theme .amcform-title-wrap + .amcform-title-wrap {
  margin-left: 30px;
}
.circle-theme .amcform-title-wrap:nth-child(3n + 1) {
  margin-left: 0;
}
.circle-theme .amcform-title-wrap.-disabled .amcform-step {
  border-color: #bfd1ff;
  background: #bfd1ff;
  color: #fff;
}
.circle-theme .amform-form .action.primary {
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.amform-body .ui-datepicker .ui-datepicker-header {
  padding: 16px 22px;
}
.amform-body .ui-datepicker .ui-datepicker-title {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 0;
  width: auto;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 70px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  box-shadow: none;
}
.amform-body .ui-datepicker .ui-datepicker-prev,
.amform-body .ui-datepicker .ui-datepicker-next {
  top: 20px;
  right: 22px;
  left: auto;
}
.amform-body .ui-datepicker .ui-datepicker-prev {
  right: 38px;
}
.amform-body .ui-datepicker .ui-datepicker-prev span.ui-icon,
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  width: 7px;
  height: 7px;
  border: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
}
.amform-body .ui-datepicker .ui-datepicker-next span.ui-icon {
  transform: rotate(135deg);
}
.amform-body .ui-datepicker .ui-datepicker-calendar {
  margin-bottom: 10px;
  border: 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar th {
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  background: 0 0;
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 0;
  text-align: center;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,
.amform-body .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
  background: 0 0;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:first-child {
  padding-left: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar td:last-child {
  padding-right: 10px;
}
.amform-body .ui-datepicker .ui-datepicker-calendar tr:first-child td {
  padding-top: 10px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a {
  display: block;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 42px;
  text-align: center;
  line-height: 42px;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-hover {
  background: #edf4ff;
  color: #333;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-highlight {
  background: #e3e3e3;
}
.amform-body .am-picker-year .ui-datepicker-calendar td a.ui-state-active {
  background: #3f6ad8;
  color: #fff;
  font-weight: 700;
}
.amcform-button:not(.primary) {
  transition: 0.1s all ease-in;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}
.amcform-button:not(.primary):hover,
.amcform-button:not(.primary):active,
.amcform-button:not(.primary):focus {
  background: 0 0;
  box-shadow: none;
  text-decoration: none;
}
.amcform-button:not(.primary):before,
.amcform-button:not(.primary):after {
  transition: 0.1s all ease-in;
}
.amcform-button:not(.primary).-disabled {
  pointer-events: none;
}
.amcform-button:not(.primary).-disabled:focus {
  pointer-events: none;
}
.amcform-button.-clear,
.amcform-button.-default,
.amcform-button.-with-icon,
.amcform-button.-error {
  padding: 0;
  border: none;
  background: 0 0;
  box-shadow: none;
}
.amcform-button.-clear:active,
.amcform-button.-clear:hover,
.amcform-button.-clear:focus,
.amcform-button.-default:active,
.amcform-button.-default:hover,
.amcform-button.-default:focus,
.amcform-button.-with-icon:active,
.amcform-button.-with-icon:hover,
.amcform-button.-with-icon:focus,
.amcform-button.-error:active,
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: none;
  background: 0 0;
  box-shadow: none;
}
.amcform-button.-default,
.amcform-button.-error {
  padding: 10px;
  min-width: 130px;
  background-color: #3f6ad8;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.amcform-button.-default:hover,
.amcform-button.-error:hover {
  background-color: #2f5bcd;
}
.amcform-button.-default:focus,
.amcform-button.-error:focus {
  background-color: #2f5bcd;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #000;
}
.amcform-button.-default:active,
.amcform-button.-error:active {
  background-color: #1846be;
}
.amcform-button.-error {
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
}
.amcform-button.-error:hover,
.amcform-button.-error:focus {
  border: 1px solid #ee2e2e;
  background-color: #ffc8c8;
}
.amcform-button.-error:active {
  border: 1px solid #d21616;
  background-color: #fff;
}
.amcform-button.-with-icon {
  padding: 10px 15px;
  min-width: auto;
  background-color: transparent;
  color: #333;
}
.amcform-button.-with-icon > .amcform-icon {
  margin-right: 10px;
  color: #c7c7c7;
}
.amcform-button.-with-icon:hover {
  background-color: #eee;
}
.amcform-button.-with-icon:focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #000;
}
.amcform-button.-with-icon:active {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon {
  color: #3f6ad8;
}
.amcform-button.-with-icon:active > .amcform-icon.-remove,
.amcform-button.-with-icon.-remove:active {
  color: #eb5757;
}
.amcform-button.-with-icon.-small {
  padding: 10px;
  font-size: 0;
}
.amcform-button.-with-icon.-small > .amcform-icon {
  margin: 0;
}
@media (min-width: 1500px) {
  .amasty_customform-forms-edit
    .page-main-actions
    .page-actions
    .page-actions-buttons
    .-amasty-customform-export-button {
    position: absolute;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #e3e3e3;
  }
  .amasty_customform-forms-edit
    .page-main-actions
    .page-actions
    .page-actions-buttons
    #export_form_data_to_csv {
    left: 133px;
  }
  .amasty_customform-forms-edit
    .page-main-actions
    .page-actions
    .page-actions-buttons
    #export_form_data_to_pdf {
    left: 460px;
  }
  .amasty_customform-forms-edit
    .page-main-actions
    .page-actions._fixed
    .page-actions-inner:before {
    content: none;
  }
  .amasty_customform-forms-edit
    .page-main-actions
    .page-actions._fixed
    .page-actions-buttons
    #export_form_data_to_csv {
    left: 15px;
  }
  .amasty_customform-forms-edit
    .page-main-actions
    .page-actions._fixed
    .page-actions-buttons
    #export_form_data_to_pdf {
    left: 342px;
  }
}
.amcform-page-wrap {
  display: flex;
  flex-wrap: wrap;
}
.amcform-page-wrap .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.amcform-page-wrap .amform-layout-one {
  width: 100%;
}
.amcform-table-wrap > .amcform-title {
  margin: 0 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.amcform-table-wrap .fb-googlemap .map {
  height: 350px;
}
.amcform-table-wrap .am-address {
  margin-bottom: 20px;
}
.amcform-table-block {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  color: #666;
}
.amcform-table-block .amcform-tr {
  border: none;
}
.amcform-table-block .amcform-tr:nth-of-type(2n) {
  background: #f9f9f9;
}
.amcform-table-block .amcform-th {
  padding: 10px;
  width: 25%;
  border: none;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
}
.amcform-table-block .amcform-td {
  padding: 10px;
  border: none;
  vertical-align: top;
  text-align: left;
}
.amcform-table-block .amcform-link,
.amcform-table-block .amcform-td a {
  color: #666;
}
.amcform-google-map .amcform-text {
  margin: 0;
}
.fb-googlemap .map {
  height: 300px;
}
.fb-googlemap .searchbox {
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  width: 70%;
  background-color: #fff;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 15px;
}
.fb-googlemap .gm-svpc {
  display: none;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.am-submit-summary
  #checkout-payment-method-load
  .actions-toolbar:has(#am-recaptcha-block) {
  display: block;
}
.am-submit-summary
  #checkout-payment-method-load
  .actions-toolbar:has(#am-recaptcha-block)
  .primary
  > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary
  #checkout-payment-method-load
  .actions-toolbar:has(#am-recaptcha-block)
  .primary:has(.grecaptcha-badge) {
  display: none;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  margin: 0 30px;
  width: 850px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  height: 42px !important;
  width: 42px !important;
}
.ampromo-slick .slick-prev:focus,
.ampromo-slick .slick-next:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .quote-details-items .actions-toolbar > .action,
.ampromo-slick
  .slick-dots
  .quote-details-items
  .actions-toolbar
  > .action:hover {
  background: 0 0 !important;
  border: none !important;
  height: 20px;
  padding: 5px !important;
  text-indent: 0 !important;
  width: 20px;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-slick.slick-slider .slick-arrow.slick-next,
.ampromo-slick.slick-slider .slick-arrow.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjNzU3NTc1Ii8+PC9zdmc+Cg==)
    center no-repeat;
}
.ampromo-items-add {
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  text-align: center;
}
.ampromo-items-add > a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.checkout-index-index .ampromo-items-add:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=)
    no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  margin-left: 35%;
  margin-top: 10%;
  width: 30%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  display: none;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  animation: load 1.2s linear infinite;
  border: 6px solid #ccc;
  border-color: #ccc transparent;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 64px;
  margin: 8px;
  width: 64px;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity 0.4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-overlay.-hide {
  display: none;
}
.ampromo-popup-wrapper {
  background-color: #fff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: 700;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  display: block;
  font-weight: 700;
  margin: 1.33em 0;
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: 0.6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #ccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==)
    no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.6rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: 700;
  max-width: 100px;
}
.amlocator-main-container {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container
  .amlocator-wrapper
  .amlocator-schedule-container
  strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==)
    no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==)
    no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=")
    no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all 0.3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: 0 0;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #fff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper
  .amlocator-input
  .chosen-container
  .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #ccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all 0.2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 1.5rem;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #fff;
}
.amlocator-store-container.-active
  .amlocator-store-desc
  .amlocator-title
  .amlocator-link,
.amlocator-store-container.-active
  .amlocator-week-container
  .amlocator-title
  .amlocator-link {
  color: #fff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=)
    no-repeat center;
  background-size: contain;
  content: "";
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 10rem;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0 0.2rem 0.2rem;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000;
  font-weight: 400;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #fff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #fff;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-description-grey {
  background: #fbfbfb;
  padding: 0 15px;
  word-break: break-word;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #d2dde5;
  margin: 0;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1979c3;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-modes {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.amlocator-route-creator .amlocator-travel-mode {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3.5rem;
  height: 3.5rem;
  opacity: 0.6;
  transition: all 0.3s ease;
  width: 3.5rem;
}
.amlocator-route-creator .amlocator-travel-mode:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-travel-mode:focus {
  border: 1px solid #fff;
}
.amlocator-route-creator .amlocator-travel-mode.radio-checked,
.amlocator-route-creator .amlocator-travel-mode:focus,
.amlocator-route-creator .amlocator-travel-mode:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-travel-mode.-driving {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-transit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-walking {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amlocator-route-creator .amlocator-travel-mode.-bicycling {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amlocator-route-creator .amlocator-addresses {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  border: none;
  height: 35px;
}
.amlocator-route-creator .amlocator-address:focus {
  box-shadow: 0 0 3px 1px #fff;
}
.amlocator-route-creator .amlocator-address.-end {
  background: #f2f2f2;
  color: #494949;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  opacity: 0.6;
  padding: 0;
  transition: all 0.3s ease;
  width: 20px;
}
.amlocator-route-creator .amlocator-swap:hover,
.amlocator-route-creator .amlocator-swap:focus {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap:focus {
  box-shadow: 0 0 3px 1px #fff;
}
.amlocator-route-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  justify-content: space-between;
  width: 13px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  border: 3px solid #fff;
  border-radius: 10px;
  height: 12px;
  width: 12px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  background: #2d93e2;
  border-radius: 10px;
  height: 4px;
  width: 4px;
}
.amlocator-route-icon .amlocator-icon.-end {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
    no-repeat center;
  height: 18px;
  width: 13px;
}
.amlocator-collapse-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px;
}
.amlocator-directions-container table.adp-placemark {
  background: #1978c3;
  color: #fff;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  color: #000;
  cursor: pointer;
}
.amlocator-location-info .amlocator-icon {
  background-color: #1979c3;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  background: 0 0;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 0;
}
.amlocator-location-container
  .amlocator-schedule-container
  .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    no-repeat center;
  height: 20px;
  left: 0;
  top: 5px;
  width: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .slick-slide {
  margin: 0.2rem;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery
  .amlocator-wrapper
  .slick-list
  .slick-track
  .slick-slide {
  display: inline-block;
}
.amlocator-location-gallery .slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amlocator-reviews-general {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-reviews-general .amlocator-value {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: 700;
}
.amlocator-location-review .amlocator-message {
  margin-top: 10px;
  max-height: 1000px;
  overflow: auto;
  transition: all 0.3s ease;
  word-break: break-word;
  word-wrap: break-word;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-right: 14px;
  position: relative;
}
.amlocator-location-review .amlocator-date {
  color: #555;
  font-size: 12px;
  margin-left: auto;
  margin-right: 5px;
}
.amlocator-attributes-container {
  display: none;
  padding: 30px 20px;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  background: #fff;
  color: #363636;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-review-popup {
  align-items: center;
  display: flex;
  justify-content: center;
}
.amlocator-review-popup-content {
  padding-bottom: 30px;
}
.amlocator-review-popup .modal-inner-wrap {
  border-radius: 10px;
  max-width: 500px;
  min-width: 330px;
  width: 30%;
}
.amlocator-review-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close {
  padding: 12px;
}
.amlocator-review-popup
  .modal-inner-wrap
  .modal-header
  .action-close:hover:before {
  color: #1979c3;
}
.amlocator-review-popup
  .modal-inner-wrap
  .modal-header
  .action-close:focus:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-footer {
  padding-top: 0;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-header {
  font-size: 16px;
  margin-bottom: 10px;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup
  .modal-inner-wrap
  .review-control-vote:focus-within:before {
  background: url(data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMzdjI3SDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4zMDUgMTAuMzEzTDE0IDBsLTMuMzA1IDEwLjMxM0gwbDguNjUyIDYuMzc0TDUuMzQ4IDI3IDE0IDIwLjYyNiAyMi42NTIgMjdsLTMuMzA1LTEwLjMxM0wyOCAxMC4zMTNIMTcuMzA1em00LjY1NCAxLjk5aC02LjA4TDE0IDYuNDRsLTEuODc5IDUuODYzaC02LjA4bDQuOTE5IDMuNjI0LTEuODggNS44NjNMMTQgMTguMTY2bDQuOTIgMy42MjQtMS44OC01Ljg2MyA0LjkyLTMuNjI0eiIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==);
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  color: #3f3f3f;
  font-weight: 400;
}
.amlocator-review-form .review-control-vote:before {
  content: "";
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: "";
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form
  .review-control-vote
  input[type="radio"]:not(:checked)
  + label:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 1;
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  background: #1979c3;
  border: 0;
  border-radius: 0;
  color: #fff;
  min-height: 40px;
  width: inherit;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
[data-content-type="faq"] {
  border-bottom: 1px solid #ccc !important;
  list-style-type: none;
  position: relative;
  width: 100%;
}
[data-content-type="faq-item"] {
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  overflow: hidden;
}
[data-content-type="faq-item"] [data-role="content"] {
  display: block;
}
[data-content-type="faq-item"] [data-role="collapsible"] {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
[data-content-type="faq-item"] [data-role="collapsible"]:before {
  font-family: "pagebuilder-font";
  margin-right: 5px;
  font-size: 12px;
  left: 15px;
  position: absolute;
}
[data-content-type="faq-item"]
  [data-role="collapsible"][aria-expanded="true"]:before {
  content: "\f104";
}
[data-content-type="faq-item"]
  [data-role="collapsible"][aria-expanded="false"]:before {
  content: "\f101";
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: "\2013";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ": ";
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url("../../frontend/Lpg/group/es_ES/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: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url("../../frontend/Lpg/group/es_ES/Magento_ProductVideo/img/gallery-sprite.png")
    bottom left;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required="1"]:after {
  color: #e02b27;
  content: "*";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 42%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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%, #fff),
    color-stop(46%, #fff),
    color-stop(47%, #ff5216),
    color-stop(53%, #ff5216),
    color-stop(54%, #fff),
    color-stop(57%, #fff),
    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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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/Lpg/group/es_ES/images/loader-2.gif");
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: "";
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent;
  border-width: 8px 8.5px 0;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent;
  border-width: 7px 7.5px 0;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: "";
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: "\e61c";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container
  .product-options-wrapper
  .fieldset
  > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container
  .product-options-wrapper
  .field.choice
  .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action.tocompare:before {
  content: "\e61e";
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #ccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions
  .actions-secondary
  > .quote-details-items
  .actions-toolbar
  > .action.action {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions
  .actions-secondary
  > .quote-details-items
  .actions-toolbar
  > .action.action:focus,
.product-item-actions
  .actions-secondary
  > .quote-details-items
  .actions-toolbar
  > .action.action:active {
  background: 0 0;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions
  .actions-secondary
  > .quote-details-items
  .actions-toolbar
  > .action.action:hover {
  background: 0 0;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions
  .actions-secondary
  > .quote-details-items
  .actions-toolbar
  > .action.action.disabled,
.product-item-actions
  .actions-secondary
  > .quote-details-items
  .actions-toolbar
  > .action.action[disabled],
fieldset[disabled]
  .product-item-actions
  .actions-secondary
  > .quote-details-items
  .actions-toolbar
  > .action.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: "\e61e";
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: "\e613";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: "\e614";
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666;
}
.prices-tier
  .price-container
  .price-including-tax
  + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.prices-tier
  .price-container
  .price-including-tax
  + .price-excluding-tax:last-child:after {
  content: ")";
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main
  .product-info-price
  .price-box
  .price-container
  > span:last-child {
  margin-bottom: 0;
}
.product-info-main
  .product-info-price
  .price-including-tax
  + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main
  .product-info-price
  .price-including-tax
  + .price-excluding-tax
  .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: 400;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: "#:";
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper
  .fieldset-product-options-inner
  input.datetime-picker
  ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper
  .fieldset-product-options-inner._required
  .legend:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom
  .price-box
  .price-container
  .price-including-tax
  + .price-excluding-tax,
.product-info-price
  .price-box
  .price-container
  .price-including-tax
  + .price-excluding-tax,
.product-options-bottom
  .price-box
  .price-container
  .weee
  + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom
  .price-box
  .price-container
  .price-including-tax
  + .price-excluding-tax
  .price,
.product-info-price
  .price-box
  .price-container
  .price-including-tax
  + .price-excluding-tax
  .price,
.product-options-bottom
  .price-box
  .price-container
  .weee
  + .price-excluding-tax
  .price,
.product-info-price
  .price-box
  .price-container
  .weee
  + .price-excluding-tax
  .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: "\e61e";
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: 0 0;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #ccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #ccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: 0.6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #ccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: "\e615";
  font-family: "luma-icons";
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #ccc;
  clear: both;
  margin: 0 -2rem -1px;
  padding: 0 2rem;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: " \2013 ";
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: 0 0;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: "\e601";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\e604";
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ":";
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #ccc;
}
.cart-discount {
  border-bottom: 1px solid #ccc;
  clear: left;
}
.cart-empty {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: "";
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: "\e611";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: "\e611";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: 0 0;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: 0 0;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5px;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: "\e621";
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: "\e601";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: "\e604";
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type="file"] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type="file"]:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type="file"]:disabled + .file-uploader-button {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url("../../frontend/Lpg/group/es_ES/images/loader-1.gif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: "\e604";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #ccc;
  content: "\e626";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #ccc;
  content: "\e626";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #ccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #fff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: "\e626";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #ccc;
  content: "\e626";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #ccc;
  content: "\e626";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #ccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader
  .file-uploader-image
  + .file-uploader-area
  .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: "\e626";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666 transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu,
.data-grid-file-uploader
  .action-select-wrap
  table
  th
  .action-menu
  .action-submenu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method
  .payment-option-content
  .form-discount
  > .field
  > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper
  .minicart-wrapper
  .quote-details-items
  .actions-toolbar
  > .action.action.showcart {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active,
.opc-estimated-wrapper
  .minicart-wrapper
  .quote-details-items
  .actions-toolbar
  > .action.action.showcart:focus,
.opc-estimated-wrapper
  .minicart-wrapper
  .quote-details-items
  .actions-toolbar
  > .action.action.showcart:active {
  background: 0 0;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover,
.opc-estimated-wrapper
  .minicart-wrapper
  .quote-details-items
  .actions-toolbar
  > .action.action.showcart:hover {
  background: 0 0;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled]
  .opc-estimated-wrapper
  .minicart-wrapper
  button.action.showcart,
.opc-estimated-wrapper
  .minicart-wrapper
  .quote-details-items
  .actions-toolbar
  > .action.action.showcart.disabled,
.opc-estimated-wrapper
  .minicart-wrapper
  .quote-details-items
  .actions-toolbar
  > .action.action.showcart[disabled],
fieldset[disabled]
  .opc-estimated-wrapper
  .minicart-wrapper
  .quote-details-items
  .actions-toolbar
  > .action.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.opc-estimated-wrapper
  .minicart-wrapper
  .quote-details-items
  .actions-toolbar
  > .action.action.showcart:before {
  color: #333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: "\e623";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
.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: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
}
.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: #999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: "\e610";
  font-family: "luma-icons";
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: "+";
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type="radio"] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information
  .shipping-information-title
  .action-edit
  > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: "\e601";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\e621";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary
  .product-item
  .price-including-tax
  + .price-excluding-tax
  .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #ccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  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 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 #ccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method
  .payment-option._active
  .payment-option-title
  .action-toggle:after {
  content: "\e621";
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.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 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block
  .checkout-agreement.field.required
  .action-show:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\e626";
  font-family: "luma-icons";
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable
  .product-add-form
  .product-options-wrapper
  .field.downloads
  > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard
  .product-info-main
  .price-box
  .price-container.price-final
  > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard
  .product-info-main
  .price-box
  .price-container.price-final
  > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard
  .product-info-main
  .price-box
  .price-container.price-final
  .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard
  .product-add-form
  .product-options-wrapper
  .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: "\e601";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: "\e604";
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: "\e621";
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: "\e621";
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: "";
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #ccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: "\e62a";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: "\e604";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: 400;
}
.table.grouped .stock.unavailable {
  font-weight: 400;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: "\e61c";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: 10px;
}
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: 0 0;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: 0 0;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  background: 0 0;
  border: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  background: 0 0;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled]
  .quote-details-items
  .actions-toolbar
  > .action.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus {
  background: 0 0;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled]
  .quote-details-items
  .actions-toolbar
  > .action.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: "";
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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 #fff;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: "\e600";
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666;
  content: "";
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: 0 0;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: 0 0;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: "\e629";
  font-family: "luma-icons";
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results
  .orders-list
  .shipping-list
  .error-block
  .error-description,
.multicheckout.success
  .orders-list
  .shipping-list
  .error-block
  .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results
  .orders-succeed
  .orders-list
  .shipping-list
  .shipping-item,
.multicheckout.success
  .orders-succeed
  .orders-list
  .shipping-list
  .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout
  .block
  .methods-shipping
  .item-content
  .fieldset
  > .field:before {
  display: none;
}
.multicheckout
  .block
  .methods-shipping
  .item-content
  .fieldset
  > .field
  .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: "\e61d";
  font-family: "luma-icons";
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: "luma-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: "luma-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: "luma-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: "luma-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\e605""\e605""\e605""\e605""\e605";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\e605""\e605""\e605""\e605";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\e605""\e605""\e605";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\e605""\e605";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\e605";
}
.review-control-vote:before {
  content: "\e625""\e625""\e625""\e625""\e625";
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: "";
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: 0 0;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #ccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #fff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: 0 0;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: "\e621";
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ": ";
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #ccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item:after {
  clear: both;
  content: "";
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: "\e61d";
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #fff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #fff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #fff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #fff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #fff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #000;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -2rem;
  padding: 0 2rem;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: 400;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: "";
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header
  .panel.wrapper
  .switcher
  .options
  .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header
  .panel.wrapper
  .switcher
  .options
  .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: 0 0;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: 0 0;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: 0 0;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: 0 0;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: 0 0;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: 0 0;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: "\e600";
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.account
  .table-wrapper
  .data.table.wishlist
  > caption
  + thead
  > tr:first-child
  > th,
.account
  .table-wrapper
  .data.table.wishlist
  > colgroup
  + thead
  > tr:first-child
  > th,
.account
  .table-wrapper
  .data.table.wishlist
  > thead:first-child
  > tr:first-child
  > th,
.account
  .table-wrapper
  .data.table.wishlist
  > caption
  + thead
  > tr:first-child
  > td,
.account
  .table-wrapper
  .data.table.wishlist
  > colgroup
  + thead
  > tr:first-child
  > td,
.account
  .table-wrapper
  .data.table.wishlist
  > thead:first-child
  > tr:first-child
  > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #ccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: "(";
}
.link.wishlist .counter:after {
  content: ")";
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: "\e601";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: "\e604";
}
.treatment-filter {
  background-color: #f7f7f7;
  padding: 5.6rem 0 4.4rem;
  margin: 0 0 3.2rem;
  max-width: 192rem;
}
.treatment-filter__title {
  color: #2b2b2b;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
.treatment-filter__container {
  list-style: none;
  padding: 0 2rem;
  margin-bottom: 0;
  text-align: center;
}
.treatment-filter__item {
  display: inline-block;
  margin: 0 0.3rem 1.2rem;
}
.treatment-filter__item__link,
.treatment-filter__item__text {
  text-decoration: none;
  display: block;
  line-height: 1.5;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.treatment-filter__item__link--active,
.treatment-filter__item__text--active,
.treatment-filter__item__link:hover,
.treatment-filter__item__text:hover {
  color: #fff;
  background-color: #000;
  font-weight: 400;
  text-decoration: none;
}
.treatment-filter__item__link--active:visited,
.treatment-filter__item__text--active:visited {
  color: #fff;
}
.treatment-filter__item__text {
  cursor: not-allowed;
  background: #e6e7e9;
  color: #b6b3b2;
}
.treatment-filter__item__text:hover {
  background: #e6e7e9;
  color: #b6b3b2;
}
.wrap-button {
  position: sticky;
  bottom: 0;
  padding: 1.5rem 0;
  background: #fff;
  text-align: center;
}
.wrap-button:before {
  content: "";
  background: #fff;
  display: block;
  height: 0.1rem;
  position: absolute;
  top: 0;
  left: -2rem;
  box-shadow: 0 -2px 6px #dbdbdb;
}
.wrap-button:after {
  content: "";
  background: #fff;
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: -2rem;
  left: -2rem;
}
.page-main .columns {
  z-index: inherit !important;
}
.page-main .columns .column.main {
  width: 100%;
}
.advanced-filter-btn {
  border-radius: 8px;
  background: #fff;
  color: #000;
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  font-family: "General Sans Semibold", sans-serif;
  transition: all 0.3s;
  border: 0.1rem solid #000;
  text-decoration: none;
  white-space: nowrap;
}
.advanced-filter-btn:hover,
.advanced-filter-btn:focus {
  background: #000;
  color: #fff;
  border: 0.1rem solid #000;
}
.back-gray {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.toolbar-sorter.sorter select,
.toolbar-sorter.sorter .select-wrapper {
  width: 100%;
}
.filter-drawer {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  width: 48rem;
  min-height: 100%;
  background: #fff;
  transition: 0.3s;
  z-index: 99999;
}
.filter-drawer.active {
  left: 0;
  visibility: visible;
}
.filter-drawer .block {
  padding-bottom: 8rem;
}
.filter-drawer .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-left: 6rem;
  padding-right: 2rem;
}
.filter-drawer .block-title strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  text-transform: uppercase;
}
.filter-drawer .block-title .block-actions {
  display: inline-block;
  margin-right: 1.5rem;
}
.filter-drawer .block-title .filter-close {
  display: inline-block;
  font-size: 2rem;
  cursor: pointer;
}
.filter-drawer .block-content {
  max-height: 88vh;
  overflow: auto;
  padding-top: 2rem;
  padding-left: 6rem;
  padding-bottom: 2rem;
}
.filter-drawer .block-content .filter-current .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.filter-drawer .block-content .filter-current .items .item {
  margin: 0.5rem 0.25rem 0.5rem 0;
  padding: 0.5rem 1.5rem;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.filter-drawer .block-content .filter-current .items .item .filter-label {
  font-weight: 800;
}
.filter-drawer .block-content .filter-current .items .item a {
  border: 0.2rem solid #fff;
  border-radius: 50%;
  padding: 0.2rem 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.filter-drawer .block-content .filter-current .items .item:hover {
  border: 1px solid #000;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .items
  .item {
  margin: 0.5rem 0.25rem 0.5rem 0;
  padding: 0.5rem 1.5rem;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.5rem;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .items
  .item
  a {
  text-decoration: none;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .items
  .item:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: 700;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .items
  .item:hover
  a {
  color: #fff;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .items
  .item
  .count {
  display: none;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .swatch-attribute-options
  .has-disabled {
  pointer-events: none;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .swatch-attribute-options
  .swatch-option {
  margin: 0.5rem 0.25rem 0.5rem 0;
  padding: 0.8rem 1.5rem;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.5rem;
  background: 0 0;
  font-size: 16px;
  font-family: "General Sans Regular", sans-serif;
  font-weight: initial;
  color: #2b2b2b;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .swatch-attribute-options
  .swatch-option:focus {
  box-shadow: none;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .swatch-attribute-options
  .swatch-option:not(.disabled):hover {
  outline: none;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  transition: all 0.3s;
  font-weight: 700;
}
.filter-drawer
  .filter-options
  .filter-options-item
  .filter-options-content
  .swatch-attribute-options
  .swatch-option.disabled:after {
  left: 50%;
  position: absolute;
  right: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  background: #000;
  margin-left: -3px;
  transform: skewX(-20deg);
}
.filter-drawer .filter-options-title,
.filter-drawer .filter-actifs-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  border-top: 0.1rem solid #dbdbdb;
  padding-top: 1.5rem;
  text-transform: uppercase;
  padding-left: 2rem;
}
.filter-drawer .filter-options-title {
  border-top: 0.1rem solid #dbdbdb;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: "\e617";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: "\e608";
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: "\2013";
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: "\e61c";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: 0 0;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: 0 0;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 769px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
  .account
    .column.main
    .block.block-dashboard-info:not(.widget)
    .block-content
    .box:last-child {
    margin-bottom: 20px;
  }
  .selected-company-name {
    display: block;
  }
  .company-select-menu-item {
    font-weight: 400;
  }
  .company-select-menu-item .select-company-link {
    margin-right: unset;
  }
  .company-select-menu-item.selected .select-company-link {
    color: #000;
  }
  .form-create-purchase-order-rule .field.rule-type .field-tooltip {
    position: static;
  }
  .form-create-purchase-order-rule
    .field
    .field-tooltip
    .field-tooltip-content {
    bottom: 80px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }
  .form-create-purchase-order-rule
    .field
    .field-tooltip
    .field-tooltip-content:before,
  .form-create-purchase-order-rule
    .field
    .field-tooltip
    .field-tooltip-content:after {
    border-bottom-color: transparent;
    left: 86px;
    top: auto;
  }
  .form-create-purchase-order-rule
    .field
    .field-tooltip
    .field-tooltip-content:before {
    border-top-color: #666;
    bottom: -20px;
  }
  .form-create-purchase-order-rule
    .field
    .field-tooltip
    .field-tooltip-content:after {
    border-top-color: #f4f4f4;
    bottom: -19px;
    right: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 2rem;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "luma-icons";
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: "\e621";
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "\e61c";
    font-family: "luma-icons";
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: "\e621";
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: "";
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: 0 0;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: "";
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .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: #333;
  }
  .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: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    display: none;
  }
  .checkout-cart-index .cart.item .block-requisition-list {
    margin-bottom: 0;
    padding: 0;
    width: auto;
  }
  .checkout-cart-index
    .cart.item
    .block-requisition-list
    .requisition-list-action
    .action {
    padding: 0;
  }
  .checkout-cart-index
    .cart.item
    .block-requisition-list
    .requisition-list-action
    .action.toggle
    > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkout-cart-index .block-requisition-list {
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .checkout-cart-index
    .block-requisition-list
    .requisition-list-action
    .action.toggle {
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    color: #757575;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
  }
  .checkout-cart-index
    .block-requisition-list
    .requisition-list-action
    .action.toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: #757575;
    content: "\e901";
    font-family: "magento-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-cart-index
    .block-requisition-list
    .requisition-list-action
    .action.toggle:hover:before {
    color: #333;
  }
  .checkout-cart-index
    .block-requisition-list
    .requisition-list-action
    .action.toggle:active,
  .checkout-cart-index
    .block-requisition-list
    .requisition-list-action
    .action.toggle:focus,
  .checkout-cart-index
    .block-requisition-list
    .requisition-list-action
    .action.toggle:hover {
    color: #333;
  }
  .checkout-cart-index
    .block-requisition-list
    .requisition-list-action
    .action.toggle
    > span {
    margin-left: 8px;
    vertical-align: middle;
  }
  .checkout-cart-index .block-requisition-list .requisition-list-action {
    vertical-align: inherit;
  }
  .checkout-cart-index .gift-options-cart-item + .towishlist {
    position: static;
  }
  .cart.table-wrapper {
    overflow: visible;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .edit-address,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .edit-address,
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .ship-here,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .ship-here,
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .select-address,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .select-address,
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .address-selected,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .default-address,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .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;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper
    .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type="row"][data-appearance="contained"]
    [data-element="inner"] {
    background-attachment: scroll !important;
  }
  [data-content-type="row"][data-appearance="full-bleed"] {
    background-attachment: scroll !important;
  }
  [data-content-type="row"][data-appearance="full-width"] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper
    .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type="tab-item"] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .page-main .admin__data-grid-pager-wrap {
    float: none;
    text-align: center;
  }
  .page-main .admin__data-grid-pager-wrap .admin__data-grid-pager {
    float: none;
    padding-top: 10px;
    position: static;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-9,
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    text-align: center;
    width: 100%;
  }
  .page-main .admin__data-grid-header-row .row .col-xs-3 {
    padding-bottom: 10px;
  }
  div.admin__data-grid-filters-wrap .admin__form-field {
    width: 100%;
  }
  .product.quote-details-items.items {
    margin-top: 10px;
  }
  .product.quote-details-items.items .product-item-details {
    margin-bottom: 0;
  }
  .product.quote-details-items.items .quote-table-totals-wrap {
    margin-bottom: 10px;
  }
  .orderapprovals-purchaseorder-view
    .page-main
    .negotiable-quote-order-information {
    margin-top: 0.6rem;
  }
  div[data-role="am-banners-lite"] {
    order: -2;
  }
  .mobile {
    display: block;
  }
  .mobile .mobile-block {
    display: block;
  }
  .desktop {
    display: none;
  }
  .desktop .desktop-block {
    display: none;
  }
  .amblog-relatedposts-wrap {
    display: block;
  }
  .amblog-related-post {
    margin-bottom: 20px;
    width: 100%;
  }
  body[class*="amblog-index-"] .page-title-wrapper {
    margin-bottom: 5px;
  }
  body[class*="amblog-index-"] .page-title {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  body[class*="amblog-index-"] .amblog-title {
    font-size: 1.6rem;
  }
  body[class*="amblog-index-"]
    .sidebar
    .block-reorder
    .block-content:not(.no-display) {
    margin-bottom: 40px;
  }
  body[class*="amblog-index-"] h3.amblog-title:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: "";
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*="amblog-index-"] h3.amblog-title.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-author-info .amblog-image-wrapper {
    margin-top: 0;
  }
  .amblog-author-info .amblog-content {
    padding-top: 5px;
  }
  .amblog-search-block .amblog-content {
    flex-direction: column;
    padding-top: 25px;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .amblog-link-btn {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .amblog-tabs-block.-title .amblog-item {
    font-size: 16px;
  }
  .amblog-form-newsletter .input-box {
    flex-direction: column;
  }
  .amblog-form-newsletter .amblog-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .amblog-form-newsletter .amblog-btn,
  .amblog-form-newsletter .amblog-input {
    max-width: 100%;
    width: 100%;
  }
  .amblog-form-newsletter .mage-error[generated="true"] {
    margin-bottom: 10px;
    margin-top: -10px;
    order: 0;
    width: 100%;
    word-break: break-all;
  }
  .amblog-search-switch {
    padding: 8px 15px;
  }
  .amblog-search-titles {
    padding-top: 10px;
  }
  .amblog-search-title {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    margin: 0 10px 10px 0;
    width: auto;
  }
  .amblog-search-title.open {
    border-color: #1979c2;
  }
  .amblog-search-content {
    margin-top: 20px;
  }
  .main .amblog-related-wrapper:not(.-related-products) .slick-list {
    margin: 0;
  }
  form:not(.linear-theme) .amcform-title-wrap {
    display: none;
    max-width: 50%;
  }
  form:not(.linear-theme) .amcform-title-wrap:not(:last-child):after,
  form:not(.linear-theme) .amcform-title-wrap:before {
    width: 50%;
    content: "";
  }
  form:not(.linear-theme) .amcform-title-wrap:first-child:before {
    content: none;
  }
  form:not(.linear-theme) .amcform-title-wrap:after {
    background: linear-gradient(90deg, #e3e3e3 16.87%, #fff 107.36%);
  }
  form:not(.linear-theme)
    .amcform-title-wrap.ui-state-active
    ~ form:not(.linear-theme)
    .amcform-title-wrap:nth-last-child(2) {
    display: none;
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active,
  form:not(.linear-theme)
    .amcform-title-wrap.ui-state-active
    + .amcform-title-wrap,
  form:not(.linear-theme)
    .amcform-title-wrap.ui-state-active
    + form:not(.linear-theme)
    .amcform-title-wrap:nth-last-child(2),
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2) {
    display: block;
  }
  form:not(.linear-theme)
    .amcform-title-wrap.ui-state-active:not(:last-child):before,
  form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
    background: linear-gradient(
      270deg,
      #92b0ff 11.11%,
      rgba(146, 176, 255, 0) 100%
    );
  }
  form:not(.linear-theme)
    .amcform-title-wrap.ui-state-active
    + form:not(.linear-theme)
    .amcform-title-wrap:not(.-disabled):after {
    background: linear-gradient(
      270deg,
      rgba(146, 176, 255, 0) 11.1%,
      #92b0ff 100%
    );
  }
  form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
  form:not(.linear-theme)
    .amcform-title-wrap.ui-state-active
    + .amcform-title-wrap:before,
  form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
    background: #92b0ff;
  }
  .linear-theme .amcform-page-titles {
    padding: 0 15px;
  }
  .linear-theme .amcform-title-wrap {
    display: block;
    min-width: 50%;
    max-width: 100%;
  }
  .linear-theme
    .amcform-title-wrap.ui-state-active
    ~ .linear-theme
    .amcform-title-wrap:nth-last-child(2) {
    display: block;
  }
  .linear-theme .fields {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group,
  .linear-theme.rendered-form .fieldset > .fields > .field.form-group {
    padding: 0 15px;
  }
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form
    .fieldset
    > .fields
    > .field.form-group.amform-layout-two,
  .linear-theme.rendered-form .fieldset > .field.form-group.amform-layout-three,
  .linear-theme.rendered-form
    .fieldset
    > .fields
    > .field.form-group.amform-layout-three {
    max-width: 100%;
  }
  .circle-theme .amcform-page-titles {
    align-items: stretch;
  }
  .circle-theme .amcform-title {
    display: block;
    margin: 0;
  }
  .circle-theme .amcform-label {
    display: block;
    padding: 10px 0;
  }
  .circle-theme .amcform-title-wrap {
    margin: 0;
    border-bottom: 4px solid #92b0ff;
  }
  .circle-theme .amcform-title-wrap:after,
  .circle-theme .amcform-title-wrap:before {
    display: none;
  }
  .circle-theme .amcform-title-wrap + .amcform-title-wrap {
    margin: 0;
  }
  .circle-theme .amcform-title-wrap.ui-state-active {
    border-color: #3f6ad8;
  }
  .circle-theme .amcform-title-wrap.-disabled {
    border-color: #e3e3e3;
  }
  .circle-theme .amcform-title-wrap.-error {
    border-color: #eb5757;
  }
  .amcform-table-block,
  .amcform-table-block tbody,
  .amcform-table-block .amcform-tr,
  .amcform-table-block .amcform-th,
  .amcform-table-block .amcform-td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .amcform-table-block .amcform-th {
    padding-bottom: 0;
  }
  .amcform-table-block .amcform-td {
    padding-top: 5px;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 25px;
  }
  .cart-discount {
    border-bottom: 1px solid #ccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #ccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: "";
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: "\e62a";
    font-family: "luma-icons";
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: "\e62b";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -2rem 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #000;
    font-size: 1.6rem;
    margin: 0 -2rem;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: 0 0;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer
    .footer.content
    .switcher-store
    .switcher-options
    ul.dropdown:before,
  .page-footer
    .footer.content
    .switcher-store
    .switcher-options
    ul.dropdown:after {
    display: none;
  }
  .page-footer
    .footer.content
    .switcher-store
    .switcher-options
    .switcher-trigger,
  .page-footer
    .footer.content
    .switcher-store
    .switcher-options
    .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer
    .footer.content
    .switcher-store
    .switcher-options
    .switcher-trigger
    strong {
    padding: 10px 0;
  }
  .page-footer
    .footer.content
    .switcher-store
    .switcher-options
    .switcher-option
    a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^="cms-privacy-policy"] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: "\e600";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .treatment-filter__item__link {
    font-size: 1.4rem;
  }
  .filter-drawer {
    position: fixed;
    min-height: inherit;
    width: inherit;
    top: inherit;
    left: inherit;
    top: -100%;
    height: 100%;
    min-width: 100vw;
  }
  .filter-drawer.active {
    left: 0;
    top: 8%;
  }
  .filter-drawer .block-title {
    padding-left: 2rem;
  }
  .filter-drawer .block-content {
    max-height: 70vh;
    padding-left: 2rem;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar
    .block-viewed-products-grid
    .products-grid
    .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  div[data-content-type="tabs"] .tabs-navigation {
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
  div[data-content-type="tabs"] .tabs-navigation li.tab-header {
    padding: 0.8rem;
  }
  div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active {
    border: none !important;
  }
  div[data-content-type="tabs"]
    .tabs-navigation
    li.tab-header.ui-state-active
    a {
    color: #fff;
    background: #000;
    border-radius: 0.8rem;
  }
  .account .page-main {
    padding-top: 6rem;
  }
  .block-collapsible-nav {
    top: 0.4rem;
  }
  .amform-form {
    padding: 1.5rem;
  }
  .banner-landscape,
  .cb-video-container {
    display: none;
  }
  .push-manuel-title,
  .push-manuel-3col-title {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
  }
  .push-manuel .page-product-title,
  .push-manuel-3col .page-product-title {
    margin-left: 2rem;
    margin-right: 2rem;
    line-height: 0;
  }
  .push-manuel .page-product-title hr,
  .push-manuel-3col .page-product-title hr {
    margin: 0;
  }
  .push_manuel_4col_header_title > :first-child {
    line-height: 1.1;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .push-manuel-4col-items {
    padding: 0 2.5rem;
  }
  .push-manuel-4col .push-manuel-4col-item {
    padding-bottom: 2rem;
    flex-basis: 100%;
  }
  .push-manuel-4col .push-manuel-4col-item img {
    width: 100%;
    height: 11.2rem;
    object-fit: cover;
  }
  .push-manuel-4col .push-manuel-4col-item .title > :first-child {
    font-size: 1.6rem;
    line-height: 1.125;
  }
  .push-manuel-4col .push-manuel-4col-item .description {
    margin-bottom: 2rem;
  }
  .push-manuel-4col .push-manuel-4col-item .description p {
    font-size: 1.4rem;
    line-height: 1.5;
    -webkit-line-clamp: 4;
  }
  .see-cosmetics-black a,
  .see-cosmetics-blue a,
  .see-cosmetics-pink a {
    font-size: 0 !important;
  }
  .catalog-product-view
    .page-main-details
    .block.related
    .slick-track
    .slick-slide,
  .catalog-product-view
    .page-main-details
    .block.upsell
    .slick-track
    .slick-slide,
  .catalog-product-view
    .page-main-details
    .block.crosssell
    .slick-track
    .slick-slide {
    width: 31.3rem;
    padding-left: 1px;
  }
  .block-filters .block-filters-element {
    min-width: unset !important;
    width: 50%;
  }
  .mobile-only {
    display: block;
  }
  .amlocator-store-desc {
    border-bottom: 0.1rem solid #e3e0df;
    margin-bottom: 2.2rem;
    padding-bottom: 2.2rem;
  }
  .amlocator-main-container .gm-style .gm-style-iw .amlocator-info-popup {
    width: auto;
  }
  .head-card {
    flex-direction: column;
    row-gap: 1.5rem;
    margin-top: 2rem;
  }
  .head-card .nbr-stores {
    align-self: start !important;
  }
  .tabs-nav--mobile-only {
    display: block;
  }
  .page-main-full-width .page-title-wrapper .page-title {
    text-align: left !important;
    margin-top: 3.2rem !important;
    margin-left: 2rem;
  }
  .page-contact-subtitle {
    text-align: left !important;
  }
  .page-contact-subtitle p {
    margin-bottom: 2rem !important;
    margin-left: 2rem;
  }
  .page-contact-row .pagebuilder-column-group {
    margin: 2rem !important;
  }
  .page-contact-row .hbspt-form .submitted-message {
    padding: 2rem !important;
  }
  .page-contact-image {
    display: none !important;
  }
  .hubspotforms {
    padding: 1.2rem !important;
  }
  .hubspotforms .hs_etes_vous_deja_client_e_lpg_hubspot_,
  .hubspotforms .hs_civilite_,
  .hubspotforms .hs_lastname,
  .hubspotforms .hs_firstname,
  .hubspotforms .hs_email,
  .hubspotforms .hs_phone,
  .hubspotforms .hs_pays,
  .hubspotforms .hs_code_postal_menu_deroulant_,
  .hubspotforms .hs_zip,
  .hubspotforms .hs_message,
  .hubspotforms .hs-dependent-field {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .page-contact-info-row .pagebuilder-column-group {
    margin: 3.2rem 2rem !important;
  }
  .page-contact-info-row
    .pagebuilder-column-group
    .pagebuilder-column:not(:last-child) {
    border-right: none !important;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2) !important;
  }
  .page-contact-info-row
    .pagebuilder-column-group
    .pagebuilder-column:nth-child(1) {
    padding-right: 0 !important;
    padding-bottom: 3.2rem !important;
  }
  .page-contact-info-row
    .pagebuilder-column-group
    .pagebuilder-column:nth-child(2) {
    padding: 3.2rem 0 !important;
  }
  .page-contact-info-row
    .pagebuilder-column-group
    .pagebuilder-column:nth-child(3) {
    padding-left: 0 !important;
    padding-top: 3.2rem !important;
  }
  .amlocator-location-view
    .amlocator-location-main
    .amlocator-location-container
    .amlocator-column.-left {
    position: static !important;
    width: 100% !important;
    max-height: inherit !important;
  }
  .amlocator-location-view
    .amlocator-location-main
    .amlocator-location-container
    .amlocator-column.-left
    .amlocator-infos-view {
    flex-direction: column;
  }
  .amlocator-location-view
    .amlocator-location-main
    .amlocator-location-container
    .amlocator-column.-right
    .amlocator-description-grey {
    padding: 0 2rem;
  }
  .amlocator-location-view
    .amlocator-location-main
    .amlocator-location-container
    .amlocator-column.-right
    .amlocator-description-grey
    .pagebuilder-column-line {
    gap: 3.2rem;
  }
  .amlocator-location-view
    .amlocator-location-main
    .amlocator-location-container
    .amlocator-column.-right
    .amlocator-block.-grey
    .amlocator-attributes-container {
    padding: 3.2rem 2rem !important;
    flex-direction: column !important;
    gap: 3rem;
  }
  .amlocator-location-view
    .amlocator-location-main
    .amlocator-location-container
    .amlocator-column.-right
    .amlocator-block.-grey
    .amlocator-attributes-container
    .amlocator-location-attribute {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .amlocator-location-view
    .amlocator-location-main
    .amlocator-location-container
    .amlocator-column.-right
    .amlocator-block.-grey
    .amlocator-attributes-container
    .amlocator-location-attribute
    .amlocator-label
    strong {
    font-size: 2.8rem !important;
  }
  .amlocator-location-view
    .amlocator-location-main
    .amlocator-location-container
    .amlocator-column.-right
    .amlocator-block.-grey
    .amlocator-attributes-container
    .amlocator-location-attribute
    .amlocator-values
    .amlocator-value {
    font-size: 1.6rem !important;
  }
  .amlocator-location-view .modals-wrapper .modal-popup.modal-slide {
    left: 0 !important;
    top: 2rem;
  }
  .amlocator-location-view .modals-wrapper .modal-popup .modal-inner-wrap {
    background-color: #fff;
    height: auto;
  }
  .amlocator-location-view
    .modals-wrapper
    .modal-popup
    .modal-content
    #amlocator-route-creator
    .modal-title {
    padding: 2rem 2rem 3.2rem !important;
    border-bottom: 1px solid #c1c1c1;
  }
  .amlocator-location-view
    .modals-wrapper
    .modal-popup
    .modal-content
    #amlocator-route-creator
    .amlocator-route-creator {
    padding: 3.2rem 1rem !important;
    margin: 3.2rem 1rem !important;
  }
  .amlocator-location-view
    .modals-wrapper
    .modal-popup
    .modal-content
    #amlocator-route-creator
    .amlocator-directions-wrapper {
    margin: 0 1rem 3.2rem !important;
  }
  .store-locator {
    background-color: #f7f7f7;
    padding: 3.2rem 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .store-locator__form__item--submit {
    flex-grow: 1;
  }
  .store-locator__form__item__button-submit {
    width: 100%;
  }
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 33.5rem;
    top: 2rem;
    margin: 0 auto;
  }
  .modal-locator__title {
    padding: 0 2rem 3.2rem;
  }
  .modal-locator__form {
    padding: 0 2rem 3.2rem;
  }
  .modal-locator__actions {
    flex-direction: column-reverse;
  }
  .modal-locator__actions__reset {
    margin-top: 2rem;
  }
  .filters-container {
    flex-direction: column-reverse;
    gap: 0.5rem !important;
  }
  .label-filter {
    padding-top: 11px;
    align-content: space-around;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    order: 1;
  }
  .toolbar {
    flex-direction: column;
    text-align: left;
  }
  .toolbar .sorter {
    margin-top: 1.2rem;
  }
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-2columns-left .products-grid .product-item {
    width: 100%;
  }
  .product-item-link,
  .product-item-name > a,
  .product.name a {
    font-size: 1.6rem;
  }
  .category-header {
    max-height: 37.5rem;
  }
  .category-header__texts {
    left: 2rem;
    right: 2rem;
  }
  .category-header__texts__title {
    font-size: 3.2rem;
  }
  .category-header__texts__description p {
    font-size: 1.7rem;
  }
  .category-header__image--desktop {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review
    .data.table
    tbody
    > tr
    > td.col.qty[data-th]:before,
  .multicheckout.order-review
    .data.table
    tbody
    > tr
    > td.col.price[data-th]:before,
  .multicheckout.order-review
    .data.table
    tbody
    > tr
    > td.col.subtotal[data-th]:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes
    tbody
    th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper
    .shipping-address-item.selected-item
    .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #ccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    > thead
    > tr
    > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    > tbody
    > tr {
    display: block;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    > tbody
    > tr
    td,
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    > tbody
    > tr
    th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    > tbody
    > tr
    td[data-th]:before,
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    > tbody
    > tr
    th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111;
    font-weight: 700;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    > tbody
    > tr
    > th {
    background-color: #f6f6f6;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    tbody
    > tr
    > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    tbody
    > tr
    > td:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison)
    tbody
    > tr
    > td.col.qty {
    text-align: left;
  }
  .table-wrapper
    .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes
    tbody
    td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper
    .table:not(.totals):not(.table-comparison)
    tfoot
    tr:first-child
    th,
  .table-wrapper
    .table:not(.totals):not(.table-comparison)
    tfoot
    tr:first-child
    td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper
    .table:not(.totals):not(.table-comparison)
    tfoot
    .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper
    .table:not(.totals):not(.table-comparison)
    tfoot
    .grand.totals
    .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.col-checkbox,
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.col-checkbox:before,
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.product:before {
    display: none;
  }
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.number {
    display: none;
  }
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td,
  .requisition-list-requisition-view
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list-requisition-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.list-name-field:before,
  .requisition-list-requisition-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:last-child:before {
    display: none;
  }
  .requisition-list-requisition-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .requisition-list-requisition-index
    .data-grid
    td:first-child
    .data-grid-cell-content {
    display: inline-block;
  }
  .requisition-list-requisition-index .data-grid td > div {
    display: inline;
  }
  .requisition-list-requisition-index
    .data-grid.data-grid-tr-no-data
    td:before {
    content: "";
  }
  .requisition-list-requisition-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    top: -3.5rem;
  }
  .requisition-list-requisition-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .requisition-list-requisition-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .block-requisition-management {
    clear: both;
    margin-top: -25px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 2.6rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: block;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span,
  .block-requisition-management
    .requisition-toolbar-actions
    .quote-details-items
    .actions-toolbar
    > .action.action
    span {
    display: none;
  }
  .block-requisition-management
    .requisition-toolbar-actions
    button.action:before,
  .block-requisition-management
    .requisition-toolbar-actions
    .quote-details-items
    .actions-toolbar
    > .action.action:before {
    content: attr(data-mobile-label);
  }
  .requisition-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .requisition-grid thead,
  .requisition-grid .item {
    position: relative;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .requisition-grid thead .col .actions-toolbar,
  .requisition-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -0.3rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-delete,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .requisition-grid thead .col .price,
  .requisition-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .requisition-grid thead .col .price-excluding-tax .price,
  .requisition-grid .item .col .price-excluding-tax .price {
    font-size: 12px;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .requisition-grid .product-item-name {
    margin-bottom: 10px;
  }
  .requisition-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 25px;
  }
  .requisition-list-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 10px;
    min-height: 2.2rem;
    text-align: right;
  }
  .title-actions-links:empty {
    margin-bottom: 25px;
  }
  .requisition-toolbar-actions .requisition-list-action,
  .requisition-view-buttons .requisition-list-action,
  .requisition-toolbar-actions .action,
  .requisition-view-buttons .action {
    vertical-align: baseline;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 5px;
  }
  .requisition-list-action .action.toggle {
    float: none;
  }
  .requisition-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .requisition-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .requisition-popup .action:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-actions-toolbar .block-requisition-list {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .requisition-list-requisition-print .nav-toggle {
    display: none;
  }
  .requisition-list-requisition-print .logo {
    margin-left: 0;
  }
  .requisition-list-requisition-print .block-requisition-management {
    border-bottom: none;
  }
  .requisition-list-requisition-print
    .block-requisition-management
    .requisition-info {
    float: none;
    margin-top: 0;
  }
  .requisition-list-requisition-print .requisition-grid .col.price,
  .requisition-list-requisition-print .requisition-grid .col.qty,
  .requisition-list-requisition-print .requisition-grid .col.subtotal {
    text-align: left;
  }
  .requisition-list-requisition-print .requisition-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .requisition-list-requisition-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.col-checkbox {
    display: none;
  }
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.col-checkbox,
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.col-checkbox:before,
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.product:before {
    display: none;
  }
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td.number {
    display: none;
  }
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td,
  .requisition-list-requisition-print
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list.wishlist.split.button:before {
    color: #666;
    content: "\e901";
    font-family: "magento-icons", serif;
    vertical-align: middle;
    display: inline-block;
  }
  .requisition-list.wishlist.split.button > .action.toggle:before {
    border-left: 0;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index
    .company-profile-payment-methods
    .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index
    .column.main
    .block:not(.widget)
    .block-title
    > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index
    .column.main
    .block:not(.widget)
    .block-content
    strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index
    .column.main
    .block:not(.widget)
    .block-content
    .box-content
    span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index
    .column.main
    .block:not(.widget)
    .block-content
    .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:last-child:before,
  .company-role-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:last-child:before {
    content: "";
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr.data-grid-tr-no-data
    td:before,
  .company-role-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr.data-grid-tr-no-data
    td:before {
    content: "";
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .selected-company-name {
    display: block;
  }
  .company-select-menu-item {
    font-weight: 400;
  }
  .company-select-menu-item .select-company-link {
    margin-right: unset;
  }
  .company-select-menu-item.selected .select-company-link {
    color: #000;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .order-references {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:first-child
    .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td:last-child:before {
    content: "";
    padding: 0;
  }
  .negotiable-quote-quote-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr
    td
    > div {
    display: inline;
  }
  .negotiable-quote-quote-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr.data-grid-tr-no-data
    td:before {
    content: "";
  }
  .negotiable-quote-quote-index
    .table-wrapper
    .table:not(.cart)
    > tbody
    > tr:last-child
    td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .negotiable-quote-quote-view
    .modal-popup
    .modal-footer
    .actions-toolbar
    > .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td,
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    th {
    padding: 5px 10px;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td:last-child {
    border: medium none;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td.delete:before {
    display: none;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td
    .update {
    display: block;
    width: 100%;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td
    .update:before {
    display: none;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr:first-child
    td,
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr:first-child
    th {
    padding-top: 10px;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    .item-actions
    td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    .item-actions
    td:before {
    display: none;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr
    td,
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr
    th {
    padding: 5px 10px;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr
    th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr
    td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr:first-child
    td,
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr:first-child
    th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr:first-child
    > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr:last-child
    td,
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    > tr:last-child
    th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    .catalog_price
    th,
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    .grand_total
    th {
    width: 150px;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    .catalog_price
    td,
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    .grand_total
    td {
    float: right;
    width: 40%;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    .catalog_price
    th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    .proposed_quote_price
    th {
    width: 125px;
  }
  .quote-table
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tfoot
    .proposed_quote_price
    td {
    float: right;
    width: 40%;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 10px 10px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .quote-references {
    margin-top: 25px;
  }
  .quote-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action[data-mobile-label] span {
    display: none;
  }
  .quote-view-links .action[data-mobile-label]:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account
    .column.main
    .block.block-order-details-view
    .block-content:not(.widget)
    .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.discount,
  .negotiable-quote-quote-print .quote-details-items .item .col.discount,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items thead .col.actions,
  .negotiable-quote-quote-print .quote-details-items .item .col.actions {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print
    .quote-details-items
    thead
    .col
    .actions-toolbar,
  .negotiable-quote-quote-print
    .quote-details-items
    .item
    .col
    .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print
    .quote-table
    .quote-table-totals:not(.totals):not(.cart):not(.table-comparison)
    > tbody
    > tr
    th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .my-orders-search-advanced .search-sku {
    margin: 0 !important;
    width: 75% !important;
  }
  .my-orders-search-advanced .fieldset:first-of-type {
    margin-bottom: 20px;
  }
  .filter-divider {
    display: none;
  }
  .quote-details-items.purchase-order-data-items
    .items.purchase-order-table-items
    tbody.item {
    border-bottom: 1px solid #ccc;
  }
  .quote-details-items.purchase-order-data-items
    .items.purchase-order-table-items
    tbody.item:last-child {
    border-bottom: 0;
  }
  .orderapprovals-purchaseorder-view
    .page-main
    .negotiable-quote-order-information {
    margin-top: 0;
  }
  .orderapprovals-purchaseorder-view .quote-status {
    float: none;
    margin: -10px 0 10px;
  }
  .order-actions-toolbar .action.block-requisition-list {
    float: none;
    margin-left: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    left: 0;
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before,
  .order-actions-toolbar .requisition-list-action.active .items:after {
    right: auto;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: 10px;
  }
  .orderapprovals-purchaseorder-index .order-links-block {
    text-align: left;
  }
  .purchase-order-references {
    margin-top: 25px;
  }
  .purchase-order-reference-content {
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .quote-view-links form {
    display: block;
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: 0.2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index
    .column
    .block-addbysku
    .fieldset
    .fields
    .field.qty
    .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index
    .column
    .block-addbysku
    .upload_container
    .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index
    .column
    .block-addbysku
    .deletable-item
    .actions-toolbar {
    float: right;
  }
  .company-profile-index .company-profile-shipping-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index
    .company-profile-shipping-methods
    .shipping-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: "\e604";
    font-family: "luma-icons";
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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: 0 0;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: 0 0;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2 * 10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: "\e601";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: "";
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #ccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #ccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper
    .table.grouped:not(.totals):not(.cart):not(.table-comparison)
    > tbody
    > tr
    > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: "\e604";
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review
    .data.table.table-order-review
    > tbody
    > tr
    > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review
    .data.table.table-order-review
    > tbody
    > tr
    > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account
    .column.main
    .returns-details-items
    .block-returns-tracking
    .block-title
    > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items
    .item-options-container
    + .item-options-container[data-th]:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items
    .options-label
    + .item-options-container
    .col:first-child,
  .order-details-items
    .item-options-container
    + .item-options-container
    .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items
    .item-options-container
    + .item-options-container
    .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards
    .table:not(.totals):not(.cart):not(.table-comparison)
    .status {
    display: none;
  }
  .my-credit-cards
    .table:not(.totals):not(.cart):not(.table-comparison)
    .status:before {
    display: none;
  }
  .my-credit-cards
    .table:not(.totals):not(.cart):not(.table-comparison)
    .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .pages .pages-items {
    padding: 2px 5px 0;
  }
  .pager .pages .item {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .checkout-cart-index
    .block-requisition-list
    .requisition-list-action
    .action.toggle {
    font-size: 1.3rem;
  }
  .action-select-wrap.buttons {
    display: none;
  }
  .payment-method .available-credit {
    float: none;
    margin-top: 5px;
  }
  .amblog-post-container .amblog-read,
  .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    width: 100%;
  }
  .amblog-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .amblog-footer .amblog-wrap {
    margin-bottom: 20px;
  }
  .amblog-related-wrapper.-related-products
    .amblog-slick-slider.-am-loaded
    .amblog-item-product {
    margin: 0 auto;
  }
  .amblog-related-wrapper.-related-products
    .amblog-slick-slider.-am-loaded
    .amblog-item-product
    .product-item-photo {
    display: flex;
    justify-content: center;
  }
  .amblog-related-wrapper.-related-products
    .amblog-slick-slider.-am-loaded
    .amblog-item-product
    .product-item-link {
    font-size: 20px;
  }
  .amblog-navigation-container .amblog-navigation {
    margin-top: 30px;
  }
  .amblog-navigation-container .amblog-navigation.-previous {
    margin-left: 0;
  }
  .amblog-navigation-container
    .amblog-navigation.-previous
    > .amblog-title-link:before {
    left: calc(20px * 2);
    right: inherit;
  }
  .amblog-navigation-container .amblog-navigation.-next {
    margin-right: 0;
  }
  .amblog-navigation-container
    .amblog-navigation.-next
    > .amblog-title-link:after {
    left: inherit;
    right: calc(20px * 2);
  }
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:before,
  .amblog-navigation-container .amblog-navigation > .amblog-title-link:after {
    bottom: calc(100% - 50px);
    top: inherit;
  }
  .amblog-social-container .amblog-list {
    margin: 0 -10px;
  }
  .amblog-social-container .amblog-icon {
    margin: 0 9px 18px;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 319px) {
  .amblog-navigation-container .amblog-navigation > .amblog-title-link {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid
    .product-item-info:not(:hover):not(.active)
    .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e624";
    font-family: "luma-icons";
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #ccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: 0 0;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: 0 0;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: 0 0;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions
    .actions-primary
    + .actions-secondary
    > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #fff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column
    .products-grid
    .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns
    .products-grid
    .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column
    .block.widget
    .products-grid
    .product-item
    .product-item-inner,
  .page-layout-3columns
    .block.widget
    .products-grid
    .product-item
    .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout
    .methods-payment
    .fieldset
    > .field:not(.choice):not(.cvv)
    .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column
    .block.widget
    .products-grid
    .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
[data-content-type="buttons"] {
  display: inline-block;
}
a {
  color: #2b2b2b;
  text-decoration: none;
  font-size: 16px;
  font-family: "General Sans Regular", sans-serif;
  transition: all 0.3s;
}
a:hover,
a:focus {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
a:visited {
  color: inherit;
}
a.pagebuilder-button-primary,
a.pagebuilder-button-secondary,
a.button-pink,
a.button-blue {
  border-radius: 8px;
  background: #000;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  font-family: "General Sans Semibold", sans-serif;
  transition: all 0.3s;
  border: 1px solid #000;
  text-decoration: none;
  white-space: nowrap;
}
a.pagebuilder-button-primary:hover,
a.pagebuilder-button-secondary:hover,
a.button-pink:hover,
a.button-blue:hover,
a.pagebuilder-button-primary:focus,
a.pagebuilder-button-secondary:focus,
a.button-pink:focus,
a.button-blue:focus {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
a.pagebuilder-button-secondary {
  background: #fff;
  color: #000;
}
a.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}
a.button-pink {
  background: #884254;
  color: #fff;
  border-color: #884254;
}
a.button-pink:hover,
a.button-pink:focus {
  background: 0 0;
  color: #884254;
  border-color: #884254;
}
a.button-blue {
  background: #355194;
  color: #fff;
  border-color: #355194;
}
a.button-blue:hover,
a.button-blue:focus {
  background: 0 0;
  color: #355194;
  border-color: #355194;
}
.button-pink a,
.button-blue a {
  border-radius: 0.8rem;
  background: #884254;
  color: #fff;
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  font-family: "General Sans Semibold", sans-serif;
  transition: all 0.4s ease-in-out;
  border: 0.1rem solid #884254;
  text-decoration: none;
  white-space: nowrap;
}
.button-pink a:hover,
.button-blue a:hover,
.button-pink a:focus,
.button-blue a:focus {
  background: 0 0;
  color: #884254;
  border: 0.1rem solid #884254;
}
.button-blue a {
  background: #355194;
  border-color: #355194;
}
.button-blue a:hover,
.button-blue a:focus {
  color: #355194;
  border-color: #355194;
}
.form-address-edit .actions-toolbar .action.primary {
  height: inherit;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
textarea,
.fb-date input,
select,
.toolbar select {
  border: 0.1rem solid #e3e0df;
  border-radius: 0.8rem;
  font-family: "General Sans Medium", sans-serif;
  font-size: 1.7rem;
  height: 4.4rem;
  background: #fff;
  color: #2b2b2b;
  padding: 0 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.fb-date input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.toolbar select::-webkit-input-placeholder {
  color: #b6b3b2;
  font-family: "General Sans Regular", sans-serif;
  font-size: 1.7rem;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.fb-date input:-ms-input-placeholder,
select:-ms-input-placeholder,
.toolbar select:-ms-input-placeholder {
  color: #b6b3b2;
  font-family: "General Sans Regular", sans-serif;
  font-size: 1.7rem;
}
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="file"]::placeholder,
textarea::placeholder,
.fb-date input::placeholder,
select::placeholder,
.toolbar select::placeholder {
  color: #b6b3b2;
  font-family: "General Sans Regular", sans-serif;
  font-size: 1.7rem;
}
input[type="text"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="file"]:hover,
textarea:hover,
.fb-date input:hover,
select:hover,
.toolbar select:hover,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
textarea:focus,
.fb-date input:focus,
select:focus,
.toolbar select:focus {
  border: 0.1rem solid #000;
  background: #f7f7f7;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
textarea:focus,
.fb-date input:focus,
select:focus,
.toolbar select:focus {
  border: 0.2rem solid #000;
  outline: none;
  box-shadow: none !important;
}
select,
.toolbar select {
  padding: 0 2.5rem 0 1rem;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  transition: all 0.3s;
  transform: rotate(135deg);
  position: absolute;
  top: 15px;
  right: 16px;
  pointer-events: none;
}
.amform-form input[type="file"] {
  padding: 1rem;
  width: 100%;
}
.amform-form .amcform-step {
  border: 0.1rem solid #000;
  background: #000;
}
.amform-form .amcform-title-wrap.ui-state-active .amcform-label {
  color: #000;
}
.amform-form .amcform-title-wrap.-done + .amcform-title-wrap:before {
  background: #000;
}
.amform-form .radio-group label {
  margin-bottom: 1rem;
}
.amform-form .amform-rating-container label:after,
.amform-form .amform-rating-container label:before {
  display: none;
}
.rendered-form.amform-form input {
  font-family: "General Sans Medium", sans-serif;
  font-size: 1.7rem;
  color: #2b2b2b;
}
.toolbar select {
  padding: 1rem 4rem 0.8rem 1rem;
  background: url("../../frontend/Lpg/group/es_ES/images/select-icon.svg")
    no-repeat #fff;
  background-position: 90% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 0;
  margin-right: 1rem;
  font-size: 1.6rem;
}
.toolbar select:hover,
.toolbar select:focus {
  background: url("../../frontend/Lpg/group/es_ES/images/select-icon.svg")
    no-repeat #fff;
  background-position: 90% center;
}
textarea {
  height: 200px;
  padding-top: 15px;
}
.action.primary,
.action.tocart,
.action-primary,
button[type="submit"],
button[type="button"],
.action.secondary,
.primary .secondary,
.crosssell .action.tocart--revert,
.quote-details-items .actions-toolbar > .action[type="submit"],
.quote-details-items .actions-toolbar > .action[type="button"] {
  border-radius: 8px !important;
  background: #000;
  color: #fff;
  padding: 0.9rem 2rem;
  height: 4.4rem;
  font-size: 1.6rem;
  font-family: "General Sans Semibold", sans-serif;
  transition: all 0.3s;
  border: 0.1rem solid #000;
  text-decoration: none;
  line-height: initial;
}
.action.primary .icon,
.action.tocart .icon,
.action-primary .icon,
button[type="submit"] .icon,
button[type="button"] .icon,
.action.secondary .icon,
.primary .secondary .icon,
.crosssell .action.tocart--revert .icon,
.quote-details-items .actions-toolbar > .action[type="submit"] .icon,
.quote-details-items .actions-toolbar > .action[type="button"] .icon {
  fill: #fff;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  height: 2rem;
  width: 2rem;
}
.action.primary:hover,
.action.tocart:hover,
.action-primary:hover,
button[type="submit"]:hover,
button[type="button"]:hover,
.action.secondary:hover,
.primary .secondary:hover,
.crosssell .action.tocart--revert:hover,
.action.primary:active,
.action.tocart:active,
.action-primary:active,
button[type="submit"]:active,
button[type="button"]:active,
.action.secondary:active,
.primary .secondary:active,
.crosssell .action.tocart--revert:active,
.action.primary:focus,
.action.tocart:focus,
.action-primary:focus,
button[type="submit"]:focus,
button[type="button"]:focus,
.action.secondary:focus,
.primary .secondary:focus,
.crosssell .action.tocart--revert:focus,
.quote-details-items .actions-toolbar > .action[type="submit"]:hover,
.quote-details-items .actions-toolbar > .action[type="button"]:hover,
.quote-details-items .actions-toolbar > .action[type="submit"]:active,
.quote-details-items .actions-toolbar > .action[type="button"]:active,
.quote-details-items .actions-toolbar > .action[type="submit"]:focus,
.quote-details-items .actions-toolbar > .action[type="button"]:focus {
  background: #fff;
  color: #000;
  border: 0.1rem solid #000;
}
.action.primary:hover .icon,
.action.tocart:hover .icon,
.action-primary:hover .icon,
button[type="submit"]:hover .icon,
button[type="button"]:hover .icon,
.action.secondary:hover .icon,
.primary .secondary:hover .icon,
.crosssell .action.tocart--revert:hover .icon,
.action.primary:active .icon,
.action.tocart:active .icon,
.action-primary:active .icon,
button[type="submit"]:active .icon,
button[type="button"]:active .icon,
.action.secondary:active .icon,
.primary .secondary:active .icon,
.crosssell .action.tocart--revert:active .icon,
.action.primary:focus .icon,
.action.tocart:focus .icon,
.action-primary:focus .icon,
button[type="submit"]:focus .icon,
button[type="button"]:focus .icon,
.action.secondary:focus .icon,
.primary .secondary:focus .icon,
.crosssell .action.tocart--revert:focus .icon,
.quote-details-items .actions-toolbar > .action[type="submit"]:hover .icon,
.quote-details-items .actions-toolbar > .action[type="button"]:hover .icon,
.quote-details-items .actions-toolbar > .action[type="submit"]:active .icon,
.quote-details-items .actions-toolbar > .action[type="button"]:active .icon,
.quote-details-items .actions-toolbar > .action[type="submit"]:focus .icon,
.quote-details-items .actions-toolbar > .action[type="button"]:focus .icon {
  fill: #000;
}
.action.primary.slick-arrow:hover,
.action.tocart.slick-arrow:hover,
.action-primary.slick-arrow:hover,
button[type="submit"].slick-arrow:hover,
button[type="button"].slick-arrow:hover,
.action.secondary.slick-arrow:hover,
.primary .secondary.slick-arrow:hover,
.crosssell .action.tocart--revert.slick-arrow:hover,
.action.primary .test:hover,
.action.tocart .test:hover,
.action-primary .test:hover,
button[type="submit"] .test:hover,
button[type="button"] .test:hover,
.action.secondary .test:hover,
.primary .secondary .test:hover,
.crosssell .action.tocart--revert .test:hover,
.action.primary.slick-arrow:focus,
.action.tocart.slick-arrow:focus,
.action-primary.slick-arrow:focus,
button[type="submit"].slick-arrow:focus,
button[type="button"].slick-arrow:focus,
.action.secondary.slick-arrow:focus,
.primary .secondary.slick-arrow:focus,
.crosssell .action.tocart--revert.slick-arrow:focus,
.action.primary .test:focus,
.action.tocart .test:focus,
.action-primary .test:focus,
button[type="submit"] .test:focus,
button[type="button"] .test:focus,
.action.secondary .test:focus,
.primary .secondary .test:focus,
.crosssell .action.tocart--revert .test:focus,
.quote-details-items
  .actions-toolbar
  > .action[type="submit"].slick-arrow:hover,
.quote-details-items
  .actions-toolbar
  > .action[type="button"].slick-arrow:hover,
.quote-details-items .actions-toolbar > .action[type="submit"] .test:hover,
.quote-details-items .actions-toolbar > .action[type="button"] .test:hover,
.quote-details-items
  .actions-toolbar
  > .action[type="submit"].slick-arrow:focus,
.quote-details-items
  .actions-toolbar
  > .action[type="button"].slick-arrow:focus,
.quote-details-items .actions-toolbar > .action[type="submit"] .test:focus,
.quote-details-items .actions-toolbar > .action[type="button"] .test:focus {
  border: 0;
}
.action.tocart--revert,
.action.primary--revert {
  background: 0 0;
  color: #000;
  width: 100%;
  text-align: center;
}
.action.tocart--revert .icon,
.action.primary--revert .icon {
  fill: #000;
}
.action.tocart--revert:hover,
.action.primary--revert:hover,
.action.tocart--revert:active,
.action.primary--revert:active,
.action.tocart--revert:focus,
.action.primary--revert:focus {
  background: #000;
  color: #fff;
}
.action.tocart--revert:hover .icon,
.action.primary--revert:hover .icon,
.action.tocart--revert:active .icon,
.action.primary--revert:active .icon,
.action.tocart--revert:focus .icon,
.action.primary--revert:focus .icon {
  fill: #fff;
}
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action {
  background: 0 0;
  color: #000;
  border: 0.1rem solid #000;
  width: 100%;
  text-align: center;
}
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:hover,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.cancel:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:focus,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:hover,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:active,
.checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:focus {
  background: #000;
  color: #fff;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #000;
  border: 0;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item > strong:hover,
.block-collapsible-nav .item a:focus,
.block-collapsible-nav .item > strong:focus {
  background: 0 0;
}
.control {
  position: relative;
}
.login-container {
  padding-bottom: 30px;
}
.amform-form .action.primary,
.amform-parent .action.primary {
  background: #000;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .action.primary:focus,
.amform-parent .action.primary:focus {
  background: #fff;
}
.checkbox-group input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  accent-color: #000;
}
.checkbox-group input[type="checkbox"]:focus {
  box-shadow: none;
}
.checkbox-group input[type="checkbox"]:checked + label {
  font-weight: 700;
}
.checkbox-group label:hover,
.checkbox-group label:focus {
  transition: all 0.3s;
  font-weight: 700;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-top: 3px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #c7cbd1;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:focus + label:before {
  border-color: #000;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.field.choice {
  display: block;
  margin-bottom: 15px;
}
.field.choice.hidden {
  display: none;
}
.field.choice [type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.field.choice [type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  padding-top: 0.2rem;
  font-weight: 500;
}
.field.choice [type="checkbox"] + label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #c7cbd1;
  padding: 0.8rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.8rem;
  top: -0.1rem;
}
.field.choice [type="checkbox"]:checked + label:before {
  background-color: #000;
  border-color: #000;
}
.field.choice [type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0.6rem;
  width: 0.4rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}
.field.choice [type="checkbox"]:focus + label:before {
  border-color: #000;
}
.label--pink {
  color: #884254;
}
.label--blue {
  color: #355194;
}
.label-icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 0.8rem;
}
.label-icon--expert:after {
  background: url(../../frontend/Lpg/group/es_ES/images/expert.svg);
}
.label-icon--cancer:after {
  background: url(../../frontend/Lpg/group/es_ES/images/cancer.svg);
}
.label-icon--nutrition:after {
  background: url(../../frontend/Lpg/group/es_ES/images/nutrition.svg);
}
.label-icon--maxilo:after {
  background: url(../../frontend/Lpg/group/es_ES/images/maxilo.svg);
}
.label-icon--nextgen:after {
  background: url(../../frontend/Lpg/group/es_ES/images/nextgen.svg);
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 44px;
  border-radius: 4px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 10px 25px 8px 10px;
  transition: all 0.2s ease-in;
  border: 1px solid #e3e0df;
  border-radius: 0.8rem;
  color: #2b2b2b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "General Sans Medium", sans-serif;
}
.select-styled:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  transition: all 0.3s;
  transform: rotate(135deg);
  position: absolute;
  top: 15px;
  right: 16px;
}
.select-styled:hover,
.select-styled:focus {
  border: 1px solid #000;
}
.select-styled:active,
.select-styled.active {
  border: 2px solid #000;
}
.select-styled:active:after,
.select-styled.active:after {
  transform: rotate(315deg);
  top: 1.8rem;
}
.select-options {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 0.1rem solid #dedede;
  border-radius: 0.4rem;
  overflow: auto;
  box-shadow: 0 0.6rem 1rem 0 rgba(81, 82, 99, 0.15);
  max-height: 40rem;
}
.select-options li {
  margin: 0;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid #dedede;
  transition: all 0.15s ease-in;
  color: #2b2b2b;
  font-size: 14px;
  font-family: "General Sans Medium", sans-serif;
}
.select-options li:hover,
.select-options li.is-selected {
  color: #b6b3b2;
  background: #e6e7e9;
}
.select-options li:hover {
  color: #000;
}
.select-options li[rel="hide"] {
  display: none;
}
.note {
  max-width: 1214px;
  width: 100%;
  margin: 0 auto;
}
.note p {
  position: relative;
  text-align: center;
  z-index: 1;
}
.note p:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 12px;
  background: #dedede;
  position: absolute;
  z-index: -1;
}
.note p span {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
}
.search-sku button[type="submit"],
.search-sku .quote-details-items .actions-toolbar > .action[type="submit"] {
  top: 6px;
}
form.create,
form.password {
  padding-bottom: 25px;
}
.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
  border: inherit;
}
.page-product-title hr {
  border-color: #2b2b2b;
  border-style: solid;
}
.cross-sell-title hr {
  border: 3px solid #000;
  width: 6rem;
}
div[data-content-type="tabs"] .tabs-navigation {
  max-width: 121.4rem;
  margin: 0 auto;
}
div[data-content-type="tabs"].tab-align-left .tabs-content {
  border: none;
  background: #f7f7f7;
}
.cms-page-view div[data-content-type="tabs"] .tabs-content {
  padding-bottom: 5.6rem;
}
div[data-content-type="tabs"] .tabs-content [data-content-type="tab-item"] {
  margin: 0 auto;
  max-width: 145.6rem;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
  text-decoration: none;
  font-size: 1.7rem;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header {
  border: none;
  background: #fff;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header:last-child {
  border-right: none;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active {
  border-bottom: 2px solid #000;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active a {
  font-family: "General Sans Semibold", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #000;
}
.checkout-cart-index .cross-sell-title hr {
  margin-left: 0;
}
.block-static-block.widget,
.block-cms-link.widget {
  max-width: 192rem;
  margin: auto;
}
form:not(.linear-theme) .amcform-title-wrap.ui-state-active:after,
form:not(.linear-theme)
  .amcform-title-wrap.ui-state-active
  + .amcform-title-wrap:before,
form:not(.linear-theme) .amcform-title-wrap.-done:nth-last-child(2):after {
  background: #000 !important;
}
form:not(.linear-theme)
  .amcform-title-wrap.ui-state-active:not(:last-child):before,
form:not(.linear-theme) .amcform-title-wrap.-done:not(:last-child):before {
  background: linear-gradient(
    270deg,
    #000 11.11%,
    rgba(146, 176, 255, 0) 100%
  ) !important;
}
.modals-overlay {
  z-index: 9999 !important;
}
.modal-popup {
  z-index: 99999 !important;
}
table > caption {
  display: block !important;
}
.action.primary.instant-purchase {
  margin-top: 0.5rem;
  height: auto;
}
.swatch-option-tooltip {
  display: none !important;
}
.checkout-agreements .field.choice [type="checkbox"]:checked + label:after {
  top: 0.6rem;
  left: 0.2rem;
}
.checkout-agreements .action.action-show {
  height: inherit;
  border: none;
  color: #000;
  font-family: "General Sans Regular", sans-serif;
  transition: all 0.3s;
}
.checkout-agreements .action.action-show:hover,
.checkout-agreements .action.action-show:focus {
  text-decoration: underline;
  font-weight: 700;
}
.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px;
}
body {
  font-family: "General Sans Regular", sans-serif;
  font-size: 17px;
  color: #000;
}
h1 {
  font-size: 4.4rem;
}
h2,
.h2 {
  font-size: 3.2rem;
}
h3,
.h3 {
  font-size: 2.8rem;
}
h4,
.h4 {
  font-size: 2rem;
  font-weight: 600;
}
h5,
.h5 {
  font-size: 1.6rem;
}
p {
  font-family: "General Sans Regular", sans-serif;
  font-size: 17px;
  color: #000;
}
strong {
  font-family: "General Sans Semibold", sans-serif;
  color: #000;
}
ul li {
  font-family: "General Sans Regular", sans-serif;
  font-size: 17px;
  color: #000;
}
.form-error {
  color: #ff0101;
  font-size: 1.2rem;
  font-style: italic;
  display: block;
  margin-top: 0.3rem;
  text-align: left;
}
.form-error.hidden {
  display: none;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  word-wrap: normal;
}
.visually-hidden:focus {
  overflow: visible;
  width: auto;
  height: auto;
  display: inline-block;
}
.page-footer {
  margin-top: 0;
  background: 0 0;
}
.footer.content {
  background: #000;
  padding-top: 4.5rem;
  padding-bottom: 2.9rem;
}
.footer.content [data-content-type="row"][data-appearance="contained"] {
  max-width: 100%;
}
.footer.content .blockItem {
  display: block !important;
  padding-top: 1rem;
}
.footer.content .follow-us {
  display: block !important;
  padding-top: 1rem;
}
.footer.content .item_social {
  display: inline-block;
  margin-right: 2.6rem;
  width: fit-content;
}
.footer.content .footer-divider hr {
  opacity: 0.3;
  margin: 4.4rem 0;
}
.footer.content .footer_title {
  margin-bottom: 1.5rem;
}
.footer.content .footer_title p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}
.footer.content .footer_input_email {
  margin-bottom: 1.5rem;
}
.footer.content .affirmation-newsletter p {
  color: #e3e0df;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer.content .footer_subtitle a {
  color: #e3e0df;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.footer.content .footer_subtitle li {
  margin-bottom: 1rem;
}
.footer.content .footer_copyright .footer_copyright_title ul {
  display: flex;
  flex-direction: row;
  gap: 7rem;
  align-items: center;
  padding-right: 0;
}
.footer.content .footer_copyright .footer_copyright_title a {
  color: #e3e0df !important;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.12;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.footer.content .footer_subtitle a:hover,
.footer.content .footer_copyright_title a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 2px #fff;
}
.footer.content .footer_copyright_languages {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-end !important;
}
.footer.content .footer_copyright_languages .flag-image {
  margin-right: 0.8rem;
}
.footer.content .footer_copyright_languages .switcher-trigger {
  color: #fff;
  background-color: #2b2b2b;
  padding: 0.7rem 1rem !important;
  border-radius: 0.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.footer.content .footer_copyright_languages .switcher-trigger strong {
  padding-right: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
}
.footer.content .footer_copyright_languages .switcher-dropdown {
  bottom: 4.5rem !important;
  left: 50% !important;
  margin: 0 !important;
  top: auto !important;
  min-width: 8rem !important;
  transform: translate(-50%, 0) !important;
}
.footer.content .footer_copyright_languages .switcher-dropdown:before,
.footer.content .footer_copyright_languages .switcher-dropdown:after {
  bottom: inherit !important;
  left: 50% !important;
  right: inherit !important;
  top: 100% !important;
  transform: translate(-50%, 0) rotate(270deg) !important;
}
.content .form-subscribe {
  max-width: 100%;
  position: relative;
}
.content .form-subscribe .newsletter {
  margin: 1rem 0;
}
.content .form-subscribe .newsletter .newsletter-input {
  height: 5.2rem;
  border-radius: 1rem;
  border: 0.1rem solid #dedede;
  padding: 0 15rem 0 1rem !important;
}
.content .form-subscribe .newsletter .newsletter-input::placeholder {
  color: #b6b3b2;
}
.content .form-subscribe .btn-subscribe {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  background-color: #b6b3b2;
  border-radius: 0.8rem;
  padding: 1.3rem 2rem 1.5rem;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 14rem;
  vertical-align: baseline;
  border: 0.1rem solid #b6b3b2;
  line-height: 1;
}
.content .accept-newsletter {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
}
.content .accept-newsletter .accept-checkbox {
  margin: 0 1.5rem 0 0 !important;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.content .accept-newsletter span {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}
.footer_row .logo-item img {
  max-width: 40.4rem !important;
  width: 100%;
}
.item_social img {
  max-width: 2.8rem !important;
  width: 100%;
}
.footer_input_email form {
  position: relative;
}
.footer_input_email span {
  color: #fff;
}
.footer_input_email .hs-error-msg {
  color: #f2545b;
}
.footer_input_email .hs_email {
  padding-bottom: 1.5rem;
}
.footer_input_email .hs_email.hs-email label {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
}
.footer_input_email .hs_email.hs-email .hs-input {
  height: 5.6rem;
  order: 2px solid #000;
  font-size: 1.6rem;
  font-family: "General Sans Regular", sans-serif;
}
.footer_input_email .hs_submit.hs-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.footer_input_email .hs_submit.hs-submit input[type="submit"] {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  background-color: #b6b3b2;
  border-radius: 0.8rem;
  padding: 1.3rem 2rem 1.5rem;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 14rem;
  vertical-align: baseline;
  border: 0.1rem solid #b6b3b2;
  line-height: 1;
}
.footer_input_email .hs_submit.hs-submit input[type="submit"]:focus {
  box-shadow: none;
}
.footer_input_email .legal-consent-container {
  padding-top: 1.5rem;
}
.footer_input_email .legal-consent-container input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
}
.footer_input_email .legal-consent-container p {
  color: #fff;
  font-size: 1.4rem;
  font-family: "General Sans Medium", sans-serif;
}
.footer_input_email .legal-consent-container a {
  color: #fff;
  font-size: 1.4rem;
}
.footer_input_email .legal-consent-container span {
  color: #fff;
}
.footer_input_email .hs_error_rollup ul li {
  color: #fff;
}
.footer_input_email .hs_error_rollup ul.hs-error-msgs li {
  color: #f2545b;
}
.footer_input_email .submitted-message p,
.footer_input_email ul li {
  color: #fff;
  font-size: 1.4rem;
  font-family: "General Sans Medium", sans-serif;
}
.footer_input_email [type="radio"]:checked,
.footer_input_email [type="radio"]:not(:checked) {
  position: static;
  width: 2.4rem;
  height: 1.8rem;
}
.footer_input_email .hs-form-booleancheckbox span {
  padding-top: 0.5rem;
}
.footer_input_email .hs-form-radio span {
  vertical-align: text-bottom;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width: 1480px) {
  .footer_row .blockItem {
    width: 21% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .footer_row .item_social {
    margin-right: 4rem !important;
  }
}
@media only screen and (max-width: 800px) {
  .footer_row .item_social {
    margin-right: 3.2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .footer.content {
    padding-top: 3rem;
  }
  .footer.content .blockItem,
  .footer.content .follow-us {
    text-align: center;
    margin-top: 4rem;
  }
  .footer.content .item_social {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .footer.content .footer_row {
    margin: 0 3rem;
  }
  .footer.content .footer_row .newsletter-item {
    order: 1;
    margin-bottom: 5rem;
  }
  .footer.content .footer_row .marque-lpg-item {
    order: 2;
    margin-bottom: 4rem;
  }
  .footer.content .footer_row .help-item {
    order: 3;
  }
  .footer.content .footer-last-item .pagebuilder-column-line {
    flex-wrap: wrap-reverse !important;
  }
  .footer.content
    .footer-last-item
    .pagebuilder-column-line
    .footer_copyright_title
    ul {
    display: block;
    text-align: center;
    margin-top: 3rem;
  }
  .footer.content
    .footer-last-item
    .pagebuilder-column-line
    .footer_copyright_title
    ul
    li {
    margin-bottom: 1rem;
  }
  .footer.content
    .footer-last-item
    .pagebuilder-column-line
    .footer_copyright_title
    ul
    .footer_copyright_title
    a {
    line-height: 3;
  }
  .footer.content
    .footer-last-item
    .pagebuilder-column-line
    .footer_copyright_languages {
    justify-content: center !important;
  }
  .footer.content
    .footer-last-item
    .pagebuilder-column-line
    .footer_copyright_languages
    .switcher-dropdown:before,
  .footer.content
    .footer-last-item
    .pagebuilder-column-line
    .footer_copyright_languages
    .switcher-dropdown:after {
    transform: translate(-50%, 0) rotate(180deg) !important;
  }
  .footer.content .help-item:last-child {
    margin-top: 3.5rem;
  }
  .content .form-subscribe .newsletter .newsletter-input {
    padding: 0 0 0 1rem !important;
  }
  .content .form-subscribe .btn-subscribe {
    position: static;
    width: 100%;
  }
  .content .form-subscribe .field-error,
  .content .form-subscribe div.mage-error {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .footer_input_email .hs_submit.hs-submit {
    position: absolute;
    top: 6.6rem;
    right: 0;
    left: 0;
  }
  .footer_input_email .hs_submit.hs-submit input[type="submit"] {
    width: 100%;
    top: 0;
    left: 0;
  }
  .footer_input_email .hs_email {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 425px) {
  .footer_row .item_social {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.breadcrumbs {
  padding: 1rem 4.2rem 2rem;
  margin: 0;
}
.breadcrumbs ul {
  padding-left: 3rem;
}
.breadcrumbs ul li.item {
  font-size: 1.2rem;
  color: #000;
  font-family: "General Sans Regular", sans-serif;
}
.breadcrumbs ul li.item strong {
  font-weight: inherit;
  font-family: "General Sans Regular", sans-serif;
}
.breadcrumbs ul li a {
  font-weight: 700;
  position: relative;
  color: #000;
  font-family: "General Sans Semibold", sans-serif;
  font-size: 1.2rem;
}
.breadcrumbs ul li a:visited {
  color: #000;
}
.breadcrumbs ul li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  transition: all 0.3s;
  background: #000;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
  color: #000;
}
.breadcrumbs ul li a:hover:after {
  width: 100%;
}
@font-face {
  font-family: "General Sans Light";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Light.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans Regular";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Regular.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans Bold";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Bold.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans Semibold";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Semibold.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Semibold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans Medium";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Medium.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/GeneralSans-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LatoWeb";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Regular.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LatoWebMedium";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Medium.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LatoWebSemibold";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Semibold.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Semibold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LatoWebBold";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Bold.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LatoWebHeavy";
  src: url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Heavy.woff2")
      format("woff2"),
    url("../../frontend/Lpg/group/es_ES/fonts/general/Lato-Heavy.woff")
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.banner-landscape {
  display: none;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.page-layout-homepage .page-main {
  padding-left: 0;
  padding-right: 0;
}
.banner-home {
  position: relative;
  background: #f7f7f7;
}
.banner-home .content-banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.banner-home img {
  object-fit: cover;
  width: 100%;
}
.banner-home video {
  display: block;
  width: 100%;
}
.play-pause--click-area {
  display: none;
}
.video-button {
  position: relative;
  background: 0 0;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  box-sizing: border-box;
}
.video-button__label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.video-button:hover,
.video-button:focus {
  background: 0 0;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.video-button--play:after,
.video-button--pause:after,
.video-button--play:before,
.video-button--pause:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-button--play {
  display: none;
}
.video-button--play:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.4rem;
  border-color: transparent transparent transparent #fff;
}
.video-button--play:before {
  display: none;
}
.video-button--pause {
  padding: 0.5rem;
}
.video-button--pause:after,
.video-button--pause:before {
  width: 0.2rem;
  height: 1rem;
  background: #fff;
}
.video-button--pause:after {
  margin-left: 0.3rem;
}
.video-button--pause:before {
  margin-left: -0.3rem;
}
.video-button--mute {
  padding: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg enable-background='new 0 0 20 17.1' version='1.1' viewBox='0 0 20 17.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M1.8,4.3C0.8,4.3,0,4.9,0,5.7v5.7c0,0.8,0.8,1.4,1.8,1.4h2.5l6.5,4.3V0L4.4,4.3H1.8z'/%3E%3Cpath class='st0' d='m16.9 8.5c0-2.1-1.7-3.8-3.8-3.8h-0.8v1.5h0.8c1.3 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3h-0.8v1.5h0.8c2.1 0.1 3.8-1.7 3.8-3.8z'/%3E%3Cpath class='st0' d='m13.1 1.7h-0.8v1.5h0.8c3 0 5.3 2.4 5.3 5.3s-2.4 5.3-5.3 5.3h-0.8v1.5h0.8c3.8 0 6.9-3.1 6.9-6.9s-3.1-6.7-6.9-6.7z'/%3E%3C/svg%3E");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.video-button--mute:hover,
.video-button--mute:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg enable-background='new 0 0 20 17.1' version='1.1' viewBox='0 0 20 17.1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M1.8,4.3C0.8,4.3,0,4.9,0,5.7v5.7c0,0.8,0.8,1.4,1.8,1.4h2.5l6.5,4.3V0L4.4,4.3H1.8z'/%3E%3Cpath class='st0' d='m16.9 8.5c0-2.1-1.7-3.8-3.8-3.8h-0.8v1.5h0.8c1.3 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3h-0.8v1.5h0.8c2.1 0.1 3.8-1.7 3.8-3.8z'/%3E%3Cpath class='st0' d='m13.1 1.7h-0.8v1.5h0.8c3 0 5.3 2.4 5.3 5.3s-2.4 5.3-5.3 5.3h-0.8v1.5h0.8c3.8 0 6.9-3.1 6.9-6.9s-3.1-6.7-6.9-6.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}
.video-button--mute.stop:after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.tv_video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-intern {
  width: 100%;
  height: 57rem;
  position: relative;
  margin: 0 auto;
}
.banner-intern .content-banner {
  position: absolute;
  left: 7.5rem;
  bottom: 7.5rem;
  margin: 0 !important;
  padding: 0 !important;
}
.banner-intern .content-banner h1 {
  color: #fff;
  margin: 0;
  padding-bottom: 2rem;
}
.banner-intern .content-banner p {
  font-size: 2rem;
  color: #fff;
  line-height: 2.8rem;
  font-family: "General Sans Medium", sans-serif;
}
.banner-item {
  position: absolute;
  bottom: 11rem;
  left: 7rem;
  height: 100vh;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.banner-item .banner-title {
  color: #fff;
  text-transform: uppercase;
  max-width: 85.6rem;
}
.banner-item .banner-link__container {
  gap: 5rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
}
.banner-item .expertise-esthetique-link,
.banner-item .expertise-medicale-link {
  font-family: "General Sans Medium", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-item .expertise-esthetique-link:after,
.banner-item .expertise-medicale-link:after {
  content: "";
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: url(./arrow-white.svg) center no-repeat #81a2d5;
  margin-left: 1.5rem;
}
.banner-item .expertise-esthetique-link:hover,
.banner-item .expertise-medicale-link:hover,
.banner-item .expertise-esthetique-link:focus,
.banner-item .expertise-medicale-link:focus {
  font-weight: inherit !important;
}
.banner-item .expertise-esthetique-link:hover:after,
.banner-item .expertise-medicale-link:hover:after,
.banner-item .expertise-esthetique-link:focus:after,
.banner-item .expertise-medicale-link:focus:after {
  background-color: #9cb7de;
}
.banner-item .expertise-esthetique-link:after {
  background: url(./arrow-white.svg) center no-repeat #bd828c;
}
.banner-item .expertise-esthetique-link:hover:after,
.banner-item .expertise-esthetique-link:focus:after {
  background-color: #cc9ea6;
}
@media only screen and (max-width: 1440px) {
  .banner-item {
    left: 4rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-item .banner-title {
    font-size: 4rem;
  }
  .banner-item .banner-link {
    gap: 11rem !important;
    padding-top: 4rem !important;
  }
  .banner-item .banner-link .expertise-medicale-link,
  .banner-item .banner-link .expertise-esthetique-link {
    font-size: 2.4rem !important;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-item {
    position: inherit !important;
    background-color: #fff;
    padding: 2rem 2.5rem;
    margin-right: 2.5rem;
    margin-top: -10rem;
    margin-left: 2.5rem;
    left: 0 !important;
    bottom: 0 !important;
    height: auto;
  }
  .banner-item .banner-title {
    font-size: 2.8rem !important;
    line-height: 1.1 !important;
    color: #000 !important;
  }
  .banner-item .banner-link {
    gap: 0 !important;
    padding-top: 2rem !important;
    flex-direction: column;
  }
  .banner-item .banner-link .expertise-medicale-link,
  .banner-item .banner-link .expertise-esthetique-link {
    color: #000 !important;
    font-size: 2.2rem !important;
    line-height: 2.2rem !important;
    border-top: 0.1rem solid #000;
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: space-between;
  }
  .banner-item .banner-link .expertise-medicale-link:after,
  .banner-item .banner-link .expertise-esthetique-link:after {
    width: 4.4rem !important;
    height: 4.4rem !important;
    right: 0 !important;
    top: 2.2rem !important;
    margin: 0;
  }
}
.cb-video-container {
  display: none;
}
@media only screen and (max-width: 920px) {
  .banner-home {
    background: #fff !important;
  }
}
@media only screen and (max-width: 720px) {
  .banner-intern .content-banner h1 {
    font-size: 3.2rem;
  }
  .banner-intern .content-banner p {
    font-size: 1.7rem !important;
    line-height: 1.2 !important;
  }
}
.testimonial-slider-row .row-full-width-inner {
  padding-left: 5.2rem;
  padding-top: 3.2rem;
}
.testimonial-slider-row .pagebuilder-slider .slick-list .slick-track {
  display: flex;
  gap: 3.5rem;
}
.testimonial-slider-row .pagebuilder-slider .slick-list .slick-track:before,
.testimonial-slider-row .pagebuilder-slider .slick-list .slick-track:after {
  display: none;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide:not(.slick-active) {
  opacity: 0.5;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  > div {
  height: 100%;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item {
  height: 100%;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div {
  height: 100%;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper {
  height: 100%;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay {
  height: 100%;
  padding: 0 !important;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content {
  height: 100%;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content
  > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 5.6rem;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content
  > div
  p:first-child {
  font-family: "General Sans Regular", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content
  > div
  p:first-child:before {
  content: "";
  display: block;
  width: 4.9rem;
  height: 3.8rem;
  background: url(../../frontend/Lpg/group/es_ES/images/testimonial-slider-icon.svg);
  position: absolute;
  top: -1rem;
  left: -2rem;
  z-index: -1;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content
  > div
  table {
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding-top: 2.5rem;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content
  > div
  table
  tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content
  > div
  table
  tr
  td {
  width: auto !important;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.3;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content
  > div
  table
  tr
  td
  img {
  width: 4.8rem !important;
  height: 4.8rem !important;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-slider-row
  .pagebuilder-slider
  .slick-list
  .slick-track
  .slick-slide
  .slider-item
  > div
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay
  .pagebuilder-collage-content
  > div
  table
  tr
  td
  strong {
  display: block;
  font-family: "General Sans Light", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
}
.testimonial-slider-row .pagebuilder-slider .slick-arrow {
  background: url(../../frontend/Lpg/group/es_ES/images/arrow.svg) !important;
  height: 4.8rem !important;
  width: 4.8rem !important;
}
.testimonial-slider-row .pagebuilder-slider .slick-disabled {
  display: none !important;
}
.testimonial-slider-row .pagebuilder-slider .slick-dots {
  margin-top: 1.5rem;
}
.testimonial-slider-row .pagebuilder-slider .slick-dots li button,
.testimonial-slider-row
  .pagebuilder-slider
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action {
  width: 10% !important;
  height: 10% !important;
}
.testimonial-avis-row .testimonial-avis-item .avis-text a {
  position: relative;
  cursor: pointer;
  font-family: "General Sans Medium", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  margin-left: 4rem;
}
.testimonial-avis-row .testimonial-avis-item .avis-text a:before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/chat-black.svg) center
    no-repeat #e3e3e3;
  position: absolute;
  top: -1.3rem;
  left: -5.8rem;
  transition: all 0.6s;
}
.testimonial-avis-row .testimonial-avis-item .avis-text a:hover:before {
  background-color: #b6b3b2;
}
.testimonial-individual-row .testimonial-individual-item {
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 45%;
  margin: 12.8rem auto;
}
.testimonial-individual-row .testimonial-individual-item .quote-left,
.testimonial-individual-row .testimonial-individual-item .quote-right {
  width: 7.7rem;
  height: 5.9rem;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.testimonial-individual-row .testimonial-individual-item .quote-left {
  top: -3rem;
  left: -0.5rem;
}
.testimonial-individual-row .testimonial-individual-item .quote-right {
  bottom: 4.5rem;
  right: -0.5rem;
}
.testimonial-individual-row
  .testimonial-individual-item
  .testimonial-individual-title {
  margin-bottom: 1rem;
}
.testimonial-individual-row
  .testimonial-individual-item
  .testimonial-individual-title
  p {
  font-family: "General Sans Medium", sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
}
.testimonial-individual-row
  .testimonial-individual-item
  .testimonial-individual-subtitle
  p {
  font-family: "General Sans Medium", sans-serif;
  font-size: 1.4rem;
  line-height: 3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .testimonial-slider-row {
    overflow: hidden !important;
  }
  .testimonial-slider-row .row-full-width-inner {
    padding-left: 0 !important;
  }
  .testimonial-slider-row .pagebuilder-slider {
    padding: 0 4rem 0 5rem !important;
  }
  .testimonial-slider-row .slick-list {
    overflow: inherit !important;
  }
  .testimonial-slider-row .slick-list .slick-track {
    gap: 2rem !important;
  }
  .testimonial-slider-row
    .slick-list
    .slick-track
    .slick-slide
    .slider-item
    > div
    .pagebuilder-slide-wrapper
    .pagebuilder-overlay
    .pagebuilder-collage-content
    > div {
    padding: 3.2rem !important;
  }
  .testimonial-slider-row
    .slick-list
    .slick-track
    .slick-slide
    .slider-item
    > div
    .pagebuilder-slide-wrapper
    .pagebuilder-overlay
    .pagebuilder-collage-content
    > div
    p:first-child {
    font-size: 1.7rem !important;
  }
  .testimonial-slider-row .slick-prev {
    left: 1rem !important;
  }
  .testimonial-slider-row .slick-next {
    right: 1rem !important;
  }
  .testimonial-individual-row .testimonial-individual-item {
    max-width: 96% !important;
    margin: 5.6rem 2rem !important;
  }
  .testimonial-individual-row .testimonial-individual-item .quote-left {
    top: -1.3rem !important;
    left: 0.5rem !important;
    width: 5rem !important;
    height: 3.83rem !important;
  }
  .testimonial-individual-row .testimonial-individual-item .quote-right {
    bottom: 4.1rem !important;
    right: 0 !important;
    width: 5rem !important;
    height: 3.83rem !important;
  }
  .testimonial-individual-row
    .testimonial-individual-item
    .testimonial-individual-title {
    margin-bottom: 1.5rem;
  }
  .testimonial-individual-row
    .testimonial-individual-item
    .testimonial-individual-title
    p {
    font-size: 2rem !important;
    line-height: 1.5 !important;
  }
  .testimonial-individual-row
    .testimonial-individual-item
    .testimonial-individual-subtitle
    p {
    font-size: 1.4rem !important;
    line-height: 1.5 !important;
  }
}
.see-more-pink,
.see-more-blue,
.see-more-black {
  display: inline-block;
  margin-bottom: 10px;
}
.see-more-pink a,
.see-more-blue a,
.see-more-black a {
  position: relative;
  display: inline-block;
  font-family: "General Sans Medium", sans-serif;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  margin-right: 7.5rem;
  white-space: nowrap;
}
.see-more-pink a:after,
.see-more-blue a:after,
.see-more-black a:after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/arrow-blue.svg) center
    no-repeat #dbe1ee;
  position: absolute;
  transition: all 0.6s;
  right: -6rem;
  top: -1.3rem;
}
.see-more-pink a:hover:after,
.see-more-blue a:hover:after,
.see-more-black a:hover:after,
.see-more-pink a:focus:after,
.see-more-blue a:focus:after,
.see-more-black a:focus:after {
  background-color: #9cb7de;
}
.see-more-pink a:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  top: -13px;
  transition: all 0.6s;
  background: url(./arrow-rose.svg) center no-repeat #f5d7d3;
}
.see-more-pink a:hover:after,
.see-more-pink a:focus:after {
  background-color: #cc9ea6;
}
.see-more-black a:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/arrow-black.svg) center
    no-repeat #e3e3e3;
  position: absolute;
  right: -60px;
  top: -13px;
  transition: all 0.6s;
}
.see-more-black a:hover:after,
.see-more-black a:focus:after {
  background-color: #b6b3b2;
}
.expertise-esthetique-row h1,
.expertise-medical-row h1 {
  word-wrap: normal;
}
.expertise-esthetique-row .expertise-items .image-item,
.expertise-medical-row .expertise-items .image-item {
  flex-flow: column nowrap;
}
.expertise-esthetique-row .expertise-items .image-item > figure,
.expertise-medical-row .expertise-items .image-item > figure {
  display: flex;
  height: 100%;
}
.expertise-esthetique-row .expertise-items .image-item > figure > img,
.expertise-medical-row .expertise-items .image-item > figure > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.expertise-esthetique-row .expertise-items .expertise-text-item,
.expertise-medical-row .expertise-items .expertise-text-item {
  display: block !important;
  padding: 88px 193px 88px 88px;
}
.expertise-esthetique-row .expertise-items .expertise-text-item h2,
.expertise-medical-row .expertise-items .expertise-text-item h2 {
  word-wrap: inherit;
}
.expertise-esthetique-row
  .expertise-items
  .expertise-text-item
  .expertise-title,
.expertise-medical-row .expertise-items .expertise-text-item .expertise-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  width: 88%;
  margin-bottom: 1rem;
  word-wrap: inherit;
}
.expertise-esthetique-row .expertise-items .expertise-text-item .description,
.expertise-medical-row .expertise-items .expertise-text-item .description {
  margin-bottom: 3.3rem;
}
.expertise-esthetique-row .expertise-items .expertise-text-item .description p,
.expertise-medical-row .expertise-items .expertise-text-item .description p {
  font-family: "General Sans Regular", sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
}
.expertise-esthetique-row
  .expertise-items
  .expertise-text-item
  .advantage-text
  p,
.expertise-medical-row .expertise-items .expertise-text-item .advantage-text p {
  font-family: "General Sans Regular", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}
.expertise-esthetique-row .expertise-items .expertise-text-item .divider hr,
.expertise-medical-row .expertise-items .expertise-text-item .divider hr {
  width: 8.8rem !important;
  margin-top: 2rem !important;
  margin-bottom: 2.8rem !important;
}
.expertise-esthetique-row
  .expertise-items
  .expertise-text-item
  [data-content-type="buttons"]
  a,
.expertise-medical-row
  .expertise-items
  .expertise-text-item
  [data-content-type="buttons"]
  a {
  margin: 0 1rem 0 0 !important;
}
.expertise-esthetique-row .expertise-items .expertise-text-item {
  padding: 8.8rem;
}
.advantage-text img {
  max-width: inherit;
}
@media only screen and (max-width: 1024px) {
  .expertise-medical-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line,
  .expertise-esthetique-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line {
    flex-wrap: wrap !important;
  }
  .expertise-medical-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line
    .image-item,
  .expertise-esthetique-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line
    .image-item {
    width: 100% !important;
  }
  .expertise-medical-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line
    .expertise-text-item,
  .expertise-esthetique-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line
    .expertise-text-item {
    width: 100% !important;
    padding: 32px 2rem !important;
  }
  .expertise-medical-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line
    .expertise-text-item
    .expertise-title,
  .expertise-esthetique-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line
    .expertise-text-item
    .expertise-title {
    width: 100% !important;
    font-size: 32px !important;
  }
  .expertise-esthetique-row
    .row-full-width-inner
    .expertise-items
    .pagebuilder-column-line {
    flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 40rem) {
  [data-content-type="buttons"] {
    display: flex !important;
    justify-content: center;
  }
}
.media-row .row-full-width-inner {
  max-width: 121.4rem !important;
}
.media-row .subtitle {
  margin-top: 5.6rem;
  padding: 0 12.6rem;
  max-width: 96.2rem;
}
.media-row .subtitle p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.12;
  text-transform: uppercase;
}
.media-row
  .video
  .pagebuilder-video-inner
  .pagebuilder-video-wrapper
  .pagebuilder-video-container {
  border-radius: 0.6rem !important;
  min-height: 0.2rem;
}
.media-row .media-image img {
  border-radius: 0.6rem !important;
}
.amblog-index-category .columns .column.main,
.amblog-index-post .columns .column.main {
  width: 70%;
}
.amblog-index-category.page-layout-2columns-right .sidebar-additional,
.amblog-index-post.page-layout-2columns-right .sidebar-additional {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .media-row .video .pagebuilder-video-inner {
    padding: 0 2rem !important;
  }
  .media-row
    .video
    .pagebuilder-video-inner
    .pagebuilder-video-wrapper
    .pagebuilder-video-container {
    border-radius: 0.4rem !important;
    min-height: 10.4rem !important;
  }
  .media-row .media-image {
    padding: 0 2rem !important;
  }
  .media-row .media-image img {
    border-radius: 0.4rem !important;
  }
  .media-row .subtitle {
    padding: 0 6.3rem !important;
    margin-top: 2rem !important;
  }
  .media-row .subtitle p {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 425px) {
  .media-row
    .video
    .pagebuilder-video-inner
    .pagebuilder-video-wrapper
    .pagebuilder-video-container {
    border-radius: 0.4rem !important;
    min-height: 10.4rem !important;
    max-width: 33.5rem !important;
    margin: 0 auto;
  }
  .media-row .subtitle {
    padding: 0 2rem !important;
    max-width: 33.5rem !important;
    margin: 2rem auto 0 auto !important;
  }
}
.see-cosmetics-blue,
.see-cosmetics-2col-blue,
.see-cosmetics-3col-blue,
.see-cosmetics-black,
.see-cosmetics-2col-black,
.see-cosmetics-3col-black,
.see-cosmetics-pink,
.see-cosmetics-2col-pink,
.see-cosmetics-3col-pink {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 2rem 0;
  margin-top: auto;
}
.see-cosmetics-blue a,
.see-cosmetics-2col-blue a,
.see-cosmetics-3col-blue a,
.see-cosmetics-black a,
.see-cosmetics-2col-black a,
.see-cosmetics-3col-black a,
.see-cosmetics-pink a,
.see-cosmetics-2col-pink a,
.see-cosmetics-3col-pink a {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "General Sans Medium", sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.see-cosmetics-blue a:before,
.see-cosmetics-2col-blue a:before,
.see-cosmetics-3col-blue a:before,
.see-cosmetics-black a:before,
.see-cosmetics-2col-black a:before,
.see-cosmetics-3col-black a:before,
.see-cosmetics-pink a:before,
.see-cosmetics-2col-pink a:before,
.see-cosmetics-3col-pink a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.see-cosmetics-blue a:after,
.see-cosmetics-2col-blue a:after,
.see-cosmetics-3col-blue a:after,
.see-cosmetics-black a:after,
.see-cosmetics-2col-black a:after,
.see-cosmetics-3col-black a:after,
.see-cosmetics-pink a:after,
.see-cosmetics-2col-pink a:after,
.see-cosmetics-3col-pink a:after {
  content: "";
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/arrow-blue.svg) center
    no-repeat #dbe1ee;
  vertical-align: middle;
  margin-left: 1.2rem;
  transition: all 0.6s;
  min-width: 4.4rem;
}
.see-cosmetics-blue a:hover:after,
.see-cosmetics-2col-blue a:hover:after,
.see-cosmetics-3col-blue a:hover:after,
.see-cosmetics-black a:hover:after,
.see-cosmetics-2col-black a:hover:after,
.see-cosmetics-3col-black a:hover:after,
.see-cosmetics-pink a:hover:after,
.see-cosmetics-2col-pink a:hover:after,
.see-cosmetics-3col-pink a:hover:after,
.see-cosmetics-blue a:focus:after,
.see-cosmetics-2col-blue a:focus:after,
.see-cosmetics-3col-blue a:focus:after,
.see-cosmetics-black a:focus:after,
.see-cosmetics-2col-black a:focus:after,
.see-cosmetics-3col-black a:focus:after,
.see-cosmetics-pink a:focus:after,
.see-cosmetics-2col-pink a:focus:after,
.see-cosmetics-3col-pink a:focus:after {
  background-color: #9cb7de;
}
.see-cosmetics-pink a:after,
.see-cosmetics-2col-pink a:after,
.see-cosmetics-3col-pink a:after {
  background: url(./arrow-rose.svg) center no-repeat #f5d7d3;
}
.see-cosmetics-pink a:hover:after,
.see-cosmetics-2col-pink a:hover:after,
.see-cosmetics-3col-pink a:hover:after,
.see-cosmetics-pink a:focus:after,
.see-cosmetics-2col-pink a:focus:after,
.see-cosmetics-3col-pink a:focus:after {
  background-color: #cc9ea6;
}
.see-cosmetics-black a:after,
.see-cosmetics-2col-black a:after,
.see-cosmetics-3col-black a:after {
  background: url(../../frontend/Lpg/group/es_ES/images/arrow-black.svg) center
    no-repeat #e3e3e3;
}
.see-cosmetics-black a:hover:after,
.see-cosmetics-2col-black a:hover:after,
.see-cosmetics-3col-black a:hover:after,
.see-cosmetics-black a:focus:after,
.see-cosmetics-2col-black a:focus:after,
.see-cosmetics-3col-black a:focus:after {
  background-color: #b6b3b2;
}
.push-manuel-items,
.push-manuel-3col-items,
.push-manuel-4col-items {
  padding: 0 2.5rem;
}
.push-manuel-items .pagebuilder-column-line,
.push-manuel-3col-items .pagebuilder-column-line,
.push-manuel-4col-items .pagebuilder-column-line {
  gap: 3rem;
}
.push-manuel-item,
.push-manuel-3col-item,
.push-manuel-4col-item {
  position: relative;
  padding-bottom: 5rem;
  border: 0.1rem solid #dedede;
  transition: all 0.4s ease-in-out;
}
.push-manuel-item .push-manuel-image img,
.push-manuel-3col-item .push-manuel-image img,
.push-manuel-4col-item .push-manuel-image img,
.push-manuel-item .image img,
.push-manuel-3col-item .image img,
.push-manuel-4col-item .image img {
  width: 100%;
  object-fit: cover;
}
.push-manuel-title,
.push-manuel-3col-title,
.push-manuel-4col-title {
  line-height: 1.15;
  margin-left: 2rem;
  margin-right: 2rem;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.push-manuel-title h1,
.push-manuel-3col-title h1,
.push-manuel-4col-title h1,
.push-manuel-title h2,
.push-manuel-3col-title h2,
.push-manuel-4col-title h2,
.push-manuel-title h3,
.push-manuel-3col-title h3,
.push-manuel-4col-title h3,
.push-manuel-title h4,
.push-manuel-3col-title h4,
.push-manuel-4col-title h4,
.push-manuel-title h5,
.push-manuel-3col-title h5,
.push-manuel-4col-title h5,
.push-manuel-title h6,
.push-manuel-3col-title h6,
.push-manuel-4col-title h6 {
  margin-top: 0;
}
.push-manuel .page-product-title,
.push-manuel-3col .page-product-title,
.push-manuel-4col .page-product-title {
  margin-left: 2rem;
  margin-right: 2rem;
  line-height: 0;
}
.push-manuel .page-product-title hr,
.push-manuel-3col .page-product-title hr,
.push-manuel-4col .page-product-title hr {
  margin: 0;
}
.push-manuel-subtitle,
.push-manuel-3col-subtitle,
.push-manuel-4col-subtitle {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0.9rem;
}
.push-manuel-subtitle p,
.push-manuel-3col-subtitle p,
.push-manuel-4col-subtitle p {
  line-height: 1.5;
}
.push-manuel-divider,
.push-manuel-3col-divider,
.push-manuel-4col-divider {
  line-height: 0;
  width: 8.8rem;
}
.push-manuel-divider hr,
.push-manuel-3col-divider hr,
.push-manuel-4col-divider hr {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}
.push-manuel img,
.push-manuel-3col img,
.push-manuel-4col img {
  width: 100%;
}
.push-manuel-3col .pagebuilder-column-line {
  gap: 1.8rem;
}
.push-manuel-3col-item {
  border: 0;
}
.push-manuel-4col {
  background: 0 0;
}
.push-manuel-4col .pagebuilder-column-line {
  gap: 1.8rem;
}
.push-manuel-4col-item {
  padding-bottom: 2.5rem;
  border: 0;
  justify-content: flex-start !important;
}
.push-manuel-4col-item:hover,
.push-manuel-4col-item:focus {
  box-shadow: none;
}
.push-manuel-4col-item .title > :first-child {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: fit-content;
  text-transform: uppercase;
}
.push-manuel-4col img {
  max-height: 19rem;
}
.push-manuel-4col .description {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 6.6rem;
}
.push-manuel-4col .description p {
  font-family: "General Sans Regular", sans-serif;
  font-size: 1.7rem;
  line-height: 1.47;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1560px) {
  .see-cosmetics-2col-blue,
  .see-cosmetics-2col-black,
  .see-cosmetics-2col-pink {
    display: flex;
    justify-content: flex-end;
    margin: 0 5.6rem 0;
  }
}
.slideUp {
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  transition: transform 0.5s ease-out;
}
.slideDown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}
.main-header .header.content {
  display: flex;
  align-items: center;
  padding: 2.5rem 3.2rem;
  height: -webkit-fill-available;
}
.main-header .logo {
  margin-bottom: 0;
}
.main-header .logo img {
  width: 216px;
}
.main-header .logo img.dark-logo {
  display: none;
}
.area-pro {
  order: 5;
  margin-left: 1rem;
}
.area-pro a {
  display: flex;
  border-radius: 0.8rem;
  background: #000;
  font-size: 16px;
  color: #fff;
  font-family: "General Sans Semibold", sans-serif;
  padding: 11px 20px 11px 50px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.area-pro a:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 22px;
  top: 11px;
  background: url(./user.svg) no-repeat;
}
.area-pro a:hover,
.area-pro a:focus {
  background: #fff;
  color: #000;
}
.area-pro a:hover:before,
.area-pro a:focus:before {
  background: url(../../frontend/Lpg/group/es_ES/images/user_black.svg)
    no-repeat;
}
.link-store li {
  list-style: none;
}
.area-contact,
.link-store {
  margin-left: 2rem;
}
.area-contact a,
.link-store a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  font-family: "General Sans Medium", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.area-contact a:before,
.link-store a:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(./locator.svg) center
    center no-repeat #fff;
  transition: all 0.6s;
  margin-right: 1.2rem;
}
.area-contact a:hover,
.link-store a:hover,
.area-contact a:focus,
.link-store a:focus {
  font-family: "General Sans Medium", sans-serif;
}
.area-contact a:hover:before,
.link-store a:hover:before,
.area-contact a:focus:before,
.link-store a:focus:before {
  background-color: #e3e3e3;
}
.nav-open .has-banner .area-contact a,
.nav-open .has-banner .link-store a {
  color: #000;
}
.nav-open .has-banner .area-contact a:before,
.nav-open .has-banner .link-store a:before {
  background-color: #e3e3e3;
}
.area-contact a:before {
  background: url(./contact.svg) center
    center no-repeat #fff;
}
.main-header .block-search {
  width: 360px;
  padding-left: 0;
}
.main-header .block-search input[type="text"] {
  background: 0 0;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-family: "General Sans Medium", sans-serif;
}
.main-header .block-search input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.main-header .block-search input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.main-header .block-search input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.main-header .block-search .action.search {
  top: 3px;
}
.main-header .block-search .action.search:before {
  color: #fff;
  font-size: 20px;
  line-height: initial;
  vertical-align: initial;
}
.nav-open .main-header .block-search input[type="text"] {
  background: #f7f7f7;
  color: #b6b3b2;
}
.nav-open
  .main-header
  .block-search
  input[type="text"]::-webkit-input-placeholder {
  color: #b6b3b2;
}
.nav-open .main-header .block-search input[type="text"]:-ms-input-placeholder {
  color: #b6b3b2;
}
.nav-open .main-header .block-search input[type="text"]::placeholder {
  color: #b6b3b2;
}
.nav-open .main-header .block-search .action.search:before {
  color: #000;
}
.sticky {
  transition: all 0.5s;
}
.sticky.slideDown,
.sticky.slideUp {
  background: #fff;
}
.sticky.slideDown .navigation > ul,
.sticky.slideUp .navigation > ul {
  background: #fff;
}
.sticky.slideDown .navigation .level0 > .level-top,
.sticky.slideUp .navigation .level0 > .level-top {
  color: #000 !important;
}
.sticky.slideDown .navigation .level0 > .level-top:hover,
.sticky.slideUp .navigation .level0 > .level-top:hover,
.sticky.slideDown .navigation .level0 > .level-top:focus,
.sticky.slideUp .navigation .level0 > .level-top:focus,
.sticky.slideDown .navigation .level0 > .level-top.ui-state-active,
.sticky.slideUp .navigation .level0 > .level-top.ui-state-active,
.sticky.slideDown .navigation .level0 > .level-top.ui-state-focus,
.sticky.slideUp .navigation .level0 > .level-top.ui-state-focus {
  text-shadow: 0px 0px 1px #000;
}
.sticky.slideDown .navigation ul,
.sticky.slideUp .navigation ul {
  border-top: 1px solid #eee;
}
.sticky.slideDown .logo img,
.sticky.slideUp .logo img {
  display: none;
}
.sticky.slideDown .logo img.dark-logo,
.sticky.slideUp .logo img.dark-logo {
  display: block;
}
.sticky.slideDown .link-store a,
.sticky.slideUp .link-store a,
.sticky.slideDown .area-contact a,
.sticky.slideUp .area-contact a {
  color: #000;
}
.sticky.slideDown .link-store a:before,
.sticky.slideUp .link-store a:before,
.sticky.slideDown .area-contact a:before,
.sticky.slideUp .area-contact a:before {
  background-color: #e3e3e3;
}
.sticky.slideDown .link-store a:hover:before,
.sticky.slideUp .link-store a:hover:before,
.sticky.slideDown .area-contact a:hover:before,
.sticky.slideUp .area-contact a:hover:before,
.sticky.slideDown .link-store a:focus:before,
.sticky.slideUp .link-store a:focus:before,
.sticky.slideDown .area-contact a:focus:before,
.sticky.slideUp .area-contact a:focus:before {
  background-color: #b6b3b2;
}
.sticky.slideDown .area-pro a,
.sticky.slideUp .area-pro a {
  border: 1px solid #000;
}
.sticky.slideDown .block-search input[type="text"],
.sticky.slideUp .block-search input[type="text"] {
  background: #f7f7f7;
  color: #b6b3b2;
}
.sticky.slideDown .block-search input[type="text"]::-webkit-input-placeholder,
.sticky.slideUp .block-search input[type="text"]::-webkit-input-placeholder {
  color: #b6b3b2;
}
.sticky.slideDown .block-search input[type="text"]:-ms-input-placeholder,
.sticky.slideUp .block-search input[type="text"]:-ms-input-placeholder {
  color: #b6b3b2;
}
.sticky.slideDown .block-search input[type="text"]::placeholder,
.sticky.slideUp .block-search input[type="text"]::placeholder {
  color: #b6b3b2;
}
.sticky.slideDown .block-search .action.search:before,
.sticky.slideUp .block-search .action.search:before {
  color: #000;
}
body:not(.has-banner) {
  padding-top: 10.5rem;
}
body:not(.has-banner) .link-store a,
body:not(.has-banner) .area-contact a {
  color: #000;
}
body:not(.has-banner) .link-store a:before,
body:not(.has-banner) .area-contact a:before {
  background-color: #e3e3e3;
}
body:not(.has-banner) .link-store a:hover:before,
body:not(.has-banner) .area-contact a:hover:before,
body:not(.has-banner) .link-store a:focus:before,
body:not(.has-banner) .area-contact a:focus:before {
  background-color: #b6b3b2;
}
body:not(.has-banner) .block-search input[type="text"] {
  background: #f7f7f7;
  color: #b6b3b2;
}
body:not(.has-banner)
  .block-search
  input[type="text"]::-webkit-input-placeholder {
  color: #b6b3b2;
}
body:not(.has-banner) .block-search input[type="text"]:-ms-input-placeholder {
  color: #b6b3b2;
}
body:not(.has-banner) .block-search input[type="text"]::placeholder {
  color: #b6b3b2;
}
body:not(.has-banner) .block-search .action.search:before {
  color: #000;
}
body:not(.has-banner) .main-header {
  background: #fff;
}
body:not(.has-banner) .main-header .logo img {
  display: none;
}
body:not(.has-banner) .main-header .logo img.dark-logo {
  display: block;
}
body:not(.has-banner) .main-header .area-pro a {
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  body,
  body:not(.has-banner) {
    padding-top: 11rem;
  }
  body.page-layout-checkout {
    padding-top: 0;
  }
  .area-pro a {
    font-size: 14px;
  }
  .main-header {
    background: #fff;
  }
  .main-header .logo {
    margin: 0;
  }
  .main-header .logo img {
    display: none;
  }
  .main-header .logo img.dark-logo {
    display: block;
  }
  .main-header .page-header {
    margin-bottom: 0;
    border: none;
    height: 9rem;
  }
  .main-header .block-search {
    display: block;
    position: relative;
    width: inherit;
    z-index: 4;
  }
  .main-header .block-search .field.search .label,
  .main-header .block-search .action.search > span {
    position: absolute;
    overflow: hidden;
    width: 0.1rem;
    padding: 0;
    margin: -0.1rem;
    height: 0.1rem;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }
  .main-header .block-search .control {
    border-top: none;
    margin: 0;
    padding: 0 2rem;
  }
  .main-header .block-search .action.search[disabled] {
    pointer-events: none;
    opacity: 0.5;
  }
  .main-header .block-search .action.search {
    display: inline-block;
    background: 0 0;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 4rem;
    top: 2rem;
    z-index: 1;
  }
  .main-header .block-search .action.search:before {
    font-size: 20px;
    line-height: initial;
    vertical-align: initial;
    -webkit-font-smoothing: antialiased;
    content: "\e615";
    font-family: "luma-icons";
    margin: 0;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .main-header .header.content {
    justify-content: space-between;
    padding: 1.6rem;
  }
  .main-header .header.content:before {
    display: none;
  }
  .area-pro a {
    padding-left: 20px;
  }
  .area-pro a:before {
    display: none;
  }
}
.nav-open .has-banner .main-header {
  background-color: #fff;
}
.nav-open .has-banner .main-header .logo img {
  display: none;
}
.nav-open .has-banner .main-header .logo img.dark-logo {
  display: block;
}
.header .minicart-items .product > .product-item-photo,
.header .minicart-items .product > .product-image-container {
  position: relative;
  z-index: 1;
}
.header .product-item .product {
  display: flex;
}
.header .product-item .product .product-item-details {
  padding-left: 10px;
}
.header .product-item .product .actions {
  float: none;
  margin: 0;
}
.minicart-wrapper {
  height: 4.4rem;
  order: 6;
  margin: 0 0 0 0.8rem;
}
.minicart-wrapper .action.showcart:before {
  display: none !important;
}
.minicart-wrapper .action.showcart:after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/shopping-cart.svg)
    center center no-repeat #e3e3e3;
}
.minicart-wrapper .action.showcart:hover:after {
  background-color: #b6b3b2;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  border-radius: 50%;
  top: -25%;
  right: -5px;
  background: #2b2b2b;
}
.header-lng {
  order: 6;
  margin-left: 1rem;
  margin-top: 0;
  display: block;
}
.header-lng .switcher .label,
.header-lng .products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header-lng .switcher .options {
  display: inline-block;
  position: relative;
}
.header-lng .footer_copyright_languages .switcher-trigger {
  background-color: transparent;
  color: #fff;
  padding: 0.7rem 1rem !important;
  border-radius: 0.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.header-lng .footer_copyright_languages .switcher-trigger strong {
  padding-right: 2.5rem;
  font-size: 1.5rem;
  color: #fff;
}
.header-lng .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-lng .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.15);
}
.header-lng .footer_copyright_languages .switcher-dropdown {
  bottom: inherit !important;
  left: 50% !important;
  margin: 0 !important;
  top: 4rem !important;
  min-width: 8rem !important;
  transform: translate(-50%, 0) !important;
}
.header-lng .switcher .options {
  display: inline-block;
  position: relative;
}
.header-lng .switcher .options:after {
  clear: both;
}
.header-lng .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-lng .switcher .options.active ul.dropdown {
  display: block;
}
.header-lng .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.15);
}
.header-lng .switcher strong {
  font-weight: 400;
}
.header-lng .switcher .options:before,
.header-lng .panel.wrapper .switcher .options:after,
.header-lng .switcher .options:after {
  content: "";
  display: table;
}
.header-lng .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.header-lng .switcher strong {
  font-weight: 400;
}
.header-lng .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-lng .switcher .options .action.toggle {
  cursor: pointer;
}
.header-lng .switcher .options:after {
  clear: both;
}
.header-lng .footer_copyright_languages .switcher-dropdown:before,
.header-lng .footer_copyright_languages .switcher-dropdown:after {
  bottom: inherit !important;
  left: 50% !important;
  right: inherit !important;
  top: -1.4rem !important;
  transform: translate(-50%, 0) rotate(90deg) !important;
}
.header-lng .switcher .options ul.dropdown:before {
  border-color: transparent #090808 transparent transparent !important;
}
.header-lng .switcher .options ul.dropdown:after {
  border-color: transparent #fff transparent transparent !important;
}
.header-lng .switcher .options ul.dropdown:before {
  border: 0 solid !important;
}
.header-lng .footer_copyright_languages .flag-image {
  margin-right: 0.8rem;
}
body:not(.has-banner) .header-lng.page-footer span,
body:not(.has-banner)
  .header-lng.page-footer
  .switcher
  .options
  .action.toggle:after {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none !important;
  }
  .header .header-lng.page-footer {
    display: block;
  }
}
.sticky.slideDown .header-lng .switcher-trigger strong,
.sticky.slideDown .header-lng .switcher .options .action.toggle:after {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .header .header-lng.page-footer {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .nav-sections .switcher-trigger strong:after {
    display: none;
  }
  .nav-sections .switcher:last-child {
    border: none;
  }
  .navigation {
    margin-bottom: 30rem !important;
  }
  .navigation .block-search {
    padding: 0 !important;
  }
  .navigation .block-search .control {
    padding: 0 2.5rem !important;
  }
  .navigation .area-contact,
  .navigation .link-store {
    padding: 1rem !important;
  }
  .header-lng .footer_copyright_languages .switcher-trigger strong {
    padding-right: 0.8rem !important;
    color: #000 !important;
  }
  .header-lng .switcher .options .action.toggle:after,
  .header-lng .switcher .options .action.toggle:hover:after,
  .header-lng .switcher .options .action.toggle.active:after {
    color: #000;
  }
  .header-lng .footer_copyright_languages .switcher-trigger {
    padding: 0.7rem 0 !important;
  }
  .header-lng .footer_copyright_languages .switcher-trigger {
    padding: 0.7rem 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-lng .footer_copyright_languages .switcher-dropdown {
    top: auto !important;
    bottom: 4rem !important;
  }
  .header-lng .switcher .options ul.dropdown:after {
    top: 100% !important;
    transform: translate(-50%, 0) rotate(270deg) !important;
  }
  .header-lng .switcher .options ul.dropdown {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1025px) {
  .navigation .header-lng.page-footer {
    display: none;
  }
  .header-lng .footer_copyright_languages .switcher-trigger strong {
    padding-right: 0.8rem !important;
  }
}
.products-push {
  max-width: 1496px;
  margin: 0 auto !important;
  padding: 31px 10px 64px !important;
}
.products-push .slick-slide {
  padding: 0 10px;
}
.products-push .product-image-photo {
  position: static;
  width: 100%;
}
.products-push .product-image-wrapper {
  padding: 0 !important;
  height: auto !important;
}
.products-push .product-image-container {
  width: 100% !important;
}
.products-push .product-item-photo-push {
  position: relative;
}
.products-push .product-item-photo-push .tag {
  position: absolute;
  left: 19px;
  bottom: 25px;
  color: #2b2b2b;
  font-size: 14px;
  background: #f7f7f7;
  border-radius: 4px;
  font-family: "General Sans Medium", sans-serif;
  z-index: 9;
  padding: 8px 11px;
}
.products-push .product-item-details {
  padding: 15px 20px;
  height: 50px;
  overflow: hidden;
  width: auto;
}
.products-push .product-item-details strong {
  font-family: "General Sans Medium", sans-serif;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: inherit;
}
.products-push .action-link {
  text-align: right;
  padding: 17px 20px 23px;
}
.products-push .action-link a {
  display: inline-block;
  background: 0 0;
  position: relative;
  color: #2b2b2b;
  font-family: "General Sans Medium", sans-serif;
  font-size: 16px;
  padding: 8px 60px 8px 0;
  border: none;
  transition: all 0.3s;
  font-weight: inherit;
}
.products-push .action-link a:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/arrow--right.svg) center
    no-repeat #e3e3e3;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.6s;
}
.products-push .action-link a:hover,
.products-push .action-link a:focus {
  background: 0 0;
  border: none;
  color: #2b2b2b;
}
.products-push .action-link a:hover:after,
.products-push .action-link a:focus:after {
  background-color: #b6b3b2;
}
.products-push .slick-track {
  display: flex;
  padding: 5px 0;
}
.products-push .slick-track .slick-slide > div {
  height: 100%;
}
.products-push.slick-slider .slick-arrow {
  background: url(../../frontend/Lpg/group/es_ES/images/arrow.svg) !important;
  height: 48px !important;
  width: 48px !important;
}
.products-push.slick-slider .slick-arrow.slick-next {
  right: -40px;
}
.products-push.slick-slider .slick-arrow.slick-prev {
  left: -40px;
}
.products-push.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 1495px) {
  .products-push {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .products-push.slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .products-push.slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.push-product-item {
  border: 1px solid #dedede;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.push-product-item:hover .action-link a,
.push-product-item:focus .action-link a {
  font-weight: 700;
}
.push-product-item:hover .action-link a:after,
.push-product-item:focus .action-link a:after {
  background-color: #b6b3b2;
}
.push-product-item:hover .action-link a:hover,
.push-product-item:focus .action-link a:hover,
.push-product-item:hover .action-link a:focus,
.push-product-item:focus .action-link a:focus {
  font-weight: 700;
}
.push-product-item:hover .action-link a:hover:after,
.push-product-item:focus .action-link a:hover:after,
.push-product-item:hover .action-link a:focus:after,
.push-product-item:focus .action-link a:focus:after {
  background-color: #b6b3b2;
}
.product-box-push {
  padding-bottom: 0;
  overflow: hidden;
}
.product-box-push h2 {
  text-align: center;
  color: #2b2b2b;
}
.title-section {
  padding-top: 60px;
  text-align: center;
  color: #2b2b2b;
}
.link-bloc {
  text-align: center;
  padding-bottom: 60px;
}
.link-bloc a {
  border-radius: 8px;
  background: #000;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  font-family: "General Sans Semibold", sans-serif;
  transition: all 0.3s;
  border: 1px solid #000;
  text-decoration: none;
}
.link-bloc a:hover,
.link-bloc a:focus {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .push-product-item {
    width: 197px !important;
  }
  .products-push .product-image-photo {
    height: 313px;
    object-fit: cover;
  }
  .product-box-push h2 {
    font-size: 32px;
  }
  .title-section {
    font-size: 32px;
    padding-top: 30px;
    margin-bottom: 0;
  }
  .products-push {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 45px !important;
  }
  .products-push .slick-list {
    overflow: inherit !important;
  }
  .products-push .action-link {
    padding: 20px 10px;
  }
  .link-bloc {
    padding-bottom: 10px;
  }
}
.columns .column.main {
  padding-bottom: 0;
}
[data-content-type="row"][data-appearance="contained"] {
  max-width: inherit !important;
}
.amblog-post-list-push {
  background: #f7f7f7 !important;
  padding: 40px 0 30px;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.amblog-post-list-push
  .amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"] {
  width: 8px;
  height: 8px;
}
.amblog-post-list-push
  .amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"]
  button,
.amblog-post-list-push
  .amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"]
  .quote-details-items
  .actions-toolbar
  > .action {
  width: 8px;
  height: 8px;
  border: none;
  background: #b6b3b2;
}
.amblog-post-list-push
  .amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"].slick-active
  button,
.amblog-post-list-push
  .amblog-slick-slider.slick-slider
  .slick-dots
  > li[role="presentation"].slick-active
  .quote-details-items
  .actions-toolbar
  > .action {
  background: #000;
}
.amblog-post-list-push .slick-list {
  padding: 2px 0;
}
.amblog-title-push {
  text-align: center;
  font-size: 44px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-bottom: 53px;
}
.post-item-push {
  max-width: 1495px;
  margin: 0 auto;
  padding: 0 10px !important;
}
.post-item-push .post-item {
  border: 1px solid #dedede;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin: 0 1rem;
}
.post-item-push .post-item img {
  width: 100%;
  position: relative;
  top: -1px;
}
.post-item-push .post-item .visu-post-push {
  position: relative;
  background: #fff;
}
.post-item-push .post-item .visu-post-push .post-image {
  margin-bottom: 0;
}
.post-item-push .post-item .visu-post-push .tags {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.post-item-push .post-item .visu-post-push .tags span {
  border-radius: 4px;
  background: #000;
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
  font-family: "General Sans Medium", sans-serif;
  margin-bottom: 0;
  cursor: default;
}
.post-item-push .post-item .visu-post-push .tags span.medicale {
  background: #4a68aa;
}
.post-item-push .post-item .visu-post-push .tags span.esthetique {
  background: #9c6770;
}
.post-item-push .post-item .post-item-details {
  background: #fff;
  padding: 3rem 3rem 10rem;
}
.post-item-push .post-item .post-item-details .amblog-date,
.post-item-push .post-item .post-item-details .amblog-views,
.post-item-push .post-item .post-item-details .amblog-minread {
  margin-top: 0;
  padding-bottom: 13px;
  color: #6a6a6a;
  font-size: 14px;
  font-family: "General Sans Medium", sans-serif;
}
.post-item-push .post-item .post-item-details .post-title {
  margin-bottom: 7px;
  color: #2b2b2b;
  font-size: 22px;
  font-family: "General Sans Medium", sans-serif;
  font-weight: inherit;
  line-height: 28px;
  text-decoration: none;
}
.post-item-push .post-item .post-item-details .short-description {
  color: #2b2b2b;
  font-size: 17px;
  font-family: "General Sans Regular", sans-serif;
  font-style: inherit;
  line-height: 26px;
}
.post-item-push .post-item .action-link {
  text-align: right;
  padding: 2.3rem 3rem 0.8rem;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3rem;
  box-sizing: border-box;
}
.post-item-push .post-item .action-link a {
  display: inline-block;
  background: 0 0;
  position: relative;
  color: #2b2b2b;
  font-family: "General Sans Medium", sans-serif;
  font-size: 16px;
  padding: 1rem 6rem 1rem 0;
  border: none;
  transition: all 0.3s;
  font-weight: inherit;
  text-decoration: none;
}
.post-item-push .post-item .action-link a:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/arrow--right.svg) center
    no-repeat #e3e3e3;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.6s;
}
.post-item-push .post-item .action-link a:hover,
.post-item-push .post-item .action-link a:focus {
  font-weight: 700;
}
.post-item-push .post-item .action-link a:hover:after,
.post-item-push .post-item .action-link a:focus:after {
  background-color: #b6b3b2;
}
.post-item-push .post-item:hover .action-link a,
.post-item-push .post-item:focus .action-link a {
  transition: all 0.3s;
  font-weight: 700;
}
.post-item-push .post-item:hover .action-link a:after,
.post-item-push .post-item:focus .action-link a:after {
  background-color: #b6b3b2;
}
.post-item-push .post-item:hover .action-link a:hover,
.post-item-push .post-item:focus .action-link a:hover,
.post-item-push .post-item:hover .action-link a:focus,
.post-item-push .post-item:focus .action-link a:focus {
  font-weight: 700;
}
.post-item-push .post-item:hover .action-link a:hover:after,
.post-item-push .post-item:focus .action-link a:hover:after,
.post-item-push .post-item:hover .action-link a:focus:after,
.post-item-push .post-item:focus .action-link a:focus:after {
  background-color: #b6b3b2;
}
.post-item-push.slick-slider .slick-arrow {
  background: url(../../frontend/Lpg/group/es_ES/images/arrow.svg) !important;
  height: 48px !important;
  width: 48px !important;
  opacity: 0.25;
}
.post-item-push.slick-slider .slick-arrow.slick-next {
  right: -40px;
}
.post-item-push.slick-slider .slick-arrow.slick-prev {
  left: -40px;
}
.post-item-push.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.post-item-push.slick-slider .slick-arrow:hover,
.post-item-push.slick-slider .slick-arrow:focus {
  opacity: 1;
}
@media only screen and (max-width: 1495px) {
  .post-item-push {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .post-item-push.slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .post-item-push.slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
.links-mag {
  text-align: center;
  background: #f7f7f7;
  padding-bottom: 60px;
}
.links-mag p {
  max-width: 1454px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto !important;
}
.links-mag p strong {
  color: #2b2b2b;
  font-size: 20px;
  font-family: "General Sans Medium", sans-serif;
  font-weight: inherit;
}
.links-mag p a {
  display: inline-block;
  position: relative;
  padding: 11px 56px;
  color: #355194;
  font-size: 16px;
  font-family: "General Sans Medium", sans-serif;
  text-decoration: none;
}
.links-mag p a:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/arrow--right-blue.svg)
    center no-repeat #dbe1ee;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.6s;
}
.links-mag p a:hover:after,
.links-mag p a:focus:after {
  background-color: #9cb7de;
}
.links-mag p a:last-child {
  color: #884254;
}
.links-mag p a:last-child:after {
  background: url(../../frontend/Lpg/group/es_ES/images/arrow--right-red.svg)
    center no-repeat #f5d7d3;
}
.links-mag p a:last-child:hover:after,
.links-mag p a:last-child:focus:after {
  background-color: #cc9ea6;
}
.search.results .products.wrapper ~ .toolbar {
  display: none;
}
.search.results h2.products-title {
  text-transform: inherit;
}
.search-result h3 {
  font-size: 2.5rem;
  text-transform: inherit;
}
.post-search {
  padding-bottom: 8rem;
}
.post-search .post-item-push {
  max-width: inherit;
}
.post-search h2.posts-title {
  text-transform: inherit;
}
.post-search .posts-title {
  margin: 0 auto;
  padding: 0 2rem 2.5rem;
  box-sizing: border-box;
}
.post-search .visu-post-push {
  display: none;
}
.post-search .visu-post-push.visu-post-mag {
  display: block;
}
.post-search .visu-post-push.visu-post-mag img {
  height: 23rem;
  object-fit: cover;
}
.post-search .slick-dots,
.result-products .slick-dots {
  bottom: -4rem;
}
.post-search .slick-dots li button,
.result-products .slick-dots li button,
.post-search .slick-dots li .quote-details-items .actions-toolbar > .action,
.result-products
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action {
  width: 0.8rem;
  height: 0.8rem;
  background: #ccc;
}
.post-search .slick-dots li.slick-active button,
.result-products .slick-dots li.slick-active button,
.post-search
  .slick-dots
  li.slick-active
  .quote-details-items
  .actions-toolbar
  > .action,
.result-products
  .slick-dots
  li.slick-active
  .quote-details-items
  .actions-toolbar
  > .action {
  background: #000;
}
.post-search .slick-slider .slick-arrow,
.result-products .slick-slider .slick-arrow {
  bottom: -8.5rem;
  top: inherit;
  opacity: 0.25;
}
.post-search .slick-slider .slick-arrow:hover,
.result-products .slick-slider .slick-arrow:hover,
.post-search .slick-slider .slick-arrow:focus,
.result-products .slick-slider .slick-arrow:focus {
  opacity: 1;
}
.post-search .slick-slider .slick-arrow.slick-prev,
.result-products .slick-slider .slick-arrow.slick-prev {
  right: 7rem;
  left: inherit;
  display: block !important;
}
.post-search .slick-slider .slick-arrow.slick-next,
.result-products .slick-slider .slick-arrow.slick-next {
  right: 1.5rem;
  display: block !important;
}
.page-products .result-products {
  position: relative;
  padding-bottom: 10rem;
}
.page-products .result-products:after {
  content: "";
  display: block;
  width: 50%;
  height: 0.3rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-products .result-products.products-grid .product-item {
  margin-left: 0 !important;
}
.page-products .result-products .slick-track {
  display: flex;
  padding-bottom: 5px;
}
.sepa-search {
  display: block;
  width: 50%;
  height: 0.3rem;
  background: #000;
  margin: 7rem auto 0 auto;
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .post-search .slick-dots,
  .result-products .slick-dots {
    bottom: 0;
    position: static;
    margin-top: 3rem;
  }
  .amblog-slick-slider.slick-slider .slick-dots {
    bottom: -38px;
  }
  .amblog-post-list-push {
    padding-bottom: 5px;
  }
  .amblog-list {
    padding-left: 0;
    padding-right: 0;
  }
  .amblog-list .slick-list {
    overflow: inherit !important;
  }
  .post-item {
    width: 31rem !important;
    box-sizing: border-box;
  }
  .amblog-title-push {
    font-size: 32px;
    padding: 0 0 30px;
  }
  .post-item-push {
    margin: inherit;
  }
  .post-item-push .post-item .post-item-details {
    padding: 3rem 2rem 8rem;
  }
  .post-item-push .post-item .post-item-details .post-title {
    font-size: 18px;
    line-height: 24px;
  }
  .post-item-push .post-item .post-item-details .short-description {
    font-size: 14px;
    line-height: 22px;
  }
  .post-item-push .post-item .action-link {
    padding: 2rem 3rem 0.8rem 2rem;
  }
  .links-mag {
    padding-left: 10px;
    padding-right: 10px;
  }
  .links-mag p {
    padding: 30px 20px;
  }
  .links-mag p strong {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .links-mag p a {
    padding: 11px 50px 11px 0;
    margin-right: 65px;
  }
  .links-mag p a:last-child {
    margin-right: 0;
  }
  .post-item-push {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .page-products .result-products {
    padding-bottom: 1rem;
  }
  .page-products .result-products.products-grid .product-item {
    width: 31.3rem !important;
  }
  .sepa-search {
    margin-top: 3rem;
  }
}
.page-layout-1column .gallery-media .fotorama__thumb-border,
.page-layout-1column .fotorama--fullscreen .fotorama__thumb-border {
  display: none;
}
.page-layout-1column .gallery-media .fotorama__video-play,
.page-layout-1column .fotorama--fullscreen .fotorama__video-play {
  background: url(../../frontend/Lpg/group/es_ES/images/youtube-icon.svg) center
    no-repeat;
  width: 4.4rem;
  height: 4.4rem;
}
.page-layout-1column .fotorama--fullscreen .fotorama__zoom-in,
.page-layout-1column .fotorama--fullscreen .fotorama__zoom-out {
  display: none;
}
@media only screen and (max-width: 768px) {
  .gallery-media {
    padding: 0 2rem;
  }
  .gallery-media .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    width: inherit !important;
  }
  .gallery-media
    .fotorama__wrap
    .fotorama__stage
    .fotorama__stage__shaft
    .fotorama__stage__frame
    .fotorama__img {
    position: static;
    transform: inherit;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .gallery-media .fotorama__wrap .fotorama__nav__frame.fotorama__active {
    border: none;
  }
  .gallery-media
    .fotorama__wrap
    .fotorama__nav__frame.fotorama__active
    .fotorama__dot {
    background-color: #000;
    border-color: #000;
  }
  .gallery-media .fotorama__wrap .fotorama__nav__frame .fotorama__dot {
    background: #b6b3b2;
    border: 0.1rem solid #b6b3b2;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
  }
  .gallery-media .fotorama__wrap .fotorama__video iframe {
    height: 85%;
  }
  .gallery-media .fotorama__wrap .fotorama__nav-wrap--horizontal {
    position: relative;
    top: -4rem;
    z-index: 20;
  }
  .fotorama--fullscreen .fotorama__wrap .fotorama__nav__frame.fotorama__active {
    border: none;
  }
  .fotorama--fullscreen
    .fotorama__wrap
    .fotorama__nav__frame.fotorama__active
    .fotorama__dot {
    background-color: #000;
    border-color: #000;
  }
  .fotorama--fullscreen .fotorama__wrap .fotorama__nav__frame .fotorama__dot {
    background: #b6b3b2;
    border: 0.1rem solid #b6b3b2;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
  }
  .fotorama--fullscreen .fotorama__wrap .fotorama__nav-wrap--horizontal {
    position: relative;
    top: -4rem;
    z-index: 20;
  }
  .fotorama--fullscreen .fotorama__stage__frame iframe {
    height: 90%;
  }
  .fotorama--fullscreen .fotorama__wrap--video .fotorama__video-close {
    display: inline-block;
  }
}
.accordeon-row .row-full-width-inner {
  max-width: 97rem !important;
}
.accordeon-block .accordeon-header .accordeon-divider {
  text-align: center;
}
.accordeon-block .accordeon-header .accordeon-divider hr {
  width: 6rem !important;
  border-width: 0.3rem !important;
  border-style: solid !important;
  margin-top: 0.8rem !important;
  margin-bottom: 1.7rem !important;
  border-color: #2b2b2b;
}
.accordeon-block .accordeons {
  padding-left: 0 !important;
  margin-bottom: 0;
}
.accordeon-block .accordeons [data-content-type="faq-item"] {
  border-left: none !important;
  border-right: none !important;
  padding: 4.2rem 0 4.5rem !important;
  position: relative;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [data-role="collapsible"] {
  padding: 0 4.5rem 0 0 !important;
  cursor: pointer;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [data-role="collapsible"]:before {
  left: inherit;
  right: -0.4rem !important;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [aria-expanded="true"]:before {
  content: "" !important;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/minus.svg) center
    no-repeat #e3e3e3;
  width: 4.4rem;
  height: 4.4rem;
  top: 3rem;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [aria-expanded="true"]:hover:before {
  background-color: #b6b3b2;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [aria-expanded="false"]:before {
  content: "" !important;
  border-radius: 50%;
  background: url(../../frontend/Lpg/group/es_ES/images/plus.svg) center
    no-repeat #e3e3e3;
  width: 4.4rem;
  height: 4.4rem;
  top: 3rem;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [aria-expanded="false"]:hover:before {
  background-color: #b6b3b2;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [data-role="content"] {
  padding: 2rem 4.5rem 0 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8.8rem;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [data-role="content"]
  [data-element="answer"] {
  padding: 0 !important;
  width: 100%;
}
.accordeon-block
  .accordeons
  [data-content-type="faq-item"]
  [data-role="content"]
  img {
  max-height: 38.4rem;
  object-fit: contain;
  min-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .accordeon-row {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .accordeon-row {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .accordeon-block .accordeon-header .accordeon-title > :first-child {
    font-weight: 600 !important;
    font-size: 3.2rem !important;
    line-height: 1.12 !important;
  }
  .accordeon-block
    .accordeons
    [data-content-type="faq-item"]
    [data-role="collapsible"] {
    font-size: 1.6rem !important;
    line-height: 1.15 !important;
  }
  .accordeon-block
    .accordeons
    [data-content-type="faq-item"]
    [data-role="content"] {
    padding: 2rem 4.5rem 0 0 !important;
    flex-direction: column-reverse;
    gap: 3.2rem !important;
  }
  .accordeon-block
    .accordeons
    [data-content-type="faq-item"]
    [data-role="content"]
    img {
    display: block;
    margin: 0 auto 0 auto;
  }
}
.nav-toggle {
  position: static;
  order: 7;
  margin-left: 1.5rem;
  border: 0;
  background: 0 0;
  padding: 0;
}
.nav-toggle:focus,
.nav-toggle:hover {
  background: 0 0;
  border: 0;
}
.nav-toggle:before {
  display: none;
}
.nav-toggle__burger {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
}
.nav-toggle__burger__inner {
  top: 0.5rem;
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  transition: all 0.4s ease-in-out;
  background-color: #000;
}
.nav-toggle__burger__inner:before,
.nav-toggle__burger__inner:after {
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  transition: all 0.4s ease-in-out;
  background-color: #000;
  display: block;
  content: "";
}
.nav-toggle__burger__inner:before {
  top: 0.8rem;
  transition: all 0.4s ease-in-out;
}
.nav-toggle__burger__inner:after {
  top: 1.6rem;
  transition: all 0.4s ease-in-out;
}
.nav-open .nav-toggle__burger__inner {
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.nav-open .nav-toggle__burger__inner:before {
  transform: rotate(-45deg) translate3d(-0.5rem, -0.6rem, 0);
  opacity: 0;
}
.nav-open .nav-toggle__burger__inner:after {
  transform: translate3d(0, -1.6rem, 0) rotate(-90deg);
}
.nav-open .page-wrapper {
  left: 100% !important;
}
.nav-sections {
  height: 95vh;
  top: 9rem;
  background: #fff;
  width: 100%;
  left: -100%;
}
.nav-open .nav-sections {
  box-shadow: none;
}
.nav-sections-item-title {
  display: none;
}
.nav-sections-item-content {
  margin-top: 0;
  padding: 0;
}
.navigation {
  background: 0 0;
}
.navigation .level0.active > a:not(.ui-state-active),
.navigation .level0.has-active > a:not(.ui-state-active) {
  border-left: 0;
  text-shadow: 0px 0px 1px #000;
}
.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: 0;
}
.navigation .level0 > .level-top {
  border-top: 0.1rem solid #e5e5e5;
  font-size: 1.6rem;
  font-family: "General Sans Medium", sans-serif;
  background-color: #f7f7f7;
  color: #000;
  text-transform: initial;
  line-height: 1;
  font-weight: 500 !important;
  padding: 2.5rem 2rem;
}
.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top:focus {
  font-weight: 500 !important;
}
.navigation .level0 > .level-top.ui-state-active {
  font-weight: 500;
  text-shadow: 0px 0px 1px #000;
}
.navigation .level0.exp-med .ui-menu-item a,
.navigation .level0.exp-est .ui-menu-item a {
  color: #355194;
  font-weight: 500;
}
.navigation .level0.exp-med > .level-top,
.navigation .level0.exp-est > .level-top {
  background: #fff;
  font-weight: 600 !important;
  text-shadow: none !important;
}
.navigation .level0.exp-med > .level-top:hover,
.navigation .level0.exp-est > .level-top:hover {
  color: #355194 !important;
}
.navigation .level0.exp-med > .level-top:before,
.navigation .level0.exp-est > .level-top:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #c1d4ec;
  margin: -0.2rem 0.8rem 0 0;
}
.navigation .level0.exp-med.active > .level-top,
.navigation .level0.exp-est.active > .level-top {
  color: #355194 !important;
}
.navigation .level0.exp-est .ui-menu-item a {
  color: #884254;
}
.navigation .level0.exp-est > .level-top:hover {
  color: #884254 !important;
}
.navigation .level0.exp-est > .level-top:before {
  background: #d7abac;
}
.navigation .level0.exp-est.active > .level-top,
.navigation .level0.exp-est.has-active > .level-top {
  color: #884254 !important;
}
.navigation .level0.exp-med.active > .level-top,
.navigation .level0.exp-med.has-active > .level-top {
  color: #355194 !important;
}
.navigation .level0 .submenu .ui-menu-item a {
  padding: 2.5rem 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.navigation .level0 .submenu .ui-menu-item:last-child a {
  border: 0;
}
.navigation .submenu .level1.ui-menu-item a {
  padding-left: 4rem !important;
}
.navigation .submenu .level1.ui-menu-item a.ui-state-active {
  font-weight: 500;
}
.navigation .submenu .level2.ui-menu-item a {
  padding-left: 6rem !important;
}
.navigation .submenu .level2.ui-menu-item a.ui-state-active {
  font-weight: 500;
}
.navigation .submenu:not(:first-child) .level1.active > a,
.navigation .submenu:not(:first-child) .active > a {
  border-left: 0;
  padding-left: 2rem;
}
.navigation .submenu:not(:first-child).expanded {
  display: initial;
}
.navigation .level1.level-top {
  padding: 0;
  background: #fff;
}
.navigation .level1.level-top .submenu {
  padding: 0;
}
.navigation .parent a.level-top:after {
  top: 3rem;
}
.navigation .area-contact,
.navigation .link-store {
  padding: 1rem 2.5rem;
  margin: 0;
  background-color: #fff;
}
.navigation .area-contact a,
.navigation .link-store a {
  color: #000;
}
.navigation .area-contact a:before,
.navigation .link-store a:before {
  background-color: #e3e3e3;
}
.navigation .area-contact {
  border-top: 0.1rem solid #e5e5e5;
}
.navigation .link-store {
  border-bottom: 0.1rem solid #e5e5e5;
}
.navigation .block-search {
  margin-top: 0;
  padding: 0 0 8rem;
}
.navigation .block-search .field.search {
  position: relative;
}
.navigation .block-search .label {
  position: absolute;
  right: 2.5rem;
  top: 2.4rem;
}
.navigation .block-search .label:before {
  color: #000;
}
.navigation .block-search .control {
  border: none;
  margin: 0;
  padding: 0 2.5rem 5rem;
  background: #fff;
}
.navigation .block-search .control input[type="text"] {
  background: #f7f7f7;
  position: static;
  color: #b6b3b2;
}
.navigation
  .block-search
  .control
  input[type="text"]::-webkit-input-placeholder {
  color: #b6b3b2;
}
.navigation .block-search .control input[type="text"]:-ms-input-placeholder {
  color: #b6b3b2;
}
.navigation .block-search .control input[type="text"]::placeholder {
  color: #b6b3b2;
}
.header .block-search,
.header .area-contact,
.header .link-store {
  display: none;
}
.navigation .parent .level-top.level1:after {
  display: none;
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  .action.nav-toggle.empty {
    display: none;
  }
}
.reinsurance-items {
  padding: 0 7rem;
}
.reinsurance-items .pagebuilder-column-line {
  gap: 12rem;
}
.reinsurance-items .pagebuilder-column-line .reinsurance-image img {
  width: 7.2rem !important;
  height: 7.2rem !important;
  object-fit: cover;
  border-radius: 7.2rem;
}
.reinsurance-items .pagebuilder-column-line .reinsurance-label p {
  font-family: "General Sans Regular", sans-serif;
  font-size: 2rem;
  line-height: 1.12;
  margin-bottom: 0;
}
.reinsurance-items .pagebuilder-column-line .reinsurance-label p strong {
  font-family: "General Sans Semibold", sans-serif;
}
@media only screen and (max-width: 1440px) {
  .reinsurance-items {
    padding: 0 2rem !important;
  }
  .reinsurance-items .pagebuilder-column-line {
    gap: 5rem !important;
  }
}
@media only screen and (max-width: 1024px) {
  .reinsurance-items {
    padding: 0 2rem !important;
  }
  .reinsurance-items .pagebuilder-column-line {
    gap: 3.2rem !important;
  }
}
.contact-us-row {
  background-position: center center !important;
  background-size: cover !important;
}
.contact-us-row .contact-title {
  max-width: 486px;
  margin: 0 auto;
  padding-top: 128px;
}
.contact-us-row .contact-title h2 {
  margin: 0 !important;
  font-size: 44px;
  line-height: 49.28px;
}
.contact-us-row .contact-subtitle {
  max-width: 486px;
  margin: 0 auto;
  padding-top: 12px;
}
.contact-us-row .contact-subtitle p {
  font-family: "General Sans Regular", sans-serif;
  font-size: 17px;
  line-height: 25.5px;
  margin: 0 !important;
}
.contact-us-row [data-content-type="buttons"] {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 128px;
}
.contact-us-row [data-content-type="buttons"] a {
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  .contact-us-row .contact-title {
    padding-top: 88px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-us-row .contact-title h2 {
    font-size: 32px;
    line-height: 35.84px;
  }
  .contact-us-row .contact-subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-us-row [data-content-type="buttons"] {
    padding-top: 32px !important;
    padding-bottom: 88px !important;
  }
}
.raison-etre .pagebuilder-column-group {
  padding-left: 210px;
  padding-right: 210px;
}
.raison-etre .pagebuilder-column-group .pagebuilder-column-line {
  gap: 12px;
}
.raison-etre .raison-title {
  margin-bottom: 2px;
}
.raison-etre .raison-title p {
  font-family: "Montserrat", sans-serif;
  font-family: 700;
  font-size: 44px;
  line-height: 49.28px;
}
.raison-etre .raison-title p strong {
  color: inherit;
}
.raison-etre .raison-description {
  padding-left: 42px;
  padding-right: 42px;
}
.raison-etre .raison-description p {
  line-height: 22.4px;
}
.raison-etre .raison-description p strong {
  color: inherit;
}
@media only screen and (max-width: 1440px) {
  .raison-etre .pagebuilder-column-group {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .raison-etre .pagebuilder-column-group {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .raison-etre .pagebuilder-column-group .pagebuilder-column-line {
    gap: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .raison-etre .raison-etre-title-header {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .raison-etre .pagebuilder-column-group .pagebuilder-column-line {
    gap: 56px !important;
  }
  .raison-etre .raison-title p {
    font-size: 32px !important;
    line-height: 35.84px !important;
  }
}
.engagement-row .pagebuilder-column-group {
  padding-left: 350px;
  padding-right: 350px;
}
.engagement-row .pagebuilder-column-group .pagebuilder-column-line {
  gap: 12px;
}
.engagement-title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 49.28px;
}
.engagement-title p strong {
  color: inherit;
}
.engagement-description {
  padding-left: 42px;
  padding-right: 42px;
}
.engagement-description p {
  line-height: 22.4px;
}
.engagement-description p strong {
  color: inherit;
}
@media only screen and (max-width: 1440px) {
  .engagement-row .pagebuilder-column-group {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .engagement-row .pagebuilder-column-group {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 768px) {
  .engagement-row .engagement-title-header {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .engagement-row .pagebuilder-column-group .pagebuilder-column-line {
    gap: 56px !important;
  }
  .engagement-title p {
    font-size: 32px !important;
    line-height: 35.84px !important;
  }
}
.soins .pagebuilder-column,
.soins-esthetique .pagebuilder-column {
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.soins .pagebuilder-column p,
.soins-esthetique .pagebuilder-column p {
  padding-bottom: inherit;
  padding-left: 0;
  padding-right: 0;
}
.soins p,
.soins-esthetique p {
  max-width: 60rem;
  margin: 0 auto !important;
  padding-bottom: 51px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.soins a.pagebuilder-button-secondary,
.soins-esthetique a.pagebuilder-button-secondary {
  width: 100%;
  background: #f1f4f9;
  border: 1px solid #f1f4f9;
  position: relative;
  font-size: 17px;
  font-family: "General Sans Medium", sans-serif;
  text-align: left !important;
  color: #2b2b2b;
  font-weight: inherit;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  white-space: normal;
  min-height: 84px;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.soins a.pagebuilder-button-secondary:after,
.soins-esthetique a.pagebuilder-button-secondary:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #2b2b2b;
  border-right: 2px solid #2b2b2b;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3rem;
}
.soins a.pagebuilder-button-secondary:hover,
.soins-esthetique a.pagebuilder-button-secondary:hover,
.soins a.pagebuilder-button-secondary:focus,
.soins-esthetique a.pagebuilder-button-secondary:focus {
  background: #dfe4f0;
}
.soins .pagebuilder-column-line {
  max-width: 130rem;
}
.soins-esthetique .pagebuilder-column-line {
  max-width: 1009px;
}
.soins-esthetique a.pagebuilder-button-secondary {
  background: #f5d7d3;
  border: 0.1rem solid #f5d7d3;
}
.soins-esthetique a.pagebuilder-button-secondary:hover,
.soins-esthetique a.pagebuilder-button-secondary:focus {
  background: #cc9ea6;
}
.seances h2 {
  margin-bottom: 0;
}
.seances .pagebuilder-column-line {
  max-width: 130rem;
  margin: 0 auto;
}
.seances .pagebuilder-column {
  padding-left: 25px;
  padding-right: 25px;
}
.seances-esthetique h2 {
  margin-bottom: 0;
}
.seances-esthetique .pagebuilder-column-line {
  margin: 0 auto;
}
.seances-esthetique .pagebuilder-column {
  padding-left: 25px;
  padding-right: 25px;
}
.lame-store-row {
  padding: 5.6rem 0;
  background-color: #f7f7f7;
}
.lame-store-row .pagebuilder-column-line {
  flex-direction: row;
}
.lame-store-content-img {
  flex-flow: column nowrap;
}
.lame-store-content-img .lame-store-image {
  display: flex;
  height: 100%;
}
.lame-store-content-img .lame-store-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.lame-store-content {
  padding: 8.8rem;
  display: block !important;
}
.lame-store-content .lame-store-title {
  margin-bottom: 5.6rem;
  word-wrap: inherit;
}
.lame-store-content .lame-store-title h2 {
  word-wrap: inherit;
}
.lame-store-content .lame-store-title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.12;
}
.lame-store-content .lame-store-divider hr {
  margin: 0 0 2.5rem;
}
.lame-store-content .lame-store-location,
.lame-store-content .lame-store-location-desc {
  display: inline-block;
  vertical-align: middle;
}
.lame-store-content .lame-store-location {
  margin-right: 2rem;
}
.lame-store-content .lame-store-location-desc p {
  font-family: "General Sans Medium", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
.lame-store-form {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
.lame-store-form .lame-store-search {
  height: 5.2rem;
  padding: 0.9rem 2rem;
  border-radius: 1rem;
  border: 1px solid #2b2b2b;
  background: #2b2b2b;
  color: #fff;
  font-family: "General Sans Semibold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
.lame-store-form .lame-store-search:hover,
.lame-store-form .lame-store-search:focus {
  background: 0 0;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  box-shadow: none;
}
.lame-store-form .amlocator-search-container {
  padding: 0;
  margin-bottom: 0;
  background: 0 0;
}
.lame-store-form .amlocator-search-container .amlocator-block {
  margin-bottom: 0;
}
.lame-store-form .amlocator-search-container .amlocator-wrapper {
  margin-top: 0;
}
.lame-store-form .amlocator-search-container .amlocator-text {
  border-radius: 1rem;
  height: 5.2rem;
  padding: 0 4rem 0 1rem;
}
.lame-store-form .amlocator-search-container .amlocator-text:focus {
  border: 2px solid #000;
  outline: none;
}
.lame-store-form
  .amlocator-search-container
  .amlocator-text:focus
  + .amlocator-search {
  background: url(../../frontend/Lpg/group/es_ES/images/location.svg) no-repeat;
  background-size: cover;
}
.lame-store-form .amlocator-search-container .amlocator-search {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  top: 1.4rem;
  right: 1rem;
  background: url(../../frontend/Lpg/group/es_ES/images/location.svg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .lame-store-row .pagebuilder-column-line {
    flex-direction: column-reverse !important;
  }
  .lame-store-row .pagebuilder-column {
    width: 100% !important;
  }
  .lame-store-row .pagebuilder-column-group {
    margin: 0 2rem;
  }
  .lame-store-content {
    padding: 2.8rem 1.2rem !important;
  }
  .lame-store-content .lame-store-title {
    margin-bottom: 2rem !important;
  }
  .lame-store-content .lame-store-title p {
    font-size: 3.2rem !important;
    text-align: center;
  }
  .lame-store-content .lame-store-location,
  .lame-store-content .lame-store-location-desc {
    display: block !important;
    text-align: center;
  }
  .lame-store-content .lame-store-location {
    margin: 0 0 2rem;
    margin-right: 0 !important;
  }
  .lame-store-content .lame-store-location-desc p {
    font-family: "General Sans Regular", sans-serif !important;
    font-size: 1.7rem !important;
  }
  .lame-store-form {
    flex-direction: column !important;
  }
}
.catalog-product-view .page-main-description {
  padding: 0;
}
.catalog-product-view .page-main-description .description .block {
  margin: 0;
}
.catalog-product-view .page-main-details .product-full-width-section {
  display: none;
}
.catalog-product-view .page-main-details {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .page-main-details .product-full-width-section {
  display: none;
}
.catalog-product-view .page-main-details .block.related,
.catalog-product-view .page-main-details .block.upsell,
.catalog-product-view .page-main-details .block.crosssell {
  background: #f7f7f7;
  margin: 0;
}
.catalog-product-view .page-main-details .block.related .slick-track,
.catalog-product-view .page-main-details .block.upsell .slick-track,
.catalog-product-view .page-main-details .block.crosssell .slick-track {
  display: flex;
  gap: 2rem;
}
.catalog-product-view .page-main-details .block.related .cross-sell-title,
.catalog-product-view .page-main-details .block.upsell .cross-sell-title,
.catalog-product-view .page-main-details .block.crosssell .cross-sell-title {
  margin-bottom: 0;
}
.catalog-product-view .page-main-details .block.related .cross-sell-title h2,
.catalog-product-view .page-main-details .block.upsell .cross-sell-title h2,
.catalog-product-view .page-main-details .block.crosssell .cross-sell-title h2 {
  text-align: center;
  background: #f7f7f7;
  padding: 5.6rem 3rem 3.2rem 0;
  margin: 0;
}
.catalog-product-view .page-main-details .block.related .cross-sell-title hr,
.catalog-product-view .page-main-details .block.upsell .cross-sell-title hr,
.catalog-product-view .page-main-details .block.crosssell .cross-sell-title hr {
  margin: 0 auto;
}
.catalog-product-view .page-main-details .products-related,
.catalog-product-view .page-main-details .products-upsell,
.catalog-product-view .page-main-details .products-crosssell {
  background: #f7f7f7;
  margin: 0;
}
.catalog-product-view .page-main-details .products-related .product-items,
.catalog-product-view .page-main-details .products-upsell .product-items,
.catalog-product-view .page-main-details .products-crosssell .product-items {
  max-width: 192rem;
  margin: 0 auto;
}
.catalog-product-view
  .page-main-details
  .products-related
  .product-items
  .slick-list,
.catalog-product-view
  .page-main-details
  .products-upsell
  .product-items
  .slick-list,
.catalog-product-view
  .page-main-details
  .products-crosssell
  .product-items
  .slick-list {
  padding: 5.6rem 0;
}
.catalog-product-view
  .page-main-details
  .products-related
  .product-items
  .product-item
  .product-item__container,
.catalog-product-view
  .page-main-details
  .products-upsell
  .product-items
  .product-item
  .product-item__container,
.catalog-product-view
  .page-main-details
  .products-crosssell
  .product-items
  .product-item
  .product-item__container {
  background: #fff;
}
.full-width {
  width: 99.6vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.total-promo {
  text-decoration: line-through;
  font-weight: 700;
}
.box-tocart .fieldset {
  display: flex;
  justify-content: space-between;
}
.box-tocart .fieldset .field.qty {
  width: 15.3rem;
  margin: 0 2rem 0 0;
}
.box-tocart .fieldset .actions {
  max-width: 45rem;
}
.box-tocart .input-text.qty {
  width: 100%;
}
.box-tocart .actions {
  width: 100%;
}
.box-tocart .actions .action.tocart {
  width: 100%;
  margin-bottom: 0;
  padding: 1rem 1.7rem;
  font-size: 1.6rem;
  margin-top: 3.3rem;
}
.box-tocart .actions .action.tocart:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.6rem;
  background: url(../../frontend/Lpg/group/es_ES/images/pannier.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  margin-left: 0.6rem;
}
.box-tocart .actions .action.tocart:hover:after,
.box-tocart .actions .action.tocart:focus:after {
  background-image: url(../../frontend/Lpg/group/es_ES/images/pannier-dark.svg);
}
.page-product-bundle.catalog-product-view .product.attribute.sku {
  display: none;
}
.product-info-main .sku {
  padding-bottom: 20px;
}
.product-info-main .page-title {
  font-weight: 800;
}
.product-info-main .product-add-form {
  padding-top: 0 !important;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: none;
}
.product-info-main .product-description-atout td {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.product-info-main .swatch-attribute-selected-option {
  color: #2b2b2b;
  padding-left: 0.8rem;
}
.product-info-main .swatch-attribute.color,
.product-info-main .swatch-attribute.l_format {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2b2b2b;
}
.product-info-main .swatch-attribute.color .swatch-attribute-label,
.product-info-main .swatch-attribute.l_format .swatch-attribute-label {
  font-weight: 500;
}
.product-info-main .swatch-attribute.color .swatch-attribute-label:after,
.product-info-main .swatch-attribute.l_format .swatch-attribute-label:after {
  content: " :";
}
.product-info-main .swatch-attribute-options {
  margin-top: 2rem;
}
.product-info-main .swatch-option {
  min-width: 6.5rem;
  min-height: 6.5rem;
}
.product-info-main .swatch-option:focus {
  box-shadow: unset;
}
.product-info-main .swatch-option.disabled:after {
  background: linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(46%, rgba(255, 255, 255, 0)),
    color-stop(47%, #000),
    color-stop(53%, #000),
    color-stop(54%, 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) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
}
.product-info-main .special-price-class {
  position: relative;
  overflow: inherit;
}
.product-info-main .special-price-class:after {
  content: "%";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  background: #b0122c;
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}
.product-info-main .product-info-price {
  border-bottom: none;
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-box {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 0;
}
.product-info-main
  .product-info-price
  .price-box
  .price-container
  .price-wrapper {
  display: inline-block;
}
.product-info-main .product-info-price .price-box .price-container .price {
  font-size: 3.8rem;
  font-weight: 500;
  color: #2b2b2b;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}
.product-info-main
  .product-info-price
  .price-box
  .price-container
  .weee
  .price {
  font-size: 1rem;
  font-family: "General Sans Regular", sans-serif;
}
.product-info-main
  .product-info-price
  .price-box
  .price-container
  .price-label {
  display: none;
}
.product-info-main .product-info-price .price-box .price-container .fixed-tax {
  font-size: 1rem;
  color: #2b2b2b;
  margin-top: -1.5rem;
}
.product-info-main
  .product-info-price
  .price-box
  .price-container
  .fixed-tax
  span {
  font-size: 1rem;
}
.product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.product-info-main .product-info-price .price-box .old-price .price {
  font-weight: 800;
  font-size: 1.7rem;
  text-decoration: line-through;
  font-family: "Montserrat", sans-serif;
}
.product-info-main .product-info-stock-sku {
  float: none;
  padding-left: 0;
}
.product-info-main .product-info-stock-sku .stock {
  display: none;
}
.product-info-main .product-info-stock-sku .type:after {
  content: " :" !important;
}
.product-info-main .product-social-links {
  text-align: right;
  margin-top: -1.5rem;
}
.product-info-main .product-social-links .action.towishlist {
  margin-right: 0;
}
.product-info-main .res-product {
  background: #f7f7f7;
  padding: 0.4rem 0;
}
.product-info-main .res-product table td {
  display: flex;
  align-items: center;
  padding: 0.8rem 2rem;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-family: "General Sans Medium", sans-serif;
  color: #2b2b2b;
}
.product-info-main .flags-marketing {
  margin-bottom: 1.5rem;
}
.product-info-main .flags-marketing > div {
  display: inline-block;
  margin-right: 5px;
}
.product-info-main .swatch-opt {
  margin-top: 0;
}
.product-item-details .swatch-option.selected,
.product-info-main .swatch-option.selected,
.product-item-details .swatch-option.image:not(.disabled):hover,
.product-info-main .swatch-option.image:not(.disabled):hover,
.product-item-details .swatch-option.color:not(.disabled):hover,
.product-info-main .swatch-option.color:not(.disabled):hover {
  outline: 1.5px solid #000;
}
.product-item-details .l_format .swatch-option,
.product-info-main .l_format .swatch-option,
.product-item-details .l_taille .swatch-option,
.product-info-main .l_taille .swatch-option {
  min-width: inherit;
  min-height: inherit;
  background: 0 0;
  border-radius: 0.4rem;
  border: 1px solid #000;
  outline: none;
  color: #000;
  padding: 0.6rem 0.8rem;
}
.product-item-details .l_format .swatch-option:focus,
.product-info-main .l_format .swatch-option:focus,
.product-item-details .l_taille .swatch-option:focus,
.product-info-main .l_taille .swatch-option:focus {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.82);
}
.product-item-details .l_format .swatch-option.selected,
.product-info-main .l_format .swatch-option.selected,
.product-item-details .l_taille .swatch-option.selected,
.product-info-main .l_taille .swatch-option.selected {
  background: #000;
  color: #fff;
}
.product-item-details .swatch-option.disabled:after {
  background: linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    to left top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(46%, rgba(255, 255, 255, 0)),
    color-stop(47%, #000),
    color-stop(53%, #000),
    color-stop(54%, 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) 46%,
    #000 47%,
    #000 53%,
    rgba(255, 255, 255, 0) 54%,
    rgba(255, 255, 255, 0) 100%
  );
}
.product-item-details .swatch-option:focus {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.82);
}
.page-layout-1column .product.media .fotorama__thumb-border {
  display: none;
}
.page-layout-1column .product.media .fotorama__nav__frame {
  border: 1.5px solid transparent;
  box-sizing: border-box;
  opacity: 0.3;
}
.page-layout-1column .product.media .fotorama__nav__frame.fotorama__active {
  border: 1.5px solid #000;
  opacity: 1;
}
.page-layout-1column .product.media .fotorama__nav__frame .fotorama__thumb {
  background: 0 0;
}
.block.giftcard {
  display: none;
}
.cart-container .cart.table-wrapper .product-item-photo {
  width: 30%;
}
.cart-container .cart.table-wrapper .item .col.item {
  display: flex;
}
.product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  height: 80.7rem;
  overflow: auto;
}
.product.media
  .fotorama__nav-wrap--vertical.fotorama__nav-wrap::-webkit-scrollbar {
  width: 0.6rem;
}
.product.media
  .fotorama__nav-wrap--vertical.fotorama__nav-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product.media
  .fotorama__nav-wrap--vertical.fotorama__nav-wrap::-webkit-scrollbar-thumb {
  background: #888;
}
.product.media
  .fotorama__nav-wrap--vertical.fotorama__nav-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product.media .fotorama__nav-wrap--vertical .fotorama__nav--thumbs {
  height: fit-content !important;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  height: inherit;
}
.cart-discount .block > .title strong {
  color: #2b2b2b;
}
.fieldset.coupon .field {
  padding-right: 1.5rem;
}
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: none;
}
.item-info .price-including-tax span {
  font-size: 1.6rem;
}
.item-info .price-including-tax p span {
  text-decoration: line-through;
}
.item-info .price-excluding-tax.promo_price span {
  color: #b0122c;
}
.sidebar .block-wishlist .product-items {
  width: 100%;
}
.sidebar .block-wishlist .product-items .product-item {
  width: 100%;
}
.sidebar .block-wishlist .product-items .product-item-details {
  margin: 0;
  padding: 0 0 0 85px;
  box-sizing: border-box;
}
.col-method label {
  height: 2rem;
}
.page-layout-checkout .opc-wrapper .shipping-address-item.selected-item {
  border-color: #000;
}
.page-layout-checkout .opc-wrapper .shipping-address-item.selected-item:after {
  background: #000;
}
.page-layout-checkout .opc-progress-bar-item._active:before,
.page-layout-checkout .opc-progress-bar-item._active > span:before {
  background: #000 !important;
  border-color: #000 !important;
}
.page-layout-checkout .opc-progress-bar-item._active > span:after {
  border-color: #000 !important;
}
.page-layout-checkout
  .checkout-shipping-method
  .actions-toolbar
  .action.primary.button {
  height: inherit;
}
.page-layout-checkout .minicart-wrapper .action.showcart .counter.qty {
  background: #000;
}
.page-layout-checkout .opc-payment .actions-toolbar button,
.page-layout-checkout
  .opc-payment
  .actions-toolbar
  .quote-details-items
  .actions-toolbar
  > .action {
  height: inherit;
}
.page-layout-checkout .modal-popup input:hover,
.page-layout-checkout .modal-popup textarea:hover {
  border-color: inherit;
}
.page-layout-checkout .modal-popup .modal-footer .action-hide-popup.secondary {
  border-radius: 8px !important;
  background: #fff;
  color: #000;
  padding: 0.9rem 2rem;
  height: 4.4rem;
  font-size: 1.6rem;
  font-family: "General Sans Semibold", sans-serif;
  transition: all 0.3s;
  border: 0.1rem solid #000;
  text-decoration: none;
  line-height: initial;
  margin-top: 0;
}
.page-layout-checkout
  .modal-popup
  .modal-footer
  .action-hide-popup.secondary:hover,
.page-layout-checkout
  .modal-popup
  .modal-footer
  .action-hide-popup.secondary:active,
.page-layout-checkout
  .modal-popup
  .modal-footer
  .action-hide-popup.secondary:focus {
  color: #fff;
  background: #000;
}
.page-layout-checkout .payment-method-title label {
  display: flex;
  align-items: center;
}
.page-layout-checkout .payment-method-title label:before {
  top: 50%;
  margin-top: -1rem;
}
.page-layout-checkout .payment-method-title label:after {
  top: 50%;
  margin-top: -0.6rem;
}
.page-layout-checkout .payment-method-title img {
  width: 5.4rem;
  margin-right: 1rem;
}
.page-layout-checkout .payment-method-title.choice-sepa img {
  width: 6rem;
  margin-right: 0.4rem;
}
.page-layout-checkout
  .adyen-checkout__radio_group__input:checked
  + .adyen-checkout__radio_group__label:before,
.page-layout-checkout .adyen-checkout__radio_group__label--selected {
  border: 0.2rem solid #c7cbd1;
  background-color: inherit;
  box-shadow: none !important;
}
.page-layout-checkout
  .adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:after {
  background-color: #000;
  border: 0.1rem solid #000;
}
.page-layout-checkout .adyen-checkout__input--focus,
.page-layout-checkout .adyen-checkout__input--focus:hover,
.page-layout-checkout .adyen-checkout__input:active,
.page-layout-checkout .adyen-checkout__input:active:hover,
.page-layout-checkout .adyen-checkout__input:focus,
.page-layout-checkout .adyen-checkout__input:focus:hover {
  border: 1px solid #000;
  box-shadow: none;
}
.page-layout-checkout
  .adyen-checkout__label--focused
  .adyen-checkout__label__text {
  color: #000 !important;
}
.page-layout-checkout
  .adyen-checkout__checkbox__input:focus
  + .adyen-checkout__checkbox__label:after {
  border: 0.1rem solid #000 !important;
  box-shadow: none !important;
}
.page-layout-checkout .page-main {
  margin-top: -7.5rem;
}
.page-layout-checkout .opc-progress-bar {
  text-align: center;
}
.page-layout-checkout .opc-block-summary .items-in-cart .product {
  display: flex;
}
.page-layout-checkout .minicart-items .product-item-details {
  padding-left: 2rem;
}
.page-layout-checkout .table-checkout-shipping-method input[type="radio"] {
  width: 2rem;
  height: 2rem;
  accent-color: #000;
  left: 0;
  margin: 0.3rem;
}
.page-layout-checkout .opc-progress-bar-item._complete > span {
  color: #000;
}
.page-layout-checkout
  .checkout-payment-method
  .payment-option-title
  .action-toggle {
  color: #000;
  font-weight: 700;
}
.page-layout-checkout
  .abs-discount-code
  .form-discount
  .actions-toolbar
  .primary
  .action,
.page-layout-checkout
  .checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action,
.page-layout-checkout
  .checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action {
  margin-left: 1.5rem;
  box-shadow: none;
  border: 0.1rem solid #000 !important;
  text-decoration: none;
}
.page-layout-checkout
  .abs-discount-code
  .form-discount
  .actions-toolbar
  .primary
  .action:hover,
.page-layout-checkout
  .checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:hover,
.page-layout-checkout
  .checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:hover {
  color: #fff !important;
}
.page-layout-checkout .select {
  color: #2b2b2b;
  background-image: url(../../frontend/Lpg/group/es_ES/images/icon-select.svg) !important;
  background-color: #fff !important;
  background-size: 1.3rem 0.8rem !important;
  background-repeat: no-repeat !important;
  background-position: 96% center !important;
}
.page-layout-checkout .action-cancel,
.page-layout-checkout .action.edit-address-link {
  color: #2b2b2b !important;
  font-family: "General Sans Regular", sans-serif !important;
  border: none !important;
  transition: all 0.3s;
}
.page-layout-checkout .action-cancel:hover,
.page-layout-checkout .action.edit-address-link:hover,
.page-layout-checkout .action-cancel:focus,
.page-layout-checkout .action.edit-address-link:focus {
  font-weight: 700 !important;
  text-decoration: underline;
}
.page-layout-checkout .row-price {
  display: flex;
}
.page-layout-checkout .minimal-price-link,
.page-layout-checkout .price-excluding-tax,
.page-layout-checkout .price-including-tax {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0.5rem !important;
}
.page-layout-checkout .price-excluding-tax,
.page-layout-checkout .price-including-tax {
  vertical-align: inherit;
}
.page-layout-checkout .modals-wrapper .modal-popup .modal-inner-wrap {
  width: 80rem;
}
.page-layout-checkout .opc-wrapper .action-select-shipping-item {
  background: #fff;
  color: #000;
  white-space: nowrap;
}
.page-layout-checkout .opc-wrapper .action-select-shipping-item:hover,
.page-layout-checkout .opc-wrapper .action-select-shipping-item:active,
.page-layout-checkout .opc-wrapper .action-select-shipping-item:focus {
  color: #fff;
  background: #000;
}
.page-layout-checkout
  .checkout-payment-method
  .checkout-billing-address
  .billing-address-details {
  padding-bottom: 2rem;
}
.page-layout-checkout .payment.items br {
  display: none;
}
.header .minicart-items .product-item-name a {
  color: #000;
}
.header .minicart-items .product-item-details .price-including-tax,
.header .minicart-items .product-item-details .price-excluding-tax {
  font-size: 1.5rem;
}
.header .minicart-items .product-item-details .price-including-tax:before {
  content: attr(data-label) ": ";
}
.header .minicart-items .product .toggle {
  padding-right: 1rem;
}
.header .minicart-items-wrapper {
  max-height: 63vh;
}
.header .block-minicart .subtotal {
  margin-bottom: 0;
}
.header .block-minicart .subtotal .price-container {
  display: inline-block;
}
.header .block-minicart .subtitle.empty {
  padding: 3rem 0 5.5rem;
}
.header .block-minicart .block-content > .actions > .primary .action.primary {
  max-width: 50rem;
  margin: 0 auto;
  height: inherit;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.header .block-minicart .action.viewcart {
  margin-bottom: 1rem;
  display: inline-block;
}
.header .product-item .product .product-item-details {
  position: relative;
}
.header .product-item .product .product-item-details .price-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1rem;
}
.header .product-item .product .product-item-details .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.header .product-item .product .product-item-details .price-container .price {
  font-size: 1.5rem;
}
.header .product-item .product .product-item-details .actions {
  position: absolute;
  bottom: 0;
  right: 0;
}
.header
  .product-item
  .product
  .product-item-details
  .price-container
  .price-including-tax
  + .price-excluding-tax
  .price,
.header
  .product-item
  .product
  .product-item-details
  .price-including-tax
  + .price-excluding-tax:before,
.header
  .product-item
  .product
  .product-item-details
  .price-including-tax:before {
  font-size: 1.5rem;
  font-weight: 700;
}
.block-authentication * {
  font-family: "LatoWeb", sans-serif;
}
.block-authentication strong {
  font-family: "LatoWebBold", sans-serif;
}
.block-authentication .actions-toolbar > .primary .action {
  height: inherit;
}
.block-authentication .actions-toolbar .secondary .action {
  color: #000 !important;
  margin: 0 1rem 0 0 !important;
}
.block-authentication .actions-toolbar .secondary .action:hover {
  font-weight: 700;
}
.block-authentication input:hover,
.block-authentication textarea:hover {
  border-color: #000 !important;
}
.bundle-actions {
  text-align: right;
}
.bundle-actions .action.primary.customize {
  width: 100% !important;
  max-width: 45rem;
  height: inherit;
  font-size: 1.6rem;
  padding: 1rem 1.7rem;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: none;
}
.bundle-options-container .block-bundle-summary .price-box .price {
  font-size: 3.8rem !important;
  font-weight: 500;
  color: #2b2b2b !important;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
}
.bundle-options-container
  .block-bundle-summary
  .price-box
  .special-price
  .price {
  font-size: 3.8rem !important;
  font-weight: 500 !important;
}
.bundle-options-container
  .block-bundle-summary
  .price-box
  .price-as-configured {
  display: flex;
  flex-direction: column-reverse;
}
.bundle-options-container
  .block-bundle-summary
  .price-box
  .price-as-configured
  .old-price
  .price {
  font-weight: 800;
  font-size: 1.7rem !important;
  text-decoration: line-through;
  font-family: "Montserrat", sans-serif;
}
.bundle-options-container
  .block-bundle-summary
  .box-tocart
  .action.primary.tocart {
  width: 100% !important;
  max-width: 45rem;
  height: inherit;
  font-size: 1.6rem;
  padding: 1rem 1.7rem;
}
.bundle-options-container .action.back {
  color: #2b2b2b;
  text-decoration: none;
  font-size: 16px;
  font-family: "General Sans Regular", sans-serif;
  transition: all 0.3s;
}
.bundle-options-container .action.back:hover {
  color: inherit;
  font-weight: 700;
}
.opc-block-summary .items-in-cart .product .item-options {
  margin-left: 1rem;
}
.opc-block-summary .items-in-cart .product .item-options dd {
  line-height: 1;
}
.products-grid.wishlist .product-item-inner {
  position: static !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  margin: 0;
  z-index: 99 !important;
}
.products-grid.wishlist .product-item-inner textarea {
  height: 6rem;
}
.account .toolbar {
  z-index: 999;
}
.account .toolbar.wishlist-toolbar .pager,
.account .toolbar.customer-addresses-toolbar .pager,
.account .toolbar.order-products-toolbar .pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.account .toolbar.wishlist-toolbar .pager .limiter,
.account .toolbar.customer-addresses-toolbar .pager .limiter,
.account .toolbar.order-products-toolbar .pager .limiter {
  display: flex;
  align-items: center;
}
.account .toolbar.wishlist-toolbar .pager .limiter select,
.account .toolbar.customer-addresses-toolbar .pager .limiter select,
.account .toolbar.order-products-toolbar .pager .limiter select {
  margin-right: 0.5rem;
  min-width: 120px;
}
.account .toolbar.wishlist-toolbar .pager .limiter .limiter-text,
.account .toolbar.customer-addresses-toolbar .pager .limiter .limiter-text,
.account .toolbar.order-products-toolbar .pager .limiter .limiter-text {
  white-space: nowrap;
}
.account .toolbar.wishlist-toolbar .pager .limiter .limiter-label,
.account .toolbar.customer-addresses-toolbar .pager .limiter .limiter-label,
.account .toolbar.order-products-toolbar .pager .limiter .limiter-label {
  padding-right: 10px;
}
.account .toolbar.wishlist-toolbar .pages,
.account .toolbar.customer-addresses-toolbar .pages,
.account .toolbar.order-products-toolbar .pages {
  display: none;
}
.account .toolbar.wishlist-toolbar:last-child {
  padding-top: 70px;
}
.account .toolbar.wishlist-toolbar:last-child .toolbar-amount {
  display: none;
}
.account .toolbar.wishlist-toolbar:last-child .limiter {
  display: none;
}
.account .toolbar.wishlist-toolbar:last-child .pages {
  display: block;
}
.account .toolbar.customer-addresses-toolbar:last-child .pages {
  display: block;
}
.account .toolbar.order-products-toolbar .pages {
  display: block;
}
.products-grid.wishlist .product-item-photo {
  margin-top: 0;
  margin-left: 0;
}
.products-grid.wishlist .product-item .price-box,
.products-grid.wishlist .product-item-name,
.products-grid.wishlist .product-item-description,
.products-grid.wishlist .product-item-tooltip {
  margin-left: 0;
}
.columns .sidebar-main {
  z-index: 99;
}
.fotorama.fotorama--fullscreen {
  z-index: 9999 !important;
}
.list .swatch-option.image {
  width: 50px !important;
  height: 50px !important;
  background-size: cover !important;
}
.fotorama__stage__frame.fotorama-video-container .fotorama__img {
  width: 100%;
}
.product.media .product-video iframe {
  width: 95%;
}
.cart-summary .block .item-options .field .radio + .label {
  padding-bottom: 0.2rem;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: "";
  background: url(../../frontend/Lpg/group/es_ES/images/icon-heart.svg)
    no-repeat;
  background-size: cover;
  height: 18px;
}
.product-social-links .action.towishlist:hover:before,
.block-bundle-summary .action.towishlist:hover:before,
.product-item .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  background-image: url(../../frontend/Lpg/group/es_ES/images/icon-heart-hover.svg);
}
.minicart-wrapper .action.close:focus:before {
  color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  .sidebar .block-wishlist .product-items .product-item-details {
    padding: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .product-info-main .page-title {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .cart.table-wrapper .towishlist:before {
    content: "";
    background: url(../../frontend/Lpg/group/es_ES/images/icon-heart.svg)
      no-repeat;
    background-size: cover;
    height: 1.8rem;
    width: 1.8rem;
  }
  .cart.table-wrapper .towishlist:hover:before {
    background-image: url(../../frontend/Lpg/group/es_ES/images/icon-heart-hover.svg);
  }
  .sidebar .block-wishlist .product-items .product-item-details {
    padding: 0 0 0 85px;
  }
  .box-tocart .fieldset .field.qty {
    width: 6.8rem;
  }
  .product-info-main {
    overflow: hidden;
  }
  .product-info-main .product-info-price .price-box .price-container .price {
    font-size: 3.2rem;
    font-weight: 600;
  }
  .product-info-main
    .product-info-price
    .price-box
    .price-container
    .fixed-tax {
    margin-top: -1rem;
  }
  .product-info-main .product-info-price .price-box .old-price .price {
    font-size: 1.7rem;
  }
  .product-info-main .product-description-atout .td {
    gap: 2rem;
  }
  .product-info-main .swatch-attribute.l_format {
    margin-left: 2px;
  }
  .product-info-main .swatch-attribute-options {
    margin-left: 0.5rem;
  }
  .checkout-cart-index .products-grid .product-item__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .checkout-cart-index .product-item .price-box .price {
    font-size: 2.4rem;
  }
  .checkout-cart-index .product-item-actions .action.tocart--revert {
    font-size: 1.2rem;
  }
  .page-layout-1column .product.media .fotorama__nav__frame.fotorama__active {
    border: none;
  }
  .page-layout-1column
    .product.media
    .fotorama__nav__frame.fotorama__active
    .fotorama__dot {
    background-color: #000;
    border-color: #000;
  }
  .page-layout-1column .product.media .fotorama__nav__frame .fotorama__dot {
    background: #b6b3b2;
    border: 0.1rem solid #b6b3b2;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
  }
  .page-layout-1column .product.media .fotorama__nav-wrap--horizontal {
    position: relative;
    top: -6rem;
  }
  .page-layout-checkout .page-main {
    margin-top: 0;
  }
  .page-layout-checkout .opc-progress-bar {
    padding-left: 0;
  }
  .page-layout-checkout .modal-popup.modal-slide {
    left: 0;
  }
  .page-layout-checkout .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 100%;
  }
  .page-layout-checkout .modal-slide._inner-scroll .modal-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .header .product-item .product .product-item-details .price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
  .header .product-item .product .product-item-details .actions {
    position: static;
  }
  .header .minicart-items-wrapper {
    max-height: 45vh;
    margin: 0;
    padding: 15px 0;
  }
  .header .block-minicart .subtotal {
    text-align: left;
    margin: 0;
  }
  .header .block-minicart .items-total {
    margin: 0;
    width: 100%;
  }
  .header .minicart-wrapper .block-minicart {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
  }
  .header .minicart-wrapper .minicart-widgets {
    margin-top: 0;
  }
  .header .product-item .product.options {
    flex-direction: column;
  }
  .page-layout-1column .product.media .fotorama__nav__frame {
    border: none;
  }
}
@media only screen and (max-width: 630px) {
  .account .toolbar.wishlist-toolbar .pager,
  .account .toolbar.customer-addresses-toolbar .pager,
  .account .toolbar.order-products-toolbar .pager {
    flex-direction: column;
  }
  .product-info-main .product-social-links {
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 630px) {
  .wishlist-index-index .products-grid .product-item {
    width: 50%;
    margin: 0;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 935px) and (min-width: 769px) {
  .page-layout-1column .product.media {
    width: 100%;
  }
  .page-layout-1column .product-info-main {
    width: 100%;
    padding-left: 0;
  }
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    order: -1;
  }
}
.amlocator-route-creator .amlocator-swap + .amlocator-label {
  display: block;
  width: 20px;
  height: 33px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+)
    no-repeat center;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label:hover {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap {
  display: none;
}
.block-filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.2rem;
}
.block-filters .block-filters-element {
  min-width: 20.8rem;
}
.amlocator-main-container {
  flex-direction: row;
}
.amlocator-main-container .amlocator-map-container .amlocator-block.-map {
  padding: 0;
}
.amlocator-store-list .amlocator-wrapper {
  max-height: initial;
}
.amlocator-wrapper .amlocator-store-desc {
  background: #fff;
}
.amlocator-wrapper .amlocator-store-desc.-active {
  color: #000;
  border: 1px solid #000;
}
.amlocator-wrapper
  .amlocator-store-desc.-active
  .amlocator-title
  .amlocator-link {
  color: #000;
}
.amlocator-wrapper .amlocator-store-desc .amlocator-block {
  margin: 0;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
}
.amlocator-wrapper .amlocator-store-desc .amlocator-store-information {
  width: 100%;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .amlocator-title {
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0.2rem 0;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .amlocator-title
  a {
  text-decoration: none;
  margin-right: 1rem;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0.3rem;
  word-break: break-word;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .amlocator-title
  .type-tags {
  display: flex;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .head-cart-store {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-family: "General Sans Regular", sans-serif;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .head-cart-store
  a {
  font-size: 1.6rem;
  font-family: "General Sans Regular", sans-serif;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .body-cart-store {
  font-size: 1.4rem;
  font-family: "General Sans Regular", sans-serif;
  display: flex;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .body-cart-store
  .info-store-list {
  max-width: 50%;
  padding-right: 3.5rem;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .tags-cart {
  padding-top: 10px;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .tags-cart
  .item-tag {
  display: inline-block;
  border: 0.1rem solid #000;
  border-radius: 2.4rem;
  padding: 0.3rem 1.2rem;
  color: #000;
  font-size: 1.4rem;
  font-family: "General Sans Medium", sans-serif;
  position: relative;
  margin-bottom: 5px;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .tags-cart
  .item-tag.last-generation {
  background: #e1b64f;
  color: #000;
  border: 0.1rem solid #e1b64f;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .tags-cart
  .item-tag.active {
  background: #000;
  color: #fff;
}
.amlocator-wrapper
  .amlocator-store-desc
  .amlocator-store-information
  .tags-cart
  .item-tag.active:after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../frontend/Lpg/group/es_ES/images/start.png) no-repeat;
  background-size: cover;
  margin-left: 0.3rem;
}
.amlocator-wrapper .pages {
  padding-bottom: 2rem;
}
.amlocator-store-list {
  box-sizing: border-box;
}
.amlocator-store-list::-webkit-scrollbar {
  width: 0.6rem;
}
.amlocator-store-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.amlocator-store-list::-webkit-scrollbar-thumb {
  background: #888;
}
.amlocator-store-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.amlocator-store-map {
  height: 100%;
}
.amlocator-main-container .gm-style .gm-style-iw-c {
  border: 0.1rem solid #000;
  border-radius: 0;
}
.amlocator-main-container .gm-style .gm-style-iw-c:after {
  display: none;
}
.amlocator-main-container .gm-style .gm-style-iw-c .type-store {
  font-size: 1.4rem;
  font-family: "General Sans Regular", sans-serif;
}
.amlocator-main-container .gm-style .gm-style-iw-c .amlocator-title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.amlocator-main-container .gm-style .gm-style-iw-c .amlocator-title a {
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-right: 1rem;
  margin-top: 0.3rem;
  word-break: break-word;
}
.amlocator-main-container .gm-style .gm-style-iw-c .link-popup {
  text-align: right;
}
.amlocator-main-container .gm-style .gm-style-iw-c .link-popup a {
  font-size: 1.6rem;
  font-family: "General Sans Regular", sans-serif;
}
.amlocator-main-container .gm-style .gm-style-iw-tc {
  top: -1px;
  height: 12px;
  overflow: hidden;
}
.amlocator-main-container .gm-style .gm-style-iw-tc:after {
  content: "";
  transform: rotate(-45deg);
  width: 18px;
  height: 18px;
  background: #fff;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  clip-path: none;
  position: absolute;
  left: 2px;
  top: -10px;
}
.amlocator-main-container .gm-style .gm-style-iw {
  font-size: 1.4rem;
  font-family: "General Sans Regular", sans-serif;
  padding-bottom: 1px !important;
}
.nbr-stores {
  font-size: 1.5rem;
  color: #000;
  padding-bottom: 2rem;
  padding-left: 2rem;
  font-family: "General Sans Medium", sans-serif;
}
.head-card {
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
.head-card .toolbar-sorter {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.head-card .toolbar-sorter .sorter-label {
  white-space: nowrap;
}
.head-card .nbr-stores {
  font-size: 1.5rem;
  color: #000;
  font-family: "General Sans Medium", sans-serif;
  align-self: center;
  padding-bottom: 0;
  padding-left: 0;
}
.icon-amlocator {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.icon-amlocator.formation_expert-blue {
  background-image: url(../../frontend/Lpg/group/es_ES/images/formation_expert-blue.svg);
}
.icon-amlocator.formation_expert-pink {
  background-image: url(../../frontend/Lpg/group/es_ES/images/formation_expert-pink.svg);
}
.icon-amlocator.specialiste_cancer_sein-blue {
  background-image: url(../../frontend/Lpg/group/es_ES/images/specialiste_cancer_sein-blue.svg);
}
.icon-amlocator.specialiste_cancer_sein-pink {
  background-image: url(../../frontend/Lpg/group/es_ES/images/specialiste_cancer_sein-pink.svg);
}
.icon-amlocator.specialiste_maxillo_faciale-blue {
  background-image: url(../../frontend/Lpg/group/es_ES/images/specialiste_maxillo_faciale-blue.svg);
}
.icon-amlocator.specialiste_maxillo_faciale-pink {
  background-image: url(../../frontend/Lpg/group/es_ES/images/specialiste_maxillo_faciale-pink.svg);
}
.icon-amlocator.centre_nutritionnel-blue {
  background-image: url(../../frontend/Lpg/group/es_ES/images/centre_nutritionnel-blue.svg);
}
.icon-amlocator.centre_nutritionnel-pink {
  background-image: url(../../frontend/Lpg/group/es_ES/images/centre_nutritionnel-pink.svg);
}
.amlocator-location-view .page-main h1.page-title {
  display: none;
}
.schedule-time div:first-child .-day {
  text-decoration: underline;
}
.tabs-nav {
  list-style: none;
  padding: 0;
  display: flex;
}
.tabs-nav__item {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  width: 50%;
  text-align: center;
}
.tabs-nav__link {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.15;
  padding: 2.4rem;
  transition: all 0.4s ease-in-out;
  border-bottom: 0.1rem solid #fff;
  position: relative;
  bottom: -0.1rem;
}
.tabs-nav__link.active,
.tabs-nav__link:hover {
  border-bottom: 0.2rem solid #000;
  font-weight: 600;
}
.tabs-nav__link:hover {
  text-decoration: none;
}
.pager {
  margin: 0 auto;
}
.products.wrapper ~ .toolbar {
  margin-bottom: 5.6rem;
}
.pages {
  float: none;
  margin: 0.6rem auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.pages .item {
  display: inline-flex;
  flex-direction: column;
  border-radius: 100%;
  justify-content: center;
  margin-right: 2rem;
}
.pages .item:last-child {
  margin-right: 0;
}
.pages .item.current {
  background-color: #000;
}
.pages .item.pages-item-next,
.pages .item.pages-item-previous {
  background-color: #e3e3e3;
  transition: all 0.4s ease-in-out;
  position: static;
}
.pages .item.pages-item-next:hover,
.pages .item.pages-item-previous:hover {
  background-color: #b6b3b2;
}
.pages .item.pages-item-next .action:before,
.pages .item.pages-item-previous .action:before {
  content: url(../../frontend/Lpg/group/es_ES/images/arrow-black.svg);
  vertical-align: middle;
  font-size: 28px;
}
.pages .item.pages-item-previous .action:before {
  transform: rotate(180deg);
}
.pages .current,
.pages .pages-item-next,
.pages .pages-item-previous {
  width: 4.4rem;
  height: 4.4rem;
}
.pages .action {
  box-shadow: none;
  border: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
}
.pages .action.next,
.pages .action.previsous {
  margin: 0;
}
.pages .action:hover {
  background: 0 0;
}
.pages strong.page {
  color: #fff;
  font-size: 1.4rem;
  background: 0 0;
}
.pages a.page {
  color: #2b2b2b;
  font-size: 1.4rem;
}
.pages a.page:hover,
.pages a.page:visited {
  color: #2b2b2b;
}
.pages .action.previous {
  margin-right: 0;
}
.cms-contact .page-main-full-width .page-title-wrapper .page-title {
  text-align: center;
  margin-bottom: 0.4rem;
  margin-top: 3rem;
}
.page-contact-subtitle {
  text-align: center;
}
.page-contact-subtitle p {
  margin-bottom: 3.5rem;
}
.page-contact-row .pagebuilder-column-group {
  margin: 3.2rem 7.3rem;
}
.page-contact-row .hbspt-form .submitted-message {
  padding: 3.2rem;
}
.page-contact-image figure {
  height: 100%;
}
.page-contact-image figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.hubspotforms {
  padding: 3.2rem;
  display: flex;
  flex-flow: row wrap;
}
.hubspotforms .hs-error-msgs {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.hubspotforms .hs-error-msgs li {
  font-size: 1.4rem;
  color: #e02b27;
}
.hubspotforms .hs_etes_vous_deja_client_e_lpg_hubspot_ legend.hs-field-desc,
.hubspotforms .hs_civilite_ legend.hs-field-desc,
.hubspotforms .hs_lastname legend.hs-field-desc,
.hubspotforms .hs_firstname legend.hs-field-desc,
.hubspotforms .hs_email legend.hs-field-desc,
.hubspotforms .hs_phone legend.hs-field-desc,
.hubspotforms .hs_pays legend.hs-field-desc,
.hubspotforms .hs_code_postal_menu_deroulant_ legend.hs-field-desc,
.hubspotforms .hs_zip legend.hs-field-desc,
.hubspotforms .hs_message legend.hs-field-desc {
  font-size: 1.4rem;
}
.hubspotforms .hs_etes_vous_deja_client_e_lpg_hubspot_ .input,
.hubspotforms .hs_civilite_ .input,
.hubspotforms .hs_lastname .input,
.hubspotforms .hs_firstname .input,
.hubspotforms .hs_email .input,
.hubspotforms .hs_phone .input,
.hubspotforms .hs_pays .input,
.hubspotforms .hs_code_postal_menu_deroulant_ .input,
.hubspotforms .hs_zip .input,
.hubspotforms .hs_message .input {
  padding-top: 0.8rem;
}
.hubspotforms .hs_etes_vous_deja_client_e_lpg_hubspot_ {
  order: 1;
  width: 100%;
  padding-bottom: 2rem;
}
.hubspotforms .hs_etes_vous_deja_client_e_lpg_hubspot_ .input ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  gap: 3.2rem;
}
.hubspotforms
  .hs_etes_vous_deja_client_e_lpg_hubspot_
  .input
  ul
  .hs-form-radio {
  margin-bottom: 0;
}
.hubspotforms
  .hs_etes_vous_deja_client_e_lpg_hubspot_
  .input
  ul
  .hs-form-radio
  .hs-form-radio-display {
  display: flex;
  align-items: center;
}
.hubspotforms
  .hs_etes_vous_deja_client_e_lpg_hubspot_
  .input
  ul
  .hs-form-radio:focus {
  box-shadow: none;
}
.hubspotforms .hs_civilite_,
.hubspotforms .hs_pays {
  width: 30%;
  padding-right: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
  order: 2;
}
.hubspotforms .hs_lastname {
  width: 35%;
  padding-right: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
  order: 3;
}
.hubspotforms .hs_firstname {
  width: 35%;
  padding-bottom: 2rem;
  box-sizing: border-box;
  order: 4;
}
.hubspotforms .hs_email {
  width: 100%;
  padding-bottom: 2.6rem;
  order: 5;
}
.hubspotforms .hs_phone {
  width: 100%;
  padding-bottom: 2rem;
  order: 6;
}
.hubspotforms .hs_phone .input input[type="tel"] {
  border: 0.1rem solid #e3e0df;
  border-radius: 0.8rem;
  font-family: "General Sans Medium", sans-serif;
  font-size: 1.7rem;
  height: 4.4rem;
  background: #fff;
  color: #2b2b2b;
  padding: 0 1rem;
}
.hubspotforms .hs_phone .input input[type="tel"]:hover {
  border: 0.1rem solid #000;
  background: #f7f7f7;
}
.hubspotforms .hs_phone .input input[type="tel"]:focus {
  border: 0.2rem solid #000;
  outline: none;
  box-shadow: none !important;
}
.hubspotforms .hs_code_postal_menu_deroulant_ {
  width: 100%;
  padding-bottom: 2rem;
  order: 7;
}
.hubspotforms .hs_zip {
  width: 50%;
  padding-right: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
  order: 8;
}
.hubspotforms .hs-dependent-field {
  width: 50%;
  padding-bottom: 2rem;
  box-sizing: border-box;
  order: 9;
}
.hubspotforms .hs-dependent-field .hs_vous_etes_deux_marches {
  padding-top: 0 !important;
}
.hubspotforms .hs-dependent-field .hs-form-field {
  padding-top: 1rem;
}
.hubspotforms .hs-dependent-field .hs-form-field .input {
  padding-top: 0.8rem;
}
.hubspotforms .hs-dependent-field .hs-form-field .input .multi-container {
  list-style: none;
  padding: 1rem 0;
  margin-bottom: 0;
}
.hubspotforms .hs_message {
  width: 100%;
  padding-bottom: 2rem;
  order: 10;
}
.hubspotforms .legal-consent-container {
  order: 11;
}
.hubspotforms .legal-consent-container .hs-dependent-field {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.hubspotforms .legal-consent-container .hs-dependent-field .hs-form-field {
  padding-top: 0;
}
.hubspotforms
  .legal-consent-container
  .hs-dependent-field
  .hs-form-field
  .input {
  padding-top: 0;
}
.hubspotforms
  .legal-consent-container
  .hs-dependent-field
  .hs-form-field
  .input
  .inputs-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.hubspotforms .hs_submit {
  order: 12;
  padding-top: 1rem;
}
.hubspotforms .hs_submit .hs-button {
  border-radius: 0.8rem;
  background: #000;
  color: #fff;
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  font-family: "General Sans Semibold", sans-serif;
  transition: all 0.3s;
  border: 0.1rem solid #000;
  text-decoration: none;
  white-space: nowrap;
}
.hubspotforms .hs_submit .hs-button:hover,
.hubspotforms .hs_submit .hs-button:focus {
  background: #fff;
  color: #000;
  border: 0.1rem solid #000;
}
.hubspotforms .hs_submit .hs-button:focus {
  box-shadow: none;
}
.page-contact-info-row
  .pagebuilder-column-group
  .pagebuilder-column
  table
  > tbody
  > tr
  > td {
  padding: 0;
}
.page-contact-info-row
  .pagebuilder-column-group
  .pagebuilder-column
  table
  > tbody
  > tr
  > td
  > img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 4rem;
}
.page-contact-info-row
  .pagebuilder-column-group
  .pagebuilder-column
  table
  > tbody
  > tr
  > td
  p {
  margin-bottom: 0;
}
.page-contact-info-row
  .pagebuilder-column-group
  .pagebuilder-column
  table
  > tbody
  > tr
  > td:nth-child(1) {
  width: 3% !important;
}
.page-contact-info-row
  .pagebuilder-column-group
  .pagebuilder-column
  table
  > tbody
  > tr
  > td:nth-child(2) {
  width: 97% !important;
}
.page-contact-info-row
  .pagebuilder-column-group
  .pagebuilder-column:not(:last-child) {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.hubspotforms .hs-form-radio-display [type="radio"]:checked,
.hubspotforms .hs-form-radio-display [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.hubspotforms .hs-form-radio-display [type="radio"]:checked + span,
.hubspotforms .hs-form-radio-display [type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-size: 17px;
  padding-top: 3px;
}
.hubspotforms .hs-form-radio-display [type="radio"]:checked + span:before,
.hubspotforms
  .hs-form-radio-display
  [type="radio"]:not(:checked)
  + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #c7cbd1;
  border-radius: 100%;
  background: #fff;
}
.hubspotforms .hs-form-radio-display [type="radio"]:focus + span:before {
  border-color: #000;
}
.hubspotforms .hs-form-radio-display [type="radio"]:checked + span:before {
  border-color: #000;
}
.hubspotforms .hs-form-radio-display [type="radio"]:checked + span:after,
.hubspotforms .hs-form-radio-display [type="radio"]:not(:checked) + span:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hubspotforms .hs-form-radio-display [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hubspotforms .hs-form-radio-display [type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hubspotforms .hs-form-booleancheckbox-display {
  display: block;
  margin-bottom: 15px;
}
.hubspotforms .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
.hubspotforms .hs-form-booleancheckbox-display [type="checkbox"] {
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.hubspotforms .hs-form-booleancheckbox-display [type="checkbox"] + span {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  padding-top: 0.2rem;
  font-weight: 500;
}
.hubspotforms .hs-form-booleancheckbox-display [type="checkbox"] + span:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #c7cbd1;
  padding: 0.8rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.8rem;
  top: -0.3rem;
}
.hubspotforms
  .hs-form-booleancheckbox-display
  [type="checkbox"]:checked
  + span:before {
  background-color: #000;
  border-color: #000;
}
.hubspotforms
  .hs-form-booleancheckbox-display
  [type="checkbox"]:checked
  + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 1.2rem;
  width: 0.4rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}
.hubspotforms
  .hs-form-booleancheckbox-display
  [type="checkbox"]:focus
  + span:before {
  border-color: #000;
}
.amlocator-location-view .page-main {
  padding: 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container {
  position: relative;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .itineraire {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 8rem;
  background: #fff;
  border: 0.1rem solid #000;
  border-radius: 0.8rem;
  text-align: center;
  padding: 1.3rem 2rem;
  font-size: 1.6rem;
  font-family: "General Sans Semibold", sans-serif;
  cursor: pointer;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left {
  position: absolute;
  z-index: 1;
  top: 7rem;
  left: 6rem;
  width: 48.5rem;
  padding: 2.2rem 2.5rem;
  max-height: 48.5rem;
  overflow: auto;
  background: #fff;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left::-webkit-scrollbar-track {
  border: 1px solid transparent;
  padding: 2px 0;
  background-color: transparent;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left::-webkit-scrollbar {
  width: 5px;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #737272;
  border: 1px solid #737272;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .back-to-list
  a {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .back-to-list
  a:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.2rem;
  background: url(../../frontend/Lpg/group/es_ES/images/arrow-black.svg)
    no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  background-size: cover;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-block {
  padding: 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .head-cart-store
  label {
  font-size: 1.4rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .head-cart-store
  .amlocator-heading {
  display: flex;
  gap: 1rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .head-cart-store
  h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 1.2rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .head-cart-store
  .type-tags {
  display: flex;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .tags-cart {
  padding-bottom: 1.2rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .tags-cart
  .item-tag {
  display: inline-block;
  border: 0.1rem solid #000;
  border-radius: 2.4rem;
  padding: 0.3rem 1.2rem;
  color: #000;
  font-size: 1.4rem;
  font-family: "General Sans Medium", sans-serif;
  position: relative;
  margin-bottom: 5px;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .tags-cart
  .item-tag.last-generation {
  background: #e1b64f;
  color: #000;
  border: none;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .tags-cart
  .item-tag.active {
  background: #000;
  color: #fff;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .tags-cart
  .item-tag.active:after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../frontend/Lpg/group/es_ES/images/start.png) no-repeat;
  background-size: cover;
  margin-left: 0.3rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-infos-view {
  display: block;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-coord {
  padding-right: 2rem;
  max-width: 19rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-coord
  .amlocator-adress {
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-coord
  .amlocator-adress
  .location-icon {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../frontend/Lpg/group/es_ES/images/location.svg) no-repeat;
  background-size: cover;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-coord
  .amlocator-adress
  .amlocator-block {
  margin-bottom: 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-location-info
  .amlocator-link {
  font-size: 1.7rem;
  white-space: nowrap;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-block {
  margin-bottom: 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-block.-contact {
  margin-bottom: 20px;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-block.-contact
  .amlocator-block {
  position: relative;
  padding-left: 24px;
  margin-bottom: 1.2rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-block.-contact
  .amlocator-block
  .phone-icon {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(./contact.svg
  background-size: cover;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-block.-contact
  .amlocator-block
  .website-icon {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../frontend/Lpg/group/es_ES/images/website-icon.png)
    no-repeat;
  background-size: cover;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-block.-contact
  .amlocator-block
  .email-icon {
  position: absolute;
  top: 0.3rem;
  left: -4px;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../frontend/Lpg/group/es_ES/images/icon-email.svg)
    no-repeat;
  background-size: cover;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-schedule-container {
  white-space: nowrap;
  position: relative;
  padding-left: 24px;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-schedule-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../frontend/Lpg/group/es_ES/images/time.svg) no-repeat;
  background-size: cover;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-schedule-container
  .amlocator-cell.-day {
  width: 9rem;
  display: inline-block;
  padding-bottom: 5px;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-schedule-container
  .amlocator-cell.-time {
  font-family: "General Sans Semibold", sans-serif;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-left
  .amlocator-schedule-container
  .amlocator-cell.-time.closed {
  color: #6a6a6a;
  font-family: "General Sans Regular", sans-serif;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right {
  width: 100%;
  padding: 0;
  position: relative;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .gm-fullscreen-control {
  background: url(../../frontend/Lpg/group/es_ES/images/button-full.svg)
    no-repeat !important;
  background-size: cover !important;
  margin: 0 !important;
  top: 2rem !important;
  right: 2rem !important;
  height: 4.4rem !important;
  width: 4.4rem !important;
  border-radius: 50%;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .gm-fullscreen-control
  img {
  display: none;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey {
  background: 0 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-slider {
  padding: 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-arrow {
  background: url(../../frontend/Lpg/group/es_ES/images/arrow-black.svg) center
    no-repeat #fff !important;
  border-radius: 50% !important;
  width: 4.4rem;
  height: 4.4rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-disabled {
  opacity: 0.6;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-prev {
  left: 2.6rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-next {
  right: 2.6rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots {
  bottom: 1rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots
  li
  button,
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action {
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  opacity: 0.5;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots
  li
  button:hover,
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots
  li
  button:focus,
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action:hover,
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots
  li
  .quote-details-items
  .actions-toolbar
  > .action:focus {
  border: none;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots
  li.slick-active
  button,
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-description-grey
  .slick-dotted.slick-slider
  .slick-dots
  li.slick-active
  .quote-details-items
  .actions-toolbar
  > .action {
  background: #fff;
  opacity: 1;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey {
  background: 0 0;
  padding: 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey
  .amlocator-attributes-container {
  padding: 5.6rem 7.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey
  .amlocator-attributes-container
  .amlocator-location-attribute {
  display: flex;
  flex-direction: column;
  width: 33.33333333%;
  margin-bottom: 0;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey
  .amlocator-attributes-container
  .amlocator-location-attribute
  .amlocator-label
  strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #2b2b2b;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey
  .amlocator-attributes-container
  .amlocator-location-attribute
  .amlocator-values {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey
  .amlocator-attributes-container
  .amlocator-location-attribute
  .amlocator-values
  .amlocator-icon {
  background: url(../../frontend/Lpg/group/es_ES/images/star_location.svg)
    center no-repeat;
  width: 3.5rem;
  height: 3.2rem;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey
  .amlocator-attributes-container
  .amlocator-location-attribute
  .amlocator-values
  .amlocator-value {
  padding: 0;
  margin: 0;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #2b2b2b;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey
  .amlocator-attributes-container
  .amlocator-location-attribute
  .amlocator-values
  .amlocator-color {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.amlocator-location-view
  .amlocator-location-main
  .amlocator-location-container
  .amlocator-column.-right
  .amlocator-block.-grey
  .amlocator-attributes-container
  .amlocator-location-attribute.famille-equipment.has-active
  .amlocator-values:not(.active) {
  padding-left: 4.7rem;
}
.amlocator-location-view .modals-wrapper .modal-popup .modal-header {
  padding: 0;
}
.amlocator-location-view .modals-wrapper .modal-popup .modal-content {
  padding: 0;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .modal-title {
  padding: 3.2rem 5.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator {
  background: #f7f7f7;
  padding: 3.2rem 5.6rem;
  margin: 3.2rem 5.6rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-modes {
  padding-bottom: 2rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-modes
  .amlocator-label:before,
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-modes
  .amlocator-label:after {
  display: none;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-modes
  .amlocator-mode:checked
  + .amlocator-label,
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-modes
  .amlocator-mode
  + .amlocator-label,
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-modes
  .amlocator-mode
  + .amlocator-label:hover {
  background-color: #2b2b2b;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-addresses
  .amlocator-route-icon {
  height: 7.2rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-addresses
  .amlocator-route-icon
  .amlocator-icon.-start {
  border: 0.3rem solid #2b2b2b;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-addresses
  .amlocator-route-icon
  .amlocator-icon.-dot {
  background: #2b2b2b;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-addresses
  .amlocator-route-icon
  .amlocator-icon.-end {
  background: url(./locator.svg
    no-repeat;
  padding: 1rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-addresses
  .amlocator-inputs
  .amlocator-address {
  height: 4.4rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-addresses
  .amlocator-inputs
  .amlocator-address:hover {
  border: 0.2rem solid #2b2b2b;
  outline: none;
  box-shadow: none !important;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-route-creator
  .amlocator-addresses
  .amlocator-label {
  background-color: #2b2b2b;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  padding: 0.5rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-directions-wrapper {
  margin: 0 5.6rem 3.2rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-directions-wrapper
  .amlocator-collapse-title {
  font-size: 1.7rem;
  padding: 0 0 2.5rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-directions-wrapper
  .amlocator-directions-container {
  max-height: 28rem;
  overflow: auto;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-directions-wrapper
  .amlocator-directions-container
  .adp-placemark {
  background: #2b2b2b;
  border: none;
  margin: 0 0 1rem;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-directions-wrapper
  .amlocator-directions-container::-webkit-scrollbar-track {
  border: 1px solid transparent;
  padding: 2px 0;
  background-color: transparent;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-directions-wrapper
  .amlocator-directions-container::-webkit-scrollbar {
  width: 5px;
}
.amlocator-location-view
  .modals-wrapper
  .modal-popup
  .modal-content
  #amlocator-route-creator
  .amlocator-directions-wrapper
  .amlocator-directions-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #737272;
  border: 1px solid #737272;
}
.store-locator {
  margin-top: 3.2rem;
}
.store-locator__title {
  text-align: center;
  margin: 1.5rem 0 2rem;
}
.store-locator__form__label,
.store-locator__form__button-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.store-locator__form__item {
  margin-bottom: 0.8rem;
  position: relative;
}
.store-locator__form__item--treatment {
  min-width: 20.8rem;
}
.store-locator__form__item__localisation {
  padding-right: 4rem;
}
.store-locator__form__item__localisation__link {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 1rem;
  right: 1.6rem;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 1.25C8.67732 1.25222 6.92993 1.97726 5.6411 3.26609C4.35226 4.55492 3.62722 6.30232 3.62501 8.125C3.62285 9.61454 4.10947 11.0636 5.01019 12.25C5.01019 12.25 5.19769 12.4966 5.22782 12.5323L10.5 18.75L15.7744 12.5296C15.8021 12.4963 15.9898 12.2498 15.9898 12.2498L15.9908 12.2483C16.8909 11.0623 17.3772 9.61386 17.375 8.125C17.3728 6.30232 16.6478 4.55492 15.3589 3.26609C14.0701 1.97726 12.3227 1.25222 10.5 1.25ZM10.5 10.625C10.0056 10.625 9.52221 10.4784 9.11108 10.2037C8.69996 9.92897 8.37953 9.53852 8.19031 9.08171C8.00109 8.62489 7.95158 8.12223 8.04804 7.63727C8.14451 7.15232 8.38261 6.70686 8.73224 6.35723C9.08187 6.0076 9.52733 5.7695 10.0123 5.67304C10.4972 5.57657 10.9999 5.62608 11.4567 5.8153C11.9135 6.00452 12.304 6.32495 12.5787 6.73607C12.8534 7.1472 13 7.63055 13 8.125C12.9993 8.78781 12.7356 9.42326 12.267 9.89194C11.7983 10.3606 11.1628 10.6243 10.5 10.625Z' fill='black'/%3E%3C/svg%3E ");
}
.store-locator__form__item__localisation__link span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.store-locator__form__actions {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.store-locator .action.primary--revert {
  width: auto;
}
.store-locator__img {
  width: 99.6vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 3.6rem;
}
.store-locator__img img {
  width: 100%;
}
.modal-locator__title {
  margin: 0;
  border-bottom: 0.1rem solid #e3e0df;
}
.modal-locator hr {
  margin: 3.2rem 0 2rem;
}
.modal-locator__col {
  margin-top: 3.2rem;
}
.modal-locator__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.1rem;
}
.modal-locator__actions__reset {
  border: 0;
  background: 0 0;
  text-decoration: underline;
  color: #2b2b2b;
  font-size: 1.6rem;
  line-height: 1.35;
  transition: all 0.4s ease-in-out;
}
.modal-locator__actions__reset:hover {
  text-decoration: none;
  font-weight: 700;
}
.modal-locator__actions__reset:not([disabled]):focus {
  box-shadow: none;
}
.modal-locator .modal-content {
  padding: 0;
}
.modal-locator .modal-header {
  padding: 3.2rem 0 0;
}
.modal-locator .modal-footer {
  display: none;
}
.filters-container {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.label-filter {
  padding: 0.6rem 1.2rem;
  align-content: space-around;
  font-size: 1.4rem;
}
.nextgen-label {
  text-decoration: underline 0.3rem #e1b64f;
}
.no-active {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.no-active a.no-active-filters-item {
  border: 0.1rem solid #e3e0df;
  border-radius: 2.4rem;
  color: #2b2b2b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.6rem 1.2rem;
  position: relative;
  display: inherit;
  text-decoration: none;
}
.no-active a.no-active-filters-item:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.no-active a.active-filters__item[data-id="nextgen"] {
  background: #e1b64f;
}
.no-active a.no-active-filters-item[data-id="nextgen"] {
  border: 2px solid #e1b64f;
}
.no-active a.no-active-filters-item[data-id="nextgen"]:hover {
  background-color: #e1b64f;
  color: #000;
  text-decoration: none;
}
.active-filters {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.active-filters__item {
  border-radius: 2.4rem;
  background: #e3e0df;
  color: #2b2b2b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.6rem 3.6rem 0.6rem 1.2rem;
  position: relative;
  text-decoration: none;
}
.active-filters__item:hover {
  font-weight: 500;
  text-decoration: none;
}
.active-filters__item:after {
  font-size: 1.2rem;
  line-height: 1;
  content: "\e616";
  font-family: "luma-icons";
  speak: none;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.toolbar {
  display: flex;
  text-align: left;
}
.toolbar:before,
.toolbar:after {
  display: none;
}
.toolbar .sorter {
  float: none;
  display: flex;
  align-items: center;
  position: static;
  z-index: 10;
}
.toolbar .sorter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toolbar .select {
  min-width: 17.8rem;
}
.toolbar .select-styled {
  margin-right: 1rem;
}
.product-items {
  display: flex;
  flex-wrap: wrap;
}
.products-grid .product-item {
  display: flex;
  flex-direction: column;
}
.products-grid .product-item__container {
  position: relative;
  padding: 2rem;
  height: 100%;
}
.products-grid .product-item__container:before {
  content: "";
  position: absolute;
  width: calc(100.2%);
  height: calc(100.2%);
  top: calc(-0.1rem);
  left: calc(-0.1rem);
  background: linear-gradient(to right, #000 0%, #000 100%),
    linear-gradient(to top, #000 50%, transparent 50%),
    linear-gradient(to top, #000 50%, transparent 50%),
    linear-gradient(to right, #000 0%, #000 100%),
    linear-gradient(to left, #000 0%, #000 100%);
  background-size: 100% 0.1rem, 0.1rem 200%, 0.1rem 200%, 0 0.1rem, 0 0.1rem;
  background-position: 50% 100%, 0 0, 100% 0, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out,
    background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(180deg);
  transition-delay: 0.4s, 0.2s, 0s;
}
.products-grid .product-item__container:hover:before {
  background-size: 200% 0.1rem, 0.1rem 400%, 0.1rem 400%, 55% 0.1rem, 55% 0.1rem;
  background-position: 50% 100%, 0 100%, 100% 100%, 100% 0, 0 0;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.2s, 0.4s;
}
.product-image-container {
  display: initial;
}
.product-item-info,
.product-item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
}
.products-grid .product-item-info:hover {
  border: 0;
  padding: 0;
  margin: 0;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-grid .product-item-inner {
  position: relative;
  height: auto;
  width: 100%;
  box-shadow: none;
  border: 0;
  background: 0 0;
  display: block;
  margin: 0;
  padding: 0;
  overflow: visible;
  z-index: 9;
}
.products-grid .product-item-info:hover {
  border: 0;
  box-shadow: none;
}
.product-item .price-box {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.product-item .price-box.as-low-as-price {
  margin-bottom: 0;
}
.product-item .price-box .price {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.product-item .price-box .weee .weee .price {
  font-size: 1.1rem;
  font-weight: 400;
}
.product-item .price-box .fixed-tax .price {
  color: inherit;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
}
.product-item .price-box .price-label {
  display: none;
}
.product-item .price-box .old-price {
  order: -1;
  margin: 0;
}
.product-item .price-box .old-price .price {
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: line-through;
  color: #000;
}
.product-item .price-box .special-price .price {
  color: #b0122c;
}
.flag-marketing__container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
}
.flag-marketing__item {
  border-radius: 0.4rem;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0.6rem 1.2rem;
  margin: 0 0 0.5rem 0.5rem;
}
.tag__container {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 1;
}
.tag-push-products {
  padding: 0 2rem;
}
.tag__item {
  padding: 0.6rem 1.2rem;
  border-radius: 0.4rem;
  background: #f7f7f7;
  color: #2b2b2b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0.5rem 0.5rem 0;
}
.product-header {
  position: relative;
}
.product-item-info {
  width: auto;
}
.page-products .product-item-info {
  width: auto;
}
.product-item-link,
.product-item-name > a,
.product.name a {
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 0.8rem;
  text-decoration: none;
  hyphens: none;
}
.block.related .related-available .product-item-name {
  margin-left: 0;
}
.block.related .product-item-details {
  z-index: initial;
}
.product-description p {
  color: #6a6a6a;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.product-item-actions .actions-primary {
  display: block;
}
.product-item-photo {
  margin: auto;
  display: block;
}
.product-item-photo:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 9;
}
.product-items.slick-slider .slick-slide > div {
  height: 100%;
}
.product-items.slick-slider .slick-slide .product-item {
  height: 100%;
  max-width: initial !important;
}
.product-items.slick-slider
  .slick-slide
  .product-item
  .product-item__container {
  box-sizing: border-box;
  margin-left: 0.1rem;
}
.product-items.slick-slider .slick-arrow {
  background: url(../../frontend/Lpg/group/es_ES/images/arrow.svg) !important;
  height: 4.8rem;
  width: 4.8rem;
}
.product-items.slick-slider .slick-disabled {
  display: none !important;
}
.product-image-wrapper {
  height: auto;
}
.category-header {
  overflow: hidden;
  position: relative;
}
.category-header__image-container {
  position: relative;
}
.category-header__image-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.category-header__image {
  width: 100%;
}
.category-header__texts {
  position: absolute;
  bottom: 2rem;
  max-width: 192rem;
  margin: auto;
}
.category-header__texts__title {
  color: #fff;
  line-height: 1.12;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.category-header__texts__description p {
  color: #fff;
  font-family: "General Sans Regular", sans-serif;
  line-height: 1.5;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 0;
}
.slick-list,
.slick-slider,
.slick-track {
  display: block;
  position: relative;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-slide,
.slick-slide.slick-loading img {
  display: none;
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  height: 25px;
  width: 25px;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
@keyframes loading {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(359.9deg);
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  opacity: 0.25;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-slider .slick-arrow {
  display: block;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: transparent;
  border: 0;
  background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0 20px;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+)
    center no-repeat !important;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.slick-slider .slick-arrow:after,
.slick-slider .slick-arrow:before {
  content: "";
}
.slick-slider .slick-arrow:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+)
    center no-repeat;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg) translate(0, 50%);
  -moz-transform: rotate(180deg) translate(0, 50%);
  -ms-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
}
.slick-initialized .slick-slide {
  float: none !important;
  display: inline-block !important;
  height: auto;
}
.product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.sidebar.sidebar-additional {
  width: 100%;
}
@charset "UTF-8";
@font-face {
  font-family: "form-builder-font";
  src: url(data:application/vnd.ms-fontobject;base64,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FAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AFIAZQBnAHUAbABhAHIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABMBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAAMYXV0b2NvbXBsZXRlCGNhbGVuZGFyCGNoZWNrYm94DmNoZWNrYm94LWdyb3VwC3JhZGlvLWdyb3VwCXJpY2gtdGV4dAZzZWxlY3QJdGV4dC1hcmVhCnRleHQtaW5wdXQGcGVuY2lsCmZpbGUtaW5wdXQMaGlkZGVuLWlucHV0D3Jlc2l6ZS12ZXJ0aWNhbAxidXR0b24taW5wdXQGYXR0YWNoBmhlYWRlcglwYXJhZ3JhcGgGbnVtYmVyAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1L/agNS/2qwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7ABYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsAFgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsgABACqxAAVCswoCAQgqsQAFQrMOAAEIKrEABkK6AsAAAQAJKrEAB0K6AEAAAQAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmzDAIBDCq4Af+FsASNsQIARAAA);
  src: url(data:application/vnd.ms-fontobject;base64,iDIAALwxAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAt7/mHwAAAAAAAAAAAAAAAAAAAAAAACIAZgBvAHIAbQAtAGIAdQBpAGwAZABlAHIALQBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAiAGYAbwByAG0ALQBiAHUAaQBsAGQAZQByAC0AZgBvAG4AdAAAAAAAAAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEk+AAABQAAAAFZjbWFwizvtkQAAAZgAAAJeY3Z0IAbV/wQAACWkAAAAIGZwZ22KkZBZAAAlxAAAC3BnYXNwAAAAEAAAJZwAAAAIZ2x5ZtJ0mIoAAAP4AAAcbmhlYWQKXKfBAAAgaAAAADZoaGVhBz0DZQAAIKAAAAAkaG10eESzAAAAACDEAAAATGxvY2FJblGvAAAhEAAAAChtYXhwAoYMmAAAITgAAAAgbmFtZdVcxKAAACFYAAADOXBvc3QTOILlAAAklAAAAQZwcmVw5UErvAAAMTQAAACGAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQOeAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoEQNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAXYAAQAAAAAAcAADAAEAAAAsAAMACgAAAXYABABEAAAABAAEAAEAAOgR//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAA6AAAAAAAAAASAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAAAAEAAA/2oD6ANSAAMABwALAA8AEwAXABsAHwAjACcAKwBLAFAAVABYAHwCPEuwFFBYQJEEAQIjKCMCZQoBCCUkJQgkbQAkKiUkKmshAR8WLBYfZQAsICAsYxQTEQMPHQ4dD2UVEhADDh4eDmMcARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0uwFVBYQJQEAQIjKCMCKG0KAQglJCUIJG0AJColJCprIQEfFiwWHyxtACwgICxjFBMRAw8dDh0PZRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJG0CWBAECIygjAihtCgEIJSQlCCRtACQqJSQqayEBHxYsFh8sbQAsIBYsIGsUExEDDx0OHQ8ObRUSEAMOHh0OHmscARgpASMCGCNgACgnMA0vBAcAKAdeBQMCAAsJAgEGAAFeJgwCBgAlCAYlXi4BKi0rAhYfKhZfMiIxAyAAHQ8gHV8bARkZGlYAGhoMSAAeHhdZABcXDRdJWVlAalVVUVEYGAwMenh3dnV0c3Jxb2poZ2ZlZGNiYWBfXl1bVVhVWFdWUVRRVFNSUE9OTElHRkVEQ0JBQD44NTIwKyopKCcmJSQjIiEgHx4dHBgbGBsaGRcWFRQTEhEQDA8MDxIRERERERAzBRsrATMVIycjFTM3IxUzIxUzNRUzNSMXMzUjJxUzNQMzNSMXMzUjFzM1IzMjFTMBFRQOASsBERQGIyEiJjURND4BMyE1IzUhFSMVITIeAQMpARUhJTUjFTM1IxUBNCYjIREjNSM1MzUjNTM1ISIGHQEUFjMhFSMVITUjNSEyNjUBdz8/fT4+fT4++j8+Pn0+Pj8/vD8/fT8/fT8/vD8/AbUaKxkfIhz9EhwjGisZAZZ9ATl9AVcZKxq7/on+iQLu/Y8/vD8CsBIO/qk/Pj4+Pv5qDhERDgGWfQE5fQFXDhICGj99Pj4+Pz99Pj4+Pz8//c0/Pz8/Pz8CkPoZKhr+iBwiIhwCzxkrGj8+Pj8aK/3UvPs+Pj4+AdQOEv7HPz4/Pj8SDvoOET4/Pz4RDgAAAA8AAP9qA6EDUgADAAcACwAPABMAFwAbAB8AIwAzADcAOwA/AE8AcwCYQJVBJQIdEkktJAMTHQJHIR8CHRMJHVQbARMZFw0DCQgTCV8YFgwDCBURBwMFBAgFXhQQBgMEDwsDAwEABAFeGgESEh5YIAEeHgxIDgoCAwAAHFgAHBwNHElycG1qZ2ZjYF1bVlNNTEVEPz49PDs6OTg3NjU0MS8pJyMiISAfHh0cGxoZGBcWFRQTEhERERERERERECIFHSsXMzUjFzM1IyczNSMXMzUjJzM1IwEzNSMnMzUjATM1IyczNSMDNTQmJyMiBgcVFBY3MzI2ATM1IyczNSMXMzUjNzU0JicjIgYdARQWNzMyNjcRFAYjISImNRE0NjsBNTQ2OwEyFh0BMzU0NjsBMhYXFTMyFkehocWyssWhocWyssWhoQGbs7PWsrIBrKGh1rOzxAwGJAcKAQwGJAcKAZuhodazs9ahoRIKCCMICgoIIwgK1ywc/O4dKiodSDQlJCU01jYkIyU0AUcdKk+hoaEksrKyJKH9xKH6of3EoSSyATChBwoBDAahBwwBCv4msiShoaFroQcKAQwGoQcMAQos/TUdKiodAssdKjYlNDQlNjYlNDQlNioAAAAAAgAA/8gD4gLCABQAKQAyQC8ZGBcWFRMABwMCAUcUAQFFAAEAAgMBAmAAAwAAA1QAAwMAWAAAAwBMNTs3NAQFGCsBERQOASMhIi4BNRE0PgEzITIWFzcHCQEFJTU0JiMhIgYVERQWMyEyNjUDTBorGf3OGSsaGisZAjIhMwqW1f7U/s4BMgEsEQ79zg4SEg4CMg4RAhr+DBkrGhorGQIyGSsaKiFX8/6VAZZktgwOEREO/c4OEhIOAAgAAP+oA+gDUgADAAcACwAPABMAFwAbAB8AbkBrHQEEBR8BCQQZAQgJGwEGCBUBBwYFRx4BBRoBCRYBBgNGFwEHRAADAAIFAwJeCgEFAAQJBQReAAkACAYJCF4ABgsBBwYHWgAAAAFWAAEBDABJDAwICBMSERAMDwwPDg0ICwgLEhERERAMBRkrESE1IRUhNSEFFSE1ETUhFTUhNSEPAScXEwcnFxMHJxcD6PwYA+j8GAF3AjP9zQIz/c19nF5enJxeXpycXl4DFD67Prs/P/3NPz/6P7xeIH4Btl4gfQG1XiB9AAsAAP+oA+gDUgADAAcACwAPABMAIAApADUAPgBLAFQBBUuwFFBYQFoACwIFAgtlGwESCRJwAAMAAgsDAl4YDAIFDQEECgUEYBcBCgAPBgoPYAAGAAcRBgdeGgEQABEOEBFgGQEOABMIDhNgHBQCCBUWAgkSCAlgAAAAAVYAAQEMAEkbQFsACwIFAgsFbRsBEgkScAADAAILAwJeGAwCBQ0BBAoFBGAXAQoADwYKD2AABgAHEQYHXhoBEAARDhARYBkBDgATCA4TYBwUAggVFgIJEggJYAAAAAFWAAEBDABJWUBCTUxAPzc2KyoiIRUUEBBRUExUTVRGRT9LQEs7OjY+Nz4yMCo1KzUmJSEpIikbGhQgFSAQExATEhEREREREREQHQUdKxEhNSEVITUhBSE1IQUhFSEVNSEVAyIuATQ+ATIeARQOASciBhQWMjY0JgMiLgE0PgEzMhYUBiciBhQWMjY0JgMiLgE0PgEyHgEUDgEnIgYUFjI2NCYD6PwYA+j8GAE5AnH9jwJx/Y8Ccf2P2xkrGhorMisaGisZDhERHBERDhkrGhorGSc3NycOEREbEhINGSsaGisyKxoaKxkOEREcEREDFD67Pvo/+j/6Pz8BthoqMisaGisyKhp9EhwRERwS/oIaKzIrGjVSNX0RHBEVFBX+jxorMisaGisyKxp+EhwRERwSAAAAFQAA/6gD6AMUAA8AEwAXABsAHwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AdwB7AH8AgwCHA0FLsAlQWECdADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtLsApQWECiADwHOwc8ZUYBODcGBjhlPQEAADY1ADZeADUANCw1NF4AKisCKlIzMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuAywUEhAOBAwKLAxeAAoACQgKCV4ACAAHPAgHXgA7ADo5OzpeADkANzg5N14ABgEBBlIABgYBWQABBgFNG0uwC1BYQJ4APAc7BzxlRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTRtAnwA8BzsHPDttRgE4NwY3OAZtPQEAADY1ADZeADUANCo1NF4zMS8tBCspJCAcGAUCAysCXyhFJUMhQR0/GQkDJ0QjQh9AGz4XCQQFAwReJiIeGhYFBRUTEQ8NBQsMBQteMjAuLAQqFBIQDgQMCioMXgAKAAkICgleAAgABzwIB14AOwA6OTs6XgA5ADc4OTdeAAYBAQZSAAYGAVkAAQYBTVlZWUClfHxUVFBQTExISEREQEA8PDg4AgCHhoWEg4KBgHx/fH9+fXt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNgX15dXFtaWVhUV1RXVlVQU1BTUlFMT0xPTk1IS0hLSklER0RHRkVAQ0BDQkE8Pzw/Pj04Ozg7Ojk3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQCgcADwIPRwUUKwEhIgYVERQWMyEyNjURNCYFMxUjFTMVIwEhESE1ITUhNSE1MxUzNTMVMzUzFTM1MxUzNTMVMzUzJRUjPQIzFRcVIz0CMxUXFSM9AjMVFxUjPQIzFRcjNTM1IzUzNSM1IxUjNSMVIzUjFSM1IxUjNSMVIzUhNSE1IQE1IRU1ITUhJyE1IQOq/JUcIyMcA2scIiL8eTIyMjIDa/yVA2v8lQNr/JUyXVJXUV5LXlFeLP1vS1KoUVGpS0uvUVGKMjIyMjJeUVhLXlFeS10yA2v8lQNr/RICcf2PAnF9/gwB9AMUIh39EhwjIxwC7hwjhBINE/2JAiwNEwwTDQ0NDQ0NDQ0NDR8TEw0SEg0TEw0SEg0TEw0SEg0TEw0SEiATDRINBgwMDAwMDAwMDBkME/2VPz99Pz4/AAAQAAD/qAPoA1IADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPAA/AEMARwE1S7AUUFhAZhsBCwMMAwtlAAwEBAxjGRcCFQUWBRVlGhgCFgYGFmMiFBEPBA0HDgcNZRMSEAMOCAgOYwkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSRtAbBsBCwMMAwsMbQAMBAMMBGsZFwIVBRYFFRZtGhgCFgYFFgZrIhQRDwQNBw4HDQ5tExIQAw4IBw4IawkBBB4cAgEdBAFfJB8jAx0ABRUdBV4ABgAHDQYHXyEBCAAACABdCgEDAwJWIAECAgwDSVlAVUREQEAtLRUVAABER0RHRkVAQ0BDQkE/Pjw7Ojk4NzY1NDMyMS0wLTAvLiwrKikoJyYlJCMiISAfHh0cGxoZFRgVGBcWFBMSERAPDg0ADAAMEzQlBRYrGQExFBYzITI2NREzEQUhFSEVIRUhFTUhFRMjNTMFMxUjETMVIzczFSM3MxUjNxUjNSUzFSM3MxUjNzMVIwEnMwU1MxUzNTMVIxwCcRwi+vxXAnH9jwJx/Y8Ccfq8vPzTPz8/P30/P30/P7w//ok/P30/P30/PwHVP3f8+T8+PwNS/JUcIyMcAjMBOD68u7z6vLwCcbw/Pv3NPj4+Pj4+Pj76Pj4+Pj4BcEX6Pz8/PwAGAAD/qAPoAxQAAwAHAAsADwAfACMAt0uwFFBYQEEAAAQBBABlDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTRtAQgAABAEEAAFtDAEBCgQBCmsACA4BCwYIC14ABgAHAwYHXgADAAIFAwJeDQEFAAQABQReAAoJCQpSAAoKCVkACQoJTVlAJiAgCAgAACAjICMiIR4bFhMPDg0MCAsICwoJBwYFBAADAAMRDwUVKzc1IRUlITUhHQEhPQEhFSETETQmIyEiBhURFBYzITI2AxEhEbwB9P4MAnH9jwJx/Y8CcbsiHPyVHCMjHANrHCI+/JWjPj76Pn0+Pvo+/c0C7hwjIh39EhwjIwMK/RIC7gAAAwAA/+cD6ALVAB8AIwAnAFtAWAACAwEBAAIBXgQOAgANAQoLAApeDA8CCwkBBQYLBWAIAQYHBwZSCAEGBgdWAAcGB0ogIAEAJyYlJCAjICMiIRoYFxYVFBMSEQ8KCAcGBQQDAgAfAR8QBRQrASE1MzUjFTMVIyIGFREUFjsBFSMVMzUjNSEyNjURNCYBETMRKQERIQOq/W9e+l6cGyQjHJxe+l4CkRwiI/x6nALP/W8CkQJYPz4+PyYY/okcIz4/Pz4jHAF3GCb+SwF3/okBdwAAAAAEAAD/sQNNAv8ABgAUABkAJACGQBceAQIFHRYOBwQDAhkDAgMAAwEBAQAER0uwElBYQCcABQIFbwACAwJvAAMAA28AAAEBAGMGAQEEBAFSBgEBAQRXAAQBBEsbQCYABQIFbwACAwJvAAMAA28AAAEAbwYBAQQEAVIGAQEBBFcABAEES1lAEgAAISAYFxAPCQgABgAGFAcFFSsXNycHFTMVATQjIgcBBhUUMzI3ATYnFwEjNQEUDwEnNzYyHwEWyzKDM0gBXwwFBP7RBA0FBAEvAx7o/jDoA00UXehdFDsWgxQHM4MzPEcCBgwE/tIEBgwEAS4Ecej+L+kBmh0VXelcFRWDFgAAAAADAAD/qAOqAxQABAAIAA8ARUBCCgEERQgGAgQFBG8ABQAFbwcBAAADAgADXgACAQECUgACAgFWAAECAUoJCQEACQ8JDw4NDAsIBwYFAwIABAEECQUUKyUhFSE1ByM1MwE3FyMRIxEB1f4rA6o/fX39cPr6nLyj+/t9PgG2+vr+xwE5AAAWAAAAAAPoAlgAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwDAQL0pDQsJBwUDBwEoDAoIBgQCBwAPAQBeAA8ADhEPDl4AEQAQExEQXgATABIVExJeABUAFBcVFF4AFwAWGRcWXgAZABgbGRheKyclIyEfHQcbGhobUisnJSMhHx0HGxsaViomJCIgHhwHGhsaSldWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIRERERERERERAsBR0rEzM1IxczNSMXMzUjFzM1IxczNSMXMzUjFzM1IwUzNSMFMzUjBTM1IwUzNSMFMzUjBTM1IwUzNSMXMzUjFzM1IxczNSMXMzUjFzM1IxczNSMTMzUjATM1Iz8+Pn0+Pn0+Pn0+Pn0+Pn0+Pn0+PvzTPz8Dqj4+/FY/PwOqPj78Vj8/A6o+PvzTPz99Pz99Pz99Pz99Pz99Pz99Pz8/Pj78Vj8/Aho+Pj4+Pj4+Pj4+Pj4+fT99Pn0/fT59P30+fT8/Pz8/Pz8/Pz8/Pz8Bdz7+DD8AAAAAAQAA/2oBigNSACAAKEAlBAEABQEFAAFtAwEBAgUBAmsABQUMSAACAg0CSRUhJRUhEwYFGisBFAYnIxEzMh4BDwEGIi8BJjQ2OwERIyImNj8BNjIfARYBiRYOR0cPFAIMjwoeCo8KFA9ISA4WAgmPCxwLjwsCnw4WAf3EFB4LjgsLjgseFAI8FB4LjgsLjgsABwAAAAAD6AJYAAMABwALAA8AGAAhACwCMbcqJyQDCQgBR0uwClBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ALUFhARAcBAwAKAAMKbQ0MEQMKCAAKYw8OAgsJAgULZQYBAgUJAgVrAAEAAAMBAF4QAQgACQsICWAABQQEBVIABQUEVwAEBQRLG0uwEVBYQE4HAQMACgADCm0RAQoMAApjDQEMCAAMYw8BDgkLBQ5lAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbS7ASUFhAUAcBAwAKAAMKbREBCgwACmMNAQwIAAwIaw8BDgkLCQ4LbQALAgULYwYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLG0uwE1BYQFEHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCBQtjBgECBQkCBWsAAQAAAwEAXhABCAAJDggJYAAFBAQFUgAFBQRXAAQFBEsbQFIHAQMACgADCm0RAQoMAAoMaw0BDAgADAhrDwEOCQsJDgttAAsCCQsCawYBAgUJAgVrAAEAAAMBAF4QAQgACQ4ICWAABQQEBVIABQUEVwAEBQRLWVlZWVlAIxoZERAsKykoJiUjIh4dGSEaIRUUEBgRGBEREREREREQEgUcKxMhNSEDMxEjEyE1KQEzESMFIgYUFjI2NCYnMhYUBiImNDYXMxU3MwcXIycVIz4Da/yVPj8/PwNr/JUDaz4+/dgiJydDJychMDk5YDo6yR9mKHF5KW0fAho+/ksBd/5KPwF3XzJWMjJWMhlAbEBAbEAEYGBqem5uAAAAAQAA/7QDDwMIADYAPUA6AAIFBgUCBm0ABgQFBgRrAAEAAwcBA2AABwAFAgcFYAAEAAAEVAAEBABYAAAEAEwmFyYlExUVIggFHCslFAYjIicBJjQ2MhcBFhQGIicBJiIGFhcBFjMyNjc0JwEmIyIGFB8BFhQGIi8BJjU0NjMyFwEWAw9YQUs4/k4/fLBAAVIFIhAG/q4sdFIBKgGxIy4kLgEk/rwOExAWDuUGJA8F5SNALTEiAUU3TUFYNwGyQK98P/6uBRAiBQFTK1R1K/5PJDAjLiMBRA4WIg/kBhAiBeUiMS5AJP68NgAAAAABAAD/sQPFAwsAfgBQQE1ZVDMDCAUXAQECAkcKAQYLCQcDBQgGBWAACAACAQgCYAwDAgEAAAFUDAMCAQEAWAQBAAEATHp5cG9rZWBfWFVPTkpEPjxlFjgUYA0FGSsFIiYiBiMiJjU0NjI2NzY9ATQnJiMhIg8BFBceATIWFxQGByImIgYjIiY1ND4CNzY1JxE3NiY0LgIjJi8BLgE3NDY3MhYyNjMyFhUUBiIGBwYVFxYzITI3Nj0BNCcuAjU0NjcyFjI2MzIWFRQGIgYHBhUTFBceATIWFxQGA6sZYjJiGQ4OEhogCRIBBxX+iBYHARUJIh4UAQ4NGmgxXhgNDhIWHgkSAQEBAgQECAUIER0MFgEMDhpoMGAWDg4SGh4JEwEHDwGGDgcBEwouHA4OGGQvYBgODhQYIgcUARMJIBwSAQxPBAQYDRESCAULQ9oMBQMD4E8NBQQQEg4YAQQEGA0REAQEBw1DHwHGDgwSGBgQFAUBAgEMFA4YAQQEGg0REAQFDE7EAgIGDLJODAYCDBYOGAEEBBoNERAEBQ1N/fJCDAYEEhAOGAAAAQAA/7ECyQMLACsALkArHQgCAQIBRwACAAEAAmUDAQEBbgAEAAAEVAAEBABYAAAEAEw9MxM4IwUFGSsBFRQGIyIHBgcGFREUBisBIiY1ESMRFAYrASImNREmJyYnJjU0Njc2MyEyFgLJFA4cAg8DAhQOPA4UUBIQPA4UUjdGJSRjQz6rAQsOFALpKRAkAQMOBh79fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3Jz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)
      format("embedded-opentype"),
    url(data:application/octet-stream;base64,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)
      format("woff2"),
    url(data:application/font-woff;base64,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)
      format("woff"),
    url(data:application/x-font-ttf;base64,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fQ4UFA4CqP1YDhQUDgEVBxohQ0FQXIUXFRQAAAACAAD/agNrA1IAGwAfAEdARAQCAgAPEA0DBQYABV4ODAIGCwkCBwgGB14DAQEBDEgKAQgIDQhJAAAfHh0cABsAGxoZGBcWFRQTEREREREREREREQUdKwE1IzcjByM3IwcjFTMHIxUzBzM3MwczNzM1IzcHIzczA2ucH30f+h99H9vLH6ycH30f+h99H9vLH5z6H/oB2336+vr6ffp9+vr6+n36+voAAAABAAAAAQAAH+a/t18PPPUACwPoAAAAANOqshAAAAAA06qyEAAA/2oD6ANSAAAACAACAAAAAAAAAAEAAANS/2oAAAPoAAD//wPoAAEAAAAAAAAAAAAAAAAAAAATA+gAAAPoAAADoAAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAANZAAAD6AAAA+gAAAGsAAAD6AAAAxEAAAPoAAACygAAA2sAAAAAAAABygK4AxQDhgSMBuIH6giCCOwJcAmyCpgK4AxCDLgNjA3kDjcAAQAAABMAiAAWAAAAAAACAI4AngBzAAABWwtwAAAAAAAAABIA3gABAAAAAAAAADUAAAABAAAAAAABABEANQABAAAAAAACAAcARgABAAAAAAADABEATQABAAAAAAAEABEAXgABAAAAAAAFAAsAbwABAAAAAAAGABEAegABAAAAAAAKACsAiwABAAAAAAALABMAtgADAAEECQAAAGoAyQADAAEECQABACIBMwADAAEECQACAA4BVQADAAEECQADACIBYwADAAEECQAEACIBhQADAAEECQAFABYBpwADAAEECQAGACIBvQADAAEECQAKAFYB3wADAAEECQALACYCNUNvcHlyaWdodCAoQykgMjAxNiBieSBvcmlnaW5hbCBhdXRob3JzIEAgZm9udGVsbG8uY29tZm9ybS1idWlsZGVyLWZvbnRSZWd1bGFyZm9ybS1idWlsZGVyLWZvbnRmb3JtLWJ1aWxkZXItZm9udFZlcnNpb24gMS4wZm9ybS1idWlsZGVyLWZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANgAgAGIA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)
      format("truetype"),
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9ybS1idWlsZGVyLWZvbnQiIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvcm0tYnVpbGRlci1mb250IiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJhdXRvY29tcGxldGUiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNMzc1IDUzOGg2M3YtNjNoLTYzdjYzeiBtLTEyNSA2MmgtNjJ2LTYyaDYydjYyeiBtMTI1IDBoLTYydi02Mmg2MnY2MnogbS0yNTAtNjJ2LTYzaDYzdjYzaC02M3ogbTYzLTEyNWg2MnY2MmgtNjJ2LTYyeiBtMTI1IDBoNjJ2NjJoLTYydi02MnogbS02MyAxMjV2LTYzaDYzdjYzaC02M3ogbS0xMjUtNTYzaDYzdjYzaC02M3YtNjN6IG0xMjUgMGg2M3Y2M2gtNjN2LTYzeiBtMTI1IDBoNjN2NjNoLTYzdi02M3ogbTE4OCA2M2gtNjN2LTYzaDYzdjYzeiBtNDM3IDU5M3YtMjUwYzAtNTAtNDQtOTMtOTQtOTNoLTMxdi0xODgtMTg4YzAtMzctMjUtNjItNjItNjJoLTc1MGMtMzggMC02MyAyNS02MyA2MnY3MTljMCA1MCA0NCA5NCA5NCA5NGgxODcgMjE5djMxIDMyaC02Mi02M3YzMSAzMWgxNTYgMTU3di0zMS0zMWgtNjMtNjJ2LTMyLTMxaDE4NyAxNTZjNTAgMCA5NC00NCA5NC05NHogbS0xODctNTMxaC0zNzUtMzc1di0xODhoNzUwdjE4OHogbS02MjUgNjN2NjJoLTYzdi02Mmg2M3ogbTEyNSAwdjYyaC02M3YtNjJoNjN6IG02MjUgNDY4YzAgMTktMTMgMzItMzIgMzJoLTM0M3YtMTU3LTE1NmgtMzItMzF2MzEgMzJoLTYydjYyaDYydjMxIDMyaC02MnY2Mmg2MnYzMSAzMmgtNDA2Yy0xOSAwLTMxLTEzLTMxLTMydi0yNTBjMC0xOCAxMi0zMSAzMS0zMWg0MDZ2LTYyaC0xMjV2LTMyLTMxaDE1NiAxNTd2MzEgMzJoLTEyNXY2MmgzNDNjMTkgMCAzMiAxMyAzMiAzMXYyNTB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjYWxlbmRhciIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik03MS03OWgxNjF2MTYxaC0xNjF2LTE2MXogbTE5NyAwaDE3OHYxNjFoLTE3OHYtMTYxeiBtLTE5NyAxOTdoMTYxdjE3OGgtMTYxdi0xNzh6IG0xOTcgMGgxNzh2MTc4aC0xNzh2LTE3OHogbS0xOTcgMjE0aDE2MXYxNjFoLTE2MXYtMTYxeiBtNDExLTQxMWgxNzl2MTYxaC0xNzl2LTE2MXogbS0yMTQgNDExaDE3OHYxNjFoLTE3OHYtMTYxeiBtNDI4LTQxMWgxNjF2MTYxaC0xNjF2LTE2MXogbS0yMTQgMTk3aDE3OXYxNzhoLTE3OXYtMTc4eiBtLTE5NiA0ODJ2MTYxcTAgNy02IDEydC0xMiA2aC0zNnEtNyAwLTEyLTZ0LTYtMTJ2LTE2MXEwLTcgNi0xM3QxMi01aDM2cTcgMCAxMiA1dDYgMTN6IG00MTAtNDgyaDE2MXYxNzhoLTE2MXYtMTc4eiBtLTIxNCAyMTRoMTc5djE2MWgtMTc5di0xNjF6IG0yMTQgMGgxNjF2MTYxaC0xNjF2LTE2MXogbTE4IDI2OHYxNjFxMCA3LTUgMTJ0LTEzIDZoLTM1cS04IDAtMTMtNnQtNS0xMnYtMTYxcTAtNyA1LTEzdDEzLTVoMzVxOCAwIDEzIDV0NSAxM3ogbTIxNSAzNnYtNzE1cTAtMjktMjItNTB0LTUwLTIxaC03ODZxLTI5IDAtNTAgMjF0LTIxIDUwdjcxNXEwIDI5IDIxIDUwdDUwIDIxaDcydjU0cTAgMzcgMjYgNjN0NjMgMjZoMzZxMzcgMCA2My0yNnQyNi02M3YtNTRoMjE0djU0cTAgMzcgMjcgNjN0NjMgMjZoMzVxMzcgMCA2My0yNnQyNy02M3YtNTRoNzFxMjkgMCA1MC0yMXQyMi01MHoiIGhvcml6LWFkdi14PSI5MjguNiIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJjaGVja2JveCIgdW5pY29kZT0iJiN4ZTgwMjsiIGQ9Ik04NDQgNTM4di01MDBjMC01MS00NC05NC05NC05NGgtNTYyYy01MCAwLTk0IDQzLTk0IDk0djU2MmMwIDUwIDQ0IDk0IDk0IDk0aDU2MmM0NCAwIDgxLTMxIDk0LTc1bDE1MCA4Ny0xNTAtMTY4eiBtLTYzLTc1bC0zMDAtMzYzLTMwNiA0MDYgMzA2LTEwMCAzMDAgMTgydjEyYzAgMTktMTIgMzEtMzEgMzFoLTU2MmMtMTkgMC0zMi0xMi0zMi0zMXYtNTYyYzAtMTkgMTMtMzIgMzItMzJoNTYyYzE5IDAgMzEgMTMgMzEgMzJ2NDI1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iY2hlY2tib3gtZ3JvdXAiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCA3ODhoMTAwMHY2MmgtMTAwMHYtNjJ6IG0wLTEyNWgxMDAwdjYyaC0xMDAwdi02MnogbTM3NS0xMjV2LTYzaDU2M3Y2M2gtNTYzeiBtNTYzLTU2M3Y2M2gtNTYzdi02M2g1NjN6IG0tNTYzIDI1MGg1NjN2NjNoLTU2M3YtNjN6IG0tMTI1LTEyNWwtMTU2LTk0LTk0IDMyIDk0LTEyNiAxNTYgMTg4eiBtMCAyNTBsLTE1Ni05NC05NCAzMiA5NC0xMjUgMTU2IDE4N3ogbTAgMjUwbC0xNTYtOTQtOTQgMzIgOTQtMTI1IDE1NiAxODd6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJyYWRpby1ncm91cCIgdW5pY29kZT0iJiN4ZTgwNDsiIGQ9Ik0wIDc4OGgxMDAwdjYyaC0xMDAwdi02MnogbTAtMTI1aDEwMDB2NjJoLTEwMDB2LTYyeiBtMzEzLTE4OGg2MjV2NjNoLTYyNXYtNjN6IG02MjUtMTg3aC02MjV2LTYzaDYyNXY2M3ogbTAtMzEzdjYzaC02MjV2LTYzaDYyNXogbS04NDQgNDM4Yy01MCAwLTk0IDQzLTk0IDkzczQ0IDk0IDk0IDk0IDk0LTQ0IDk0LTk0LTQ0LTkzLTk0LTkzeiBtMCAxMjVjLTE5IDAtMzEtMTMtMzEtMzJzMTItMzEgMzEtMzEgMzEgMTMgMzEgMzEtMTIgMzItMzEgMzJ6IG0wLTM4MmMtNTAgMC05NCA0NC05NCA5NHM0NCA5NCA5NCA5NCA5NC0zOCA5NC05NC00NC05NC05NC05NHogbTAgMTI1Yy0xOSAwLTMxLTEyLTMxLTMxczEyLTMxIDMxLTMxIDMxIDE5IDMxIDMxLTEyIDMxLTMxIDMxeiBtMC0zNjljLTUwIDAtOTQgNDQtOTQgOTRzNDQgOTQgOTQgOTQgOTQtNDQgOTQtOTQtNDQtOTQtOTQtOTR6IG0wIDEyNmMtMTkgMC0zMS0xMy0zMS0zMnMxMi0zMSAzMS0zMSAzMSAxMiAzMSAzMS0xMiAzMi0zMSAzMnoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJpY2gtdGV4dCIgdW5pY29kZT0iJiN4ZTgwNTsiIGQ9Ik05MzggNzg4aC04NzVjLTM4IDAtNjMtMjUtNjMtNjN2LTc1MGMwLTM4IDI1LTYzIDYzLTYzaDg3NWMzNyAwIDYyIDI1IDYyIDYzdjc1MGMwIDM4LTI1IDYzLTYyIDYzeiBtLTg3NS0xMzJoNTB2LTE4aC01MHYxOHogbTAtMzFoNTB2LTE5aC01MHYxOXogbTg3NS02NTBoLTg3NXY1NTZoODc1di01NTZ6IG0wIDU2OWgtODc1djE5aDg3NXYtMTl6IG0wIDMxaC04NzV2MTloNTB2LTEzaDkzdjEzaDgydi0xM2g4N3YxM2g4MXYtMTNoOTR2MTNoNzV2LTEzaDk0djEzaDgxdi0xM2g5NHYxM2g0NHYtMTl6IG0tNjU3IDUwdi0xOWgtNzV2MTloNzV6IG0tNzUgMTN2MThoODJ2LTE4aC04MnogbTI1MC0xM3YtMTloLTgxdjE5aDgxeiBtLTgxIDEzdjE4aDgxdi0xOGgtODF6IG0yNTAtMTN2LTE5aC03NXYxOWg3NXogbS03NSAxM3YxOGg3NXYtMThoLTc1eiBtMjUwLTEzdi0xOWgtODF2MTloODF6IG0tODEgMTN2MThoODF2LTE4aC04MXogbTIxOS0zMmgtNTB2MTloNTB2LTE5eiBtMCAzMmgtNTB2MThoNTB2LTE4eiBtMCAzMWgtNTB2NmgtOTR2LTEyaC04MXYxMmgtODh2LTEyaC03NXYxMmgtOTR2LTEyaC04MXYxMmgtOTR2LTEyaC03NXYxMmgtOTN2LTEyaC01MHYyNWg4NzV2LTE5eiBtMCAzMWgtODc1djE5aDg3NXYtMTl6IG0tNzUwLTYwMHY2M2g2MjV2LTYzaC02MjV6IG02MjUgMTI1aC02MjV2NjNoNjI1di02M3ogbS0xMjUgMTI1aC01MDB2NjNoNTAwdi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNlbGVjdCIgdW5pY29kZT0iJiN4ZTgwNjsiIGQ9Ik0wIDg1MHYtODc1aDBjMC0zOCAyNS02MyA2My02M2g2MjVjMzcgMCA2MiAyNSA2MiA2M2gwdjU2M2gyNTB2MzEyaC0xMDAweiBtNjMtNjJoNjI1di0xODhoLTYyNXYxODh6IG0wLTM3NWg2MjV2LTE4OGgtNjI1djE4OHogbTAtNDM4djE4OGg2MjV2LTE4OGgtNjI1eiBtODc1IDYyNWgtMTg4djE4OGgxODh2LTE4OHogbS04MTMgMTI1aDYzdi02MmgtNjN2NjJ6IG0wLTYyNWg2M3YtNjJoLTYzdjYyeiBtMTI1IDBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xODggMHYtNjJoLTYzdjYyaDYzeiBtLTQzOCAyNTBoNjN2LTYyaC02M3Y2MnogbTEyNSAwaDYzdi02MmgtNjN2NjJ6IG0xMjUgMGg2M3YtNjJoLTYzdjYyeiBtNDY5IDMwNmwtNjMgNjloMTE5bC01Ni02OXogbS03MTktMTgxdjYzaDYzdi02M2gtNjNsMCAweiBtMTI1IDB2NjNoNjN2LTYzaC02M2wwIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJ0ZXh0LWFyZWEiIHVuaWNvZGU9IiYjeGU4MDc7IiBkPSJNMTg4IDE2M3Y2Mmg1MDB2LTYyaC01MDBsMCAweiBtMCAyNTBoNjI1djYyaC02MjV2LTYybDAgMHogbTAtNjN2LTYyaDYyNXY2MmgtNjI1bDAgMHogbTYyNSAyNTBoLTYyNXYtNjJoNjI1djYybDAgMHogbTE4Ny02MjV2NzUwYzAgMzgtMjUgNjMtNjIgNjNoLTg3NWMtMzggMC02My0yNS02My02M3YtNzUwYzAtMzggMjUtNjMgNjMtNjNoODc1YzM3IDAgNjIgMjUgNjIgNjN6IG0tNjIgNzUwdi03NTBoLTg3NXY3NTBoODc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0idGV4dC1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwODsiIGQ9Ik05MzggNjAwaC02NTd2NjNoOTR2NjJoLTk0LTYyLTk0di02Mmg5NHYtNjNoLTE1NmMtMzggMC02My0zMS02My02MnYtMzc1YzAtMzggMjUtNjMgNjMtNjNoMTU2di02MmgtOTR2LTYzaDI1MHY2M2gtOTR2NjJoNjU3YzM3IDAgNjIgMjUgNjIgNjN2Mzc1YzAgMzEtMjUgNjItNjIgNjJ6IG0tODc1LTQzN3YzNzVoMTU2di0zNzVoLTE1NnogbTg3NSAwaC02NTd2Mzc1aDY1N3YtMzc1eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGVuY2lsIiB1bmljb2RlPSImI3hlODA5OyIgZD0iTTIwMy03bDUwIDUxLTEzMSAxMzEtNTEtNTF2LTYwaDcydi03MWg2MHogbTI5MSA1MThxMCAxMi0xMiAxMi01IDAtOS00bC0zMDMtMzAycS00LTQtNC0xMCAwLTEyIDEzLTEyIDUgMCA5IDRsMzAzIDMwMnEzIDQgMyAxMHogbS0zMCAxMDdsMjMyLTIzMi00NjQtNDY1aC0yMzJ2MjMzeiBtMzgxLTU0cTAtMjktMjAtNTBsLTkzLTkzLTIzMiAyMzMgOTMgOTJxMjAgMjEgNTAgMjEgMjkgMCA1MS0yMWwxMzEtMTMxcTIwLTIyIDIwLTUxeiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZpbGUtaW5wdXQiIHVuaWNvZGU9IiYjeGU4MGE7IiBkPSJNNDY5IDE2M2gtNDY5di0yNTFoOTM4djI1MWgtNDY5eiBtNDA2LTEyNWgtMTI1djYyaDEyNXYtNjJ6IG0tNjU2IDUwMGwyNTAgMjUwIDI1MC0yNTBoLTE1NnYtMzEzaC0xODh2MzEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iaGlkZGVuLWlucHV0IiB1bmljb2RlPSImI3hlODBiOyIgZD0iTTYzIDUzOGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbTEyNSAwbDYyIDAgMCA2Mi02MiAweiBtMTI1IDBsNjIgMCAwIDYyLTYyIDB6IG0xMjUgMGw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG05MzgtNjJsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTYzbDYzIDAgMCA2My02MyAweiBtOTM4LTYybDYyIDAgMCA2Mi02MiAweiBtLTkzOC02M2w2MyAwIDAgNjMtNjMgMHogbTkzOC02Mmw2MiAwIDAgNjItNjIgMHogbS04MTMtNjNsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG0xMjUgMGw2MyAwIDAgNjMtNjMgMHogbTEyNSAwbDYzIDAgMCA2My02MyAweiBtMTI1IDBsNjMgMCAwIDYzLTYzIDB6IG02MyA0MzhsNjIgMCAwIDYyLTYyIDB6IG0tOTM4LTQzOGw2MyAwIDAgNjMtNjMgMHoiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InJlc2l6ZS12ZXJ0aWNhbCIgdW5pY29kZT0iJiN4ZTgwYzsiIGQ9Ik0zOTMgNjcxcTAtMTQtMTEtMjV0LTI1LTEwaC03MXYtNTcyaDcxcTE1IDAgMjUtMTB0MTEtMjUtMTEtMjZsLTE0My0xNDJxLTEwLTExLTI1LTExdC0yNSAxMWwtMTQzIDE0MnEtMTAgMTEtMTAgMjZ0MTAgMjUgMjUgMTBoNzJ2NTcyaC03MnEtMTQgMC0yNSAxMHQtMTAgMjUgMTAgMjZsMTQzIDE0MnExMSAxMSAyNSAxMXQyNS0xMWwxNDMtMTQycTExLTExIDExLTI2eiIgaG9yaXotYWR2LXg9IjQyOC42IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImJ1dHRvbi1pbnB1dCIgdW5pY29kZT0iJiN4ZTgwZDsiIGQ9Ik02MiA1MzhsODc1IDAgMCA2Mi04NzUgMHogbS02Mi0zNzVsNjMgMCAwIDM3NS02MyAweiBtNjMtNjNsODc1IDAgMCA2My04NzUgMHogbTg3NSA2M2w2MiAwIDAgMzc1LTYyIDB6IG0tNTUyIDI4MHEtMzQgMC01NC0yNS0xOS0yNS0xOS02OCAwLTQzIDE5LTY4IDIwLTI1IDU0LTI1IDMzIDAgNTMgMjUgMTkgMjUgMTkgNjggMCA0My0xOSA2OC0yMCAyNS01MyAyNXogbTAgMjVxNDggMCA3Ni0zMiAyOS0zMiAyOS04NiAwLTU0LTI5LTg2LTI4LTMyLTc2LTMyLTQ4IDAtNzcgMzItMjkgMzItMjkgODYgMCA1NCAyOSA4NiAyOSAzMiA3NyAzMnogbTE1My00bDMxIDAgMC05NiAxMDIgOTYgNDAgMC0xMTMtMTA2IDEyMS0xMjItNDEgMC0xMDkgMTEwIDAtMTEwLTMxIDAgMCAyMjh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJhdHRhY2giIHVuaWNvZGU9IiYjeGU4MGU7IiBkPSJNNzgzIDc3cTAtNjUtNDQtMTA5dC0xMDktNDRxLTc1IDAtMTMxIDU1bC00MzQgNDM0cS02MyA2NC02MyAxNTEgMCA4OCA2MiAxNTB0MTUwIDYycTg4IDAgMTUyLTYzbDMzOC0zMzhxNS01IDUtMTIgMC05LTE3LTI2dC0yNi0xN3EtNyAwLTEzIDVsLTMzOCAzMzlxLTQ0IDQzLTEwMSA0My01OSAwLTEwMC00MnQtNDAtMTAxcTAtNTggNDItMTAxbDQzMy00MzNxMzUtMzYgODEtMzYgMzYgMCA1OSAyNHQyNCA1OXEwIDQ2LTM2IDgxbC0zMjQgMzI0cS0xNCAxNC0zMyAxNC0xNiAwLTI3LTExdC0xMS0yN3EwLTE4IDE0LTMzbDIyOS0yMjhxNi02IDYtMTMgMC05LTE4LTI2dC0yNi0xN3EtNyAwLTEyIDVsLTIyOSAyMjlxLTM1IDM0LTM1IDgzIDAgNDYgMzIgNzh0NzcgMzJxNDkgMCA4My0zNmwzMjUtMzI0cTU1LTU0IDU1LTEzMXoiIGhvcml6LWFkdi14PSI3ODUuNyIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWFkZXIiIHVuaWNvZGU9IiYjeGU4MGY7IiBkPSJNOTM5LTc5cS0yNSAwLTc0IDJ0LTc1IDJxLTI0IDAtNzMtMnQtNzQtMnEtMTQgMC0yMSAxMnQtNyAyNXEwIDE3IDkgMjZ0MjIgOSAyOSA0IDI1IDlxMTggMTEgMTggNzhsMCAyMThxMCAxMi0xIDE3LTcgMy0yOCAzaC0zNzZxLTIyIDAtMjktMyAwLTUgMC0xN2wtMS0yMDdxMC03OSAyMS05MiA5LTUgMjYtN3QzMi0yIDI1LTggMTEtMjZxMC0xNC03LTI2dC0yMC0xM3EtMjYgMC03OCAydC03NyAycS0yNCAwLTcxLTJ0LTcxLTJxLTEzIDAtMjAgMTJ0LTcgMjVxMCAxNyA5IDI1dDIwIDEwIDI2IDQgMjQgOXExOCAxMyAxOCA4MGwtMSAzMXY0NTRxMCAyIDEgMTR0MCAyMS0xIDIxLTIgMjQtNCAyMC02IDE4LTkgMTBxLTggNS0yNSA2dC0yOSAyLTIzIDctMTAgMjZxMCAxNCA2IDI2dDIwIDEzcTI2IDAgNzgtMnQ3Ny0ycTIzIDAgNzEgMnQ3MCAycTE0IDAgMjEtMTN0Ny0yNnEwLTE3LTktMjV0LTIyLTgtMjgtMi0yNC03cS0xOS0xMi0xOS05MGwxLTE3OHEwLTEyIDAtMTggNy0yIDIyLTJoMzkwcTE0IDAgMjEgMiAxIDYgMSAxOGwwIDE3OHEwIDc4LTE5IDkwLTEwIDYtMzMgN3QtMzcgNy0xNCAyOHEwIDE0IDcgMjZ0MjEgMTNxMjQgMCA3NC0ydDczLTJxMjQgMCA3MiAydDcyIDJxMTQgMCAyMS0xM3Q3LTI2cTAtMTctMTAtMjV0LTIyLTgtMjktMi0yNC03cS0yMC0xMy0yMC05MGwxLTUyNnEwLTY2IDE5LTc4IDktNiAyNS04dDMwLTIgMjMtOSAxMC0yNXEwLTE0LTYtMjZ0LTIwLTEzeiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0icGFyYWdyYXBoIiB1bmljb2RlPSImI3hlODEwOyIgZD0iTTcxMyA3NDV2LTQxcTAtMTYtMTAtMzR0LTI0LTE4cS0yOCAwLTMwLTEtMTUtMy0xOC0xNy0yLTYtMi0zNnYtNjQzcTAtMTQtMTAtMjR0LTI0LTEwaC02MHEtMTQgMC0yNCAxMHQtMTAgMjR2NjgwaC04MHYtNjgwcTAtMTQtOS0yNHQtMjUtMTBoLTYwcS0xNCAwLTI0IDEwdC0xMCAyNHYyNzdxLTgyIDctMTM3IDMzLTcwIDMzLTEwNyAxMDAtMzYgNjUtMzYgMTQ1IDAgOTIgNTAgMTU5IDQ5IDY2IDExNiA4OSA2MiAyMSAyMzMgMjFoMjY3cTE0IDAgMjQtMTB0MTAtMjR6IiBob3Jpei1hZHYteD0iNzE0LjMiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ibnVtYmVyIiB1bmljb2RlPSImI3hlODExOyIgZD0iTTg3NSA0NzV2MTI1aC0xNTZsMzEgMjUwaC0xMjVsLTMxLTI1MGgtMjUwbDMxIDI1MGgtMTI1bC0zMS0yNTBoLTIxOXYtMTI1aDIwM2wtMzEtMjUwaC0xNzJ2LTEyNWgxNTZsLTMxLTI1MGgxMjVsMzEgMjUwaDI1MGwtMzEtMjUwaDEyNWwzMSAyNTBoMjE5djEyNWgtMjAzbDMxIDI1MGgxNzJ6IG0tMzI4LTI1MGgtMjUwbDMxIDI1MGgyNTBsLTMxLTI1MHoiIGhvcml6LWFkdi14PSI4NzUiIC8+CjwvZm9udD4KPC9kZWZzPgo8L3N2Zz4=)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.form-builder-wrap [class^="icon-"]:before,
.form-builder-wrap [class*=" icon-"]:before,
.amform-form [class^="icon-"]:before,
.amform-form [class*=" icon-"]:before {
  font-family: "form-builder-font";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-autocomplete:before {
  content: "\e800";
}
.icon-calendar:before {
  content: "\e801";
}
.icon-checkbox:before {
  content: "\e802";
}
.icon-checkbox-group:before {
  content: "\e803";
}
.icon-radio-group:before {
  content: "\e804";
}
.icon-rich-text:before {
  content: "\e805";
}
.icon-select:before {
  content: "\e806";
}
.icon-text-area:before {
  content: "\e807";
}
.icon-text-input:before {
  content: "\e808";
}
.icon-pencil:before {
  content: "\e809";
}
.icon-file-input:before {
  content: "\e80a";
}
.icon-hidden-input:before {
  content: "\e80b";
}
.icon-resize-vertical:before {
  content: "\e80c";
}
.icon-button-input:before {
  content: "\e80d";
}
.icon-attach:before {
  content: "\e80e";
}
.icon-header:before {
  content: "\e80f";
}
.icon-paragraph:before {
  content: "\e810";
}
.icon-number:before {
  content: "\e811";
}
@-webkit-keyframes PLACEHOLDER {
  0% {
    height: 1px;
  }
  100% {
    height: 15px;
  }
}
@keyframes PLACEHOLDER {
  0% {
    height: 1px;
  }
  100% {
    height: 15px;
  }
}
.cb-wrap {
  float: right;
  width: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.cb-wrap.pull-left .form-actions {
  float: left;
}
.cb-wrap h4 {
  margin-top: 0;
  color: #666;
}
.cb-wrap .save:hover {
  color: #08fe00;
}
@media (max-width: 481px) {
  .cb-wrap {
    width: 64px;
  }
  .cb-wrap h4 {
    display: none;
  }
}
.frmb-control.sort-enabled li.ui-state-highlight {
  box-shadow: none;
  height: 0;
  width: 100%;
  background: -webkit-radial-gradient(
    center ellipse,
    #545454 0%,
    transparent 75%
  );
  background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
  border: 0 none;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  visibility: visible;
  overflow: hidden;
  margin: 1px 0 3px;
  -webkit-animation: PLACEHOLDER 0.25s forwards;
  animation: PLACEHOLDER 0.25s forwards;
}
.frmb-control li {
  cursor: move;
  list-style: none;
  box-shadow: 0 0 1px 0 inset;
  padding: 10px;
  text-align: left;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.frmb-control li:hover {
  background-color: #f2f2f2;
}
.frmb-control li.ui-sortable-helper {
  border-radius: 5px;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  box-shadow: 2px 2px 6px 0 #666;
  border: 1px solid #fff;
}
.frmb-control li.ui-state-highlight {
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.frmb-control li.moving {
  opacity: 0.6;
}
.frmb-control li.fb-separator {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  cursor: default;
}
@media (max-width: 481px) {
  .frmb-control li:before {
    font-size: 30px;
  }
  .frmb-control li span {
    display: none;
  }
}
.frmb-control {
  margin: 0;
  padding: 0;
}
.fb-mobile .form-actions {
  width: 100%;
}
.fb-mobile .form-actions button {
  width: 100%;
  font-size: 0.85em !important;
  display: block !important;
  border-radius: 0 !important;
  margin-top: -1px;
  margin-left: 0 !important;
}
.fb-mobile .form-actions button:first-child {
  border-radius: 5px 5px 0 0 !important;
  margin-top: 0 !important;
  border-bottom: 0 none;
}
.fb-mobile .form-actions button:last-child {
  border-radius: 0 0 5px 5px !important;
}
.form-actions {
  float: right;
  margin-top: 5px;
}
.form-actions .clear-all:hover {
  color: #fff !important;
}
[id^="frmb-"][id$="-form-wrap"] .empty .frmb {
  border: 3px dashed #ccc;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.25);
}
[id^="frmb-"][id$="-form-wrap"] .stage-wrap {
  position: relative;
  float: left;
  width: 49%;
  margin-right: 1%;
}
[id^="frmb-"][id$="-form-wrap"] .stage-wrap.pull-right .frmb {
  margin: 0 0 0 6px;
}
@media (max-width: 481px) {
  [id^="frmb-"][id$="-form-wrap"] .stage-wrap {
    width: calc(100% - 64px);
  }
}
[id^="frmb-"][id$="-form-wrap"] .stage-wrap .action-links {
  width: calc(100% - 141px);
  display: none;
  float: right;
  overflow: hidden;
  text-align: right;
}
[id^="frmb-"][id$="-form-wrap"] .stage-wrap.empty:after {
  content: attr(data-content);
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1em;
}
[id^="frmb-"][id$="-form-wrap"] .stage-wrap .action-links .active {
  font-weight: 700;
  color: #000;
}
.field-label-container {
  min-height: 20px;
}
li.editing .field-label-container {
  background-color: #41475d;
  min-height: 40px;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
li.editing .field-actions {
  display: none !important;
}
[id^="frmb-"][id$="-form-wrap"] .frmb {
  list-style-type: none;
  min-height: 200px;
  margin: 0 6px 0 0;
  padding: 0;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
[id^="frmb-"][id$="-form-wrap"] .frmb.removing {
  overflow: hidden;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li {
  position: relative;
  padding: 0;
  min-height: 33px;
  clear: both;
  margin-left: 0;
  margin-bottom: 3px;
  background-color: #fff;
  -webkit-transition: background-color 0.25s ease-in-out, margin-top 0.4s;
  transition: background-color 0.25s ease-in-out, margin-top 0.4s;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li:hover .field-actions {
  opacity: 1;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.hidden-field {
  background-color: rgba(255, 255, 255, 0.6);
}
[id^="frmb-"][id$="-form-wrap"] .frmb li:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
[id^="frmb-"][id$="-form-wrap"]
  .frmb
  li:first-child
  .field-actions
  .btn:last-child {
  border-radius: 0 5px 0 0;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li:hover {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
[id^="frmb-"][id$="-form-wrap"] .frmb li:hover li :hover {
  background-color: #fefefe;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.no-fields label {
  font-weight: 400;
}
@keyframes PLACEHOLDER {
  0% {
    height: 0;
  }
  100% {
    height: 15px;
  }
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.frmb-placeholder,
[id^="frmb-"][id$="-form-wrap"] .frmb li.ui-state-highlight {
  height: 0;
  padding: 0;
  background: -webkit-radial-gradient(
    center ellipse,
    #545454 0%,
    transparent 75%
  );
  background: radial-gradient(ellipse at center, #545454 0%, transparent 75%);
  border: 0 none;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  visibility: visible;
  overflow: hidden;
  margin-bottom: 3px;
  -webkit-animation: PLACEHOLDER 0.25s forwards;
  animation: PLACEHOLDER 0.25s forwards;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.moving,
[id^="frmb-"][id$="-form-wrap"] .frmb li.ui-sortable-helper {
  -webkit-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  box-shadow: 2px 2px 6px 0 #666;
  border: 1px solid #fff;
  border-radius: 5px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.disabled {
  z-index: 1;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.disabled [type="checkbox"] {
  float: left;
  margin-right: 10px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.disabled h2 {
  border-bottom: 0 none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.disabled label {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.disabled .prev-holder {
  cursor: default;
  line-height: 28px;
  padding-left: 5px;
}
.frmb li .top-close-field {
  display: none;
}
.frmb li.editing .top-close-field {
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 20px;
  padding: 0 5px 2px;
  cursor: pointer;
  border-radius: 1px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li .form-elements .close-field {
  position: absolute;
  padding: 5px 20px;
  background-color: #1f8295;
  color: #fff;
  font-size: larger;
  left: 50%;
  bottom: 12px;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li .form-elements .close-field:hover {
  background: #2a9cb0;
  text-decoration: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li .close-field:hover {
  text-decoration: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field h1,
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field h2,
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field h3,
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field p,
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field canvas,
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field output,
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field address,
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field blockquote,
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field .prev-holder,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field h1,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field h2,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field h3,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field p,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field canvas,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field output,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field address,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field blockquote,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field .prev-holder,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field h1,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field h2,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field h3,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field p,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field canvas,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field output,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field address,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field blockquote,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field .prev-holder {
  margin: 0;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field .field-label,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field .field-label,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field .field-label {
  display: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.button-field.editing .field-label,
[id^="frmb-"][id$="-form-wrap"] .frmb li.header-field.editing .field-label,
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field.editing .field-label {
  display: block;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.paragraph-field .fld-label {
  min-height: 150px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.deleting,
[id^="frmb-"][id$="-form-wrap"] .frmb li.delete:hover,
[id^="frmb-"][id$="-form-wrap"] .frmb li:hover li.delete:hover {
  background-color: #fdd;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.deleting .close-field,
[id^="frmb-"][id$="-form-wrap"] .frmb li.delete:hover .close-field,
[id^="frmb-"][id$="-form-wrap"] .frmb li:hover li.delete:hover .close-field {
  background-color: #fdd;
}
[id^="frmb-"][id$="-form-wrap"] .frmb li.deleting {
  z-index: 20;
  pointer-events: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb.disabled {
  padding: 0 5px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb.disabled :hover {
  border-color: transparent;
}
[id^="frmb-"][id$="-form-wrap"] .frmb.disabled .form-element {
  float: none;
  margin-bottom: 10px;
  overflow: visible;
  padding: 5px 0;
  position: relative;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .frm-holder {
  display: none;
  position: relative;
  top: -12px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .tooltip {
  left: 20px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder {
  display: block;
  margin-top: 12px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder .form-group > label {
  display: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder input[type="color"] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder input[type="date"] {
  width: auto;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder select[multiple] {
  height: auto;
  overflow: auto;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder label {
  font-weight: 400;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder input[type="number"] {
  width: auto;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder input[type="checkbox"],
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder input[type="radio"] {
  margin-right: 5px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .prev-holder input[type="color"] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .required-asterisk {
  display: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .legend {
  color: #666;
  margin-bottom: 5px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .disabled .field-label {
  display: block;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-actions {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-actions a:hover {
  text-decoration: none;
  color: #000;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-actions .btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border-color: #b3b3b3;
  background-color: rgba(255, 255, 255, 0.75);
  color: #b3b3b3;
  line-height: 32px;
  font-size: 16px;
  border-width: 0 0 1px 1px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-actions .btn:first-child {
  border-bottom-left-radius: 5px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-actions .toggle-form {
  font-size: 0.85em;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-actions .toggle-form:hover {
  background-color: #65aac6;
  color: #fff;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-actions .copy-button:hover {
  background-color: #6fc665;
  color: #fff;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-actions .del-button:hover {
  background-color: #c66865;
  color: #fff;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .option-actions {
  text-align: left;
  margin-top: 10px;
  width: 99%;
  margin-left: 11px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .option-actions button,
[id^="frmb-"][id$="-form-wrap"] .frmb .option-actions a {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  color: #000;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .option-actions button:hover,
[id^="frmb-"][id$="-form-wrap"] .frmb .option-actions a:hover {
  background: #f1f1f1;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .option-actions a:hover {
  text-decoration: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .sortable-options-wrap {
  width: 74%;
  display: inline-block;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .sortable-options-wrap label {
  font-weight: 400;
}
@media (max-width: 481px) {
  [id^="frmb-"][id$="-form-wrap"] .frmb .sortable-options-wrap {
    display: block;
    width: 100%;
  }
}
[id^="frmb-"][id$="-form-wrap"] .frmb ol.sortable-options {
  display: inline-block;
  width: 99%;
  max-height: 500px;
  overflow-y: auto;
  margin-left: 11px;
  background: #b3b3b3;
  margin-bottom: 0;
  border-radius: 5px;
  list-style: none;
  padding: 0;
}
[id^="frmb-"][id$="-form-wrap"]
  .frmb
  ol.sortable-options
  li:not(.touch-disabled) {
  cursor: move;
  margin: 1px;
}
.touch-disabled {
  cursor: default;
}
[id^="frmb-"][id$="-form-wrap"]
  .frmb
  ol.sortable-options
  li:nth-child(1)
  .remove {
  display: none;
}
[id^="frmb-"][id$="-form-wrap"]
  .frmb
  ol.sortable-options
  li.dependent-field
  .remove {
  display: block;
}
[id^="frmb-"][id$="-form-wrap"] .frmb ol.sortable-options li .remove {
  position: absolute;
  opacity: 1;
  right: 7px;
  height: 17px;
  width: 17px;
  line-height: 17px;
  text-align: center;
  top: 8px;
  font-size: 18px;
  padding: 0;
  color: #c10000;
}
[id^="frmb-"][id$="-form-wrap"] .frmb ol.sortable-options li .remove:hover {
  background-color: #c10000;
  text-decoration: none;
  color: #fff;
}
[id^="frmb-"][id$="-form-wrap"]
  .frmb
  ol.sortable-options
  input[type="checkbox"],
[id^="frmb-"][id$="-form-wrap"] .frmb ol.sortable-options input[type="radio"] {
  margin: 0 0 3px 3px;
  width: 5%;
}
[id^="frmb-"][id$="-form-wrap"] .frmb ol.sortable-options input[type="text"] {
  width: calc(44.5% - 17px);
  margin: 0 1%;
  float: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-field .form-group {
  width: 100%;
  clear: left;
  float: none;
}
[id^="frmb-"][id$="-form-wrap"]
  .frmb
  .form-elements
  .field-options
  .add-area
  .add {
  clear: both;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .col-md-6 .form-elements,
[id^="frmb-"][id$="-form-wrap"] .frmb .col-md-8 .form-elements {
  width: 100%;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .field-options .add-area .add {
  clear: both;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements {
  padding: 10px 10px 40px;
  background: #f7f7f7;
  border-radius: 3px;
  margin: 12px 0 0;
  border: 1px solid #d7d7d7;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .input-wrap {
  width: 73%;
  margin-left: 2%;
  float: left;
}
[id^="frmb-"][id$="-form-wrap"]
  .frmb
  .form-elements
  .input-wrap
  > input[type="checkbox"] {
  margin-top: 8px;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .btn-group {
  margin-left: 2%;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="text"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="number"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="date"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="color"],
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements textarea,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements select {
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  padding: 6px 12px;
  border: 1px solid #afafab;
  background-color: #fff;
}
@media (max-width: 481px) {
  [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .input-wrap {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements input[type="number"] {
  width: auto;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .btn-group {
  margin-left: 2%;
}
.col-md-6 [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label,
.col-md-8 [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label,
.col-md-6 [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label,
.col-md-8 [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label {
  display: block;
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label:first-child,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label:first-child {
  width: 25%;
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  font-weight: 700;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
@media (max-width: 481px) {
  [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label:first-child,
  [id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label:first-child {
    display: block;
    width: auto;
    float: none;
    text-align: left;
  }
  [id^="frmb-"][id$="-form-wrap"]
    .frmb
    .form-elements
    .false-label:first-child.empty-label,
  [id^="frmb-"][id$="-form-wrap"]
    .frmb
    .form-elements
    label:first-child.empty-label {
    display: none;
  }
}
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label.multiple,
[id^="frmb-"][id$="-form-wrap"]
  .frmb
  .form-elements
  .false-label.required-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label.toggle-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label.roles-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements .false-label.other-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label.multiple,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label.required-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label.toggle-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label.roles-label,
[id^="frmb-"][id$="-form-wrap"] .frmb .form-elements label.other-label {
  text-align: left;
  float: none;
  margin-bottom: -3px;
  font-weight: 400;
  width: calc(81.3333% - 23px);
}
[id^="frmb-"][id$="-form-wrap"].fb-mobile .field-actions {
  opacity: 1;
}
[id^="frmb-"][id$="-form-wrap"] *[tooltip] {
  position: relative;
}
[id^="frmb-"][id$="-form-wrap"] *[tooltip]:hover:after {
  background: #262626;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px 5px 5px 0;
  bottom: 23px;
  color: #fff;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 230px;
  text-shadow: none;
  font-size: 12px;
  line-height: 1.5em;
  cursor: default;
}
[id^="frmb-"][id$="-form-wrap"] *[tooltip]:hover:before {
  border: solid;
  border-color: #222 transparent;
  border-width: 6px 6px 0;
  bottom: 17px;
  content: "";
  left: 2px;
  position: absolute;
  z-index: 99;
  cursor: default;
}
[id^="frmb-"][id$="-form-wrap"] .tooltip-element {
  display: inline;
  visibility: visible;
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
  cursor: default;
}
.kc-toggle {
  position: relative;
  margin: 4px 0 0 2px;
  width: 60px;
  height: 21px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e9e9e9;
  border: 1px solid #cbcbcb;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kc-toggle .kct-inner {
  position: absolute;
  top: 0;
  left: -28px;
  width: 115px;
  height: 100%;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}
.kc-toggle.on .kct-inner {
  background: #e2e2e2;
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #fff 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #fff 100%);
  left: 0;
}
.kc-toggle input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.kc-toggle .kct-on {
  color: #0e880e;
}
.kct-off {
  color: #666;
}
.kct-on,
.kct-off,
.kct-handle {
  width: 28px;
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  float: left;
}
.kct-on,
.kct-off {
  position: relative;
}
.kct-handle {
  position: relative;
  height: 17px;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #cecece 100%);
  background: linear-gradient(to bottom, #fff 0%, #cecece 100%);
  border: 1px solid #999;
  font-weight: 100;
  color: #4b4b4b;
  text-shadow: none;
  border-radius: 3px;
  margin: 1px;
}
[id^="frmb-"][id$="-form-wrap"] * {
  box-sizing: border-box;
}
[id^="frmb-"][id$="-form-wrap"] button,
[id^="frmb-"][id$="-form-wrap"] input,
[id^="frmb-"][id$="-form-wrap"] select,
[id^="frmb-"][id$="-form-wrap"] textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[id^="frmb-"][id$="-form-wrap"] input {
  line-height: normal;
}
[id^="frmb-"][id$="-form-wrap"] button,
[id^="frmb-"][id$="-form-wrap"] input,
[id^="frmb-"][id$="-form-wrap"] optgroup,
[id^="frmb-"][id$="-form-wrap"] select,
[id^="frmb-"][id$="-form-wrap"] textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
[id^="frmb-"][id$="-form-wrap"] textarea {
  overflow: auto;
}
[id^="frmb-"][id$="-form-wrap"] button,
[id^="frmb-"][id$="-form-wrap"] input,
[id^="frmb-"][id$="-form-wrap"] select,
[id^="frmb-"][id$="-form-wrap"] textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[id^="frmb-"][id$="-form-wrap"] textarea {
  width: 400px;
}
[id^="frmb-"][id$="-form-wrap"] .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
[id^="frmb-"][id$="-form-wrap"] .btn-group > .btn {
  position: relative;
  float: left;
}
[id^="frmb-"][id$="-form-wrap"]
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[id^="frmb-"][id$="-form-wrap"]
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
[id^="frmb-"][id$="-form-wrap"] .btn-group .btn + .btn,
[id^="frmb-"][id$="-form-wrap"] .btn-group .btn + .btn-group,
[id^="frmb-"][id$="-form-wrap"] .btn-group .btn-group + .btn,
[id^="frmb-"][id$="-form-wrap"] .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
[id^="frmb-"][id$="-form-wrap"] .btn-group > .btn:last-child:not(:first-child),
[id^="frmb-"][id$="-form-wrap"] .btn-group > .dropdown-toggle:not(:first-child),
[id^="frmb-"][id$="-form-wrap"]
  .btn-group
  .input-group
  .form-control:last-child,
[id^="frmb-"][id$="-form-wrap"] .btn-group .input-group-addon:last-child,
[id^="frmb-"][id$="-form-wrap"]
  .btn-group
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn,
[id^="frmb-"][id$="-form-wrap"]
  .btn-group
  .input-group-btn:first-child
  > .btn:not(:first-child),
[id^="frmb-"][id$="-form-wrap"] .btn-group .input-group-btn:last-child > .btn,
[id^="frmb-"][id$="-form-wrap"]
  .btn-group
  .input-group-btn:last-child
  > .btn-group
  > .btn,
[id^="frmb-"][id$="-form-wrap"]
  .btn-group
  .input-group-btn:last-child
  > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[id^="frmb-"][id$="-form-wrap"] .btn-group > .btn.active,
[id^="frmb-"][id$="-form-wrap"] .btn-group > .btn:active,
[id^="frmb-"][id$="-form-wrap"] .btn-group > .btn:focus,
[id^="frmb-"][id$="-form-wrap"] .btn-group > .btn:hover {
  z-index: 2;
}
[id^="frmb-"][id$="-form-wrap"] .btn {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
[id^="frmb-"][id$="-form-wrap"] .btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
[id^="frmb-"][id$="-form-wrap"] .btn.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
[id^="frmb-"][id$="-form-wrap"] .btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
[id^="frmb-"][id$="-form-wrap"] .btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
[id^="frmb-"][id$="-form-wrap"] .btn.active,
[id^="frmb-"][id$="-form-wrap"] .btn.btn-active,
[id^="frmb-"][id$="-form-wrap"] .btn:active {
  background-image: none;
}
[id^="frmb-"][id$="-form-wrap"] .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}
[id^="frmb-"][id$="-form-wrap"] .btn-primary:hover,
[id^="frmb-"][id$="-form-wrap"] .btn-primary:active,
[id^="frmb-"][id$="-form-wrap"] .btn-primary.active,
[id^="frmb-"][id$="-form-wrap"] .btn-primary.btn-active {
  background-color: #286090;
  border-color: #204d74;
}
[id^="frmb-"][id$="-form-wrap"] .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}
[id^="frmb-"][id$="-form-wrap"] .btn-danger:hover,
[id^="frmb-"][id$="-form-wrap"] .form-actions .clear-all:hover,
.form-actions [id^="frmb-"][id$="-form-wrap"] .clear-all:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
[id^="frmb-"][id$="-form-wrap"] .btn-default {
  background-color: #fff;
  border-color: #ccc;
}
[id^="frmb-"][id$="-form-wrap"] .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
[id^="frmb-"][id$="-form-wrap"] .btn-success:hover {
  background-color: #449d44;
  border-color: #398439;
}
[id^="frmb-"][id$="-form-wrap"] .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}
[id^="frmb-"][id$="-form-wrap"] .btn-info:hover {
  background-color: #31b0d5;
  border-color: #269abc;
}
[id^="frmb-"][id$="-form-wrap"] .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}
[id^="frmb-"][id$="-form-wrap"] .btn-warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
}
[id^="frmb-"][id$="-form-wrap"] .input-group .form-control:last-child,
[id^="frmb-"][id$="-form-wrap"] .input-group-addon:last-child,
[id^="frmb-"][id$="-form-wrap"]
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn,
[id^="frmb-"][id$="-form-wrap"]
  .input-group-btn:first-child
  > .btn:not(:first-child),
[id^="frmb-"][id$="-form-wrap"] .input-group-btn:last-child > .btn,
[id^="frmb-"][id$="-form-wrap"] .input-group-btn:last-child > .btn-group > .btn,
[id^="frmb-"][id$="-form-wrap"] .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[id^="frmb-"][id$="-form-wrap"] .input-group .form-control,
[id^="frmb-"][id$="-form-wrap"] .input-group-addon,
[id^="frmb-"][id$="-form-wrap"] .input-group-btn {
  display: table-cell;
}
[id^="frmb-"][id$="-form-wrap"] .input-group-lg > .form-control,
[id^="frmb-"][id$="-form-wrap"] .input-group-lg > .input-group-addon,
[id^="frmb-"][id$="-form-wrap"] .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
[id^="frmb-"][id$="-form-wrap"] .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
[id^="frmb-"][id$="-form-wrap"] .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
[id^="frmb-"][id$="-form-wrap"] .form-control,
[id^="frmb-"][id$="-form-wrap"] output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}
[id^="frmb-"][id$="-form-wrap"] textarea.form-control {
  height: auto;
}
[id^="frmb-"][id$="-form-wrap"] .form-control {
  min-height: 34px;
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[id^="frmb-"][id$="-form-wrap"] li.dependent-field .form-control {
  display: inline-block;
  width: 50%;
}
[id^="frmb-"][id$="-form-wrap"] .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
[id^="frmb-"][id$="-form-wrap"] .form-group {
  margin-bottom: 15px;
}
[id^="frmb-"][id$="-form-wrap"] .btn,
[id^="frmb-"][id$="-form-wrap"] .form-control:not(select) {
  background-image: none;
}
[id^="frmb-"][id$="-form-wrap"] .pull-right {
  float: right !important;
}
[id^="frmb-"][id$="-form-wrap"] .pull-left {
  float: left !important;
}
textarea.idea-template {
  display: none;
  width: 617px;
  color: #fefefe;
  font: 13px/19px courier;
  padding-left: 40px;
  height: 1055px;
}
.template-textarea-wrap {
  display: none;
}
.form-wrap {
  position: relative;
}
.form-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.cb-wrap,
.stage-wrap {
  vertical-align: top;
}
.action-links .action-links-inner {
  overflow: hidden;
  width: 0;
  height: 20px;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
.action-links .dev-mode-link {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #666;
  cursor: pointer;
  padding-right: 2px;
}
.stage-wrap h4 {
  margin-top: 0;
  color: #666;
}
.action-links a.clear-all:hover,
.del-button:hover,
ul.frmb span.required {
  color: #c10000;
}
.action-links a {
  color: #666;
}
.form-elements input[type="text"].error {
  border-radius: 0;
  border: 1px solid #c10000;
}
.form-elements input[type="text"].fld-maxlength {
  width: 10%;
}
.form-elements input.field-error {
  background: #fefefe;
  border: 1px solid #afafab;
}
.form-elements label em {
  display: block;
  font-weight: 400;
  font-size: 0.75em;
}
.form-elements label.maxlength-label {
  line-height: 1em;
}
.form-group .available-roles {
  display: none;
  padding: 10px;
  margin: 10px 0;
  background: #e6e6e6;
  box-shadow: inset 0 0 2px 0 #999;
}
@media (max-width: 481px) {
  .form-group .available-roles {
    margin-left: 0;
  }
}
.form-elements .available-roles label {
  font-weight: 400;
  width: auto;
  float: none;
  display: inline;
}
.form-elements .available-roles input {
  display: inline;
  top: auto;
}
.form-elements,
.form-group,
.multi-row span,
textarea {
  display: block;
}
.form-elements:after,
.form-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form-elements .field-options div:hover,
.frmb .legend,
.frmb .field-label-container {
  cursor: move;
}
.frmb-tt {
  position: absolute;
  border: 1px solid #262626;
  background-color: #666;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  z-index: 20;
  text-align: left;
  font-size: 12px;
  pointer-events: none;
}
.frmb-tt:before {
  border-color: #262626 transparent;
  bottom: -11px;
}
.frmb-tt:before,
.frmb-tt:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #666 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -10px;
  bottom: -10px;
  left: 20px;
}
.frmb-tt a {
  text-decoration: underline;
  color: #fff;
}
.frmb li:hover .del-button,
.frmb li:hover .toggle-form,
.fb-mobile .frmb li .del-button,
.fb-mobile .frmb li .toggle-form {
  opacity: 1;
}
.fresh .frmb .legend .element-info {
  display: inline-block;
  visibility: visible;
  line-height: 12px;
  margin-left: 6px;
}
.frmb-xml pre.ui-dialog-content {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 12px;
  padding: 0 30px;
  margin-top: 0;
}
.action-links a.export-xml:hover,
.toggle-form.closed:hover {
  color: #6fc245;
}
a.btn.toggle-form {
  margin-left: 5px;
  opacity: 0;
}
a.btn.toggle-form:hover {
  border-color: #ccc;
}
a.btn.toggle-form:before {
  margin: 0;
}
.formb-field-vars .copy-var {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #999;
  text-indent: -9999px;
}
.ite-warning {
  box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.5);
  border-radius: 0;
  border: 1px solid #ddd;
}
.ite-warning .ui-dialog-buttonpane {
  height: 27px;
}
.ite-warning button {
  color: #4479b9;
  margin: 0;
}
.ite-warning button:focus {
  outline: 0;
  font-weight: 700;
}
.ite-warning button.cancel:before {
  content: "|";
  margin-right: 15px;
  padding: 0;
}
.ite-warning .ui-dialog-content {
  padding: 0 15px 10px;
}
.ite-warning .ui-dialog-titlebar-close {
  display: none;
}
.ite-warning .ui-widget-header {
  height: 15px;
}
.ite-warning {
  font-size: 12px;
  line-height: 1.5em;
}
.ite-warning h3 {
  color: #666;
  margin-bottom: 10px;
}
.ite-warning button {
  background: 0 0;
  padding: 2px 5px;
}
.required-asterisk {
  display: none;
  color: #c10000;
}
.ui-button .ui-button-text {
  line-height: 0;
}
.form-builder-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10;
}
.form-builder-overlay.visible {
  display: block;
}
.form-builder-dialog {
  position: absolute;
  border-radius: 5px;
  background: #fff;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  padding: 10px;
  box-shadow: 0 3px 10px #000;
}
.form-builder-dialog h3 {
  margin-top: 0;
}
.form-builder-dialog.data-dialog {
  width: 65%;
  background-color: #23241f;
}
.form-builder-dialog.data-dialog pre {
  background: 0 0;
  border: 0 none;
  box-shadow: none;
  margin: 0;
  color: #f2f2f2;
}
.form-builder-dialog.positioned {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.form-builder-dialog.positioned .button-wrap:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}
.form-builder-dialog .button-wrap {
  position: relative;
  margin-top: 10px;
  text-align: right;
  clear: both;
}
.form-builder-dialog .button-wrap .btn {
  margin-left: 10px;
}
.admin__scope-old li select:not([multiple]):focus {
  background-image: none;
}
[id^="frmb-"][id$="-form-wrap"] .frmb ol.sortable-options li.dependent-field {
  padding-right: 34px;
}
.amform-layout-two:not(.editing),
.amform-layout-three:not(.editing) {
  width: 100%;
}
.amelement-content .title {
  margin: 0;
}
.frmb .amform-layout-two:not(.editing),
.frmb .amform-layout-three:not(.editing) {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}
.frmb .field-label-container .field-label {
  font-weight: 600;
}
.kc-toggle {
  position: relative;
  margin: 4px 0 0 2px;
  width: 60px;
  height: 21px;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  background: #e9e9e9;
  border: 1px solid #cbcbcb;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kc-toggle .kct-inner {
  position: absolute;
  top: 0;
  left: -28px;
  width: 115px;
  height: 100%;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}
.kc-toggle.on .kct-inner {
  background: #e2e2e2;
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #fff 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #fff 100%);
  left: 0;
}
.kc-toggle input {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.kc-toggle .kct-on {
  color: #0e880e;
}
.kct-off {
  color: #666;
}
.kct-on,
.kct-off,
.kct-handle {
  width: 28px;
  height: 100%;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  float: left;
}
.kct-on,
.kct-off {
  position: relative;
}
.kct-handle {
  position: relative;
  height: 17px;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #cecece 100%);
  background: linear-gradient(to bottom, #fff 0%, #cecece 100%);
  border: 1px solid #999;
  font-weight: 100;
  color: #4b4b4b;
  text-shadow: none;
  border-radius: 3px;
  margin: 1px;
}
.rendered-form * {
  box-sizing: border-box;
}
.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.rendered-form input {
  line-height: normal;
}
.rendered-form button,
.rendered-form input,
.rendered-form optgroup,
.rendered-form select,
.rendered-form textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.rendered-form textarea {
  overflow: auto;
}
.rendered-form button,
.rendered-form input,
.rendered-form select,
.rendered-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.rendered-form .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.rendered-form .btn-group > .btn {
  position: relative;
  float: left;
}
.rendered-form
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rendered-form
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.rendered-form .btn-group .btn + .btn,
.rendered-form .btn-group .btn + .btn-group,
.rendered-form .btn-group .btn-group + .btn,
.rendered-form .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.rendered-form .btn-group > .btn:last-child:not(:first-child),
.rendered-form .btn-group > .dropdown-toggle:not(:first-child),
.rendered-form .btn-group .input-group .form-control:last-child,
.rendered-form .btn-group .input-group-addon:last-child,
.rendered-form
  .btn-group
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn,
.rendered-form .btn-group .input-group-btn:first-child > .btn:not(:first-child),
.rendered-form .btn-group .input-group-btn:last-child > .btn,
.rendered-form .btn-group .input-group-btn:last-child > .btn-group > .btn,
.rendered-form .btn-group .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rendered-form .btn-group > .btn.active,
.rendered-form .btn-group > .btn:active,
.rendered-form .btn-group > .btn:focus,
.rendered-form .btn-group > .btn:hover {
  z-index: 2;
}
.rendered-form .btn {
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.rendered-form .btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.rendered-form .btn.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.rendered-form .btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.rendered-form .btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.rendered-form .btn.active,
.rendered-form .btn.btn-active,
.rendered-form .btn:active {
  background-image: none;
}
.rendered-form .btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.rendered-form .btn-primary:hover,
.rendered-form .btn-primary:active,
.rendered-form .btn-primary.active,
.rendered-form .btn-primary.btn-active {
  background-color: #286090;
  border-color: #204d74;
}
.rendered-form .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.rendered-form .btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
.rendered-form .btn-default {
  background-color: #fff;
  border-color: #ccc;
}
.rendered-form .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.rendered-form .btn-success:hover {
  background-color: #449d44;
  border-color: #398439;
}
.rendered-form .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.rendered-form .btn-info:hover {
  background-color: #31b0d5;
  border-color: #269abc;
}
.rendered-form .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.rendered-form .btn-warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
}
.rendered-form .input-group .form-control:last-child,
.rendered-form .input-group-addon:last-child,
.rendered-form
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn,
.rendered-form .input-group-btn:first-child > .btn:not(:first-child),
.rendered-form .input-group-btn:last-child > .btn,
.rendered-form .input-group-btn:last-child > .btn-group > .btn,
.rendered-form .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rendered-form .input-group .form-control,
.rendered-form .input-group-addon,
.rendered-form .input-group-btn {
  display: table-cell;
}
.rendered-form .input-group-lg > .form-control,
.rendered-form .input-group-lg > .input-group-addon,
.rendered-form .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.rendered-form .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.rendered-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.rendered-form .form-control,
.rendered-form output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}
.rendered-form textarea.form-control {
  height: auto;
}
.rendered-form .fieldset .fields .field.form-group {
  margin-bottom: 15px;
}
.rendered-form .btn {
  background-image: none;
}
.rendered-form .pull-right {
  float: right !important;
}
.rendered-form .pull-left {
  float: left !important;
}
.form-group .required {
  color: #c10000;
}
.form-control.number {
  width: auto;
}
*[tooltip] {
  position: relative;
}
*[tooltip]:hover:after {
  background: #262626;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px 5px 5px 0;
  bottom: 23px;
  color: #fff;
  content: attr(tooltip);
  padding: 10px 5px;
  position: absolute;
  z-index: 98;
  left: 2px;
  width: 230px;
  text-shadow: none;
  font-size: 12px;
  line-height: 1.5em;
}
*[tooltip]:hover:before {
  border: solid;
  border-color: #222 transparent;
  border-width: 6px 6px 0;
  bottom: 17px;
  content: "";
  left: 2px;
  position: absolute;
  z-index: 99;
}
.tooltip-element {
  color: #fff;
  background: #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  margin: 0 5px;
  font-size: 12px;
}
.form-control[type="color"] {
  width: 60px;
  padding: 2px;
  display: inline-block;
}
.form-control[multiple] {
  height: auto;
  background: 0 0;
}
.amform-form .am-customform-depend {
  display: none;
}
.amform-rating-container {
  display: inline-block;
  font-size: 1rem;
}
.amform-rating-container .amform-versiontwo-label {
  float: right;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #ffb300;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FRQUFBQUhVV1lWQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQUFtSkxSMFFBLzRlUHpMOEFBQUFIZEVsTgpSUWZpQnhJQU9UdGc1emV6QUFBTnlrbEVRVlI0MnUyZGUzQlZ4UjNIZjN2eWd2QXNJVUY4RkJSRlc2c0prU0NSQkRqbkpybVFCSUk2CmplQ2pQbXFoMG82UDF0S3hZNGRxZFdwbGZPS000S01pNGl0MU9qWFZsRWh1ampvNkhWSHJqUFhSZ205RnJJbFdJSmlZNU82dmY4UkEKUXU2OTU3Vzd2N09YKy9rck9YZlA3dTkzdm5mMzd0bnoyOThCeUpBaFE0WU1HVEpreUpCaEJMR2wxQlprR0VMcnNmWjJhaHZFWWxBYgpFSXpzZWxiV2VneTFGU0xSWEJDakRpRDNMR29yaEhwRWJVQVFXc2ZBUWdETUNCSVdjcXBZSGdCVXRCUlNXeUlPclFWaDlRQUFocEczCmpOb1NjZWdzQ01QYWI1MUlvMEdMVVJ2Z24xaHAxcXNEZi9IZWVGSDFIbXA3eEtCeER4a1lzQUFBak55cytpQTFoUW1OQllHNklYK24KemFDbDdaRFZOaVZyTnp0Z1BmKzZjM0pqTjdWTkl0QzJoN0JhTnVUTFpPUVhMS0syU0F6NkNuTElyMGE2ekxRMEhiS2FjaWQzR3VPRwpIc0d2ZGhTdDZxTzJLemlhOXBEQytjUGxBR0FUVDdDb3JSS0Jwb0pBb21sdVdneGE2U1RJc3JXNmVqTUVMVjJ3VDJJekVyaFNWRG1QCjJyTGdhQ2tJSkxrdnp6cWIyckRnYUNrSTFpVTVmaWExWmNIUmNOcHJUNFFPbHAzNE15d3pYNkcyTHhnYTloQ01KcE1qSFo0ZWFpZ0kKUzdHeXl6S0NxR2F0QVl1VGY4cE9iUHMrdFlYQjBFNlFCZVdzSU5YbldacjNFZTBFZ1RxSHp6V2YrdW9uaU1PelFWYlNlaXkxaVVIUQpUSkRZTk9NVXB6STVXZzlhbWduQ25BWXNBTTBYR1RVVHhHbkFBZ0JnNVZ1blVwdnBINjBFYWM1bnBuTXB4bktXVVZ2cUg2MEVHVlBGClJybHlTdU5CU3l0QlhQMkNBQUFzM0RxSjJsYS9wS1VnTER0UDIzMVZHZ215YlJZN3ltMVpmUmNaTlJMRVM3Z29xN2JIVXR2ckQ0MEUKY1RQbEhZU05Hb3lNMXcxdEJHa3RZbVZleXV1NkVLK05JTG5EUWtkZFVOZVNSMjJ6SDdRUnhNdUFCUURBeHViVlVKdnNCMDBFYWNwRgp6NWRYejl0RFRRUVpHVHJxREM2MXM3MmVRNDhtZ25nZHNBQUFqRW00Z05wc0gxWlRHK0FTZjF2V05CeTB0QkNrL2NSRW9hTXVPRk8vCnVETXRCUEhaUDhDWTJqYVgyblRQTmxNYjRBcmZlMnoxaS9iVlFCQjdJcXZ3ZTY1KzBiNGFDSklxZE5UUnZlUHNFbXI3UFZwTWJZQXoKTEZCU0FOMFc0a012U09yUVVXZDBXMlFNdlNEejU2WU9IWFdDbmR3Mms5b0hMNFJla0dBREZvQnUwYjZoRjhUL2xQY0FXazE5UTM0bgp1KzI3T1I4R3I2VnZXdlZIMUo2NEplUTlSRXphcFd5TjdrWkNMb2lBQVF2MG12cUdlc2hxemgvM2hidFl4ZFJ3M2pjMStqbTFOKzRJCmRROFpFeEVoQjRCaFpEZFErK0xhVm1vRFVoRjh5bnZBVFcwR3JYQUw0amFXMTVuSXRnblUzcmdqeElKNENSMTFndVZrTDZIMnh4MGgKRmtSc3BsRmRabG9oRmtUZ2dBVUFFRzNPcC9iSURhRVZwTFVJNWdoMU5IK3NGbWt5UXl1STU5QlJSL1JZaUErdElHTHUwWWZYMkpSTAo3WlF6SVJYRVQraW9FMnhDUVlUYUwyZENLb2lmMEZFWHptb3dhSVZVRUFrREZnQmdRMU1XdFdOT2hGVVFzVlBlUVdjTEovc09LRklGCnM1ZmpHaFl5V1pBWnA4cXBtWC9LT3FpOUcrSHREcmJhN0J6OGp3RzBSMkd6VVVSdDF1RUtib0hMeks2RC96TUFBUHNJMk1JMG1JR2sKRzdnZmZtNXVHbjRzQ3dEZ3dhN3BXNmIxd1lLd0RWM3BEWCtkMVpodGh4NGRjamRzVitBalJscTlOVFBNNEFhNHl1d1plWHpZOHNUVwpTYmtQR05vbXBkQUgzQU9YbWs4ay9tekVlcEY5QmQ1c2FMREVvQy80RWl3M1AwajI2WWhmRGZNT0xNZDNxSTFPVnhENXVoMlZ5ZVZJCkVuWHk1TGp4ZDdQenFJMVBQL2puN0VKemErb3lTWmU0N1l2Z0xqYUcyb1YwQW1Od3Z2bVpVNm1rRTExekU4em1yMU03a1M1Z25GLzcKYkkyekhBNkJjdllvdk1WWVRlMk0vdkNQNEZ6clJYZGxIWi9LdFovRjdtY1RxVjNTR2Z6ci9rdnEvK2UydEl2SHBMRnA3Rkdqbk5vdApQY0Z2NEdyekxpOW51RmdzaVh6STV2TS9JRkk3cHgvNEg1anJUUTRQd2RaMkZXeGhVNmhkMUFsOHNQZG4wZjFlei9JUTJkRTJ4ZGhzCmFKbURTajNZeFZkSEh2SnpwcmRRRzJhdmdSdjg3eG8vWE9DdjlaOVRzOVBmdVo1am4reTUrS2d4bmRybE1NUHY3RmxUKzQzZnMzMEUKbzlrVDRUNm0xVVpLZGZBdjhlSkljNUFhZkVZSDJqK0YyOFJzcGtrbitBdDk1MFkvRGxhSHoyZUU1b2IrT2ZnMjlRVUlFNXp6MzNjdQpEQ3BIb0QyR3pmbGoxeHVYVUYrSWNNQjM4L09xYkJFMUJReG9qcTFnRzJYRUdPb0YvM3ZQaGJXQ3dvc0NSNWpIWmhpUHNkblVsNFFPCjdNTnJyRnRCMkRwRzREaVR5THNkOC9odGgrdkNDbjh2UHMrNlJad2N3dmFwdDlmQkptTXl6VVdoQXgvdlhsbTdWMnlkd2piRnhJNHkKSG1ZYTVzbjFDKzltbDV2M2lhOVhXRFQ0NW4zVE4wOUhxRHc4Z3Uzd0RWNFRhWlZScytCdFk3SDV4aVBpTmpPSEZYNVA1NVdOM1hMcQpGcDdycEswZ2E1TzREQXpoQS9md24wVCtMSzkrS2NsbjdDdnhqK2taYk1lMzl5MlB2aSt6QlNranZubDdPZ2JiSWZKMU95dmt5aUV4ClBWTzZCZHU1Q1hJVGdkUjhXYkdMamZYcEVXeUhzVzh1V0xSYlJVdFNKNm1SQjlJaDJHNGd5RTJOSEFveXl1a2ViTWMvaGhWdWc5eEUKb0NURm43N0JkdDZDM0VTZ0tPZWlqc0YyM29QY1JLQm9vVU8vWURzL1FXNGlVSnFWVko5Z083NjViN1gzSURjUktFNFRxME93bmY4ZwpOeEdvejlzYjhtQTcvaHBmWHJXRHJuMlNSTXJoRGJiajYzdCs1VC9JVFFSRW1hM3R5YkE3ZkwwRTd6Q3ZwTGFCNm5GU1NmamtBSUFRCkJHc1FDUkxPcEsxWWJoOUJiUU9OSUF5V1VUdWVDTU9ndDR0RWtGaTVNWlhhOGNUUTkxd1NRY0tiKzVBdGZPbzd0QmJRREZuaEZTUW4KbnpoSFBJRWdkZ2s3bHRicFZGQ25XeVlRaEg2Y1RtbGRUU3ZwTTA0Q1FhaS9nNmt4UnVjR2VyTm80UFpWTjlnMms1MU02YkF6dEQxWQp1U0FhdkhlempqSkh2UG9oSy9TQ0dPTUxxZ2hiVjl0YzZ6R3NqTTVadDFEZUp5a1dKRWVMZDI1UzVvaFhMRWk0WjFpREdKTUxLOG5hClZ0bFlTeUdFUGhuK0FIUXpMYVdDakc1Z29YOWR4QURzVEtwSGQwb0ZDZmM5K2xEWTBUR2l5WWRDUVZyR2cwWUovNmxtV2dvRkdWV3YKMHlZZXF0NnNVQkE5WmxpREdDZllQeUJwVjFWRFRhT1JkTkhPT3pSOVJKa2doVkZEaTFlZkhvU21SeXNUUko4WjFpQ3NlTnR4Nmx0VgpKTWpHSEtiSjY3T0hrazN3SlZJa3lQR21qaHQyS0hxMUlrRmt6dXF4SzNnZGlXRnpuemxTbnQySlVTTElXbWtCYU5nVi8xSDhlUDZNCm5Ob1p5NVprZDNLVUNMTHdERG5iZFBocjhkTWlEMVg5MTFxRTEyQy9qQmJVejdTVUNDSm5MT2JyZThxLzNjbUI1azN4K2ZpaGhFWVcKYkowazg4cU1SSWtnNHI5bi9FdSt6THA4NkU2T3FuOUFDZitMY011ejh4Uy90VTZCSUxGU05rMXNqZmhpWDRuMTVLRkh6YStzcytPcgpzY2RQalNuYVVqeG9LUkJFN0F5TGM3eXhZMEd5L0xpUnUrT240NzlGdHNlcTdiSHlyczFJVkF4WkFnWEJ6NkRHdkxZeG5yeEUxZXU5CnMzR1R1QmJaS0t5VmRtVVNJRjBRK3lUMlBWRjFZV3R2c1JWektoWGRiMTdNenhkM2Q2SjJwaVZkRUZGak1QYnpYNXVMbzUrN0syMDkKM0ZmSy95bW81ZHFXUERuWEpoSFNCUkh6L2VJZllJVjFzNWY4dURVN084djVuU0xhTnNhTnJwWnpiUksySnJmNjJEUjJXdkJhK0JOcwpsdldTMTdNYWU2MHI0ZzM4eStEdHE1eHBTUmJFQ0J3WWh6MTRtZlZEOHl0L1owZWFXVEYvSWFnTmJLbXRiTSt3WkVHQ2ZyZnc3ZjQ1CjVvWWdOWmlmZEM3RUd6Z1BVZ2NyNFBQRlg1dkVTQldrYlFyTUMzSSsvOU8rMmRYL0NtcEZZOXo4TFZielFCbmgxTVdnU0JYRWFEQjgKMTgvMzhmT3NIeS85V293bGtmYWVZZ3lRd2hLVkJjNUpGY1QvREF0ZlphWFdJeUp0cWUwd2ErTnJzTS9mMmNhUjl1bGlyMDNTbHVSVgpiVThFeTkrWmVIdkhHYWI0dkw4WVdjY3IwR2ZlWFZVekxaazlwSjdsK0hEOGkvaFM4NnJHWGprbVJiYjN6K0srRW9XcnVsK1hLSWlmCjd4Ui9Ia29pZjVQcGNQVWVxNUd2NHA1VDZiTVpiYWZLdEdzUWFZSTA1OE1pYjJkd3pxL3Z0TXhQNUR0dDNjUG04TGU4bnFWbWQ2UTAKUWNZdU1rWjdLYzgvWlJGcmJhcDFYSkdZYjNTVjRmM2V6bEh6S3lKdnlQTDBMbERld29yTloxVTRQTWpTcjgxTGNRWDM4TUlpNDVSbgpUcEJ2bHlSQm1uSlpuZHV5Mk1ldnR1ck5Udm5PSG9yNUdKYmlLKzdMNXlqb0k1SUVLWWl3Q2U1S2luL1BtUmU4dldOT3hhQWxTUkMzClN3MzRlTStzcXBmbHU1bWN4bDdyRjdpRXUrcWZyTXcrV3JZOVVnUlphMkNEY3luZUhWOXBMaGY5MmprL1dFOWpDVDduWEk0eExuMWIKdHhSQkZsUWFoVTVsOEUwb2k5d3IyejIzUkhaMVJQQTY1elZoK2JlSGNvWXNSN1A1dlIxbDFwdXluZk5DWTl6OEhWaTRLM1VwVm1sTApmbjJtSEVGU2RteStseSszVnNwNjdWd1FyT2VnQko5T1ZZSmx1Um1NZ3lCQmtMWXk0NWprbitMTDhWblc0M0tkOG8vWmFTN2h2K1NwClZ0SWtEMW9TQkVtK3hJQ0l0K3lZVi8yZVhKY0NndGF0YkI2K20vVHpxcGJ4TXB1WElFaXkyVHJ2NVBYbTFhdDhQcEZRaWZsS2R5bC8KTFBGblJtNmU2MXRlUHdnWHBQMWtZMmFpNC96Wi91SklpMHhYUkZLNzExckJMK1VKbjFmS25XbUo3eUVKek1VNFgvdGNwT1pUbVk2SQp4N3FmbCtFYkk0K3p4VTJlbGsyOUlWd1FObUpSRVhkeHk3cit1a0J4SHpSVXZkVXhoOTh6d3NNeGhWRjViUW9XSkRhREZROC9nay9GCml5UFB5M05BTG8zZDFpcCtEdTQ1NUxDbmxXeHZDQlprZVAvZ3ZYaVZ1YVRxQzNubXE4QnE2cDNGdHc4N3RHU2pqNGZUN2hBdHlKQmYKRUh3SHpqQnZsMlc0U3FMdjc2emc2dzZ1Q2JNSk02WGxOUklxaUgwMHpCbjhHN2ZzTGJWZWxXVzJhbGIxV1d0d01UOFlleTl0MEJJcQpDSjdGR0FBQWR1RkY1Z1VOKzZSZEh4S3NWbGJNdDMzcnFiUTBtV0tIckxNQkJqWXJtdzlLdlRaRW1KOVowWUVOMkViaEpFblJ2Z0lGCmFTMkNDZ0IrNTRITnl1a0ltamRCSmY5QWl3emQ3U3Z0enBpR0tXYThzMjFDZTFQN0xxbzBtYTVwLzAzc0tHb2JGSHE3c3IwNGVDMFoKTW1USWtDRkRoZ3daMVBCL2loT0haU3U4TWdNQUFBQWxkRVZZZEdSaGRHVTZZM0psWVhSbEFESXdNVGd0TURjdE1UaFVNREE2TlRjNgpOVGt0TURjNk1EQjR6SUdnQUFBQUpYUkZXSFJrWVhSbE9tMXZaR2xtZVFBeU1ERTRMVEEzTFRFNFZEQXdPalUzT2pVNUxUQTNPakF3CkNaRTVIQUFBQUFCSlJVNUVya0pnZ2c9PSIgLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
}
.amform-rating-container.radio-group .amform-rating {
  display: none;
}
.amform-rating-container .amform-versiontwo-label:hover,
.amform-rating-container
  .amform-versiontwo-label:hover
  ~ .amform-versiontwo-label,
.amform-rating-container .amform-rating:checked ~ .amform-versiontwo-label {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPiAgPGltYWdlIGlkPSJpbWFnZTAiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiB4PSIwIiB5PSIwIgogICAgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFNZ0FBQURJQ0FNQUFBQ2FobDZzQUFBQUJHZEJUVUVBQUxHUEMveGhCUUFBQUNCalNGSk4KQUFCNkpnQUFnSVFBQVBvQUFBQ0E2QUFBZFRBQUFPcGdBQUE2bUFBQUYzQ2N1bEU4QUFBQ2xGQk1WRVVBQUFDOXZiMjV1Ym0vdjcrOQp2YjI1dWJtL3Y3Ky92Nys1dWJtK3ZyNit2cjYydHJhL3Y3Kzl2YjBBQUFDR2hvYS92Nys5dmIyN3U3dSt2cjYrdnI2K3ZyNit2cjY4CnZMeXFxcXE5dmIyOXZiMi92NytxcXFxWm1abS92NysrdnI2L3Y3Kyt2cjYvdjc5L2YzKy92Nys4dkx5L3Y3Kyt2cjY2dXJxL3Y3Ky8KdjcrK3ZyNit2cjYvdjcrOHZMeSt2cjYvdjcrL3Y3Kyt2cjY5dmIyK3ZyNit2cjYrdnI2K3ZyNjR1TGl5c3JLOXZiMi92Nys0dUxpWgptWm0vdjcrN3U3dSt2cjYrdnI2L3Y3Kyt2cjY1dWJtL3Y3KzJ0cmEvdjcrOXZiMi92NysvdjcrK3ZyNit2cjYrdnI1eGNYRzh2THkvCnY3Kyt2cjYvdjcrK3ZyNi92Nys5dmIyOHZMeS92NysvdjcrN3U3dS92NysrdnI2L3Y3Kyt2cjYvdjcrOXZiMnFxcXEvdjcrK3ZyNi8KdjcrK3ZyNi92NysrdnI2K3ZyNi92NysvdjcrL3Y3Kyt2cjYvdjcreXNySy92NysvdjcrK3ZyNi92NysvdjcrK3ZyNnhzYkcvdjcrLwp2NyswdExTK3ZyNi92NzhpSWlLL3Y3Kyt2cjY5dmIyL3Y3KzZ1cnEvdjcrK3ZyNit2cjYvdjcrK3ZyNjd1N3UvdjcrK3ZyNjh2THk5CnZiMjl2YjIrdnI2OHZMeSt2cjYydHJhOXZiMi92NysvdjcrL3Y3Ky92Nys5dmIyOHZMeS92Nys5dmIyL3Y3Kyt2cjYrdnI2L3Y3KysKdnI2K3ZyNi92NysrdnI2L3Y3Kyt2cjY5dmIyL3Y3Kyt2cjYvdjcrbnA2ZTl2YjIvdjcrK3ZyNit2cjYvdjcrL3Y3Kyt2cjY3dTd1OQp2YjIvdjcrNnVycS92NysvdjcrOHZMeS92Nzh6TXpPK3ZyNit2cjYrdnI2L3Y3Kyt2cjYvdjcrK3ZyNit2cjYvdjcrK3ZyNi92Nys5CnZiMi92NysrdnI2L3Y3Kzl2YjIvdjcrK3ZyNit2cjYvdjcrK3ZyNit2cjYrdnI2K3ZyNi92NysrdnI2K3ZyNi92NysrdnI2K3ZyNisKdnI2L3Y3Ky92NysrdnI3L2R3RG1hd0QvLy84bS9GNXlBQUFBMlhSU1RsTUFUaUhLYlIyNGJ3dkJUeFdiWlFIc3R6SVBmbHZKclJjSgpZVkdqQmdWRVI1Q1ozQUlvUFhTLzRSQTBWNGJZS2p0OHo5SWZjMnJGdGhrS2Fic1M2V0F4c24wTVZoYW9CNnhObndSRGxTZnZPWXpkCk1JTFVPaVo0eXg1Y3JzaFNwRWtEMno5WXp0RFJxaFFZdkhzODQ1Y0lzVlFnaWcxSXJ4SEdiUHVndVYxM0pUamZrV2pETGRhZFFWa2oKampWTERodkFaSC9UUGhPelZYQ2hrc1NXdXQ1ZXNLWktuRzVBNWphSVd0b3NVS0lpUnBnYTRJUXUxL2g2ZHMzTU4weXJuaHpDZzBLVQpaaVIxajRIVmdLVzFLNXEwWTNLSDJhY3pYNU12UUJIMUNBQUFBQUZpUzBkRTI1a0VGaFFBQUFBSGRFbE5SUWZpQnhJQU9oNEF6ckEzCkFBQUhTa2xFUVZSNDJ1MmQ5M3RVUlJTR0w3MjZvWVZpUWtoSUJFSlZpaGlrU3BBaTBxV1hwUVJDQUJHRGlnVUlYUkJCcElnZ05sUkUKc0lLQ0tLS0lEVUd4ZS9ocjNFMnlaTXU5ZDg3TW5ablBQTSsrdjkrWjczMWdTODdNT2VzNGFkS2tTWk1tampyb0FKcW9XdytkUUJQMQpxUUU2Z2g0YVVpTjBCQzAwSm1xQ3pxQ0Zwa1RVREIxQ0I4MGpJcmVoUTJnZ2xCRVJhWUZPb1lHV0ZLVVZPa1p3V2xlS3RFSEhDRTVtCnBVaGJkSXpBdEtNcTJxT0RCS1ZEdGNqdDZDQkJhVnN0a29VT0VwQnNpdEVSSFNVWU9iZEVPcUdqQkNQM2xrZ2VPa293T3Q4U3VabVAKemhLRUFxcmhEblNZSUhTSkU4bEZod2xDMXppUmJ1Z3dBU2lrZUxxajQ2alRJMEdrSnpxT09sa0pJcjNRY1pUSnAwUjZvd09wMGlkSgo1RTUwSUZWNkpvbmNoUTZrU3Q4a0VhcUxUcVJHdjJRUDZvK09wTWFBRkpHNzBaSFVHSmdpUXZlZ002bFFsT3BCZzlDaFZLampJbkl2Ck9wUUtlUzRpTkJpZFNvRWhiaUpEMGFua0dlYm1RY1BSc2VRWjRTcEM5NkZ6U1pQcExqSVNuVXVXWW5jUEdvVU9Kc3RRRHhHNkg1MU0Ka3RGZUltUFF5ZVRJOXZLZ3NlaG9jdVI0aXRBNGREWXBjcjFGSGtCbms2S3p0OGg0ZERZWkh2VDJvQWtoZERvSit2dUkwRVIwT2dtNgorb2xNUXFmalUram5RWlBSOGZqMDhCV2hLZWg4YkxMOFJhYWk4M0hKOS9lZ2FlaUFYQjRTaU5CMGRFSW1QVVVpTTlBSm1mUVZpY3hFCkorUXhTK1JCTkF1ZGtjVUFzVWp0dUswNVVDeFNLMjVyRm9rOWlJclJLUm1NNFlqVWh0dWFlUnlSRnVpVURJWndSR3JCYmMxaExBK2EKamM0cFpBUlBaQTQ2cDVDNVBCRXFRZ2NWVU16MG9Ibm9wQUtHY2tYbW81TUtHTTBWb1d4MFZGK3kyUjYwQUozVmx4eStTSE4wVmw5eQorU0lVUm9mMVk2R0V5Q0x0dXk5ZVVxS0pwUkllbEtGcjE1SmxwZFVtblc3S0JQamZrVlZ6d3JxOERCMG1BQWxuOS9rcjBIRlVXVnFRCjlFSlp1UW9kU1ltSFY2ZTg1QWMvZ2c2bHdCclhkNjlHNkZpeXpIM1U0MzI0cGN6SEFKNXk3K2FhdGZQUjRmamNmTXozdzVIOU5SeE4KMlhMQngzeUIxS2N6akJYaXZwclY0OUVoeFhUcncvcnVOUStkVThUalQ3QThIS2ZmT25SVVg1NWtha1FZSnp5cndkRkw3aXcxNXlsMApZQStlYml6bDRUanRua0ZIZG1XOXBFYUUwQVowNkZTV2JKVDNpRkN4Q1IwOGljMnE5d2dMK1ZVcUd3UVozYk1GSGI2R3JjSG0zV3piCmpoYW9abW80a0lmakZPMUFLMFNaOEd4QWpTZzcwUlpFQS9XTXV0azFFK3pSWDlmdHdlem5rQnFUZDJ2U2lQSTh6bVBVSG8wZWpyUDMKQlpESFBxMGFFZkpmUkdqc045SGZlNEIzZ3E2VFBETURiZzRlc3V6eGtoR05LSWR0YW1TYWJPMjFXTUlyTnp2YnhsWUpUMUIrMDBFSApHeDVsTnJwNkxaVHdHT1UzSFpndTRhM2lsZDkwWUxTRXh5Ni82Y0JnQ1UraS9LWURVeVU4eWZLYkRveVU4RjZXTGIvcHdFQUpUNkg4CnBnUGRKYndsdUM0R3JTVzhJOGcyM2xKOUhybEFEYW43V1NLT1FrVmUwZmhmUzNTNmFaTFFCSTBpVzRBaXdtNHFHWTRCUlNicEZDR2IKMzdHU2VGV3J5R3N3anlsYVBlaDFtTWhVdlNLRStLSlZ5VFROSW11Q1IxSml1bVlQZWdNa01rTzNDT3ErZkQzdEltOUNQQnBvOTZEagpFSkczOUl0ZzdzdWJPREY1RytEUnpJQUhIUUdJN0RNaDhnNWdhQXFqdDFpQkU5WTk5aGp4b0hldGk1dzBJL0tlZFJGVEY0ZE9XZlpvCmI4aURXbHNXT1cxS3BNU3l5UHVtUk9nRHF4NGRqWGxRRjZzaUg1b1RXV2RWNUNOekl2U3hSWTk4cWJPUjlYSUhFQU1zaXF5VXlCVTkKTEFqSi9ERlpabEZFNGlKYTlXSEJ4RS80ajFpY2JzeFAxVFQyU0dGYjlqUDJwaHUzNUVZNkduOVhkeEQzcWVIV1JNNHdFNTBKSnp4Mgo5bFBtYzlhbUcvTXVOWCtXTXV5ejhWaWVpSzNweGdXc05BM2RCaDIxWVQxcWE3cnhPVTZZOCs1L3RHNzhuUE93cFdQUkMrSWttNzd3CmVqaDdNMFBrU3lzZS9jUkJMaGI2UEY5SC9QeFhWa1RFRnhzRnA0R1h0Z3BYc0RMZCtHdEJpTzNiUkN1RXZ4R0pYTGJnMFU2UVlRZG4Kdk5GbHdYSHd0eFpFcnZoSE9NbGJwVmtMMzFVeUxCVHFHdm9GdVBBZGQ1blE5NzRtRmNZOUN2MjIvMEhtcE9hRTM1bHd1WEdSMlQ2NwpTdzYzYjdYTWU2bk94a1htZU83ZDVKTDBZajZ2dDdPR1BZbzhkLzR4ckxEY3FaKzhscnRxV01Ucm9teUc0aEZOMFhHUEJmc2FGdm5aCmZkdHJwY29yTHZZd1VXdkw1ZUl4MFN4UVc1cEhVOTBHb3lJTDNMWU0ycGJtM2xTWGFWU2t1Y3VPR3RyU1hKdnE1TjhFK2JqTkg5Y3kKS05hdHFhNitRWkZGS2J0TnU2NW41ZkRWbEtXN0doUkorZXZ1RjMxdGFZdFNtdXJVM3dtRkpNL2c2cUZ6OGRKZmsxYS9ZY3hqZCtKRwo5VFNmeVlSK1Mxei9takdSM3hQMm1hUy9MYTE3NGkvSjZPM1NqZU9QK0YyTVhFbmE4MmY4RmpzTmVWeVBmMHN4ZFJ4ekkyNlRpNGIyCmlCdXUzTnBjVzFydi9UWGJtR25WZFVwaTZ3ODVZRXdqUXZ1YU9lZW5qV3l3SzdiOG9ZTW1QU0tNak8yVVpXVDU4OVdySHphc0VhRnUKN0VjSWpmVHJWbzN0WHZpWGVRL0g2VmhlSldLaVkvZFMxVC8yV2hzZVRteFFySW5weHBWM01mKzJwQkZoK2JIb2htSDlDemV4M1paVwplYWF0WTBKTklzVUJwa0twVXJHSi90Rys2QlhFYjB1MldxYS9DSHh1cjMyUENGZitoV3liSmsyYU5CYjRENHJDSHdENjN5QWZBQUFBCkpYUkZXSFJrWVhSbE9tTnlaV0YwWlFBeU1ERTRMVEEzTFRFNFZEQXdPalU0T2pNd0xUQTNPakF3MmpDV2VRQUFBQ1YwUlZoMFpHRjAKWlRwdGIyUnBabmtBTWpBeE9DMHdOeTB4T0ZRd01EbzFPRG96TUMwd056b3dNS3R0THNVQUFBQUFTVVZPUks1Q1lJST0iIC8+Cjwvc3ZnPgo=");
  background-size: contain;
  background-repeat: no-repeat;
}
.frmb .form-elements .dependent-field select:not(:focus) {
  padding-right: 40px;
}
.amform-no-display {
  display: none;
}
.amform-form .fieldset .fields .amform-layout-two,
.amform-form .fieldset .fields .amform-layout-three {
  margin-right: 2%;
}
.amform-layout-two:last-child,
.amform-layout-three:last-child {
  margin-right: 0;
}
.amform-layout-two:not(.editing) {
  max-width: 48%;
}
.amform-layout-three:not(.editing) {
  max-width: 31%;
}
.circle-theme.amform-form .fields .amform-layout-two,
.circle-theme.amform-form .fields .amform-layout-one {
  margin-right: 2%;
}
.circle-theme.amform-form .fields .amform-layout-three {
  margin-right: 1%;
}
.circle-theme .amform-layout-three:not(.editing) {
  max-width: 32%;
}
.default.amform-form .fields .amform-layout-two,
.default.amform-form .fields .amform-layout-one {
  margin-right: 2%;
}
.default.amform-form .fields .amform-layout-three {
  margin-right: 1%;
}
.default.amform-form .fields .amform-layout-three {
  max-width: 32%;
} /*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #fff),
    color-stop(50%, #f6f6f6),
    color-stop(52%, #eee),
    to(#f4f4f4)
  );
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../frontend/Lpg/group/es_ES/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px
    1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../frontend/Lpg/group/es_ES/Amasty_Storelocator/vendor/chosen/chosen-sprite.png)
    no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(../../frontend/Lpg/group/es_ES/Amasty_Storelocator/vendor/chosen/chosen-sprite.png)
    no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #3875d7),
    color-stop(90%, #2a62bc)
  );
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../frontend/Lpg/group/es_ES/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px
    1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #eee),
    color-stop(80%, #fff)
  );
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(../../frontend/Lpg/group/es_ES/Amasty_Storelocator/vendor/chosen/chosen-sprite.png)
    no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: url(../../frontend/Lpg/group/es_ES/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: "";
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 0.333s;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url("../../frontend/Lpg/group/es_ES/mage/gallery/gallery.png");
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: 0 0 !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699d;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus
  .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus
  .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus
  .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus
  .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.25),
    rgba(64, 64, 64, 0.1)
  );
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video)
  .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video)
  .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video)
  .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: #fff;
  width: 100%;
}
.fotorama__nav-wrap--vertical
  .fotorama__nav__shaft
  .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen
  .fotorama__stage__frame
  .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen
  .fotorama__stage__frame
  .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal
  .fotorama__thumb__arr--left
  .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal
  .fotorama__thumb__arr--right
  .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical
  .fotorama__thumb__arr--left
  .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical
  .fotorama__thumb__arr--right
  .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
  .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows)
  .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url("../../frontend/Lpg/group/es_ES/images/loader-1.gif");
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
