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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.5rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
abbr[title] {
  border-bottom: 1px dotted #dedede;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 13px;
}
hr {
  border: 0;
  border-top: 1px solid #dedede;
  margin-bottom: 21px;
  margin-top: 21px;
}
sub,
sup {
  font-size: 73.33333333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2.1rem;
}
h2 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
h3 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
}
h4 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.8rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
h5 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.3rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
h6 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.1rem;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
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: #4b4a4a;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #a30000;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #a30000;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.625rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1.05rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 21px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5.25px;
  margin-top: 0;
}
dd {
  margin-bottom: 10.5px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #282828;
  padding: 2px 4px;
  font-size: 1.3rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #282828;
  padding: 2px 4px;
  font-size: 1.3rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #dedede;
  color: #282828;
  line-height: 1.42857143;
  margin: 0 0 10.5px;
  padding: 10.5px;
  font-size: 1.3rem;
  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 #dedede;
  margin: 0 0 21px 42px;
  padding: 0;
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.5rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #4b4a4a;
  line-height: 1.42857143;
  font-size: 1.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: 8px 10.5px;
}
button {
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 22px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #870000;
  border: 1px solid #000000;
  color: #ffffff;
}
button:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dedede;
  border-radius: 1px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #f29416;
}
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: #4b4a4a;
}
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: #4b4a4a;
}
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: #4b4a4a;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dedede;
  border-radius: 1px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #f29416;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dedede;
  border-radius: 1px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #f29416;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #4b4a4a;
}
textarea::-webkit-input-placeholder {
  color: #4b4a4a;
}
textarea:-ms-input-placeholder {
  color: #4b4a4a;
}
input[type="checkbox"] {
  margin: 2px 5.25px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5.25px 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.3rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.prices-tier,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.prices-tier > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 22px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active {
  background: #870000;
  border: 1px solid #000000;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus {
  text-decoration: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10.5px 5.25px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5.25px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.login-container .block .block-title,
.create-account-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #a30000;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong,
.create-account-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.magento-payments-review .block .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  text-align: center;
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.magento-payments-review .block .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 400;
}
.magento-payments-review .block .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 25px;
}
.magento-payments-review .block .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[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 5.25px;
}
.magento-payments-review .block .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[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: 10.5px;
}
.magento-payments-review .block .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 21px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: "Flaticon";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: "Flaticon";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-return-items .qty .input-text,
.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: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 42px;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: ' ';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before {
  color: #303030;
}
.product.name a {
  font-weight: 400;
}
.product.name a > a {
  color: #111111;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #111111;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #a30000;
  text-decoration: none;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #a30000;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10.5px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 31.5px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 31.5px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.field.choice input:not(.radio),
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.bss-onestepcheckout .col-method input,
.bss-onestepcheckout .payment-method input,
.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.field > .label,
.account .column.main .limiter > .label,
.filter-options-content .item input,
.block-reorder .product-item .label,
.minisearch .label,
.products-grid.wishlist .product-item .comment-box .label,
.firecheckout .col-method input,
.firecheckout .payment-methods input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.netopia-payment-guest:before,
.netopia-payment-guest:after,
.netopia-payment-success:before,
.netopia-payment-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,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.checkout-onepage-success:after,
.netopia-payment-guest:after,
.netopia-payment-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.customer-review .product-details:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: #4b4a4a;
  content: '\e622';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5.25px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.25px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #000000;
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #a30000;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.multicheckout .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login {
  line-height: 2.3rem;
  padding: 14px 17px;
  font-size: 1.9rem;
}
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.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,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.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,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.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,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #a30000;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.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,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #a30000;
  text-decoration: none;
}
.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,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.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,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.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,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.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),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active {
  background: #870000;
  border: 1px solid #000000;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 7px 22px;
}
.bundle-actions {
  margin: 10.5px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: #4b4a4a;
  content: '\e622';
  font-family: "Flaticon";
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -10.5px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: #4b4a4a;
  content: '\e61c';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5.25px;
}
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 21px;
}
.block-wishlist .counter {
  color: #959494;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #870000;
  border: 1px solid #000000;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5.25px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10.5px;
  width: calc(100% - 50.5px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10.5px;
  width: calc(100% - 39.75px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10.5px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10.5px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-block-shipping-information .shipping-information-title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  color: #000000;
  font-weight: 700;
  font-size: 2rem;
}
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
}
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 21px;
}
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10.5px;
}
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 26.25px;
  position: relative;
}
.abs-sidebar-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,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 43px;
  color: #4b4a4a;
  content: '\e622';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.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,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #dedede;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #dedede;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 31.5px 7px 5.25px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 43px;
  color: #4b4a4a;
  content: '\e622';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
* {
  box-sizing: border-box;
}
.page-main {
  margin-bottom: 40px;
}
.page-layout-2columns-left .columns,
.page-layout-2columns-right .columns {
  display: flex;
  flex-wrap: wrap;
}
.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main,
.page-layout-2columns-left .sidebar,
.page-layout-2columns-right .sidebar {
  width: 100%;
}
.page-layout-2columns-left .sidebar {
  order: -1;
}
.table-wrapper {
  margin-bottom: 21px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #dedede;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #dedede;
  padding-top: 21px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.page.messages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  text-align: center;
}
.page.messages .message > div {
  position: relative;
  text-align: left;
}
.page.messages .message > div:before {
  position: initial;
  overflow: visible;
  margin: 0;
  margin-right: 15px;
  margin-top: -6px;
}
#maincontent .message > *:first-child:before {
  height: 24px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 4px;
  margin-right: 15px;
}
.message.info {
  margin: 0 0 10.5px;
  padding: 20px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.6rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 24px;
  position: relative;
}
.message.info a {
  color: #000000;
}
.message.info a:hover {
  color: #a30000;
}
.message.info a:active {
  color: #a30000;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 21px;
  color: #c07600;
  content: " ";
  font-family: "Flaticon";
  margin: -10.5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 24px;
  position: absolute;
  text-align: center;
}
.message.info > *:first-child:before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.55" height="23" viewBox="0 0 19.55 23"><g id="icon_informare" data-name="icon informare" transform="translate(-38.25)"><g id="notifications-none" transform="translate(38.25)"><path id="Path_2508" data-name="Path 2508" d="M48.025,23a2.307,2.307,0,0,0,2.3-2.3h-4.6A2.307,2.307,0,0,0,48.025,23ZM55.5,16.1V9.775A7.4,7.4,0,0,0,49.75,2.53V1.725a1.725,1.725,0,0,0-3.45,0v.8a7.4,7.4,0,0,0-5.75,7.245V16.1l-2.3,2.3v1.15H57.8V18.4Zm-2.3,1.15H42.85V9.775a5.175,5.175,0,0,1,10.35,0Z" transform="translate(-38.25)"/></g></g></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.55" height="23" viewBox="0 0 19.55 23"><g id="icon_informare" data-name="icon informare" transform="translate(-38.25)"><g id="notifications-none" transform="translate(38.25)"><path id="Path_2508" data-name="Path 2508" d="M48.025,23a2.307,2.307,0,0,0,2.3-2.3h-4.6A2.307,2.307,0,0,0,48.025,23ZM55.5,16.1V9.775A7.4,7.4,0,0,0,49.75,2.53V1.725a1.725,1.725,0,0,0-3.45,0v.8a7.4,7.4,0,0,0-5.75,7.245V16.1l-2.3,2.3v1.15H57.8V18.4Zm-2.3,1.15H42.85V9.775a5.175,5.175,0,0,1,10.35,0Z" transform="translate(-38.25)"/></g></g></svg>') no-repeat 50% 50%;
  background-color: #FF6D00;
}
.message.error {
  margin: 0 0 10.5px;
  padding: 20px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.6rem;
  background: #ea2020;
  color: #ffffff;
  padding-left: 24px;
  position: relative;
}
.message.error a {
  color: #ffffff;
}
.message.error a:hover {
  color: #ffffff;
}
.message.error a:active {
  color: #ffffff;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 21px;
  color: #ffffff;
  content: '\e602';
  font-family: "Flaticon";
  margin: -10.5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 24px;
  position: absolute;
  text-align: center;
}
.message.error > *:first-child:before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="icon_eroare" data-name="icon eroare" width="23" height="23" viewBox="0 0 23 23"><g id="do-not-disturb"><path id="Path_2507" data-name="Path 2507" d="M11.5,0A11.5,11.5,0,1,0,23,11.5,11.534,11.534,0,0,0,11.5,0ZM2.3,11.5a9.227,9.227,0,0,1,9.2-9.2,9.063,9.063,0,0,1,5.635,1.955L4.255,17.135A9.063,9.063,0,0,1,2.3,11.5Zm9.2,9.2a9.063,9.063,0,0,1-5.635-1.955l12.88-12.88A9.063,9.063,0,0,1,20.7,11.5,9.227,9.227,0,0,1,11.5,20.7Z"/></g></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="icon_eroare" data-name="icon eroare" width="23" height="23" viewBox="0 0 23 23"><g id="do-not-disturb"><path id="Path_2507" data-name="Path 2507" d="M11.5,0A11.5,11.5,0,1,0,23,11.5,11.534,11.534,0,0,0,11.5,0ZM2.3,11.5a9.227,9.227,0,0,1,9.2-9.2,9.063,9.063,0,0,1,5.635,1.955L4.255,17.135A9.063,9.063,0,0,1,2.3,11.5Zm9.2,9.2a9.063,9.063,0,0,1-5.635-1.955l12.88-12.88A9.063,9.063,0,0,1,20.7,11.5,9.227,9.227,0,0,1,11.5,20.7Z"/></g></svg>') no-repeat 50% 50%;
  background-color: #FFF;
}
.message.warning {
  margin: 0 0 10.5px;
  padding: 20px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.6rem;
  background: #fff4d4;
  color: #000000;
  padding-left: 24px;
  position: relative;
}
.message.warning a {
  color: #000000;
}
.message.warning a:hover {
  color: #a30000;
}
.message.warning a:active {
  color: #a30000;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 21px;
  color: #a30000;
  content: "\f131";
  font-family: "Flaticon";
  margin: -10.5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 24px;
  position: absolute;
  text-align: center;
}
.message.warning > *:first-child:before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><g id="round-info-button" transform="translate(-5)"><g id="info-outline" transform="translate(5)"><path id="Path_2509" data-name="Path 2509" d="M10.35,17.25h2.3v-6.9h-2.3ZM11.5,0A11.5,11.5,0,1,0,23,11.5,11.534,11.534,0,0,0,11.5,0Zm0,20.7a9.2,9.2,0,1,1,9.2-9.2A9.227,9.227,0,0,1,11.5,20.7ZM10.35,8.05h2.3V5.75h-2.3Z"/></g></g></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><g id="round-info-button" transform="translate(-5)"><g id="info-outline" transform="translate(5)"><path id="Path_2509" data-name="Path 2509" d="M10.35,17.25h2.3v-6.9h-2.3ZM11.5,0A11.5,11.5,0,1,0,23,11.5,11.534,11.534,0,0,0,11.5,0Zm0,20.7a9.2,9.2,0,1,1,9.2-9.2A9.227,9.227,0,0,1,11.5,20.7ZM10.35,8.05h2.3V5.75h-2.3Z"/></g></g></svg>') no-repeat 50% 50%;
  background-color: #FF6D00;
}
.message.notice {
  margin: 0 0 10.5px;
  padding: 20px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.6rem;
  background: #ffd5b5;
  color: #000000;
  padding-left: 24px;
  position: relative;
}
.message.notice a {
  color: #000000;
}
.message.notice a:hover {
  color: #a30000;
}
.message.notice a:active {
  color: #a30000;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 21px;
  color: #a30000;
  content: " ";
  font-family: "Flaticon";
  margin: -10.5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 24px;
  position: absolute;
  text-align: center;
}
.message.notice > *:first-child:before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.55" height="23" viewBox="0 0 19.55 23"><g id="icon_informare" data-name="icon informare" transform="translate(-38.25)"><g id="notifications-none" transform="translate(38.25)"><path id="Path_2508" data-name="Path 2508" d="M48.025,23a2.307,2.307,0,0,0,2.3-2.3h-4.6A2.307,2.307,0,0,0,48.025,23ZM55.5,16.1V9.775A7.4,7.4,0,0,0,49.75,2.53V1.725a1.725,1.725,0,0,0-3.45,0v.8a7.4,7.4,0,0,0-5.75,7.245V16.1l-2.3,2.3v1.15H57.8V18.4Zm-2.3,1.15H42.85V9.775a5.175,5.175,0,0,1,10.35,0Z" transform="translate(-38.25)"/></g></g></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19.55" height="23" viewBox="0 0 19.55 23"><g id="icon_informare" data-name="icon informare" transform="translate(-38.25)"><g id="notifications-none" transform="translate(38.25)"><path id="Path_2508" data-name="Path 2508" d="M48.025,23a2.307,2.307,0,0,0,2.3-2.3h-4.6A2.307,2.307,0,0,0,48.025,23ZM55.5,16.1V9.775A7.4,7.4,0,0,0,49.75,2.53V1.725a1.725,1.725,0,0,0-3.45,0v.8a7.4,7.4,0,0,0-5.75,7.245V16.1l-2.3,2.3v1.15H57.8V18.4Zm-2.3,1.15H42.85V9.775a5.175,5.175,0,0,1,10.35,0Z" transform="translate(-38.25)"/></g></g></svg>') no-repeat 50% 50%;
  background-color: #FF6D00;
}
.message.success {
  margin: 0 0 10.5px;
  padding: 20px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.6rem;
  background: #d0ebb6;
  color: #000000;
  padding-left: 24px;
  position: relative;
}
.message.success a {
  color: #000000;
}
.message.success a:hover {
  color: #a30000;
}
.message.success a:active {
  color: #a30000;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 21px;
  color: #1b7d0c;
  content: "\f12e";
  font-family: "Flaticon";
  margin: -10.5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 24px;
  position: absolute;
  text-align: center;
}
.message.success > *:first-child:before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" data-name="icon confirmare" viewBox="0 0 23 23"><defs/><path d="M6.785 9.315l-1.61 1.61L10.35 16.1l11.5-11.5-1.61-1.61-9.89 9.89zM20.7 11.5a9.2 9.2 0 11-9.2-9.2 8.968 8.968 0 012.53.345l1.84-1.84A14 14 0 0011.5 0 11.5 11.5 0 1023 11.5z" data-name="Path 2504"/></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" data-name="icon confirmare" viewBox="0 0 23 23"><defs/><path d="M6.785 9.315l-1.61 1.61L10.35 16.1l11.5-11.5-1.61-1.61-9.89 9.89zM20.7 11.5a9.2 9.2 0 11-9.2-9.2 8.968 8.968 0 012.53.345l1.84-1.84A14 14 0 0011.5 0 11.5 11.5 0 1023 11.5z" data-name="Path 2504"/></svg>') no-repeat 50% 50%;
  background-color: #1B7B31;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #4b4a4a;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  z-index: 14;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: 25px;
  color: #a30000;
  content: '\e609';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.navigation .parent .level-top {
  display: inline-block;
}
@media (min-width: 921px) {
  .nav-toggle {
    display: none;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #4b4a4a;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10.5px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Netlogiq/decusut/ro_RO/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;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400 !important;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.fieldset > .field {
  margin: 0 0 20px;
}
.fieldset .legend {
  font-weight: 700;
  font-size: 2rem;
}
.field.special label {
  margin-bottom: 10px;
  display: block;
}
#file-btn {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.file-fieldset {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.file-fieldset #upload-button {
  display: inline-block;
  align-items: center;
  background: #4b4a4a;
  color: #fff;
  padding: 7px 15px;
  font-weight: 400;
  margin-right: 10px;
  font-size: 13px;
}
.file-fieldset:hover #upload-button {
  background: #a30000;
}
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special) {
  position: relative;
}
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special)-hidden {
  display: none;
}
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special) > label,
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special) > .control label {
  overflow: hidden;
  cursor: text;
  position: absolute;
  left: 20px;
  top: 15px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  font-weight: 300;
  z-index: 3;
}
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special) .input-text,
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special) .select {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special) .input-text:hover,
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special) .select:hover {
  border: 1px solid #f29416;
}
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special).field--has-focus > label,
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special).field--has-focus > .control label,
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special).field--has-value > label,
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special).field--has-value .control label {
  -webkit-transform: translateY(-8px) scale(0.75);
  -ms-transform: translateY(-8px) scale(0.75);
  transform: translateY(-8px) scale(0.75);
  left: 16px;
  padding: 0 8px;
  top: 0;
  background: #fff;
}
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special).field--has-focus > label,
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special).field--has-focus > .control label {
  color: #a30000;
}
body:not(.checkout-index-index):not(.prrma-returns-create) .field:not(.choice):not(.configurable):not(.special).select .label {
  top: 8px;
  font-size: 10.5px;
  transform: none;
}
.field.choice {
  position: relative;
}
.field.choice input:not(.radio) {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  visibility: hidden;
  box-shadow: none;
}
.field.choice input:not(.radio):checked + label:after {
  content: '';
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="15.61" viewBox="0 0 18 15.61"><path id="checkmark" d="M7.123,49.594,0,43.032l2.479-2.692,4.27,3.932,8.419-10.289L18,36.3Z" transform="translate(0 -33.984)" /></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="15.61" viewBox="0 0 18 15.61"><path id="checkmark" d="M7.123,49.594,0,43.032l2.479-2.692,4.27,3.932,8.419-10.289L18,36.3Z" transform="translate(0 -33.984)" /></svg>') no-repeat 50% 50%;
  background: #fff;
  width: 22px;
  height: 24px;
}
.field.choice input:not(.radio):checked + label:before {
  background: #2a2927;
}
.field.choice label {
  position: relative;
  padding: 6px 0 2px 50px;
  cursor: pointer;
  display: inline-block;
}
.field.choice label:before {
  content: ' ';
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
.field.choice label:after {
  font-family: "Flaticon";
  position: absolute;
  left: 5px;
  top: 3px;
  font-size: 1.4rem;
  color: #4b4a4a;
  line-height: 20px;
}
.field.choice .tooltip.wrapper {
  margin-left: 5px;
}
.field.choice .tooltip.wrapper a {
  color: #a30000;
}
.field.choice .tooltip.wrapper a:hover {
  text-decoration: underline;
}
.field.choice.gdpr {
  margin-top: 18px;
  position: relative;
  font-weight: 400;
}
.field.choice.gdpr a {
  color: #a30000;
}
.field.choice.gdpr a:hover {
  text-decoration: underline;
}
.field.choice.gdpr input {
  visibility: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
}
.field.choice.gdpr label:before,
.field.choice.gdpr label:after {
  top: 2px;
  line-height: 25px;
}
.field.captcha {
  margin-top: 20px;
}
.field.captcha .captcha-img,
.field.captcha .captcha-reload {
  vertical-align: middle;
}
.field.captcha .captcha-img {
  margin-right: 20px;
}
.field.captcha .captcha-reload {
  border: none;
  background: none;
  color: #FF751C;
  padding: 0;
  margin: 0 0 15px;
}
.field.captcha .captcha-reload:hover {
  text-decoration: underline;
}
select {
  appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.98" height="6.451" viewBox="0 0 10.98 6.451"><g transform="translate(10.98) rotate(90)"><path d="M6.276,5.919,1.389,10.805a.6.6,0,0,1-.85,0l-.36-.36a.6.6,0,0,1,0-.85l4.1-4.1L.175,1.385a.6.6,0,0,1,0-.85l.36-.36a.6.6,0,0,1,.849,0L6.276,5.066a.606.606,0,0,1,0,.852Z" /></g></svg>') calc(100% - 20px) center no-repeat;
}
textarea {
  display: block;
}
div.mage-error {
  margin-top: 7px;
}
button,
a.action.primary {
  border-radius: 0;
}
button:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
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.secondary {
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 22px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.secondary:focus,
.action.secondary:active {
  background: #870000;
  border: 1px solid #000000;
  color: #ffffff;
}
.action.secondary:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.action.secondary.disabled,
.action.secondary[disabled],
fieldset[disabled] .action.secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.action.primary {
  background-image: none;
  background: #a30000;
  border: 1px solid #a30000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  padding: 7px 22px;
  font-size: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.action.primary:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 21px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5.25px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  height: 42px;
  padding: 5.25px 21px 5.25px 21px;
  font-weight: 600;
  line-height: 42px;
  font-size: 1.9rem;
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 5.25px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #dedede;
  margin: 0 0 5.25px;
  padding: 21px 21px 21px 21px;
}
.pager {
  display: flex;
  align-items: center;
}
.pager .limiter {
  display: flex;
  align-items: center;
}
.pager .limiter-text {
  margin-left: 20px;
}
.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.6rem;
  line-height: 5.3rem;
  letter-spacing: normal;
  margin: 0 6px;
  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 {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  color: #000000;
  display: inline-block;
  padding: 0 23px;
  text-decoration: none;
}
.pages a.page:hover {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}
.pages a.page:active {
  color: #a30000;
}
.pages strong.page {
  background: #a30000;
  border: 1px solid transparent;
  font-size: 1.6rem;
  line-height: 5.3rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 0 23px;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #dedede;
  color: #000000;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #000000;
}
.pages .action:hover {
  background: #120f21;
  border: 1px solid #120f21;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #000000;
}
.pages .item {
  vertical-align: middle;
}
.pages .pages-item-previous {
  margin-left: 0;
}
.pages .pages-item-next {
  margin-right: 0;
}
.pages .action {
  padding: 0 23px;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
}
.pages .action svg {
  vertical-align: middle;
  fill: #212b37;
}
.pages .action.previous {
  margin-right: 18px;
}
.pages .action.previous svg {
  margin-right: 10px;
}
.pages .action.next {
  margin-left: 18px;
}
.pages .action.next svg {
  margin-left: 10px;
}
.pages .action:hover svg {
  fill: #FFF;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10.5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10.5px;
}
.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;
}
.breadcrumbs {
  margin: 25px 0;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #2b2a29;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #2b2a29;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #2b2a29;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #a30000;
  text-decoration: none;
}
.breadcrumbs a:active {
  color: #2b2a29;
  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: 13px;
  line-height: 18px;
  content: "\203A";
  font-family: "Flaticon";
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs a,
.breadcrumbs strong {
  vertical-align: middle;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: ' ';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  font-size: 0;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 1;
}
.products-related .slick-arrow,
.products-upsell .slick-arrow {
  top: -80px;
  margin-top: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #DEDEDE !important;
}
.products-related .slick-arrow:hover,
.products-upsell .slick-arrow:hover {
  background: #f2f2f2 !important;
}
.slick-arrow:before {
  width: 42px;
  height: 46px;
  display: block;
}
.slick-arrow.slick-prev {
  left: 0;
}
.products-related .slick-arrow.slick-prev,
.products-upsell .slick-arrow.slick-prev {
  left: auto;
  right: 43px;
}
.slick-arrow.slick-prev:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0NS45OTkiIHZpZXdCb3g9IjAgMCA0MiA0NS45OTkiPg0KICA8ZyBpZD0iaWNvbl9sZWZ0LWFycm93IiBkYXRhLW5hbWU9Imljb24gbGVmdC1hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPg0KICAgIDxnIGlkPSJHcm91cF8yNTI5IiBkYXRhLW5hbWU9Ikdyb3VwIDI1MjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wMTMpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzY2MzEiIGRhdGEtbmFtZT0iUGF0aCA2NjMxIiBkPSJNMjM1LjYyLjQxNGExLDEsMCwwLDEsMS40MTQsMS40MTRMMjE1Ljc0OCwyMy4xMTYsMjM3LjAzNiw0NC40YTEsMSwwLDAsMS0xLjM4OSwxLjQzOGwtLjAyNS0uMDI1TDIxMy42MjgsMjMuODIyYTEsMSwwLDAsMSwwLTEuNDE0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxMy4zMzYgLTAuMTM0KSIgZmlsbD0iI2RlZGVkZSIvPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfNjYzMiIgZGF0YS1uYW1lPSJQYXRoIDY2MzIiIGQ9Ik0yMS42MjgsMjIuNDA4LDQzLjYyMS40MTRhMSwxLDAsMCwxLDEuNDE0LDEuNDE0TDIzLjc0OSwyMy4xMTYsNDUuMDM3LDQ0LjRhMSwxLDAsMSwxLTEuMzg5LDEuNDM4bC0uMDI1LS4wMjVMMjEuNjMsMjMuODIyQTEsMSwwLDAsMSwyMS42MjgsMjIuNDA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMuMzQyIC0wLjEzNCkiIGZpbGw9IiNkZWRlZGUiLz4NCiAgICA8L2c+DQogICAgPHBhdGggaWQ9IlBhdGhfNjYzMyIgZGF0YS1uYW1lPSJQYXRoIDY2MzMiIGQ9Ik0yMzYuNDUsNDYuMTI5YTEsMSwwLDAsMCwuNzA4LTEuNzA4TDIxNS44NywyMy4xMzUsMjM3LjE1OCwxLjg0OUExLDEsMCwwLDAsMjM1Ljc0NC40MzZMMjEzLjc1MSwyMi40MjlhMSwxLDAsMCwwLDAsMS40MTRsMjEuOTk0LDIxLjk5NEExLDEsMCwwLDAsMjM2LjQ1LDQ2LjEyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTMuNDU4IC0wLjE0KSIgZmlsbD0iI2RlZGVkZSIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzY2MzQiIGRhdGEtbmFtZT0iUGF0aCA2NjM0IiBkPSJNNDQuNDUyLDQ1Ljk4OGExLDEsMCwwLDAsLjcwOC0xLjcwOEwyMy44NzIsMjIuOTk0LDQ1LjE2LDEuNzA5QTEsMSwwLDEsMCw0My43NDQuMjkzTDIxLjc1MSwyMi4yODdhMSwxLDAsMCwwLDAsMS40MTRMNDMuNzQ0LDQ1LjY5NEExLDEsMCwwLDAsNDQuNDUyLDQ1Ljk4OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjQ2NSAwKSIgZmlsbD0iI2RlZGVkZSIvPg0KICA8L2c+DQo8L3N2Zz4NCg==');
}
.products-related .slick-arrow.slick-prev:before,
.products-upsell .slick-arrow.slick-prev:before {
  content: ' ';
  display: block;
  width: 13px;
  height: 13px;
  border: solid #000;
  border-width: 0 0 3px 3px;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: 8px;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0NiIgdmlld0JveD0iMCAwIDQyIDQ2Ij4NCiAgPGcgaWQ9Imljb25fcmlnaHQtYXJyb3ciIGRhdGEtbmFtZT0iaWNvbiByaWdodC1hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPg0KICAgIDxnIGlkPSJHcm91cF8yNTI5IiBkYXRhLW5hbWU9Ikdyb3VwIDI1MjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wMTMpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzY2MzEiIGRhdGEtbmFtZT0iUGF0aCA2NjMxIiBkPSJNMjE1LjA1Ni40MTRhMSwxLDAsMCwwLTEuNDE0LDEuNDE0bDIxLjI4NiwyMS4yODhMMjEzLjY0MSw0NC40YTEsMSwwLDAsMCwxLjM4OSwxLjQzOGwuMDI1LS4wMjUsMjEuOTk0LTIxLjk5NGExLDEsMCwwLDAsMC0xLjQxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTUuMzQxIC0wLjEzNCkiIGZpbGw9IiNkZWRlZGUiLz4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzY2MzIiIGRhdGEtbmFtZT0iUGF0aCA2NjMyIiBkPSJNNDUuMDUsMjIuNDA4LDIzLjA1Ny40MTRhMSwxLDAsMCwwLTEuNDE0LDEuNDE0TDQyLjkyOSwyMy4xMTYsMjEuNjQxLDQ0LjRBMSwxLDAsMSwwLDIzLjAzLDQ1Ljg0bC4wMjUtLjAyNUw0NS4wNDgsMjMuODIyQTEsMSwwLDAsMCw0NS4wNSwyMi40MDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEuMzM2IC0wLjEzNCkiIGZpbGw9IiNkZWRlZGUiLz4NCiAgICA8L2c+DQogICAgPHBhdGggaWQ9IlBhdGhfNjYzMyIgZGF0YS1uYW1lPSJQYXRoIDY2MzMiIGQ9Ik0yMTQuNDYsNDYuMTI5YTEsMSwwLDAsMS0uNzA4LTEuNzA4TDIzNS4wNCwyMy4xMzUsMjEzLjc1MiwxLjg0OUExLDEsMCwwLDEsMjE1LjE2NS40MzZsMjEuOTk0LDIxLjk5NGExLDEsMCwwLDEsMCwxLjQxNEwyMTUuMTY1LDQ1LjgzN0ExLDEsMCwwLDEsMjE0LjQ2LDQ2LjEyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTUuNDUyIC0wLjE0KSIgZmlsbD0iI2RlZGVkZSIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzY2MzQiIGRhdGEtbmFtZT0iUGF0aCA2NjM0IiBkPSJNMjIuNDYsNDUuOTg4YTEsMSwwLDAsMS0uNzA4LTEuNzA4TDQzLjA0LDIyLjk5NCwyMS43NTIsMS43MDlBMSwxLDAsMSwxLDIzLjE2Ny4yOTNMNDUuMTYxLDIyLjI4N2ExLDEsMCwwLDEsMCwxLjQxNEwyMy4xNjcsNDUuNjk0QTEsMSwwLDAsMSwyMi40Niw0NS45ODhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjEuNDQ3IDApIiBmaWxsPSIjZGVkZWRlIi8+DQogIDwvZz4NCjwvc3ZnPg0K');
}
.products-related .slick-arrow.slick-next:before,
.products-upsell .slick-arrow.slick-next:before {
  content: ' ';
  display: block;
  width: 13px;
  height: 13px;
  border: solid #000;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: 15px;
}
.slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
.slick-dots button {
  font-size: 0;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  background: #F4F4F4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background: #565656;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  width: 0px;
}
.clearfix:after {
  clear: both;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row > div,
.row li,
.row a {
  box-sizing: border-box;
}
.row.gutter-small {
  margin-right: -4px;
  margin-left: -4px;
}
.row.gutter-small > * {
  padding-right: 4px;
  padding-left: 4px;
}
.row.gutter-medium {
  margin-right: -10px;
  margin-left: -10px;
}
.row.gutter-medium > * {
  padding-right: 10px;
  padding-left: 10px;
}
.row.gutter-large {
  margin-right: -20px;
  margin-left: -20px;
}
.row.gutter-large > * {
  padding-right: 20px;
  padding-left: 20px;
}
.row.gutter-xlarge {
  margin-right: -22px;
  margin-left: -22px;
}
.row.gutter-xlarge > * {
  padding-right: 22px;
  padding-left: 22px;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.flex > div {
  display: flex;
}
.col.reverse {
  flex-direction: column-reverse;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: auto;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.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: 0.8rem;
  padding-top: 2rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  content: ' ';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #313131;
}
.modal-custom .action-close {
  margin: 26.25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10.5px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10.5px;
}
.modal-popup form {
  padding-top: 10px;
}
.modal-slide .modal-header {
  padding-right: 80px;
}
.modal-slide .action-close {
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -13.65rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.modal-contact .modal-inner-wrap {
  max-width: 550px;
  box-shadow: none;
}
.modal-contact .modal-header {
  padding: 40px 40px 20px;
}
.modal-contact .modal-title {
  padding: 0;
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: none;
}
.modal-contact .modal-content {
  padding: 0 40px 40px;
}
.modal-contact .action.primary {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.modal-account {
  max-width: 440px;
  width: 100%;
}
.modal-account .modal-content {
  padding: 0;
}
.modal-account .modal-account-member {
  padding: 0 45px 25px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
.modal-account .modal-account-member svg {
  margin-right: 20px;
  opacity: 0.7;
}
.modal-account .modal-account-member strong {
  font-size: 20px;
}
.modal-account ul {
  list-style: none;
  font-size: 17px;
  padding: 12px 45px;
  font-weight: 600;
}
.modal-account li {
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  position: relative;
}
.modal-account li a {
  display: block;
  padding: 15px 0;
}
.modal-account li:hover:after {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 19px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.223 13.996"><g id="arrow_menu_right" data-name="arrow menu right" transform="translate(-101.478)"><g id="Group_152" data-name="Group 152" transform="translate(101.478)"><path id="Path_43" data-name="Path 43" d="M109.477,6.452,103.249.224a.767.767,0,0,0-1.083,0l-.459.459a.767.767,0,0,0,0,1.083L106.938,7,101.7,12.231a.767.767,0,0,0,0,1.083l.459.458a.767.767,0,0,0,1.083,0l6.234-6.234a.773.773,0,0,0,0-1.087Z" transform="translate(-101.478 0)" /></g></g></svg>');
}
.modal-account .action-close {
  margin-top: 10px;
}
.modal-account .modal-account-guest {
  margin-top: -40px;
}
.modal-account .modal-inner-wrap {
  box-shadow: none;
}
.modal-account .actions {
  padding: 24px 45px;
  border-bottom: 1px solid #dfdfdf;
}
.modal-account .actions a:not(.action) {
  color: #a30000;
}
.modal-account .actions a:not(.action):hover {
  text-decoration: underline;
}
.modal-account .action {
  text-transform: uppercase;
  padding: 15px 30px;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.3rem;
  padding: 14px 17px;
  font-size: 1.9rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 21px 0 0;
}
.location-details .location-name {
  font-size: 19px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 21px;
  padding: 0 0 10.5px;
  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: 19px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 21px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Netlogiq/decusut/ro_RO/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Netlogiq/decusut/ro_RO/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Netlogiq/decusut/ro_RO/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Netlogiq/decusut/ro_RO/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Netlogiq/decusut/ro_RO/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.3rem;
  font-size: 1.9rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #a30000;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #a30000;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #a30000;
  border: 1px solid #a30000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 22px;
  font-size: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.3rem;
  padding: 14px 17px;
  font-size: 1.9rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 22px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.3rem;
  padding: 14px 17px;
  font-size: 1.9rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #870000;
  border: 1px solid #000000;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1316px;
}
[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: 1316px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5.25px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  height: 42px;
  padding: 5.25px 21px 5.25px 21px;
  font-weight: 600;
  line-height: 42px;
  font-size: 1.9rem;
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.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 {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  padding-bottom: 5.25px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #dedede;
  margin: 0 0 5.25px;
  padding: 21px 21px 21px 21px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10.5px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10.5px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 31.5px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #dedede;
  margin: 0 0 42px;
  padding: 10.5px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 31.5px;
}
.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 5.25px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5.25px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-grid-wrapper {
  border-bottom: 1px solid #dedede;
}
.amrelated-grid-wrapper,
.carousel {
  margin-top: 35px;
  padding-bottom: 55px;
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .slick-arrow,
.carousel .slick-arrow {
  right: 0;
  z-index: 999;
}
.amrelated-grid-wrapper .slick-arrow.slick-prev,
.carousel .slick-arrow.slick-prev {
  right: 43px;
  left: initial;
}
.amrelated-grid-wrapper.block .block-title,
.carousel.block .block-title {
  text-transform: initial;
}
.amrelated-grid-wrapper .product-item-details,
.carousel .product-item-details {
  margin-top: 15px;
}
.amrelated-grid-wrapper .action.secondary,
.carousel .action.secondary {
  font-size: 13px;
}
.amrelated-grid-wrapper .price-box,
.carousel .price-box {
  margin-top: 10px;
}
.amrelated-grid-wrapper .slick-track,
.carousel .slick-track {
  margin: 0;
}
.amrelated-grid-wrapper .slick-track .slick-slide,
.carousel .slick-track .slick-slide {
  margin: 25px 10px;
  padding-bottom: 15px;
}
.amrelated-grid-wrapper .slick-track .slick-slide:hover,
.carousel .slick-track .slick-slide:hover {
  box-shadow: none;
}
.amrelated-grid-wrapper .slick-slider,
.carousel .slick-slider {
  display: block;
}
.amrelated-grid-wrapper .slick-dots .slick-active button,
.carousel .slick-dots .slick-active button {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li,
.carousel .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button,
.carousel .slick-dots button {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.carousel .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.carousel .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus,
.carousel .slick-dots button:focus {
  border: none;
}
.amrelated-grid-wrapper .slick-arrow,
.carousel .slick-arrow {
  position: absolute;
  top: -45px;
  right: 0;
  width: 44px;
  background: none;
  border: 1px solid #dedede !important;
  padding: 0;
  z-index: 2;
}
.amrelated-grid-wrapper .slick-arrow.slick-next:before,
.carousel .slick-arrow.slick-next:before {
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg id="next" xmlns="http://www.w3.org/2000/svg" width="11.586" height="19.721" viewBox="0 0 11.586 19.721"><g id="Group_1441" data-name="Group 1441"><path id="Path_2412" data-name="Path 2412" d="M11.272,9.091,2.5.315A1.081,1.081,0,0,0,.97.315L.323.961a1.08,1.08,0,0,0,0,1.526l7.37,7.37L.315,17.234a1.081,1.081,0,0,0,0,1.526l.646.646a1.081,1.081,0,0,0,1.526,0l8.784-8.784a1.089,1.089,0,0,0,0-1.531Z"/></g></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg id="next" xmlns="http://www.w3.org/2000/svg" width="11.586" height="19.721" viewBox="0 0 11.586 19.721"><g id="Group_1441" data-name="Group 1441"><path id="Path_2412" data-name="Path 2412" d="M11.272,9.091,2.5.315A1.081,1.081,0,0,0,.97.315L.323.961a1.08,1.08,0,0,0,0,1.526l7.37,7.37L.315,17.234a1.081,1.081,0,0,0,0,1.526l.646.646a1.081,1.081,0,0,0,1.526,0l8.784-8.784a1.089,1.089,0,0,0,0-1.531Z"/></g></svg>') no-repeat 50% 50%;
  background-color: #000;
}
.amrelated-grid-wrapper .slick-arrow.slick-prev:before,
.carousel .slick-arrow.slick-prev:before {
  content: "";
  -webkit-mask: url('data:image/svg+xml;utf8,<svg id="next" xmlns="http://www.w3.org/2000/svg" width="11.586" height="19.721" viewBox="0 0 11.586 19.721"><g id="Group_1441" data-name="Group 1441" transform="translate(0)"><path id="Path_2412" data-name="Path 2412" d="M.315,9.091,9.091.315a1.081,1.081,0,0,1,1.526,0l.646.646a1.08,1.08,0,0,1,0,1.526l-7.37,7.37,7.378,7.378a1.081,1.081,0,0,1,0,1.526l-.646.646a1.081,1.081,0,0,1-1.526,0L.315,10.622a1.089,1.089,0,0,1,0-1.531Z" transform="translate(0)"/></g></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg id="next" xmlns="http://www.w3.org/2000/svg" width="11.586" height="19.721" viewBox="0 0 11.586 19.721"><g id="Group_1441" data-name="Group 1441" transform="translate(0)"><path id="Path_2412" data-name="Path 2412" d="M.315,9.091,9.091.315a1.081,1.081,0,0,1,1.526,0l.646.646a1.08,1.08,0,0,1,0,1.526l-7.37,7.37,7.378,7.378a1.081,1.081,0,0,1,0,1.526l-.646.646a1.081,1.081,0,0,1-1.526,0L.315,10.622a1.089,1.089,0,0,1,0-1.531Z" transform="translate(0)"/></g></svg>') no-repeat 50% 50%;
  background-color: #000;
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover,
.carousel .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-cart-message {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 10px 25px;
  background: #ffeeb8;
  color: #333333;
  text-align: left;
  font-size: 1.6rem;
  line-height: 42px;
}
.amrelated-cart-message:before {
  position: relative;
  top: 8px;
  display: inline-block;
  margin-right: 13px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-wrapper {
  margin-bottom: 40px;
  margin-top: 40px;
  clear: both;
}
.amrelated-title,
.amrelated-subtitle {
  position: relative;
  padding: 10px 0 20px 0;
  font-size: 2rem;
  color: #000;
}
.amrelated-title.-collapsed:after,
.amrelated-subtitle.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-title span,
.amrelated-subtitle span {
  color: #a30000;
}
.amrelated-pack-wrapper .amrelated-subtitle {
  font-weight: 700;
  padding-bottom: 0;
}
.amrelated-pack-wrapper .amrelated-subtitle strong {
  color: #a30000;
}
.amrelated-content-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 15px;
  align-items: center;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amrelated-content-wrapper .amrelated-equal {
  margin-right: 20px;
  font-weight: 600;
}
.amrelated-pack-list {
  overflow-x: auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.amrelated-pack-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  width: 14%;
  min-width: 205px;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item .amrelated-info {
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
}
.amrelated-pack-item .amrelated-details .stock {
  margin-bottom: 5px;
}
.amrelated-pack-item .amrelated-details .stock.available {
  color: #5F922C;
}
.amrelated-pack-item .price-box {
  width: 100%;
  margin: 10px 0 0 0;
}
.amrelated-pack-item .price-box > span {
  display: inline-block;
}
.amrelated-pack-item .amrelated-name {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px 0;
}
.amrelated-pack-item .price-final_price [data-price-type="finalPrice"] .price {
  display: block;
  font-weight: bold;
  color: #474644;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  position: unset;
  width: 0;
  min-width: 0;
  height: 0;
  border: 0;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  top: 50%;
  right: 0;
  margin: 0 40px 0 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-details {
  max-width: 70%;
  margin-left: 30px;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  text-align: center;
  background: #fff;
}
.amrelated-photo-container .amrelated-link {
  width: 100%;
  height: 100%;
  display: block;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  min-width: 30px;
  height: 30px;
  padding: 0 2px;
  border: 1px solid #a30000;
  border-radius: 50%;
  background: #ffeeb8;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000;
  font-weight: bold;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: normal;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #dedede;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label:before {
  color: #fff;
  content: "";
  width: 30px;
  height: 27px;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label:before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="15.61" viewBox="0 0 18 15.61"><path id="logo_checkmark" data-name="logo checkmark" d="M7.123,49.594,0,43.032l2.479-2.692,4.27,3.932,8.419-10.289L18,36.3Z" transform="translate(0 -33.984)"/></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="15.61" viewBox="0 0 18 15.61"><path id="logo_checkmark" data-name="logo checkmark" d="M7.123,49.594,0,43.032l2.479-2.692,4.27,3.932,8.419-10.289L18,36.3Z" transform="translate(0 -33.984)"/></svg>') no-repeat 50% 50%;
  background-color: #000;
  display: block;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  position: absolute;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 11px;
  color: #fff;
  background: #a30000;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
}
.amrelated-discount.-product {
  top: 0;
  right: 0;
  display: none;
}
.amrelated-discount.-summary {
  top: 0;
  left: 10px;
  max-width: 100%;
  padding: 6px 30px;
  font-size: 15px;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.amrelated-discount.-summary .amount {
  font-weight: bold;
  display: block;
  text-transform: initial;
}
.amrelated-photo-container .amrelated-checkbox:checked ~ .amrelated-discount,
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: block;
}
.amrelated-plus,
.amrelated-equal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  margin: 0 15px;
}
.amrelated-plus {
  color: #000000;
  font-weight: 600;
}
.amrelated-summary-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 0;
  position: relative;
}
.amrelated-summary-content .main.price {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-top: 25px;
}
.amrelated-price-wrapper {
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 13px 10px;
  height: auto;
  line-height: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.amrelated-content-wrapper .amrelated-summary-content {
  position: relative;
  display: block;
  min-width: 202px;
  max-width: 202px;
  margin-top: 16px;
  padding: 0;
}
.amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
  left: unset;
  border-radius: 0;
  background: #000;
}
.amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 110px;
  border: 1px dashed #4b4a4a;
  border-bottom: none;
}
.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
  margin-right: 0;
}
.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
  width: 100%;
}
.amrelated-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.amrelated-bundle-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  box-sizing: border-box;
  max-width: 315px;
  height: auto;
  overflow: hidden;
  padding: 0 0 13px;
  text-align: center;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.amrelated-bundle-popup .close {
  position: absolute;
  top: 18px;
  right: 20px;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  z-index: 99;
  max-width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  background: #fffae5;
  margin-top: 20px;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 10;
  background-color: #fff;
  text-align: right;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 68%;
  height: 1px;
  margin-left: 16%;
  background-color: #c5c5c5;
  content: '';
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  max-width: 150px;
  margin: 15px auto;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles*/
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  box-sizing: border-box;
  width: initial;
  margin: 0 25px 10px;
  border: 1px solid #b2b2b2;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  width: 60%;
  margin: auto;
  position: relative;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amrelated-info.-top .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.amrelated-info.-bottom {
  /* don't hide grouped price*/
}
.amrelated-info.-bottom > .amrelated-description {
  margin: 0 25px;
  font-size: 12px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide {
  margin: 0 10px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .to-cart {
  padding: 0 8px;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .product-item-actions {
  text-align: center;
}
.am-porto-cmtb .product-items.slick-slider .slick-slide .action.split {
  margin-right: 0;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item {
  /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
       */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Netlogiq/decusut/ro_RO/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme[class*="aqurate-listing-"] {
  overflow: hidden;
}
.owl-theme[class*="aqurate-listing-"] .owl-item {
  display: inline-block;
}
.owl-theme[class*="aqurate-listing-"] .owl-nav [class*='owl-'] {
  background: unset;
  margin-top: -30px;
  color: #000;
  font-size: 23px;
  line-height: 23px;
}
.owl-theme[class*="aqurate-listing-"] .owl-nav > div {
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-theme[class*="aqurate-listing-"] .owl-nav .owl-prev {
  left: -25px;
}
.owl-theme[class*="aqurate-listing-"] .owl-nav .owl-next {
  right: -25px;
}
.owl-theme[class*="aqurate-listing-"] .product-item-info {
  width: 100%;
}
.owl-theme[class*="aqurate-listing-"] .product-item-info.related-available .product-item-name {
  margin-left: auto;
}
.bss-tab-hidden {
  display: none !important;
}
.bss-hidden {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: -1000px;
}
.bss-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.action.view {
  cursor: pointer;
}
.action.add {
  cursor: pointer;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Gdpr
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-gdpr-delete-account {
  margin-top: 50px;
}
.mp-gdpr-delete-account .legend span {
  color: #db3b21;
  font-weight: 500;
}
.mp-gdpr-delete-account .actions-toolbar {
  margin-top: 25px;
}
.mp-gdpr-delete-account .actions-toolbar .action-delete {
  background-color: #db3b21;
  border-color: #db3b21;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mp-gdpr-delete-account .actions-toolbar .action-delete:hover {
  background-color: #ba4000;
  border-color: #b84002;
}
.erp-documents {
  margin-top: 30px;
}
.erp-documents .block-content {
  padding-top: 27px;
}
.erp-documents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.erp-documents li {
  margin-bottom: 0;
}
.gpsr-trigger {
  color: #a30000;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 22px 0;
  cursor: pointer;
  margin-top: 30px;
  font-size: 16px;
}
.gpsr-modal {
  max-width: 700px;
}
.gpsr-modal .title {
  border-bottom: 1px solid #c8c8c8;
  margin: 0 -25px 45px;
  padding: 0 20px 25px;
  font-size: 20px;
}
.gpsr-modal .content {
  line-height: 1.8;
  font-size: 16px;
}
.gpsr-modal .content ul {
  padding: 0;
  list-style: none;
}
.gpsr-modal .content li {
  padding-left: 30px;
  position: relative;
}
.gpsr-modal .content li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  background: #000;
}
.gpsr-modal .content li a {
  color: #a30000;
}
.gpsr-modal .action-close {
  margin-top: 15px;
}
.customer-account-create .field.field-name-prefix,
.customer-account-edit .field.field-name-prefix,
.customer-account-create .field.taxvat,
.customer-account-edit .field.taxvat {
  display: none;
}
.prolabels-wrapper,
.prolabels-content-wrapper {
  position: relative;
}
.prolabels-wrapper .prolabel,
.prolabels-content-wrapper .prolabel {
  display: inline-block;
  background: transparent center no-repeat;
  line-height: normal;
  transition: all 0.2s;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
.prolabels-wrapper .prolabel__inner,
.prolabels-content-wrapper .prolabel__inner {
  height: 100%;
  width: 100%;
}
.prolabels-wrapper .prolabel__wrapper,
.prolabels-content-wrapper .prolabel__wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.prolabels-wrapper .prolabel__content,
.prolabels-content-wrapper .prolabel__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* Image Label */
.prolabels-wrapper .absolute {
  position: absolute;
}
.prolabels-wrapper .top-left {
  top: 0;
  left: 0;
}
.prolabels-wrapper .top-right {
  top: 0;
  right: 0;
}
.prolabels-wrapper .top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.prolabels-wrapper .middle-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.prolabels-wrapper .middle-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prolabels-wrapper .middle-center {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.prolabels-wrapper .bottom-left {
  bottom: 0;
  left: 0;
}
.prolabels-wrapper .bottom-right {
  bottom: 0;
  right: 0;
}
.prolabels-wrapper .bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
/* Content Label */
.prolabels-content-wrapper .prolabel {
  margin-right: 10px;
}
.prolabels-wrapper {
  height: 100%;
  text-align: center;
}
.prolabels-wrapper .product-item-photo {
  font-size: 0;
}
.prolabels-wrapper .hover-image-container {
  left: 50%;
  transform: translateX(-50%);
}
.rtl .prolabels-wrapper .hover-image-container {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
.prolabels-product-image-labels,
.prolabels-content-labels {
  display: none;
}
/* Fotorama fullscreen hide labels */
.fotorama--fullscreen .prolabels-wrapper .prolabel {
  display: none;
}
.breeze-gallery .prolabels-wrapper {
  height: auto;
}
.breeze-gallery.opened .prolabels-wrapper .prolabel {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10.5px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10.5px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 21px;
  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 5.25px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10.5px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 21px;
}
.block-cart-failed {
  margin-top: 42px;
}
.block-cart-failed .block-title {
  font-size: 2rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10.5px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 42px;
}
.bundle-options-container .legend.title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 31.5px;
}
.bundle-options-container .action.back {
  margin-bottom: 31.5px;
}
.bundle-options-container .price-box .price {
  font-size: 19px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #a30000;
  padding: 10.5px 21px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 31.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10.5px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10.5px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 300;
  margin: 0 0 5.25px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #4b4a4a;
  padding: 10.5px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10.5px;
}
.block-category-event .block-title {
  margin: 0 0 10.5px;
}
.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: 42px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.downloadable.samples {
  margin-bottom: 21px;
}
.downloadable.samples dd {
  margin: 0 0 10.5px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 26.25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
  margin-top: 21px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 31.5px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 21px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 21px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10.5px;
}
.gift-message .field {
  margin-bottom: 21px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 21px;
}
.gift-options-content .fieldset {
  margin: 0 0 21px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10.5px 21px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10.5px 0 21px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #870000;
  border: 1px solid #000000;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10.5px 10.5px 21px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10.5px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 21px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 43px;
  color: #4b4a4a;
  content: '\e622';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #dedede;
  padding-top: 10.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 42px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10.5px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5.25px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10.5px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 63px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 26.25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #dedede;
}
.block-giftregistry-shared-items .col {
  padding: 21px 8px 10.5px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10.5px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5.25px;
}
.gift-wrapping .label {
  margin: 0 0 5.25px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 19px;
  margin: 21px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 21px 0 10.5px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10.5px 10.5px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10.5px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5.25px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5.25px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 21px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10.5px 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: 21px;
}
.order-options .product {
  margin-bottom: 10.5px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10.5px;
}
.order-options .gift-wrapping {
  margin-bottom: 10.5px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #dedede;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #dedede;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 15px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10.5px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10.5px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
}
.map-popup .popup-content {
  margin: 10.5px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10.5px;
  top: 10.5px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: ' ';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 21px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10.5px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  text-decoration: none;
}
button.map-show-info:hover {
  color: #a30000;
  text-decoration: none;
}
button.map-show-info:active {
  color: #a30000;
  text-decoration: none;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  content: '\e622';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #a30000;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  content: '\e621';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #a30000;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #a30000;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #4d4d4d;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10.5px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5.25px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10.5px;
  top: 10.5px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: ' ';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10.5px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10.5px;
}
.block-wishlist-management .wishlist-notice {
  color: #000000;
  display: inline-block;
  margin-right: 21px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 21px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 21px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 63px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 21px;
}
.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: 21px;
}
.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 10.5px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10.5px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10.5px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10.5px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 21px;
  margin-top: 31.5px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #000000;
}
.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: 26.25px;
  padding-left: 17px;
}
.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: 10.5px;
}
.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: 10.5px;
}
.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: 31.5px;
}
.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: 10.5px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 42px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 26.25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10.5px;
}
.multicheckout .item-options {
  margin: 10.5px 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 #dedede;
  padding-bottom: 10.5px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #bebdbd;
}
.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: 42px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10.5px;
  margin-top: -10.5px;
}
.multicheckout .box-title span {
  margin-right: 10.5px;
}
.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 5.25px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.3rem;
  margin-bottom: 42px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5.25px 5.25px 10.5px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10.5px 5.25px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 21px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10.5px;
}
.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 #dedede;
  margin: 21px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10.5px 0 21px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Netlogiq/decusut/ro_RO/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Netlogiq/decusut/ro_RO/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 26.25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10.5px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 11px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #4b4a4a;
  content: '\e61d';
  font-family: "Flaticon";
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #a30000;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #a30000;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #000000;
  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: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 21px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #a30000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #a30000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  cursor: pointer;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 40px;
  transition: all .4s ease;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-cookie-container {
  margin-bottom: 20px;
  padding-top: 15px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(5, 32, 65, 0.15);
}
.amgdprcookie-cookie-container.-modal {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  word-break: break-all;
  word-break: break-word;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 12px;
  color: #363636;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  position: relative;
  margin-top: 15px;
  padding: 7px 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background: #767676;
}
.amgdprcookie-cookie-container .amgdprcookie-options:before,
.amgdprcookie-cookie-container .amgdprcookie-options:after {
  content: '';
  position: absolute;
  top: 16px;
  height: 2px;
  width: 10px;
  background: #fff;
}
.amgdprcookie-cookie-container .amgdprcookie-options:before {
  right: 20px;
  transform: rotate(45deg);
}
.amgdprcookie-cookie-container .amgdprcookie-options:after {
  right: 14px;
  transform: rotate(-45deg);
}
.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options {
  border-radius: 0;
}
.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:before {
  transform: rotate(-45deg);
}
.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:after {
  transform: rotate(45deg);
}
.amgdprcookie-content-wrapper {
  display: none;
  padding: 0 15px;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 12px;
}
.amgdprcookie-content-wrapper .amgdprcookie-title {
  padding: 15px 15px 0 0;
  vertical-align: top;
}
.amgdprcookie-content-wrapper .amgdprcookie-row {
  border-bottom: 1px solid #ccc;
}
.amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
  border-bottom: 0;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell {
  padding: 15px 15px 15px 0;
  word-break: break-all;
  word-break: break-word;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
  width: 23%;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:last-child {
  padding-right: 0;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  display: block;
  color: #389dfe;
  text-align: right;
  text-transform: capitalize;
  letter-spacing: .3px;
  font-size: 12px;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  right: 46px;
  left: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  position: relative;
  margin: 0;
  height: 100%;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
}
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar {
  margin-left: 10px;
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-track {
  background: #fff;
}
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  overflow-y: scroll;
  height: 58vh;
  min-height: 170px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
}
.amgdprcookie-policy-container {
  padding: 24px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-text-container {
  margin-bottom: 30px;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-buttons-block {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  flex-basis: 58%;
  border: none;
  border-radius: 3px;
  background: #ffa63d;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: bold;
  transition: opacity .3s ease;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  flex-basis: 35%;
  margin-left: 10px;
}
.amgdprcookie-modal-template {
  margin-left: 5px;
}
.amgdprcookie-bar-container {
  z-index: 10;
  margin: 0;
}
.amgdprcookie-bar-template {
  position: fixed;
  /* added to support older browsers */
  position: sticky;
  border-top: 1px solid #dedede;
}
.amgdprcookie-bar-template.-bottom {
  position: static;
}
.amgdprcookie-bar-template .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.amgdprcookie-bar-template .content p {
  margin: 0;
}
.amgdprcookie-bar-template .content a {
  color: #a30000;
}
.amgdprcookie-bar-template .actions {
  padding-left: 20px;
}
.amgdprcookie-bar-template .actions button {
  height: 55px;
  padding: 0 20px;
}
.amgdprcookie-bar-template .actions button.-allow {
  font-weight: 600;
}
.amgdprcookie-bar-template .actions button.-settings {
  border-left: 1px solid #dedede;
}
@media (min-width: 768px) {
  .amgdprcookie-bar-template .content {
    padding-left: 60px;
  }
  .amgdprcookie-bar-template .actions button {
    font-size: 1.8rem;
    height: 88px;
  }
}
@media (min-width: 460px) {
  .amgdprcookie-bar-template .content p {
    flex: 1;
  }
}
@media (max-width: 460px) {
  .amgdprcookie-bar-template .actions button {
    width: 100%;
  }
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-gift {
  border-top: 1px solid #C8C8C8;
  padding-top: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.ampromo-gift .product-image {
  margin-right: 20px;
}
.ampromo-gift ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ampromo-gift li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.ampromo-gift .gift-title {
  background: #a30000;
  display: inline-block;
  padding: 8px 15px;
  padding-right: 44px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.ampromo-gift .gift-title svg {
  margin-right: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.ampromo-gift .gift-title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-right: 20px solid white;
  position: absolute;
  right: 0;
  top: 0;
}
.ampromo-gift .gift-title span {
  vertical-align: middle;
}
.ampromo-banner-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
}
.ampromo-label {
  position: absolute;
  z-index: 1000;
}
.am-banners-lite-img {
  margin-top: 30px;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover {
  height: 20px;
  width: 20px;
  padding: 5.25px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin: 30px 0 0;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.amxnotif-block {
  margin-bottom: 5px;
  clear: both;
}
.amxnotif-block .input-fields {
  display: inline-block;
  width: 54%;
  vertical-align: top;
  margin: 0;
}
.amxnotif-block .input-fields input {
  height: 35px;
  font-size: 14px;
}
.amxnotif-block .notification-container {
  display: none;
  margin-top: 8px;
  margin-bottom: 20px;
  background: #f9f9f9;
  padding: 16px 20px 20px;
}
.amxnotif-block .notification-container .notification-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.amxnotif-block .notification-container .notification-text a {
  color: #a30000;
}
.amxnotif-block label {
  color: #a30000;
  display: block;
  cursor: pointer;
}
.amxnotif-block label:hover {
  text-decoration: underline;
}
.amxnotif-block .action.primary {
  padding: 7.5px 15px;
}
.amxnotif-block .actions-toolbar {
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  height: 32px;
  padding: 0 20px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.amxnotif-block div.field {
  margin: 5px 0;
  display: flex;
  align-items: flex-start;
}
.amxnotif-block div.field input {
  margin-right: 10px;
}
.product.alert a {
  color: #a30000;
  display: block;
  margin-bottom: 5px;
}
.product.alert a:hover {
  text-decoration: underline;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  margin-bottom: 20px;
  display: none;
}
.category.subscribe-popup {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 1px solid #888;
  height: auto;
  box-sizing: border-box;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.amxnotif-block .subscribe-popup label[for^="notification-container"] {
  font-size: 20px;
  text-align: center;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  margin-top: 25px;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #dedede;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 921px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10.5px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10.5px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 921px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
/** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/
tr.totals.charge {
  display: none;
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 921px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.apptrian-subcategories-grid {
  list-style: none;
  padding: 0;
}
.apptrian-subcategories-category {
  display: block;
  text-align: center;
  height: 100%;
  border-bottom: 1px solid #DEDEDE;
}
.apptrian-subcategories-category:hover {
  border-color: #a30000;
}
.apptrian-subcategories-category-wrapper {
  margin: 0px 0 20px;
}
.apptrian-subcategories-category-image img {
  vertical-align: top;
}
.apptrian-subcategories-category-name {
  padding: 10px 0;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_OneStepCheckout
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
.bss-onestepcheckout .column.main {
  padding: 30px 0;
  margin-bottom: 60px;
}
.bss-onestepcheckout .header-menu {
  display: none;
}
.bss-onestepcheckout .checkout-gdpr {
  margin-top: 15px;
}
.bss-onestepcheckout .checkout-gdpr .field-error {
  margin-top: 10px;
  color: #e02b27;
}
.bss-onestepcheckout .checkout-gdpr label a {
  color: #a30000;
}
.bss-onestepcheckout .opc-wrapper {
  width: 100%;
  padding-right: 0;
}
.bss-onestepcheckout .checkout-container {
  margin-top: 45px;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.bss-onestepcheckout .step-title {
  margin: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.bss-onestepcheckout .form-login {
  margin-top: 40px;
  margin-bottom: 15px;
}
.bss-onestepcheckout .form-login .actions-toolbar {
  float: right;
}
.bss-onestepcheckout .discount-code {
  margin-bottom: 35px;
}
.bss-onestepcheckout .discount-code .payment-option-inner {
  display: flex;
  flex: 1;
}
.bss-onestepcheckout .discount-code .payment-option-content {
  margin-top: 20px;
}
.bss-onestepcheckout .discount-code .field {
  flex: 1;
}
.bss-onestepcheckout .discount-code .action-apply,
.bss-onestepcheckout .discount-code .action-cancel {
  margin: 0 !important;
  height: 100%;
  max-height: 50px;
}
.bss-onestepcheckout .discount-code .primary {
  height: 100%;
}
.bss-onestepcheckout .discount-code label {
  display: block;
  margin-bottom: 10px;
}
.bss-onestepcheckout .discount-code .action-toggle {
  color: #a30000;
  display: flex;
  align-items: center;
}
.bss-onestepcheckout .discount-code .action-toggle:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  margin-left: 15px;
  transform: rotate(225deg);
  border-top: 2px solid #a30000;
  border-left: 2px solid #a30000;
}
.bss-onestepcheckout .discount-code._active .action-toggle:after {
  transform: rotate(45deg);
  margin-top: 5px;
}
.bss-onestepcheckout .cart.item.message {
  padding: 8px;
}
.bss-onestepcheckout .action-edit-address {
  margin-top: 10px;
}
.bss-onestepcheckout .summary-pay-logos {
  margin-top: 40px;
  text-align: center;
}
.bss-onestepcheckout .summary-pay-logos strong {
  display: block;
}
.bss-onestepcheckout .summary-pay-logos img {
  margin-top: 15px;
}
.bss-onestepcheckout .action.delete:before {
  content: "";
  display: inline-block !important;
  width: 20px;
  height: 22px;
  opacity: 0.5;
  margin-top: 5px;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20.399" height="21.885" viewBox="0 0 20.399 21.885"><g transform="translate(-17.379)"><g transform="translate(17.379 3.286)"><path d="M306.892,175.119l-1.713-.063-.371,10.142,1.713.063Z" transform="translate(-292.521 -170.859)"/><rect width="1.714" height="10.142" transform="translate(9.342 4.228)"/><path d="M160.5,185.191l-.371-10.142-1.713.063.371,10.142Z" transform="translate(-152.39 -170.852)"/><path d="M17.379,76.867v1.714h1.786l1.417,16.1a.857.857,0,0,0,.854.782H33.692a.857.857,0,0,0,.854-.782l1.417-16.1h1.815V76.867ZM32.907,93.752H22.221L20.886,78.581H34.242Z" transform="translate(-17.379 -76.867)"/></g><g transform="translate(23.35)"><path d="M164.1,0h-5.6a1.43,1.43,0,0,0-1.429,1.428V4.143h1.714V1.714h5.028V4.143h1.714V1.428A1.43,1.43,0,0,0,164.1,0Z" transform="translate(-157.076)"/></g></g></svg>') no-repeat 50% 50%;
}
.bss-onestepcheckout .checkout-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book),
.bss-onestepcheckout .checkout-billing-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book),
.bss-onestepcheckout .form-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) {
  margin-bottom: 15px;
}
.bss-onestepcheckout .checkout-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .control,
.bss-onestepcheckout .checkout-billing-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .control,
.bss-onestepcheckout .form-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .control {
  flex: 1;
}
.bss-onestepcheckout .checkout-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book).street,
.bss-onestepcheckout .checkout-billing-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book).street,
.bss-onestepcheckout .form-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book).street {
  margin-bottom: 0;
}
.bss-onestepcheckout .checkout-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book).billing-address-same-as-shipping-block,
.bss-onestepcheckout .checkout-billing-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book).billing-address-same-as-shipping-block,
.bss-onestepcheckout .form-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book).billing-address-same-as-shipping-block {
  margin-bottom: 30px;
  margin-top: 30px;
}
.bss-onestepcheckout .field.choice label:before {
  width: 30px;
  height: 30px;
}
.bss-onestepcheckout .field.street legend {
  display: none;
}
.bss-onestepcheckout .field[name="shippingAddress.telephone"] input,
.bss-onestepcheckout .field[name="billingAddressshared.telephone"] input {
  width: 100%;
  margin: 0;
}
.bss-onestepcheckout .field[name="shippingAddress.telephone"] .field-tooltip,
.bss-onestepcheckout .field[name="billingAddressshared.telephone"] .field-tooltip {
  display: none;
}
.bss-onestepcheckout .order-comment-block {
  margin: 30px 0;
}
.bss-onestepcheckout .order-comment-block .label {
  display: block;
  margin-bottom: 10px;
}
.bss-onestepcheckout div[name="shippingAddress.country_id"],
.bss-onestepcheckout .field[name="shippingAddress.city"],
.bss-onestepcheckout .field[name="billingAddressshared.city"],
.bss-onestepcheckout .field[name="billingAddressshared.country_id"],
.bss-onestepcheckout .field[name="billingAddressshared.postcode"] {
  display: none !important;
}
.bss-onestepcheckout div[name="shippingAddress.street.0"] label span,
.bss-onestepcheckout div[name="billingAddressshared.street.0"] label span {
  max-width: 48px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.bss-onestepcheckout .col-method,
.bss-onestepcheckout .payment-method {
  position: relative;
}
.bss-onestepcheckout .col-method input,
.bss-onestepcheckout .payment-method input {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  visibility: hidden;
  box-shadow: none;
}
.bss-onestepcheckout .col-method input:checked + label:after,
.bss-onestepcheckout .payment-method input:checked + label:after {
  content: "";
  background: #2a2927;
}
.bss-onestepcheckout .col-method label,
.bss-onestepcheckout .payment-method label {
  position: relative;
  padding: 2px 0 2px 50px;
  cursor: pointer;
}
.bss-onestepcheckout .col-method label:before,
.bss-onestepcheckout .payment-method label:before {
  content: ' ';
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
}
.bss-onestepcheckout .col-method label:after,
.bss-onestepcheckout .payment-method label:after {
  position: absolute;
  left: 7px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.bss-onestepcheckout .payments hr {
  display: none;
}
.bss-onestepcheckout .opc-block-summary {
  margin-bottom: 30px;
}
.bss-onestepcheckout .opc-block-summary > .title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.bss-onestepcheckout .opc-block-summary .product-image-container {
  margin-right: 25px;
  margin-bottom: 10px;
}
.bss-onestepcheckout .opc-block-summary .product-item-name a {
  height: auto;
  margin-bottom: 10px;
}
.bss-onestepcheckout .opc-block-summary .item-options {
  margin-bottom: 0;
}
.bss-onestepcheckout .opc-block-summary .table-totals {
  margin-top: 20px;
}
.bss-onestepcheckout .methods-shipping .actions-toolbar {
  display: none;
}
.bss-onestepcheckout .details-qty {
  margin-top: 10px;
}
.bss-onestepcheckout .details-qty input {
  width: 41px;
  height: 31px;
  font-size: 12px;
  text-align: center;
  padding: 0 5px;
  margin: 0 -5px;
}
.bss-onestepcheckout .details-qty .label {
  margin-right: 10px;
}
.bss-onestepcheckout .opc-block-summary-container {
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 20px;
}
.bss-onestepcheckout .opc-block-summary-container > .actions-toolbar {
  margin-top: 30px;
}
.bss-onestepcheckout #opc-sidebar {
  float: right;
  width: 100%;
}
.bss-onestepcheckout .checkout-button .field-error {
  background: #a30000;
  color: #fff;
  padding: 8px 10px;
  margin-top: 30px;
}
.bss-onestepcheckout .btn-placeorder.checkout {
  margin-top: 20px;
  line-height: 2.2rem;
  padding: 14px 17px;
  width: 100%;
  text-transform: uppercase;
}
.bss-onestepcheckout .qty-button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.bss-onestepcheckout .increase,
.bss-onestepcheckout .decrease {
  position: relative;
  display: block;
  width: 25px;
  height: 31px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 31px;
  border: 1px solid #DEDEDE;
}
.bss-onestepcheckout .disabled-decrease:before {
  border-top: 7px solid #ababab;
}
.bss-onestepcheckout .product-item-details .product-item-inner {
  padding-right: 20px;
}
.hide {
  display: none;
}
body.bss-popup-opened {
  overflow-y: hidden;
}
body.safari-context {
  width: 100%;
  height: 100%;
}
.mfp-wrap.safari-context-wrap {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.popup_wrapper {
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 10px 15px;
  border: 1px solid gray;
  border-radius: 2px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  position: relative;
  margin: auto;
  max-width: 70%;
  text-align: left;
}
.bss_popup .opened {
  overflow-y: hidden;
}
#template-contact-form {
  max-width: 309px;
}
#template-contact-form .popup_content {
  width: 100%;
  margin: 12px auto;
  border-radius: 10px;
  border: 2px solid #1979c3;
  padding: 15px;
  box-sizing: border-box;
}
#template-contact-form .popup_content .legend {
  border: none;
  text-align: center;
  color: #1979c3;
  font-weight: bold;
  margin-bottom: 10px;
}
#template-contact-form .popup_content .fieldset {
  margin: 0;
}
#template-contact-form .popup_content .fieldset > .field {
  margin: 0 0 10px;
}
#template-age-verification {
  width: 700px;
  max-width: 90vw;
  height: auto;
  text-align: center;
  background-image: url('../../frontend/Netlogiq/decusut/ro_RO/Bss_Popup/images/bg-popup-ageverification.png');
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
}
#template-age-verification .popup-title {
  margin-top: 40px;
  font-size: 50px;
  text-transform: uppercase;
}
#template-age-verification .popup-title:before {
  content: "";
  width: 40px;
  height: 45px;
  background-image: url('../../frontend/Netlogiq/decusut/ro_RO/Bss_Popup/images/lock.png');
  display: inline-block;
  background-position: center;
  position: relative;
  top: 5px;
  padding-right: 5px;
}
#template-age-verification .popup-description {
  font-size: 18px;
  margin: 20px auto;
  padding: 0 15px;
  max-width: 410px;
  box-sizing: border-box;
}
#template-age-verification button {
  width: 270px;
  height: 60px;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
#template-age-verification button#age_verification_yes {
  background: #00b14f;
}
#template-age-verification button#age_verification_no {
  background: #069ef7;
  margin-left: 10px;
}
#template-age-verification #age_verification_redirect {
  margin: 10px 58px 60px 0;
  max-width: 270px;
  float: right;
}
.mfp-ready #template-none {
  display: inline-block !important;
}
#template-none {
  text-align: center;
  padding: 0;
  background: none;
}
#template-newsletter {
  max-width: 545px;
  padding: 40px;
  text-align: center;
}
#template-newsletter .popup_content h3 {
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 20px;
}
#template-newsletter .popup_content img {
  margin: 0 auto;
}
#template-newsletter .popup_content .actions .subscribe {
  width: 100%;
  text-transform: uppercase;
  border: none;
  padding: 15px;
  margin: 20px 0 0;
}
#template-newsletter .popup_content > .newsletter {
  width: 100%;
  max-width: 100%;
}
#template-newsletter .popup_content > .newsletter:before {
  content: "";
  background: url('../../frontend/Netlogiq/decusut/ro_RO/Bss_Popup/images/banner-newletter.png');
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 290px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
#template-newsletter .popup_content > .newsletter .title-popup {
  font-size: 30px;
  color: #000;
  padding: 30px 0 10px;
}
#template-newsletter .popup_content > .newsletter .description-popup {
  padding: 0 40px;
}
#template-newsletter .popup_content > .newsletter .subscribe {
  margin-top: 20px;
  max-width: 300px;
  margin: 20px auto 0;
}
#template-newsletter .popup_content > .newsletter .subscribe .actions,
#template-newsletter .popup_content > .newsletter .subscribe .newsletter {
  display: block;
  width: 100%;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control:before {
  display: none;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter {
  border: 1px solid #ececec;
  padding: 25px 50px;
  border-radius: 30px;
  font-style: italic;
  color: #222;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter::placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter:-ms-input-placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-newsletter .popup_content > .newsletter .subscribe .field .control #newsletter::-ms-input-placeholder {
  color: #222;
  text-transform: uppercase;
}
#template-social-sharing {
  background-image: url('../../frontend/Netlogiq/decusut/ro_RO/Bss_Popup/images/bg-popup-social.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  max-width: 650px;
  padding: 70px 25px;
  box-sizing: border-box;
}
#template-social-sharing .title-popup {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}
#template-social-sharing .mfp-close {
  display: none;
}
#template-social-sharing .des-popup {
  font-size: 22px;
  margin-top: 50px;
}
#template-social-sharing .social {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
#template-social-sharing .social li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}
#template-social-sharing .social li a {
  display: block;
}
#template-hot-deals {
  max-width: 754px;
  border-radius: 10px;
}
#template-hot-deals .block-products-list {
  text-align: center;
}
#template-hot-deals .block-products-list .block-title {
  margin: 40px 0;
}
#template-hot-deals .block-products-list .block-title strong {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
#template-hot-deals .block-products-list .product-item {
  width: 23%;
}
.popup_content {
  display: grid;
}
.popup_content .products-grid .product-item-actions {
  margin: 0;
}
.popup_content .products-grid .product-item-actions .block-title {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
}
.popup_content p {
  margin-top: 0;
  margin-bottom: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: unset !important;
  left: unset !important;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  text-align: center;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #000;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
#productqa {
  border-bottom: 1px solid #dedede;
  padding-bottom: 60px;
}
#productqa .section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 35px;
}
#productqa .button-actions {
  margin-bottom: 65px;
}
#productqa .question_form {
  margin-bottom: 60px;
}
#productqa .action {
  background: #212B37;
  font-size: 1.7rem;
  border-color: #212B37;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
#productqa .action.ask-que {
  width: 100%;
  max-width: 420px;
}
#productqa .action:hover {
  background: #a30000;
  border-color: #a30000;
}
#productqa .queans .que_but {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  line-height: 16px;
  margin-left: 2px;
}
#productqa .queans .que_but:before {
  content: "";
  font-size: 45px;
  font-weight: 600;
}
#productqa .queans .question {
  font-size: 1.7rem;
  font-weight: 400;
  display: flex;
}
#productqa .queans .question .actions {
  margin-left: auto;
}
#productqa .queans .question .counter {
  font-size: 15px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
  padding-left: 10px;
  min-width: 95px;
}
.blog-widget-recent {
  margin-top: 75px;
}
.blog-widget-recent .title {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}
.blog-widget-recent .post-title {
  font-size: 2.6rem;
}
.blog-widget-recent .post-read-more {
  text-transform: uppercase;
  font-size: 1.3rem;
}
.blog-widget-recent .post-description {
  margin-bottom: 20px;
}
.blog-widget-recent .post-content {
  margin: 20px 0;
}
.blog-categories {
  margin-top: 20px;
}
.blog-categories h3 {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0;
}
.blog-categories div[class^="col"] {
  margin-bottom: 25px;
}
#relatedposts-tab .mfblog-replated-posts-block {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}
.blog-index-index .sidebar {
  padding: 0 !important;
}
.blog-search {
  position: relative;
}
.blog-search input {
  height: 35px;
}
.blog-search label {
  top: 8px !important;
}
.blog-search .field--has-focus label {
  top: 0px !important;
}
.blog-search button {
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px;
}
.blog-search svg {
  fill: #565656;
}
.block-categories li {
  border-bottom: 1px solid #DEDEDE;
  padding: 8px 0;
}
.block-categories li:first-child {
  border-top: 1px solid #DEDEDE;
}
.block-categories .block-title {
  text-align: left;
  margin-bottom: 20px;
}
.block-categories .block-title strong {
  font-size: 2rem;
}
.block-categories ul {
  list-style: none;
  padding: 0;
}
.post-item {
  align-items: center;
}
.post-item > * {
  flex: 1;
}
.post-date {
  font-size: 1.6rem;
  color: #B5AFAA;
  margin-bottom: 20px;
}
.post-title {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 300;
  margin-top: 0;
}
.post-description {
  line-height: 2;
}
.post-read-more {
  color: #a30000;
  font-weight: 600;
}
.post-list {
  list-style: none;
  padding: 0;
}
.post-holder {
  border: 1px solid #dedede;
  padding: 30px 20px 25px;
  margin-bottom: 20px;
}
.post-text-hld {
  margin: 5px 0;
}
.post-info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 20px;
}
.post-info > * {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #dedede;
  margin-bottom: 5px;
}
.post-info > *:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.post-info .label {
  font-weight: 600;
}
.post-categories a,
.post-comments a {
  color: #a30000;
}
.post-nextprev-hld {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.post-nextprev-hld .next-link {
  margin-left: auto;
}
.post-nextprev-hld .next-link span {
  margin-right: 10px;
}
.post-nextprev-hld .prev-link span {
  margin-left: 10px;
}
.post-nextprev-hld svg,
.post-nextprev-hld span {
  vertical-align: middle;
}
.mfblog-replated-posts-block {
  padding-top: 35px;
  border-top: 1px solid #dedede;
  margin-top: 20px;
  margin-bottom: 35px;
}
.mfblog-replated-posts-block .title {
  font-size: 2rem;
}
.mfblog-replated-posts-block .block-content {
  list-style: none;
  padding: 0;
}
.mfblog-replated-posts-block a {
  text-decoration: underline;
}
-bottom .related {
  padding-top: 40px;
  border-top: 1px solid #dedede;
}
.see-all {
  color: #a30000;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 40px;
}
.see-all:hover {
  text-decoration: underline;
}
#post-comments .c-count {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
#post-comments .c-reply {
  padding: 0 0px 0 25px;
}
#post-comments .c-reply textarea {
  height: 46px;
  border: 1px solid #c8c8c8;
}
#post-comments .c-comments {
  border-top: 0;
  padding-top: 0;
  margin-top: 15px;
}
#post-comments .c-allcomments {
  background: #2b2a28;
  border-radius: 0;
  font-size: 13px;
  padding: 2px 10px;
  margin-top: 0;
}
#post-comments .c-allcomments:hover {
  background: #870000;
}
#post-comments .p-info {
  margin: 0;
}
#post-comments .p-name,
#post-comments .reply-action {
  color: #465677;
}
#post-comments .p-text {
  clear: both;
}
#post-comments .c-post .p-actions {
  padding: 5px 0 10px;
}
#post-comments .c-comments .c-comment {
  border-bottom: 0;
}
#post-comments .p-replies .c-more {
  background: #f9f9f9;
  padding: 3px 15px;
}
#post-comments .p-replies .c-more a {
  color: #a30000;
  font-size: 13px;
  font-weight: 400;
}
#c-replyform-comment .message > div {
  position: relative;
}
#c-replyform-comment .message > div:before {
  left: -40px;
}
.product-item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.product-item:not(.product-options-bottom):hover {
  z-index: 2;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
.products-related .product-item:not(.product-options-bottom):hover,
.products-upsell .product-item:not(.product-options-bottom):hover {
  box-shadow: none;
}
.product-item-photo {
  display: block;
  text-align: center;
}
.product-item-name {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 10px 0 0;
}
.product-item-name a {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 65px;
  overflow: hidden;
}
.product-item-price {
  margin-top: auto;
  padding-top: 10px;
}
.product-item-actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.product-item-actions .action.secondary {
  text-transform: uppercase;
  text-align: center;
  flex: 1;
}
.product-item-actions .towishlist,
.product-item-actions .tocompare {
  margin-left: 20px;
}
.product-item-actions .towishlist:hover svg,
.product-item-actions .tocompare:hover svg {
  fill: #a30000;
}
.product-item-actions .towishlist svg,
.product-item-actions .tocompare svg {
  vertical-align: middle;
}
.products-related .slick-initialized,
.products-upsell .slick-initialized {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.products-related .slick-initialized > *,
.products-upsell .slick-initialized > * {
  padding-left: 0;
  padding-right: 0;
}
.products-related .product-item,
.products-upsell .product-item {
  margin: 0 15px;
}
.products-related .slick-list,
.products-upsell .slick-list {
  margin: 0 -15px;
}
.products-related .product-detailed-title,
.products-upsell .product-detailed-title {
  padding-top: 40px;
}
.products-related .product-item-actions .action.secondary,
.products-upsell .product-item-actions .action.secondary {
  flex: initial;
}
.block-products-list .product-item-info,
.block-products-list .product-item-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .product-item-price {
    min-height: 22px;
  }
}
.page-title-wrapper.product {
  margin-bottom: 0;
}
.product-info-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 15px;
  border-bottom: 1px solid #DEDEDE;
}
.product-info-top > * {
  margin-top: 15px;
}
.product-info-top > *:after {
  content: ' ';
  width: 1px;
  height: 13px;
  display: block;
  background: #DEDEDE;
  margin: 0 25px;
}
.product-info-top > *:last-child:after {
  content: none;
}
.product-info-top .product.attribute.sku {
  display: flex;
  align-items: center;
}
.product-info-top .product.attribute.sku .type:after {
  content: ':';
  margin-right: 3px;
}
.product-info-top .product.attribute.sku strong {
  font-weight: 400;
}
.product-order-form {
  margin-top: 20px;
}
.product.media {
  position: relative;
}
.product.media .fotorama__thumb-border {
  border-color: #a30000;
}
.product-social {
  margin-top: 45px;
}
.product-social a {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
.product-social svg {
  fill: #2b2a28;
}
.product-info-main {
  margin-top: 15px;
}
.product-info-stock-sku {
  font-weight: 700;
  margin-bottom: 15px;
}
.product-info-main .price-box {
  font-size: 3rem;
  margin-top: 5px;
}
.product-info-main .price-box .regular-price,
.product-info-main .price-box .special-price {
  color: #a30000;
}
.product-info-main .price-box .special-price {
  margin-right: 10px;
}
.product-info-main .price-box .old-price {
  color: #2B2A29;
  font-weight: 300;
}
.product-info-main .price-box .price-label {
  font-size: 18px;
}
.product.pricing {
  margin-top: 10px;
}
.box-tocart {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.box-tocart .field.qty {
  display: flex;
  align-items: center;
}
.box-tocart .field.qty #qty-error {
  background: #a30000;
  color: #fff;
  position: absolute;
  padding: 5px 10px;
  top: 100%;
  min-width: 274px;
  border-radius: 5px;
}
.box-tocart .qty-decrement,
.box-tocart .qty-increment {
  width: 35px;
  height: 45px;
  display: block;
  border: 1px solid #DEDEDE;
  text-align: center;
  line-height: 43px;
  font-size: 2.8rem;
  cursor: pointer;
  user-select: none;
}
.box-tocart .qty-decrement:hover,
.box-tocart .qty-increment:hover {
  background: #f2f2f2;
}
.box-tocart .input-text.qty {
  width: 45px;
  height: 45px;
  padding: 0 5px;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-color: #dedede;
}
.box-tocart .actions {
  flex: 1;
  margin-left: 10px;
}
.box-tocart .action {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.product-social-links {
  display: flex;
  align-items: center;
}
.product-contact-trigger {
  border: 1px solid #DEDEDE;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
  margin-right: 20px;
  color: #2B2A29;
}
.product-contact-trigger:hover {
  border-color: #a30000;
  color: #a30000;
}
.product-contact-trigger:hover svg {
  fill: #a30000;
}
.product-contact-trigger svg {
  margin-right: 10px;
  fill: #c8c8c8;
}
.termen-livrare-trigger {
  cursor: pointer;
  display: none;
}
.product-addto-links {
  display: flex;
  align-items: center;
}
.product-addto-links .action {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEDEDE;
}
.product-addto-links .action:hover {
  border-color: #a30000;
}
.product-addto-links .action:hover svg {
  fill: #a30000;
}
.product-addto-links .action.towishlist {
  margin-right: 20px;
}
.product-addto-links .action svg {
  fill: #C8C8C8;
}
.product-view-brother {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.product-view-brother .btn-brother {
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.product-view-brother .btn-brother svg,
.product-view-brother .btn-brother img {
  margin-right: 15px;
}
.product-view-brother .btn-brother p {
  margin: 0;
}
.product-view-brother .btn-brother:hover {
  background: #f2f2f2;
  color: #000000;
}
.product-view-brother .btn-brother.display-block {
  display: block;
}
.product-reasons {
  margin-top: 50px;
}
.product-reasons ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-reasons li {
  width: 50%;
  margin: 15px 0 0;
  display: flex;
  align-items: center;
}
.product-reasons svg {
  margin-right: 20px;
}
.product-reasons p {
  margin: 0;
}
.product-detailed:first-child .product-detailed-title {
  border-top: 0;
}
.product-detailed-title {
  font-size: 2rem;
  font-weight: 700;
  padding: 25px 0;
  border-top: 1px solid #DEDEDE;
}
.product-detailed-title .counter:before {
  content: '(';
}
.product-detailed-title .counter:after {
  content: ')';
}
.product-detailed-content {
  padding-bottom: 55px;
  max-width: 950px;
}
.product-detailed .video-responsive {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.product-detailed .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.product-detailed.description {
  line-height: 2;
}
.product-detailed.description p,
.product-detailed.description ul,
.product-detailed.description h4 {
  margin-bottom: 20px;
}
.product-detailed.description h4 {
  margin: 50px 0 20px;
}
.product-detailed.description ul {
  list-style: none;
  padding: 0;
}
.product-detailed.description li {
  margin-bottom: 0;
  padding-left: 27px;
  position: relative;
}
.product-detailed.description li:before {
  content: ' ';
  width: 7px;
  height: 7px;
  background: #2B2A29;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.product-detailed.description .video-responsive {
  margin-top: 60px;
}
.product-detailed.additional .additional-attributes tr:nth-child(odd) {
  background: #F9F9F9;
}
.product-detailed.additional .additional-attributes th,
.product-detailed.additional .additional-attributes td {
  padding: 15px 20px;
}
.product-detailed.attachments ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.product-detailed.attachments li {
  margin: 0 0 0 60px;
  display: block;
}
.product-detailed.attachments li:first-of-type {
  margin: 0;
}
.product-detailed.attachments a {
  display: flex;
  align-items: center;
}
.product-detailed.attachments a:hover {
  color: #a30000;
}
.product-detailed.attachments a:hover svg {
  fill: #a30000;
}
.product-detailed.attachments svg {
  fill: #4b4a4a;
  margin-right: 20px;
}
.product-detailed.related .product-detailed-content,
.product-detailed.product-info-upsell .product-detailed-content {
  max-width: 100%;
  margin-top: 20px;
}
.toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.products.wrapper ~ .toolbar {
  margin-top: 60px;
}
.sorter {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-label {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 20px;
}
.sorter-options {
  width: auto;
  height: 38px;
  padding: 0 35px 0 15px;
}
.limiter {
  display: none;
}
.pages {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.products.wrapper ~ .toolbar .pages,
.post-list-wrapper ~ .toolbar .pages {
  display: inline-block;
  vertical-align: top;
}
.products.wrapper ~ .toolbar .toolbar-filter {
  display: none;
}
.price-box .special-price {
  font-weight: 700;
  margin-right: 10px;
}
.price-box .regular-price,
.price-box .normal-price {
  font-weight: 700;
}
.price-box .old-price,
.price-box .old.price {
  text-decoration: line-through;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.category-view {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category-description {
  line-height: 1.8;
  max-width: 950px;
}
.category-description > *:last-of-type {
  margin-bottom: 0;
}
.category-description div[data-element="inner"] {
  padding: 0 !important;
}
.category-description.second {
  margin-top: 65px;
}
.category-description.second h2,
.category-description.second h3 {
  margin-bottom: 14px;
  margin-top: 35px;
  line-height: 1.8;
}
.category-description.second h3 {
  font-size: 17px;
}
.category-image {
  margin-right: 20px;
}
.no-limit {
  -webkit-line-clamp: initial !important;
}
.product-contact-form .form-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-contact-form .field label {
  margin-bottom: 5px;
}
.product-contact-form .field textarea {
  height: 80px;
}
.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] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.catalog-product_compare-index #maincontent {
  padding-top: 30px;
}
#product-comparison tr {
  border-bottom: 1px solid #dedede;
}
#product-comparison .cell {
  padding: 20px;
  width: 280px;
  min-width: 280px;
  border-right: 1px solid #dedede;
}
#product-comparison .cell.label {
  text-transform: uppercase;
  text-align: right;
}
#product-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
#product-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
#product-comparison .cell.info {
  padding-bottom: 30px;
}
#product-comparison .rating-score {
  display: none;
}
#product-comparison .product-reviews-summary {
  margin: 5px 0;
}
#product-comparison .product-item-photo {
  position: relative;
}
#product-comparison .special-badges {
  left: 0;
}
#product-comparison .badges + img + .special-badges {
  top: 43px;
}
#product-comparison .badges .badge.badge-new {
  margin-left: 0;
  float: left;
}
#product-comparison .badges .badge.badge-sale {
  margin-right: 0;
  float: right;
}
#product-comparison .badges .badge.badge-gift {
  float: left;
}
#product-comparison .attribute.value {
  overflow: hidden;
  width: 100%;
}
#product-comparison .stock.available {
  color: #5F922C;
}
#product-comparison .stock.unavailable {
  color: #DE0000;
}
#product-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
#product-comparison .product-image-photo {
  margin-left: 0;
}
#product-comparison .product-item-actions,
#product-comparison .price-box,
#product-comparison .product.rating,
#product-comparison .product-item-name {
  display: block;
}
#product-comparison .product-addto-links {
  margin-top: 15px;
}
#product-comparison .product-addto-links .action.split,
#product-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5.25px 8px;
  font-size: 1.1rem;
}
#product-comparison .product-addto-links .action.toggle {
  padding: 0;
}
#product-comparison .cell.remove {
  padding-bottom: 10px;
  padding-top: 0;
}
#product-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10.5px;
}
#product-comparison .product-item-actions .towishlist {
  margin-left: 0;
  margin-top: 10px;
  display: block;
}
#product-comparison .action.tocart {
  white-space: nowrap;
}
.sticky-product {
  display: none;
}
.sticky-product #sticky-control {
  display: flex;
  margin-right: 30px;
}
.sticky-product #sticky-control .sp-button {
  width: 46px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  cursor: pointer;
}
.sticky-product #sticky-control input {
  padding: 5px;
  background: none;
  width: 59px;
  height: 45px;
  margin: 0 -1px;
  text-align: center;
}
.sticky-product #sticky-control input:hover,
.sticky-product #sticky-control input:focus {
  border-color: #dedede !important;
}
.sticky-product .product-info {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
.sticky-product .product-info .product-title {
  max-width: 390px;
}
.sticky-product .product-info img {
  margin-right: 20px;
  max-width: 60px;
}
.sticky-product .price {
  font-weight: 700;
  margin-right: 30px;
  min-width: 55px;
}
.sticky-product .action {
  text-transform: uppercase;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 1.3rem;
  min-width: 145px;
}
.sticky-product .action i {
  margin-left: 10px;
}
.sticky-product .product-details {
  display: flex;
  width: 100%;
  max-width: 1316px;
  margin: 0 auto;
  align-items: center;
  padding: 20px 20px;
  justify-content: space-between;
}
.sticky-product .product-details .logo {
  margin-right: 30px;
}
.sticky-product .product-information-menu {
  max-width: 1316px;
  margin: 0 auto;
  padding: 0 20px;
}
.prices-tier {
  background: #ffffff;
  margin: 10.5px 0 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #a30000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #a30000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
@media (min-width: 1370px) {
  .sticky-product .action {
    padding: 12px 32px;
    font-size: 1.5rem;
  }
  .sticky-product .product-info {
    margin-right: 70px;
  }
  .sticky-product .price {
    font-size: 2rem;
  }
  .sticky-product .product-details .logo {
    margin-right: 60px;
  }
}
.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: 35px;
  line-height: 33px;
  color: #a30000;
  content: '\e615';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.25px 42px 5.25px 10.5px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5.25px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10.5px;
}
.checkout-cart-index .page-wrapper {
  background: #fff;
}
.cart-items th.col {
  white-space: nowrap;
  border-bottom: 1px solid #dedede;
  padding: 10px 5px;
  font-weight: 500;
}
.cart-items .col {
  vertical-align: middle;
  padding: 22px 5px 25px;
}
.cart-items .col.qty {
  text-align: center;
  width: 170px;
}
.cart-items .col.qty > .field {
  display: inline-block;
  margin-bottom: -6px;
}
.cart-items .col.price {
  text-align: right;
}
.cart-items .col.subtotal {
  text-align: right;
}
.cart-items .col:first-child {
  padding-left: 0;
}
.cart-items .col:last-child {
  padding-right: 0;
}
.cart-items .col.item > * {
  display: inline-block;
  vertical-align: middle;
}
.cart-item {
  border-bottom: 1px solid #dedede;
}
.cart-item-photo {
  margin-right: 20px;
}
.cart-item-photo img {
  display: block;
}
.cart-item-photo .badges {
  display: none;
}
.cart-item .message {
  padding: 10px;
  margin-top: 5px;
}
.cart-item-options {
  overflow: hidden;
  margin: 5px 0 0;
}
.cart-item-options dt,
.cart-item-options dd {
  float: left;
  margin: 0;
}
.cart-item-options dt {
  clear: left;
  font-weight: 600;
}
.cart-item-options dt:after {
  content: ':';
  margin-right: 3px;
}
.cart-item-actions {
  margin-top: 6px;
}
.cart-item .qty-control {
  margin: 0 auto;
  justify-content: center;
}
.cart-item .qty-control .action {
  border: 1px solid #dedede;
  float: left;
  width: 40px;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
}
.cart-item .qty-control input {
  width: 50px;
  height: 42px;
  text-align: center;
  padding: 0;
  float: left;
  border: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
}
.cart-item .cart-price .price {
  font-size: 1.5rem;
  font-weight: 500;
}
.cart-summary {
  padding: 30px 20px;
  border: 1px solid #dedede;
}
.cart-summary .checkout.methods {
  margin-top: 25px;
}
.cart-summary .checkout.methods .item {
  margin-bottom: 0;
}
.cart-summary .checkout.methods .action.checkout {
  width: 100%;
  padding: 13px 15px;
  background: #a30000;
  border-color: #a30000;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-summary .checkout.methods .action.checkout:hover {
  background: #4b4a4a;
  border-color: #4b4a4a;
}
.cart-summary #block-shipping {
  display: none;
}
.cart-summary .table.totals tr th {
  padding-bottom: 10px;
}
.cart-summary .table.totals tr.grand.totals th {
  font-size: 1.7rem;
}
.cart-summary .table.totals tr.shipping .mark .value {
  display: none;
}
.cart-logos {
  text-align: center;
  margin-top: 35px;
}
.cart-logos img {
  margin-top: 20px;
}
.block.discount {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  margin-bottom: 15px;
}
.block.discount .title {
  padding: 12px 20px;
  padding-right: 55px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.block.discount .title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.223" height="13.996" viewBox="0 0 8.223 13.996"><path id="Path_43" data-name="Path 43" d="M8,6.452,1.771.224a.767.767,0,0,0-1.083,0L.229.682a.767.767,0,0,0,0,1.083L5.46,7,.224,12.231a.767.767,0,0,0,0,1.083l.459.458a.767.767,0,0,0,1.083,0L8,7.538A.773.773,0,0,0,8,6.452Z"/></svg>');
  transform: translateY(-50%) rotate(90deg);
  width: 8px;
  height: 14px;
}
.block.discount .title[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(-90deg);
}
.block.discount .title strong {
  font-weight: 500;
}
.block.discount .content {
  padding: 0 20px 20px;
}
.block.discount .action {
  text-transform: uppercase;
  height: 48px;
}
.cart-totals tr:last-child th,
.cart-totals tr:last-child td {
  font-size: 1.7rem;
}
.cart-totals th,
.cart-totals td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.cart-totals th {
  padding-left: 0;
  padding-right: 5px;
  font-weight: 500;
}
.cart-totals td {
  padding-left: 5px;
  padding-right: 0;
  text-align: right;
}
.cart-totals h2 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-top: 30px;
  font-size: 24px;
}
.cart-totals h2 strong {
  font-weight: 600;
}
.cart-wrapper .cart-main {
  flex: 1.5 0 0;
}
.cart-wrapper .cart-sidebar {
  flex: 1 0 0;
}
.cart-wrapper .table-wrapper {
  overflow: auto;
}
.cart-wrapper .table-wrapper table {
  min-width: auto;
}
@media (min-width: 940px) {
  .cart-wrapper {
    display: flex;
  }
  .cart-wrapper .cart-main {
    padding-right: 60px;
  }
}
@media (max-width: 940px) {
  .cart-wrapper .cart-sidebar {
    margin-top: 40px;
  }
}
.block-minicart:after {
  content: ' ';
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 100%;
}
.block-minicart .minicart-close {
  background: none;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 70px;
  box-shadow: none !important;
  border: none !important;
}
.block-minicart .minicart-close:before {
  color: #000;
  font-size: 2.3rem;
}
.block-minicart .minicart-close:before:hover {
  color: #a30000;
}
.block-minicart .minicart-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #dedede;
  padding: 0 70px 25px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.block-minicart .minicart-summary {
  padding: 0 70px;
}
.block-minicart .minicart-summary .subtotal {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.block-minicart .minicart-summary .subtotal .label {
  display: inline-block;
  font-size: 1.7rem;
}
.block-minicart .minicart-summary .subtotal .label span:after {
  content: ": ";
  display: inline-block;
}
.block-minicart .minicart-summary .subtotal .amount {
  display: inline-block;
}
.block-minicart .minicart-summary .subtotal .amount .price {
  font-size: 1.7rem;
}
.block-minicart .minicart-summary .actions {
  margin-top: 40px;
  text-align: center;
}
.block-minicart .minicart-summary .actions .secondary {
  margin-top: 25px;
}
.block-minicart .minicart-summary .actions .action.checkout {
  padding: 15px 15px;
  width: 100%;
  background: #a30000;
  border-color: #a30000;
  text-transform: uppercase;
  font-weight: 500;
}
.block-minicart .minicart-summary .actions .action.checkout:hover {
  background: #870000;
  border-color: #870000;
}
.block-minicart .minicart-summary .actions a.viewcart {
  color: #a30000;
  font-weight: 400;
  font-size: 1.8rem;
}
.block-minicart .minicart-summary .actions a.viewcart:hover {
  text-decoration: underline;
}
.action.showcart {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.action.showcart .label {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: none;
}
.action.showcart.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.action.showcart.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.action.showcart.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: ' ';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.showcart.close:hover:before {
  color: inherit;
}
.action.showcart.close:active:before {
  color: inherit;
}
.action.showcart.close:focus,
.action.showcart.close:active {
  background: none;
  border: none;
}
.action.showcart.close:hover {
  background: none;
  border: none;
}
.action.showcart.close.disabled,
.action.showcart.close[disabled],
fieldset[disabled] .action.showcart.close {
  pointer-events: none;
  opacity: 0.5;
}
.action.showcart .counter-number {
  text-align: center;
  white-space: normal;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #a30000;
  color: #fff;
  border-radius: 50%;
  right: -7px;
  top: -3px;
  line-height: 18px;
  font-size: 9px;
  font-weight: 800;
}
.block-minicart {
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  max-width: 686px;
  width: 100%;
  min-width: initial;
  margin-top: 0;
  border: none;
  z-index: 99;
  display: none;
  margin: 0;
  box-sizing: border-box;
  color: #000;
}
.active .block-minicart {
  display: block;
}
.block-minicart .minicart-items-wrapper {
  overflow-y: auto;
}
.ajax-loading .block-minicart .minicart-items-wrapper {
  cursor: wait;
}
.block-minicart .minicart-items-wrapper::-webkit-scrollbar {
  width: 10px;
}
.block-minicart .minicart-items-wrapper::-webkit-scrollbar-track {
  background: #D8D8D8;
}
.block-minicart .minicart-items-wrapper::-webkit-scrollbar-thumb {
  background: #4b4a4a;
}
.block-minicart .minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #4b4a4a;
}
.block-minicart .minicart-items {
  padding: 0 70px;
  list-style: none;
}
.block-minicart .minicart-item {
  margin: 0;
  border-top: 1px solid #e3e3e3;
  position: relative;
  padding: 30px 0 30px;
}
.block-minicart .minicart-item-details {
  flex: 1;
  justify-content: space-between;
}
.block-minicart .minicart-item-name {
  width: 60%;
  font-weight: 600;
  line-height: 1.7;
  padding-right: 10px;
}
.block-minicart .minicart-item-name a {
  color: #000;
}
.block-minicart .minicart-item-name a:hover {
  text-decoration: none;
  color: #a30000;
}
.block-minicart .minicart-item-name .minicart-item-qty {
  margin-top: 15px;
}
.block-minicart .minicart-item-options {
  overflow: hidden;
  margin: 3px 0 0;
  font-size: 1.3rem;
}
.block-minicart .minicart-item-options dt,
.block-minicart .minicart-item-options dd {
  float: left;
  font-weight: 400;
  margin: 0;
}
.block-minicart .minicart-item-options dt {
  clear: left;
  font-weight: 600;
}
.block-minicart .minicart-item-options dt:after {
  content: ':';
  margin-right: 5px;
  margin-left: -3px;
}
.block-minicart .minicart-item-pricing .price {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  line-height: 1.42857143;
}
.block-minicart .minicart-item-qty .qty-control {
  display: inline-flex;
  vertical-align: middle;
}
.block-minicart .minicart-item-qty .qty-control input {
  height: 42px;
  width: 52px;
  padding: 0;
  text-align: center;
  border-left: 0;
  border-right: 0;
  font-size: 1.5rem;
  border-color: #dedede;
}
.block-minicart .minicart-item-qty .qty-control button {
  height: 42px;
  width: 42px;
  background: none;
  border: 1px solid #dedede;
  color: #000;
  padding: 0;
  font-size: 19px;
}
.block-minicart .minicart-item-qty .qty-control button:active {
  box-shadow: none;
}
.block-minicart .minicart-item-qty .update-cart-item {
  color: #a30000;
  font-size: 14px;
  margin-top: 5px;
  padding: 0;
  border: none;
  background: none;
  vertical-align: middle;
}
.block-minicart .minicart-item-qty .update-cart-item:hover {
  text-decoration: underline;
}
.block-minicart .minicart-item-actions .action.delete {
  display: block;
  color: #b4b4b4;
  font-size: 2.1rem;
}
.block-minicart .minicart-item:last-child {
  border-bottom: 1px solid #dedede;
}
.block-minicart .subtitle {
  text-align: center;
  padding: 60px 20px;
}
.block-minicart #minicart-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background: #fff;
}
.block-minicart #minicart-content-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  cursor: wait;
}
.ajax-loading .block-minicart #minicart-content-wrapper:before {
  content: ' ';
}
@media (min-width: 560px) {
  .minicart-item-details {
    display: flex;
    margin-left: 20px;
    align-items: flex-start;
  }
  .minicart-item-pricing {
    margin-left: 15px;
  }
  .minicart-item-actions {
    margin-left: 15px;
  }
  .minicart-item {
    display: flex;
  }
}
@media (max-width: 560px) {
  .minicart-item-details > * {
    margin-bottom: 10px;
    display: inline-block;
  }
  .minicart-item-details .minicart-item-name {
    width: 100%;
  }
  .minicart-item-details .minicart-item-actions {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 400px) {
  .minicart-item-details .minicart-item-qty {
    margin-left: 0;
    display: block;
  }
}
.checkout-success {
  background: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 45px;
}
.checkout-success h1 {
  margin-bottom: 15px;
}
.checkout-success p {
  margin-bottom: 5px;
  line-height: 30px;
}
.checkout-success-block {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding-bottom: 20px;
}
.checkout-success-block span {
  font-size: 2.6rem;
}
.checkout-success-block p {
  margin-bottom: 5px;
}
.checkout-social-popup {
  display: none;
}
#customer-email-fieldset .checkout-social {
  margin-top: 25px;
}
#customer-email-fieldset .checkout-social .label {
  padding-top: 0;
  line-height: 18px;
  word-break: initial;
}
#customer-email-fieldset .checkout-social .social-btn {
  flex-wrap: wrap;
}
#customer-email-fieldset .checkout-social .social-btn .btn-social {
  flex: 1;
  cursor: pointer;
  white-space: initial;
  text-overflow: initial;
  margin-bottom: 10px;
  font-size: 14px;
}
#customer-email-fieldset .checkout-social .social-btn .btn-social.btn-facebook {
  padding: 8px 15px 8px 30px;
}
#customer-email-fieldset .checkout-social .social-btn .btn-social.btn-facebook span {
  font-size: 20px;
  line-height: 25px;
  left: 0;
  padding-left: 10px;
}
#customer-email-fieldset .checkout-social .social-btn .btn-social.btn-google {
  padding: 8px 15px 8px 50px;
}
#customer-email-fieldset .checkout-social .social-btn .btn-social.btn-google span {
  background-size: 100%;
  padding: 0;
  width: 22px;
  height: 25px;
  background-position: 0px 0;
  left: 14px;
}
.opc-wrapper {
  margin: 0 0 21px;
}
.opc-wrapper .amcheckout-summary-container .step-title {
  margin: 0;
  border: 0;
  padding-bottom: 10px;
}
.opc-wrapper .step-content {
  margin: 25px 0 0;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
  margin-top: 25px;
}
.checkout-onepage-success .print,
.netopia-payment-guest .print,
.netopia-payment-success .print {
  display: none;
}
.checkout-onepage-success .column.main,
.netopia-payment-guest .column.main,
.netopia-payment-success .column.main {
  max-width: 580px;
  margin: 0 auto;
  padding: 0 20px;
}
.checkout-onepage-success #registration,
.netopia-payment-guest #registration,
.netopia-payment-success #registration {
  text-align: center;
}
.checkout-onepage-success #registration .action,
.netopia-payment-guest #registration .action,
.netopia-payment-success #registration .action {
  padding: 13px 33px;
  text-transform: uppercase;
  margin-top: 8px;
}
@media (min-width: 440px) {
  #customer-email-fieldset .checkout-social .social-btn {
    display: flex;
  }
  #customer-email-fieldset .checkout-social .social-btn .btn-social {
    margin-bottom: 0;
  }
  #customer-email-fieldset .checkout-social .social-btn .btn-social.btn-facebook {
    margin-right: 25px;
  }
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5.25px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #ffffff;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #ffffff;
}
.opc-progress-bar {
  margin: 0 0 21px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10.5px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #4b4a4a;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #4b4a4a;
}
.opc-progress-bar-item._active > span {
  color: #4b4a4a;
}
.opc-progress-bar-item._active > span:before {
  background: #4b4a4a;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: "Flaticon";
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #4b4a4a;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: "Flaticon";
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10.5px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #4b4a4a;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 43px;
  color: #bbbbbb;
  content: '\e623';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #4b4a4a;
}
.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: #4b4a4a;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 15px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 921px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 15px;
  margin-top: 10.5px;
  display: block;
}
.opc-wrapper #shipping .field.addresses {
  margin-top: 20px;
}
.opc-wrapper .amcheckout-wrapper .form-login {
  border-top: 1px solid #dedede;
  padding-top: 30px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 25px;
  margin: 0 0 21px;
  padding: 15px 25px;
  transition: 0.3s border-color;
  width: 100%;
  display: inline-block;
  font-size: 15px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  background: #fff;
  padding-left: 75px;
  padding-right: 85px;
  font-weight: 400;
  min-height: 90px;
}
.opc-wrapper .shipping-address-item br {
  display: none;
}
.opc-wrapper .shipping-address-item strong {
  display: block;
}
.opc-wrapper .shipping-address-item.selected-item {
  background-color: #ffffff;
  border-color: #de9839;
}
.opc-wrapper .shipping-address-item.selected-item a {
  color: #fff;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #dedede;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="15.61" viewBox="0 0 18 15.61"><path id="checkmark" d="M7.123,49.594,0,43.032l2.479-2.692,4.27,3.932,8.419-10.289L18,36.3Z" transform="translate(0 -33.984)" /></svg>') no-repeat 50% 50%;
}
.opc-wrapper .shipping-address-item:after {
  background: #ffffff;
  color: #a30000;
  font-family: "Flaticon";
  height: 28px;
  width: 28px;
  content: "";
  font-size: 18px;
  line-height: 29px;
  position: absolute;
  text-align: center;
  border: 1px solid #dedede;
  top: 25px;
  left: 25px;
}
.opc-wrapper .action-show-popup {
  margin-bottom: 30px;
  background: none;
  border: 0;
  color: #a30000;
  padding: 0;
  font-weight: 600;
}
.opc-wrapper .action-select-shipping-item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: none;
  border: 0;
  z-index: 2;
}
.opc-wrapper .action-select-shipping-item:active {
  box-shadow: none;
}
.opc-wrapper .edit-address-link {
  display: block !important;
  color: #a30000;
  font-weight: 400;
  margin-top: 10px;
}
.opc-wrapper .edit-address-link:hover {
  text-decoration: underline;
}
.checkout-shipping-method .no-quotes-block {
  margin: 21px 0;
}
#lockerDetails {
  display: block;
  margin-bottom: 10px;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 21px 0 0;
}
.methods-shipping .method-title {
  font-weight: 700;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  padding-bottom: 12px;
  padding-top: 12px;
  cursor: pointer;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}
.table-checkout-shipping-method tbody td.col-method {
  position: absolute;
  left: 0;
}
.table-checkout-shipping-method tbody td.col-price {
  padding-left: 50px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10.5px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #000000;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 31.5px;
}
.opc-block-shipping-information {
  padding: 0 31.5px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #dedede;
  margin: 0 0 21px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
  content: '\e606';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #4b4a4a;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #000000;
}
.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 21px;
}
.opc-block-summary .table-totals .mark {
  padding-left: 0;
}
.opc-block-summary .table-totals th,
.opc-block-summary .table-totals td {
  padding: 5px 10px;
}
.opc-block-summary .table-totals .grand.totals {
  font-size: 2rem;
  border-top: 1px solid #dedede;
}
.opc-block-summary .table-totals .grand.totals strong {
  font-weight: 700;
}
.opc-block-summary .table-totals tr:nth-last-child(2) td,
.opc-block-summary .table-totals tr:nth-last-child(2) th {
  padding-bottom: 20px;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: none;
}
.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 .not-calculated {
  font-style: italic;
}
.opc-block-summary .minicart-items-wrapper .minicart-items {
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}
.opc-block-summary .minicart-items-wrapper .minicart-items .product-item .product {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
.opc-block-summary .minicart-items-wrapper .minicart-items .product-item .product .checkout-item-image {
  flex: 1;
  overflow: hidden;
}
.opc-block-summary .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  flex: 5;
  display: flex;
}
.opc-block-summary .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .subtotal > span {
  font-size: 1.5rem;
  font-weight: 600;
}
.opc-block-summary .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name-block .product-item-name {
  font-weight: 600;
}
.opc-block-summary .minicart-items-wrapper .minicart-items .product-item:hover {
  box-shadow: none;
}
.opc-block-summary .items-in-cart {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #dedede;
  padding: 10.5px 42px 15px 0;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 20px;
  font-weight: 600;
  transform: translateY(-50%) rotate(180deg);
  width: 11px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.98" height="6.451" viewBox="0 0 10.98 6.451"><g transform="translate(0 6.451) rotate(-90)"><path d="M6.276,5.062,1.389.175a.6.6,0,0,0-.85,0L.18.535a.6.6,0,0,0,0,.85l4.1,4.1L.175,9.6a.6.6,0,0,0,0,.85l.36.36a.6.6,0,0,0,.849,0L6.276,5.914a.606.606,0,0,0,0-.852Z"/></g></svg>');
}
.opc-block-summary .items-in-cart > .title strong {
  font-weight: 500;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  transform: translateY(-50%) rotate(0deg);
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10.5px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 20px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #dedede;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 26.25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -63px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2rem;
  border-bottom: 0;
  margin-bottom: 26.25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.25px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 26.25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10.5px;
}
.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: 42px;
  padding-top: 42px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .payment-method {
  padding: 10px 0;
}
.checkout-payment-method .payment-method._active .payment-method-content .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-payment-method .payment-method-title {
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.25px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.25px;
}
.checkout-payment-method .payment-method-content {
  display: none;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 21px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 21px 0 0;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10.5px;
  color: #fc7a10;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 30px 50px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 21px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 21px 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 #dedede;
  padding: 12px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #000000;
  content: '\e622';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #4b4a4a;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #000000;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 21px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 21px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.25px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5.25px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.25px;
  padding-right: 5.25px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 21px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 31.5px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 21px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.hero {
  padding-bottom: 40px;
  border-bottom: 1px solid #DEDEDE;
}
.hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-content {
  text-align: center;
}
.hero-title {
  margin: 25px 0 0;
  font-weight: 400;
  font-size: 2.6rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.hero-subtitle {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 1.6rem;
}
.hero .action {
  margin-top: 25px;
  font-size: 1.3rem;
}
.categories {
  margin-top: 60px;
  margin-bottom: 70px;
}
.categories-item {
  display: block;
  border-bottom: 1px solid #DEDEDE;
  height: 100%;
}
.big .categories-image {
  height: calc(100% - 82px);
  background-repeat: no-repeat;
}
.categories-image img {
  display: block;
}
.categories-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  padding: 15px 0;
}
.brands {
  margin-top: 90px;
}
.brands .row > div {
  margin-top: 10px;
}
.brands-title {
  text-align: center;
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 400;
}
.brands-link {
  margin-top: 20px;
  text-align: center;
}
.brands-link a {
  color: #a30000;
}
.brands-link a:hover {
  text-decoration: underline;
}
.testimonials {
  margin-top: 60px;
}
.testimonials-title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  margin: 0 0 40px;
}
.testimonials-link {
  margin-top: 35px;
  text-align: center;
}
.testimonials-link a {
  color: #a30000;
}
.testimonials-link a:hover {
  text-decoration: underline;
}
.testimonials-item {
  text-align: center;
}
.testimonials-text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
  padding-top: 50px;
  color: #2B2A29;
}
.testimonials-text:before {
  content: '"';
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-author {
  font-weight: 700;
  font-size: 1.6rem;
}
.page-hero {
  margin-top: 10px;
}
.widget-product-grid .action.secondary {
  max-width: 120px;
}
.promotions > a {
  margin-top: 20px;
  text-align: center;
  color: #a30000;
  display: block;
  text-transform: uppercase;
}
.promotions > a:hover {
  text-decoration: underline;
}
.cms-page-view .column.main {
  line-height: 2;
}
.cms-page-view .column.main h2 {
  margin: 45px 0 25px;
}
.cms-page-view .column.main li {
  margin-bottom: 0;
}
.cms-page-view .column.main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cms-page-view .column.main ul li {
  position: relative;
  padding-left: 30px;
}
.cms-page-view .column.main ul li:before {
  content: ' ';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  background: #2B2A29;
  position: absolute;
  top: 11px;
  left: 0;
}
.cms-noroute-index .page-main {
  margin-top: 55px;
}
.cms-noroute-index .column.main {
  text-align: center;
}
.cms-noroute-index .column.main h1 {
  margin: 40px 0 15px;
}
.cms-noroute-index .column.main a {
  color: #a30000;
}
.cms-noroute-index .column.main a:hover {
  text-decoration: underline;
}
.cms-links {
  background: #F9F9F9;
  padding: 45px 40px;
  height: 100%;
}
.cms-links h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cms-links li {
  margin-bottom: 0;
  border-bottom: 1px solid #EBEBEB;
  padding: 15px 0;
}
.contact-wrapper .legend {
  display: block;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 20px 0;
}
.contact-wrapper .form-gdpr-notification {
  font-size: 1.3rem;
}
.contact-wrapper .action {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.contact-collapsible:first-of-type div[data-role="title"] {
  font-size: 2rem;
  cursor: default;
}
.contact-collapsible:first-of-type div[data-role="title"]:after {
  content: none;
}
.contact-collapsible div[data-role="title"] {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 20px 15px 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
}
.contact-collapsible div[data-role="title"]:after {
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 24px;
  right: 2px;
}
.contact-collapsible div[data-role="content"] {
  padding: 20px 0;
  line-height: 2;
  position: relative;
}
.contact-collapsible div[data-role="content"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-collapsible div[data-role="content"] li {
  margin-bottom: 0;
}
.contact-icons li {
  display: flex;
  margin-top: 11px !important;
}
.contact-icons a {
  display: flex;
  align-items: center;
}
.contact-icons a:hover svg {
  fill: #a30000;
}
.contact-icons svg {
  margin-right: 15px;
  fill: #2b2a29;
}
.customer-account-login,
.customer-account-create {
  background: #f6f6f6;
}
.customer-account-login .columns .logo,
.customer-account-create .columns .logo {
  float: none;
  display: block;
  margin: 25px auto 35px;
  max-width: 560px;
  padding-left: 0;
}
.customer-account-login .columns .logo img,
.customer-account-create .columns .logo img {
  display: inline-block;
}
.customer-account-login .columns .field:not(.choice) label,
.customer-account-create .columns .field:not(.choice) label {
  color: #000;
  font-weight: 400;
}
.customer-account-login .columns .field.password,
.customer-account-create .columns .field.password {
  margin-bottom: 8px;
}
.customer-account-login .columns .actions-toolbar,
.customer-account-create .columns .actions-toolbar {
  margin-top: 25px;
}
.customer-account-login .columns .page-title-wrapper,
.customer-account-create .columns .page-title-wrapper {
  justify-content: center;
  margin-bottom: 35px;
}
.customer-account-login .columns .page-title-wrapper .page-title,
.customer-account-create .columns .page-title-wrapper .page-title {
  margin: 0;
}
.customer-account-logoutsuccess #maincontent {
  margin-top: 40px;
}
.field.country {
  display: none !important;
}
.fieldset-fullname .field {
  margin-bottom: 20px;
}
.form.password.forget {
  display: inline-block;
  margin-bottom: 60px;
}
.form.password.forget button {
  padding: 15px 30px;
  vertical-align: top;
}
.prrma-returns-address .country {
  display: none !important;
}
.login-create-account {
  margin-top: 30px;
  margin: 0 auto;
  background: #fff;
  max-width: 870px;
  padding: 0 30px 30px;
}
.login-create-account .login-create-account-container {
  max-width: 560px;
  margin: 0 auto;
  border-top: 1px solid #dedede;
  padding: 20px 0;
}
.login-create-account a {
  color: #a30000;
}
.order-count {
  margin-top: 20px;
}
.orders-history #my-orders-table tr td {
  padding: 10px 5px;
}
.orders-history #my-orders-table tr td:first-child {
  padding-left: 0;
}
.orders-history #my-orders-table tr td:last-child {
  padding-right: 0;
}
.orders-history #my-orders-table tr td.id {
  text-align: left;
}
.orders-history #my-orders-table tr th {
  padding: 12px 5px;
}
.orders-history #my-orders-table tr th:first-child {
  padding-left: 0;
}
.orders-history #my-orders-table tr th:last-child {
  padding-right: 0;
}
.orders-history #my-orders-table tr th.id {
  text-align: left;
}
.orders-history #my-orders-table tr th.shipping {
  min-width: 95px;
}
.orders-history #my-orders-table tr th.total {
  min-width: 110px;
}
.orders-history #my-orders-table tr th.status {
  min-width: 90px;
}
#maincontent .block-order-details-view .block-content {
  display: flex;
  margin: 0 -10px;
  line-height: 2;
}
#maincontent .block-order-details-view .block-content .box {
  padding: 0 10px;
  box-sizing: border-box;
  width: 48%;
}
#order-total {
  width: 400px;
  min-width: auto;
  text-align: right;
  margin-top: 20px;
}
#order-total tbody tr {
  border: 0;
}
#order-total tbody tr th {
  font-weight: 400;
  text-align: right;
  padding: 15px;
}
#order-total tbody tr td,
#order-total tbody tr th {
  padding: 7px;
}
#order-total tbody tr.grand_total {
  font-size: 20px;
}
#order-total tbody tr.grand_total td,
#order-total tbody tr.grand_total th {
  padding: 20px 7px;
}
.ordered-products ul {
  margin-top: 0;
  margin-bottom: 60px;
}
.ordered-products ul li {
  border-bottom: 1px solid #dedede;
}
.ordered-products ul li .product-item-info .product-item-details .price-box {
  margin-right: 10px;
}
.ordered-products ul li .product-item-info .product-item-details .price-box .old-price {
  float: left;
}
.ordered-products ul li .product-item-info .product-item-details .stock {
  float: none;
  display: inline-block;
}
.ordered-products ul li .product-item-info .product-item-details .product-item-inner .product-item-actions .qty-wrapper {
  background: #fff;
}
.ordered-products ul li .product-item-info .product-item-details .product-item-inner .product-item-actions button {
  background: none;
  border: 1px solid #a30000;
  color: #a30000;
  padding: 12px 12px;
  margin-right: 10px;
}
.ordered-products ul li .product-item-info .product-item-details .product-item-inner .product-item-actions button:hover {
  background: none;
  border-color: #4b4a4a;
  color: #4b4a4a;
}
.ordered-products ul li .product-item-info .product-item-details .product-item-inner .product-item-actions button i {
  font-size: 20px;
}
.ordered-products ul li .product-item-info .product-item-details .action.details {
  background: #a30000;
  font-size: 18px;
  font-weight: 300;
  border-color: #a30000;
  flex: 1;
  text-align: center;
  padding: 10px 10px;
}
.ordered-products ul li .product-item-info .product-item-details .action.details:hover {
  background: #4b4a4a;
  border-color: #4b4a4a;
}
.ordered-products h3 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin: 0;
}
.account .page-wrapper .columns {
  position: relative;
  display: flex;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 100px;
}
.account .page-wrapper .columns .column {
  padding-bottom: 0;
  flex: 4.2;
  max-width: 100%;
}
.account .page-wrapper .columns .column .page-title-wrapper {
  margin-bottom: 10px;
}
.account .page-wrapper .columns .column .page-title-wrapper .page-title {
  margin-bottom: 20px;
}
.account .page-wrapper .columns .column .order-products-toolbar .pager .toolbar-amount,
.account .page-wrapper .columns .column .order-products-toolbar .pager .limiter {
  display: none;
}
.account .page-wrapper .columns .column > .block {
  background: #F4F4F4;
  padding: 35px 40px 20px;
}
.account .page-wrapper .columns .column > .block:last-of-type {
  margin-bottom: 0;
}
.account .page-wrapper .columns .column .block-title {
  margin-bottom: 25px;
  font-size: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}
.account .page-wrapper .columns .column .block-title .action {
  font-size: 15px;
}
.account .page-wrapper .columns .column .block-order-details-view {
  margin-top: 45px;
  margin-bottom: 0;
}
.account .page-wrapper .columns .column .block-order-details-view .block-title {
  padding-bottom: 15px;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table).history th {
  font-weight: 500;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) thead tr {
  border-bottom: 1px solid #dedede;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) thead tr th {
  padding: 15px;
  border: 0;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) thead tr th:first-child {
  padding-left: 0;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) thead tr th:last-child {
  padding-right: 0;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) tbody tr {
  background: #fff;
  border-bottom: 1px solid #dedede;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) tbody tr .actions .action-buttons a {
  font-weight: 600;
  color: #a30000;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) tbody tr .actions .action-buttons a.action.view {
  margin-right: 40px;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) tbody tr td {
  padding: 15px;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) tbody tr td:first-child.col-carrier {
  padding-left: 15px;
}
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) tbody tr td.price .price,
.account .page-wrapper .columns .column table:not(.ordered-products):not(.tax-table) tbody tr td.subtotal .price {
  font-weight: 400;
  font-size: 1.6rem;
}
.account .page-wrapper .columns .column .box-actions a.action,
.account .page-wrapper .columns .column .block-title a.action,
.account .page-wrapper .columns .column .order-title a.action {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 15px;
  color: #a30000;
  font-weight: 600;
}
.account .page-wrapper .columns .column .table-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.account .page-wrapper .columns .sidebar {
  background: #F4F4F4;
  padding: 40px;
}
.account .page-wrapper .columns .order-status {
  display: inline-block;
  vertical-align: top;
  padding: 7px 20px;
  text-transform: uppercase;
  background: #EEEEEE;
  font-size: 1.6rem;
}
.account .page-navigation {
  margin-bottom: 0 !important;
}
.account.sales-order-view .page-wrapper .columns .column .page-title-wrapper {
  display: inline-block;
}
.account.sales-order-view .page-wrapper .columns .column .page-title-wrapper .page-title {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 35px;
}
.login-container,
.create-account-container {
  background: #fff;
  width: 100%;
  max-width: 870px;
  padding: 10px 30px;
  box-sizing: border-box;
  border-bottom: 0;
  margin: 0 auto;
  margin-top: 40px;
}
.login-container .nav-toggle,
.create-account-container .nav-toggle {
  display: none;
}
.login-container .block-new-customer .actions-toolbar,
.create-account-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title,
.create-account-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after,
.create-account-container .fieldset:after {
  margin: 10.5px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.3rem;
}
.login-container .fieldset .field,
.create-account-container .fieldset .field {
  text-align: left;
}
.login-container .block-customer-login,
.create-account-container .block-customer-login,
.login-container .form-create-account,
.create-account-container .form-create-account {
  width: 100%;
  margin-bottom: 20px;
}
.login-container #remember-me-box,
.create-account-container #remember-me-box {
  text-align: left;
  margin-bottom: 27px;
  margin-top: 23px;
}
.login-container #remember-me-box .tooltip,
.create-account-container #remember-me-box .tooltip {
  display: none;
}
.login-container #remember-me-box label:before,
.create-account-container #remember-me-box label:before {
  width: 30px;
  height: 30px;
}
.login-container #remember-me-box label:after,
.create-account-container #remember-me-box label:after {
  width: 30px;
  height: 30px;
}
.login-container #remember-me-box label span,
.create-account-container #remember-me-box label span {
  margin-left: 10px;
  line-height: 26px;
}
.login-container #remember-me-box input:checked + label:before,
.create-account-container #remember-me-box input:checked + label:before {
  background: #a30000;
  border-color: #a30000;
}
.login-container #remember-me-box input:checked + label:after,
.create-account-container #remember-me-box input:checked + label:after {
  color: #fff;
  top: 1px;
  left: 2px;
}
.login-container .actions-toolbar .primary,
.create-account-container .actions-toolbar .primary {
  margin: 0;
  width: 100%;
}
.login-container .actions-toolbar .primary button,
.create-account-container .actions-toolbar .primary button {
  text-transform: initial;
  width: 100%;
  margin: 0;
  font-weight: 500;
  padding: 15px;
  text-transform: uppercase;
}
.login-container .actions-toolbar .primary button:hover,
.create-account-container .actions-toolbar .primary button:hover {
  background: #870000;
  border: 1px solid #870000;
}
.login-container .actions-toolbar .secondary,
.create-account-container .actions-toolbar .secondary {
  margin-top: 8px;
  float: none;
}
.login-container .actions-toolbar .secondary a,
.create-account-container .actions-toolbar .secondary a {
  color: #a30000;
}
.login-container .actions-toolbar .secondary a.remind,
.create-account-container .actions-toolbar .secondary a.remind {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
}
.login-container .login:after,
.create-account-container .login:after,
.login-container .create:after,
.create-account-container .create:after {
  display: none;
}
.login-container > *,
.create-account-container > * {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.customer-account-create .create-account-container .form-create-account #remember-me-box {
  display: none;
}
.customer-account-create .create-account-container .form-create-account .field-email {
  margin-bottom: 10px;
}
.customer-account-create .create-account-container .form-create-account .actions-toolbar {
  margin-top: 10px;
}
.customer-account-create .create-account-container .form-create-account .actions-toolbar .primary {
  width: 100%;
}
.customer-account-create .create-account-container .form-create-account .actions-toolbar .primary button {
  width: 100%;
  background: #a30000;
  border-color: #a30000;
}
.customer-account-create .create-account-container .form-create-account .actions-toolbar .primary button:hover {
  background: #870000;
  border-color: #870000;
}
.customer-account-create .create-account-container .form-create-account .gdpr-info {
  font-size: 13px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
.customer-account-create .create-account-container .form-create-account .gdpr-info a {
  color: #a30000;
}
.customer-account-create .social-login-authentication-channel {
  padding-top: 0;
}
.customer-account-create .social-login-authentication-channel .block-content {
  border-top: 1px solid #dedede;
  padding-top: 30px;
}
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  margin-top: 60px;
}
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main {
  margin-bottom: 60px;
}
.customer-account-forgotpassword .page-main form,
.customer-account-createpassword .page-main form {
  display: inline-block;
}
.customer-account-forgotpassword .form.password.forget .actions-toolbar,
.customer-account-createpassword .form.password.forget .actions-toolbar {
  margin-left: 0;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 21px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.header-account .header.links {
  display: none;
}
.form-newsletter-manage .field.choice label {
  padding: 3px 0 0 40px;
}
.form-address-edit {
  background: #f4f4f4;
  margin-bottom: 30px;
  padding: 30px;
  margin: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-address-edit fieldset {
  margin-bottom: 30px;
}
.form-address-edit .field.fax {
  display: none;
}
.form-address-edit .field.choice label {
  padding: 1px 0 0 40px;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account .fieldset.password .password .password-strength-meter {
  color: #4b4a4a;
}
.form-edit-account .field.choice label {
  padding: 2px 0 2px 40px;
}
.account .field.choice label:after {
  left: 1px;
  top: 0;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 2;
}
.box-information .box-actions .action {
  border-right: 1px solid #dedede;
  padding-right: 25px;
  line-height: 15px;
  margin-right: 20px !important;
}
.box-information .box-actions .action:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .block-title .action.edit {
  margin-left: 25px;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  color: #a30000;
  display: inline-block;
  margin: 2px 0;
  margin-left: 15px;
}
.account .table-wrapper .action:first-child {
  margin-left: 0;
}
.block-collapsible-nav .title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-collapsible-nav .content {
  padding: 15px 0;
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #dedede;
}
.block-collapsible-nav .item:last-child {
  border-bottom: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  display: block;
  padding: 15px 0;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  border-color: #a30000;
  color: #a30000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #a30000;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10.5px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10.5px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5.25px;
}
.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-very-strong .password-strength-meter,
.password-strong .password-strength-meter,
.password-medium .password-strength-meter,
.password-weak .password-strength-meter {
  padding: 0 10px;
}
.password-strength-meter {
  background-color: #ffffff;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 400;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter #password-strength-meter-label {
  font-weight: 700;
}
.password-none .password-strength-meter:before {
  background-color: #ffffff;
  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: 10.5px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
@media (min-width: 1660px) {
  .ordered-products ul li .product-item-info .product-item-details .product-item-inner .product-item-actions button {
    padding: 14px 20px;
    margin-right: 25px;
  }
  .ordered-products ul li .product-item-info .product-item-details .product-item-inner .product-item-actions button i {
    font-size: 30px;
  }
  .ordered-products ul li .product-item-info .product-item-details .action.details {
    padding: 15px 10px;
    font-size: 20px;
  }
}
@media (min-width: 1460px) {
  .ordered-products ul li .product-item-info .product-item-details .price-box .special-price {
    float: right;
  }
}
@media (min-width: 1000px) {
  .account .page-wrapper .columns .column.main table tbody tr td.actions .action-buttons {
    float: right;
  }
}
@media (max-width: 1000px) {
  .table-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .ordered-products .product-item td {
    padding: 5px 0px !important;
  }
  .ordered-products thead {
    display: block;
  }
  .ordered-products thead tr {
    display: block;
  }
  .ordered-products thead tr td {
    display: block;
  }
}
@media (min-width: 639px) {
  .table-order-items.invoice th.qty,
  .table-order-items.invoice td.qty {
    text-align: center;
  }
  .order-items-shipment th.qty,
  .order-items-shipment td.qty {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .ordered-products .product-item-actions {
    text-align: right;
  }
  .orders-history #my-orders-table tr td,
  .orders-history #my-orders-table tr th {
    text-align: right;
  }
}
@media (min-width: 620px) {
  .ordered-products ul li .product-item-info .product-item-details .product-item-name {
    width: 34.5%;
  }
  .customer-account-create .create-account-container .form-create-account #remember-me-box {
    display: none;
  }
  .customer-account-create .create-account-container .form-create-account .field-name-firstname,
  .customer-account-create .create-account-container .form-create-account .field-name-lastname,
  .customer-account-create .create-account-container .form-create-account .field.password,
  .customer-account-create .create-account-container .form-create-account .field.confirmation {
    width: 48%;
    float: left;
  }
  .customer-account-create .create-account-container .form-create-account .field-name-lastname,
  .customer-account-create .create-account-container .form-create-account .field.confirmation {
    float: right;
  }
  .social-btn .btn-social.btn-facebook {
    padding: 15px 25px 15px 70px;
  }
}
@media (max-width: 1100px) {
  .ordered-products .product-item td.product-item-actions button:before {
    color: #fff;
  }
  .ordered-products .product-item td.product-item-actions button span {
    display: none;
  }
  #maincontent .block-order-details-view .block-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 370px) {
  .account .page-wrapper .columns .column table tbody tr td.actions .action-buttons a {
    display: block;
    clear: both;
    margin-top: 10px;
  }
  .account .page-wrapper .columns .column.active {
    margin-left: -260px !important;
  }
}
@media (max-width: 1240px) {
  .ordered-products .product-item-inner {
    display: inline-block;
    vertical-align: sub;
  }
  .ordered-products .product-item-inner .qty-wrapper input {
    width: 35px;
  }
  .ordered-products .product-item-details .price-box .sly-old-price {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  #password-strength-meter {
    background: #fff;
    color: #4b4a4a;
  }
}
@media (max-width: 767px) {
  .account.sales-order-view .page-wrapper .columns .column .page-title-wrapper .page-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1560px) {
  .account .table-wrapper .action:last-child {
    float: right;
  }
}
@media (min-width: 1270px) {
  .login-container > *,
  .create-account-container > * {
    margin-left: 125px;
  }
  .customer-account-login .columns .logo,
  .customer-account-create .columns .logo {
    margin-left: 125px;
  }
  .account-social-login .block-content {
    margin-left: 125px;
  }
  .login-create-account .login-create-account-container {
    margin-left: 125px;
  }
}
@media (max-width: 460px) {
  #maincontent .block-order-details-view .block-content .box {
    width: 100%;
  }
  #order-total {
    display: block;
  }
  #order-total tbody tr.grand_total {
    font-size: 16px;
  }
}
@media (max-width: 345px) {
  .ordered-products ul li .product-item-info .product-item-details .action.details {
    width: 100%;
    margin-top: 15px;
  }
}
.block.filter {
  margin-bottom: 0;
}
.filter-current-subtitle {
  display: block;
}
.filter-current-item {
  color: #818181;
  font-size: 1.4rem;
  margin-top: 10px !important;
  position: relative;
  padding-left: 20px;
}
.filter-current-attr strong:after {
  content: ': ';
}
.filter-current .action.remove {
  margin-right: 5px;
  position: absolute;
  top: 1px;
  left: 0;
}
.filter-current .action.remove svg {
  fill: #818181;
}
.filter-current .action.remove:hover svg {
  fill: #DA1515;
}
.filter-current .filter-actions {
  margin-top: 15px;
}
.filter-current .filter-clear {
  text-transform: uppercase;
  color: #DA1515;
}
.filter-current .filter-clear:hover {
  text-decoration: underline;
}
.filter-attributes-title {
  display: block;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.filter-options {
  margin: 0;
}
.filter-options-item {
  border-top: 1px solid #ECECEC;
}
.filter-options-item.active > .filter-options-title:after {
  border-width: 1px 0 0 1px;
  top: 29px;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-item:first-child {
  border-top: 0;
}
.filter-options-title {
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 20px 0;
  padding-right: 20px;
  cursor: pointer;
}
.filter-options-title:after {
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 2px;
}
.filter-options-title.active:after {
  transform: rotate(223deg);
}
.filter-options-content {
  padding-bottom: 25px;
  display: none;
}
.filter-options-content .item {
  padding: 7px 0;
}
.filter-options-content .item:first-of-type {
  border-top: none;
}
.filter-options-content .item a {
  color: #000000;
}
.filter-options-content .item input:checked + label:before {
  background: #120F21;
  border-color: #120F21;
}
.filter-options-content .item input:checked + label:after {
  content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4xMzkiIGhlaWdodD0iOS40MjYiIHZpZXdCb3g9IjAgMCAxMi4xMzkgOS40MjYiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNNC42NDgsOS42NWEuNjIuNjIsMCwwLDEtLjg3NiwwbC0zLjUtMy41YS45MjkuOTI5LDAsMCwxLDAtMS4zMTVMLjcxMSw0LjRhLjkyOS45MjksMCwwLDEsMS4zMTUsMEw0LjIxLDYuNTgybDUuOS01LjlhLjkyOS45MjksMCwwLDEsMS4zMTUsMGwuNDM4LjQzOGEuOTI5LjkyOSwwLDAsMSwwLDEuMzE1Wm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuNDA2KSIvPjwvc3ZnPg==');
  position: absolute;
  top: 1px;
  left: 5px;
}
.filter-options-content .item label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 35px;
  margin-bottom: 0;
}
.filter-options-content .item label:before {
  content: ' ';
  width: 20px;
  height: 20px;
  border: 1px solid #C8C8C8;
  background: #FFF;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filter-options .swatch-attribute-options {
  margin: -10px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.page-newsletter {
  background: #F4F4F4;
}
.page-newsletter .container {
  padding-top: 35px;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-position: left center;
}
.newsletter-title {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
.newsletter .form {
  display: flex;
  align-items: flex-start;
}
.newsletter .form .field {
  flex: 1;
  margin-right: 10px;
}
.newsletter .form .field input {
  height: 45px;
}
.newsletter .form .action {
  height: 45px;
  padding: 0 35px;
  background: #565656;
  border-color: #565656;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.newsletter .form .action:hover {
  background: #494949;
  border-color: #494949;
}
.form-gdpr-notification {
  line-height: 1.8;
}
.data.switch .counter {
  color: #000000;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.rating-summary .rating-result {
  position: relative;
  height: 18px;
  width: 86px;
  white-space: nowrap;
  margin-right: 10px;
}
.rating-summary .rating-result:before {
  content: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==');
}
.rating-summary .rating-result > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result > span:before {
  content: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==');
}
.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;
}
.rating-summary .rating-score {
  margin-top: 2px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table-reviews .action.more {
  text-transform: none;
}
.review-control-vote {
  position: relative;
}
.review-control-vote:before {
  content: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNkZWRlZGUiIC8+DQo8L3N2Zz4NCg==');
}
.review-control-vote input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.review-control-vote label:before {
  opacity: 0;
}
.review-control-vote label span {
  display: none;
}
.review-control-vote label.rating-1 {
  z-index: 5;
}
.review-control-vote label.rating-1:before {
  content: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==');
}
.review-control-vote label.rating-2 {
  z-index: 4;
}
.review-control-vote label.rating-2:before {
  content: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==');
}
.review-control-vote label.rating-3 {
  z-index: 3;
}
.review-control-vote label.rating-3:before {
  content: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==');
}
.review-control-vote label.rating-4 {
  z-index: 2;
}
.review-control-vote label.rating-4:before {
  content: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==');
}
.review-control-vote label.rating-5 {
  z-index: 1;
}
.review-control-vote label.rating-5:before {
  content: url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==') url('data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDIgNTEyLjAwMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGQ9Ik01MTEuMjY3LDE5Ny4yNThjLTEuNzY0LTUuNDMxLTYuNDU3LTkuMzg5LTEyLjEwNy0xMC4yMDlsLTE1OC43MjMtMjMuMDY1TDI2OS40NTIsMjAuMTU3DQoJCQljLTIuNTI2LTUuMTItNy43NDEtOC4zNjEtMTMuNDUtOC4zNjFjLTUuNzEsMC0xMC45MjQsMy4yNDEtMTMuNDUxLDguMzYxbC03MC45ODgsMTQzLjgyN2wtMTU4LjcyLDIzLjA2NQ0KCQkJYy01LjY0OSwwLjgyLTEwLjM0NCw0Ljc3OC0xMi4xMDgsMTAuMjA4Yy0xLjc2NSw1LjQzMS0wLjI5MywxMS4zOTIsMy43OTYsMTUuMzc3bDExNC44NDgsMTExLjk1NEw5Mi4yNzEsNDgyLjY3MQ0KCQkJYy0wLjk2Niw1LjYyOCwxLjM0OCwxMS4zMTQsNS45NjcsMTQuNjcxYzIuNjEzLDEuODk4LDUuNzA4LDIuODY0LDguODE4LDIuODY0YzIuMzg4LDAsNC43ODQtMC41NjksNi45NzgtMS43MjNsMTQxLjk2Ny03NC42MzgNCgkJCWwxNDEuOTYxLDc0LjYzN2M1LjA1NSwyLjY1NywxMS4xNzgsMi4yMTUsMTUuNzk3LTEuMTQxYzQuNjE5LTMuMzU2LDYuOTM0LTkuMDQ0LDUuOTY5LTE0LjY3MmwtMjcuMTE3LTE1OC4wODFsMTE0Ljg2MS0xMTEuOTU1DQoJCQlDNTExLjU2LDIwOC42NDksNTEzLjAzMywyMDIuNjg4LDUxMS4yNjcsMTk3LjI1OHoiIGZpbGw9IiNjODAwMDEiIC8+DQo8L3N2Zz4NCg==');
}
.block.review-add > .title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.block.review-add .legend {
  margin-bottom: 20px;
}
.block.review-add .legend span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.block.review-add .legend strong {
  font-size: 1.8rem;
}
.block.review-add .field.rating {
  display: table-row;
}
.block.review-add .field.rating .label {
  display: table-cell;
  padding: 5.25px 0;
  vertical-align: middle;
}
.block.review-add .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  background: red;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.block.reviews.list .review.item {
  margin-bottom: 42px;
}
.block.reviews.list .review.title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 21px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 21px;
}
.product-reviews-summary {
  display: flex;
  align-items: center;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .reviews-actions a {
  color: #a30000;
}
.customer-review .product-details {
  margin-bottom: 42px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 21px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10.5px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
  font-weight: 600;
  margin-bottom: 21px;
}
.customer-review .review-details .review-content {
  margin-bottom: 21px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-toolbar {
  border-top: 1px solid #DEDEDE;
  margin: 0 0 21px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 21px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .review-field-ratings {
  margin-bottom: 20px;
}
.review-form .review-field-nickname {
  max-width: 410px;
}
.review-form .review-form-actions .actions-primary,
.review-form .review-form-actions .action.submit.secondary {
  float: none;
}
.review-form .review-form-actions .actions-primary {
  display: block;
  margin-top: 10px;
}
.review-form .review-form-actions .action.submit.secondary {
  width: 100%;
  max-width: 420px;
  height: 45px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.review-field-rating .control {
  margin-top: 5px;
}
.review-list {
  margin-bottom: 60px;
}
.review-list .block-title strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 2.625rem;
  margin-bottom: 2.1rem;
}
.review-item {
  margin: 0;
  padding: 35px 0;
  border-top: 1px solid #DEDEDE;
}
.review-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.review-header {
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.review-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.review-content {
  margin-top: 10px;
}
.review-ratings {
  margin-top: 10px;
}
.review-ratings .rating-summary {
  margin-right: 0;
}
.review-author {
  display: block;
  margin-top: 10px !important;
}
.order-links {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.sales-guest-form #maincontent {
  max-width: 380px;
  padding-top: 100px;
}
.sales-guest-form #maincontent form {
  min-width: 100%;
}
.sales-guest-form #maincontent .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
.sales-guest-form #maincontent .actions-toolbar .primary,
.sales-guest-form #maincontent .actions-toolbar button {
  width: 100%;
}
.sales-guest-form #maincontent .actions-toolbar button {
  text-transform: uppercase;
  margin: 0;
  margin-top: 15px;
  font-weight: 500;
  padding: 12px 18px;
}
.order-details-items {
  margin-bottom: 20px;
  background: #fff;
  padding: 0px 45px 60px;
  display: inline-block;
  width: 100%;
}
.order-details-items .table-wrapper.order-items {
  padding: 0;
  margin-top: 20px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #dedede;
}
.order-details-items .order-title > strong {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 2.6rem;
  display: inline-block;
  margin-bottom: 15px;
}
.order-details-items .items-qty {
  text-align: center;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
  font-weight: 700;
  min-height: auto;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #dedede;
}
.order-details-items .table-order-items th.price,
.order-details-items .table-order-items td.price {
  text-align: right;
}
.order-details-items .tax-table {
  max-width: 470px;
  float: right;
  margin-top: 30px;
}
.order-details-items .tax-table tr {
  border: 0;
}
.order-details-items .tax-table tr th,
.order-details-items .tax-table tr td {
  font-weight: 500;
  padding: 5px;
}
.order-details-items .tax-table tr.grand_total {
  font-size: 2rem;
}
.order-details-items .tax-table tr.grand_total th,
.order-details-items .tax-table tr.grand_total td {
  padding-top: 10px;
}
.order-details-items .tax-table tr td {
  text-align: right;
  padding-right: 0;
}
.order-details-items .item-options dt {
  margin: 0;
  font-weight: 500;
  float: left;
  clear: left;
}
.order-details-items .item-options dt:after {
  content: ":";
  display: inline-block;
  margin-right: 5px;
}
.order-details-items .item-options dd {
  float: left;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
  color: #a30000;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 26.25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #dedede;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.header-search {
  display: flex;
  align-items: center;
  width: 100%;
}
.minisearch {
  position: relative;
  flex: 1;
}
.minisearch .input-text {
  height: 35px;
  padding: 0 20px;
  padding-right: 40px;
  border: 1px solid #DEDEDE;
  font-size: 1.3rem;
}
.minisearch .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.minisearch .action.search {
  padding: 11px 14px;
  border: none;
  background: none;
}
.minisearch .action.search svg {
  fill: #565656;
}
.minisearch .action.search:hover svg {
  fill: #a30000;
}
.swatch-attribute-label {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.swatch-attribute-label.required {
  padding-right: 10.5px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute.image .swatch-attribute-options {
  max-height: 170px;
  overflow: hidden;
  margin-bottom: 10px;
}
.swatch-attribute.image.show-all .swatch-attribute-options {
  max-height: initial;
}
.swatch-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
.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: 10.5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #ffffff;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-more,
.swatch-less {
  flex-basis: 100%;
  color: #a30000;
}
.swatch-more:after,
.swatch-less:after {
  content: "";
  top: 50%;
  right: 17px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.223" height="13.996" viewBox="0 0 8.223 13.996"><path id="Path_43" data-name="Path 43" d="M8,6.452,1.771.224a.767.767,0,0,0-1.083,0L.229.682a.767.767,0,0,0,0,1.083L5.46,7,.224,12.231a.767.767,0,0,0,0,1.083l.459.458a.767.767,0,0,0,1.083,0L8,7.538A.773.773,0,0,0,8,6.452Z"/></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8.223" height="13.996" viewBox="0 0 8.223 13.996"><path id="Path_43" data-name="Path 43" d="M8,6.452,1.771.224a.767.767,0,0,0-1.083,0L.229.682a.767.767,0,0,0,0,1.083L5.46,7,.224,12.231a.767.767,0,0,0,0,1.083l.459.458a.767.767,0,0,0,1.083,0L8,7.538A.773.773,0,0,0,8,6.452Z"/></svg>') no-repeat 50% 50%;
  background-color: #a30000;
  width: 4px;
  height: 7px;
  margin-left: 5px;
  display: inline-block;
  mask-size: 100%;
  -webkit-mask-size: 100%;
}
.swatch-item {
  margin: 10px 10px 0 0;
}
.swatch-item span {
  display: block;
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
  clear: both;
  color: #555;
}
.swatch-item.disabled {
  display: none;
}
.swatch-option {
  cursor: pointer;
  float: left;
  margin: 10px 10px 0 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: none;
}
.swatch-option.text {
  background: #ffffff;
  color: #000000;
  padding: 10px 20px;
  border: 1px solid #DFDFDF;
}
.swatch-option.text:not(.disabled):hover,
.swatch-option.text.selected {
  background-color: #ffffff;
  border: 1px solid #a30000;
}
.swatch-option.selected {
  border: 1px solid #a30000;
  color: #000000;
}
.swatch-option:not(.disabled):hover {
  color: #000000;
}
.swatch-option.image,
.swatch-option.color {
  width: 45px !important;
  height: 45px !important;
  padding: 0;
}
.swatch-option.image[data-option-tooltip-value="#ffffff"],
.swatch-option.color[data-option-tooltip-value="#ffffff"] {
  border: 1px solid #DEDEDE;
}
.swatch-option.color {
  margin: 0;
}
.swatch-option.color.selected {
  outline: 1px solid #a30000;
  outline-offset: 2px;
  border: none;
  color: inherit;
}
.swatch-option.disabled {
  display: none;
  opacity: 0.7;
  background: #f7f7f7;
}
.swatch-option.disabled:after {
  width: 1px;
  height: 140%;
  background: #ddd;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  transform: rotate(225deg);
  text-align: center;
  display: block;
  margin: auto;
  bottom: 0;
}
.swatch-option.disabled + span {
  display: none;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Netlogiq/decusut/ro_RO/images/loader-2.gif');
}
.swatch-option-link-layered {
  display: block;
  margin: 10px 5px 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered .swatch-option {
  width: 42px !important;
  height: 27px !important;
  float: none;
  margin: 0;
}
.swatch-option-link-layered .swatch-option.text {
  width: 95px !important;
  height: 35px !important;
  font-size: 11px;
}
.swatch-opt {
  margin: 0 0 30px;
}
.swatch-opt-listing {
  margin-bottom: 10.5px;
}
.swatch-attribute {
  margin-bottom: 18px;
}
.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;
}
.page-header {
  background: #FFF;
  position: relative;
}
.header.content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo {
  margin: 0;
  flex-shrink: 0;
}
.logo img {
  display: block;
}
.header-account,
.header-wishlist {
  cursor: pointer;
  padding: 0 15px;
  margin-top: 7px;
}
.header-account svg,
.header-wishlist svg {
  fill: #565656;
}
.header-account:hover svg,
.header-wishlist:hover svg {
  fill: #a30000;
}
.header-wishlist .counter.qty {
  display: none;
}
.minicart-wrapper {
  margin-top: 4px;
}
.additional-menu ul {
  list-style: none;
  display: flex;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.additional-menu li {
  margin: 0;
}
.additional-menu a {
  padding: 5px 10px;
  display: block;
  color: #2B2A29;
}
.additional-menu a:hover {
  color: #a30000;
}
.additional-menu a.active {
  color: #a30000;
}
.sticky-header {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
  box-shadow: 0px -2px 22px -10px #4e4e4e;
}
.sticky-header .content {
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-header .page-navigation {
  padding: 4px 0;
  position: relative;
}
.sticky-header .secondary-navigation {
  flex: 1;
}
.sticky-header .additional-menu a {
  margin-top: 8px;
}
.sticky-header .additional-menu svg {
  fill: #565656;
}
.sticky-header .secondary-menu {
  font-size: 1.4rem;
  text-transform: uppercase;
  min-width: 315px;
}
.sticky-header .secondary-menu ul {
  display: flex;
  margin: 0;
  padding: 0 10px 0 20px;
}
.sticky-header .secondary-menu li {
  margin: 0;
}
.sticky-header .secondary-menu a {
  padding: 5px 10px;
}
.sticky-header .block-search {
  flex: 1;
  margin-right: 15px;
}
.sticky-header .nav-trigger {
  padding: 17px 21px;
}
.sticky-header .logo {
  max-width: 140px;
}
.sticky-header .additional-menu ul {
  font-size: 20px;
}
.sticky-header.sticky {
  display: block;
}
.sticky-header .action.showcart {
  padding-left: 10px;
}
.header-list {
  background: #fff;
}
.header-list .header-list-wrapper {
  border-bottom: 1px solid #dedede;
}
.header-list .header.content {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: initial;
}
.header-list .subtitle {
  font-size: 1.3rem;
  padding-right: 25px;
  min-width: 115px;
}
.header-list .product-items {
  margin: 0;
  margin-right: 22px;
  display: flex;
  padding: 0;
}
.header-list .product-item {
  max-width: 235px;
  flex: 33%;
  padding: 5px 20px;
  border-right: 1px solid #dedede;
  padding-right: 30px;
  position: relative;
  display: none;
  margin: 0;
}
.header-list .product-item:first-child {
  border-left: 1px solid #dedede;
}
.header-list .product-item-name {
  font-size: 1.3rem;
  min-height: 60px;
  margin: 0;
}
.header-list .product-item-name a {
  height: auto;
}
.header-list .product-item:hover {
  box-shadow: none;
}
.header-list .product-item:nth-child(-n+3) {
  display: block;
}
.header-list .btn-remove {
  position: absolute;
  top: 7px;
  right: 10px;
}
.header-list .btn-remove i {
  font-size: 12px;
}
.header-list .actions-toolbar {
  margin: 0;
  padding: 5px 0;
}
.header-list .actions-toolbar .action {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 13px;
  float: none;
}
.header-list .actions-toolbar .action.clear {
  color: #a30000;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0;
}
.header-phone {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.header-phone a {
  display: block;
  margin-left: 25px;
  font-weight: 300;
}
@media (max-width: 580px) {
  .header-list .header-list-wrapper .product-items {
    display: none;
  }
}
.footer-top {
  background: #FFF;
}
.footer-bottom {
  background: #F9F9F9;
  padding-top: 15px;
  padding-bottom: 35px;
}
.footer-bottom .container {
  text-align: center;
}
.footer-bottom .separator,
.footer-bottom img {
  margin-top: 20px;
}
.footer-bottom img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer-bottom img:not(.pay-logos) {
  display: inline-block !important;
  margin: 20px 10px 0;
}
.footer-bottom .separator {
  display: none;
}
.footer-copyright {
  background: #FFF;
  font-size: 1.3rem;
  text-align: center;
}
.footer-copyright p {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #2B2A29;
  margin: 0;
}
.footer-links .title {
  font-weight: 700;
  display: block;
  padding: 20px 0;
}
.footer-links .content {
  margin-bottom: 0;
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  margin: 10px 0 0;
  word-break: break-word;
}
.footer-links a {
  color: #000000;
}
.footer-links a:hover {
  color: #a30000;
}
.footer-links.active .title {
  padding: 20px 0 5px;
}
.footer-newsletter {
  display: flex;
  align-items: center;
  color: #FFF;
  margin: 20px 40px 0 0;
}
.footer-newsletter:hover {
  text-decoration: none;
  color: #FFF;
}
.footer-newsletter:hover span:after {
  content: none;
}
.footer-newsletter svg {
  display: block;
  margin-right: 15px;
}
.footer-newsletter span {
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
  position: relative;
}
.footer-newsletter span:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.footer-social a,
.footer-social svg {
  display: block;
}
.footer-social a {
  margin-left: 40px;
}
.footer-social a:first-of-type {
  margin-left: 0;
}
.footer-social a.facebook:hover svg {
  fill: #2e89ff;
}
.footer-social a.youtube:hover svg {
  fill: #c00;
}
.footer-social a.instagram:hover svg {
  fill: #C13584;
}
.footer-social a.twitter:hover svg {
  fill: #1b95e0;
}
.footer-social svg {
  fill: #565656;
}
.footer-payments {
  margin-top: 20px;
  width: 100%;
}
.footer-payments img {
  display: block;
}
.page-shipping {
  background: #F9F9F9;
  padding: 15px 0;
}
.page-shipping p {
  color: #a30000;
  text-align: center;
  margin: 0;
  font-weight: 300;
}
.black-friday,
.promotii {
  background: #2b2a28;
}
.black-friday .header-actions,
.promotii .header-actions {
  max-width: 1316px;
  margin: 0  auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 10px;
}
.black-friday .header-actions > *:first-child,
.promotii .header-actions > *:first-child {
  background: #c80002;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 15px;
  margin-right: 15px;
  font-size: 1.2rem;
  height: 36px;
  min-width: 140px;
}
.black-friday .header-actions > *:first-child:hover,
.promotii .header-actions > *:first-child:hover {
  background: #970002;
}
.black-friday .header-actions > *:first-child svg,
.promotii .header-actions > *:first-child svg {
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.black-friday .banner,
.promotii .banner {
  max-width: 1316px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex-wrap: wrap;
}
.black-friday .banner .text,
.promotii .banner .text {
  padding-top: 8%;
  color: #fff;
}
.black-friday .banner h1,
.promotii .banner h1 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 5rem;
}
.black-friday .banner h2,
.promotii .banner h2 {
  font-size: 1.8rem;
  margin-top: 0;
  font-weight: 300;
}
.black-friday .banner h2 span,
.promotii .banner h2 span {
  font-weight: 600;
  font-size: 3.4rem;
}
.black-friday .see-all,
.promotii .see-all {
  color: #fff;
  text-decoration: underline;
  margin-top: 10px;
}
.black-friday .back-top,
.promotii .back-top {
  background: #c80002;
  position: fixed;
  height: 50px;
  bottom: 20px;
  width: 50px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
  z-index: 9;
}
.black-friday .back-top:before,
.promotii .back-top:before {
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 3px 0px 0px 3px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
}
.black-friday .back-top:hover:before,
.promotii .back-top:hover:before {
  border-color: #000;
}
.black-friday .block-products-list,
.promotii .block-products-list {
  margin-top: 20px;
  margin-bottom: 0;
}
.black-friday .block-products-list .block-title,
.promotii .block-products-list .block-title {
  color: #fff;
  margin-bottom: 10px;
}
.black-friday .block-products-list .block-title strong,
.promotii .block-products-list .block-title strong {
  font-size: 26px;
}
.black-friday .block-products-list .product-item-info,
.promotii .block-products-list .product-item-info {
  background: #fff;
  height: 100%;
}
.black-friday .block-products-list .product-item-details,
.promotii .block-products-list .product-item-details {
  padding: 0 15px 15px;
}
.black-friday .block-products-list .product-item-name,
.promotii .block-products-list .product-item-name {
  margin: 10px 0 0 !important;
}
.black-friday .block-products-list .product-item:hover,
.promotii .block-products-list .product-item:hover {
  box-shadow: none;
}
nav.black-friday,
nav.promotii {
  background: #c80002;
  text-transform: uppercase;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 9;
}
nav.black-friday ul,
nav.promotii ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0;
}
nav.black-friday li,
nav.promotii li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.black-friday li.active,
nav.promotii li.active {
  background: #000;
}
nav.black-friday li:hover,
nav.promotii li:hover {
  background: #000;
}
nav.black-friday a,
nav.promotii a {
  color: #fff;
  display: block;
  padding: 10px 9px;
}
.cookie-status-message,
.action-skip-wrapper {
  display: none;
}
body {
  overflow-x: hidden;
}
.page-title-wrapper {
  margin-bottom: 15px;
}
.page-title-wrapper .page-title {
  margin: 0;
}
body:not(.checkout-index-index) .show {
  display: block !important;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg id="signs" xmlns="http://www.w3.org/2000/svg" width="24.667" height="24.667" viewBox="0 0 24.667 24.667"><g id="Group_1642" data-name="Group 1642"><path id="Path_2450" data-name="Path 2450" d="M24.667,2.493,22.174,0l-9.84,9.84L2.493,0,0,2.493l9.84,9.84L0,22.174l2.493,2.493,9.84-9.84,9.84,9.84,2.493-2.493-9.84-9.84Z"></path></g></svg>') no-repeat 50% 50%;
  mask: url('data:image/svg+xml;utf8,<svg id="signs" xmlns="http://www.w3.org/2000/svg" width="24.667" height="24.667" viewBox="0 0 24.667 24.667"><g id="Group_1642" data-name="Group 1642"><path id="Path_2450" data-name="Path 2450" d="M24.667,2.493,22.174,0l-9.84,9.84L2.493,0,0,2.493l9.84,9.84L0,22.174l2.493,2.493,9.84-9.84,9.84,9.84,2.493-2.493-9.84-9.84Z"></path></g></svg>') no-repeat 50% 50%;
  background-color: #000;
  width: 40px;
  height: 40px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  background: #fff;
  border-top: 1px solid #dedede;
  margin: 0;
  font-size: 1.6rem;
}
.message.global.noscript .content,
.message.global.cookie .content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #a30000;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9;
}
.message.global.cookie .actions {
  margin-left: 15px;
}
.message.global.cookie button {
  padding: 25px 15px;
}
.message.global.demo {
  margin: 0 0 10.5px;
  padding: 20px 30px;
  display: block;
  line-height: 1.2em;
  font-size: 1.6rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #a30000;
}
.message.global.demo a:active {
  color: #a30000;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.toolbar.wishlist-toolbar .limiter {
  display: none !important;
}
.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;
}
.form-wishlist-items .actions-toolbar {
  margin-top: 25px;
}
.form-wishlist-items .actions-toolbar .primary button {
  background: #fff;
  border: 1px solid #dedede;
  color: #4b4a4a;
  font-weight: 500;
  padding: 10px 25px;
}
.form-wishlist-items .actions-toolbar .primary button:hover {
  background: #a30000;
  color: #fff;
}
.form-wishlist-items .actions-toolbar .primary button.share {
  display: none;
}
.form-wishlist-items .products-grid .product-items .product-item {
  position: relative;
}
.form-wishlist-items .products-grid .product-items .product-item .product-item-info {
  position: initial;
}
.form-wishlist-items .products-grid .product-items .product-item .product-item-info .comment-box {
  display: none;
}
.form-wishlist-items .products-grid .product-items .product-item .product-item-info .price-box p {
  margin: 0;
}
.form-wishlist-items .products-grid .product-items .product-item .product-item-info .badges {
  left: 0;
}
.form-wishlist-items .products-grid .product-items .product-item .product-item-info .badges .badge {
  margin: 0;
}
.form-wishlist-items .products-grid .product-items .product-item:hover .comment-box {
  display: block;
  top: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px #d8d8d8;
  padding-bottom: 20px;
  z-index: 2;
  margin-top: 20px;
}
.form-wishlist-items .products-grid .product-items .product-item:hover .comment-box:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  top: -10px;
}
.form-wishlist-items .products-grid .product-items .product-item:hover .comment-box .control {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.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 #dedede;
}
.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 #dedede;
}
.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 #dedede;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10.5px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10.5px 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: 10.5px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10.5px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 26.25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10.5px;
}
.products-grid.wishlist .product-item .product-item-inner {
  margin-top: 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;
  overflow: auto;
  padding: 8px 20px;
}
.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 .box-tocart input.qty {
  height: 32px;
}
.block-minicart .fsm {
  display: block;
  padding: 13px 0px;
  border-bottom: 1px solid #dedede;
  font-weight: 400;
}
.cart-container .fsm {
  background: #fff4d4;
  padding: 17px 25px;
  margin-bottom: 25px;
  font-weight: 500;
}
.cart-container .fsm strong {
  font-weight: 500;
}
.badges {
  position: absolute;
  width: 100%;
  left: 0;
}
.badges .badge {
  background: #212b37;
  padding: 8px 7px 6px 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 800;
}
.badges .badge.badge-sale {
  background: #a30000;
  border-radius: 20px 0 0 20px;
  margin-right: 20px;
}
.badges .badge.badge-gift {
  background: #a30000;
  border-radius: 0 20px 20px 0;
  padding: 5px 17px 1px 15px;
  margin-left: 20px;
}
.badges .badge.badge-new {
  margin-left: 20px;
  border-radius: 0 20px 20px 0;
  padding-right: 12px;
  clear: left;
}
.badges.top-fix {
  top: 56px;
}
.badges.top-fix2 {
  top: 91px;
}
.product-item .badge-sale {
  float: right;
}
.product-item .badge-new,
.product-item .badge-gift {
  float: left;
}
.product.media .badges {
  width: auto;
  z-index: 2;
  top: 20px;
}
.product.media .badges .badge {
  margin: 0;
  display: table;
  font-size: 2.1rem;
  margin-bottom: 10px;
  padding: 7px 15px 5px 10px;
  clear: both;
  border-radius: 0 20px 20px 0;
}
.product.media .badges .badge.badge-gift {
  padding: 7px 30px 5px 24px;
}
.product.media .badges.top-fix3 {
  margin-top: 156px;
}
.product.media .badges.top-fix2 {
  margin-top: 103px;
}
.product.media .badges.top-fix1 {
  margin-top: 51px;
}
@media (min-width: 768px) {
  .product.media .badges {
    left: 100px;
  }
}
#netCardDescription {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
#netCardDescription ul {
  padding-left: 30px;
}
#netCardDescription li {
  margin-bottom: 7px;
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 5px;
  background: #fff;
  border: 1px solid #DFDFDF;
  margin-top: 10px;
  font-weight: 400;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 5px;
  background: #fff;
  border: 1px solid #DFDFDF;
  margin-top: 10px;
  font-weight: 400;
}
.smile-es-range-slider .interval {
  display: inline-block;
  width: 100%;
}
.smile-es-range-slider .ui-slider {
  margin: 5.25px;
  clear: both;
  margin-right: 5px;
}
.smile-es-range-slider .ui-slider-handle {
  background: #4B4A4A;
  cursor: pointer;
  padding: 0;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.smile-es-range-slider .ui-slider-handle:last-of-type {
  margin-left: -14px;
}
.smile-es-range-slider .ui-slider-handle:hover {
  background: #000;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 13px;
  flex: 1;
  line-height: 1;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.3rem;
  padding: 0;
}
.smile-es-range-slider .action {
  background: #4B4A4A;
  border-color: #4B4A4A;
  color: #FFF;
  padding: 5px 15px;
}
.smile-es-range-slider .action:hover {
  border-color: #000;
  background: #000;
  text-decoration: none;
}
.filter .field.search .control {
  margin-bottom: 10px;
}
.filter .field.search input[type="text"] {
  height: 32px;
  font-size: 13px;
  padding: 0 10px;
}
.filter .actions {
  margin-top: 7px;
}
.filter .actions div.secondary {
  display: inline-block;
}
.filter .actions div.secondary a {
  color: #a30000;
  text-transform: none;
  cursor: pointer;
}
.filter .actions div.secondary a:hover {
  text-decoration: underline;
}
.filter .no-results-message p {
  margin: 9px 10.5px 0;
  background-color: #FFEEEE;
  padding: 5.25px;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result {
  display: flex;
  padding: 0 10px;
}
.search-autocomplete {
  border: 1px solid #c8c8c8;
  left: 0;
  overflow: auto;
  background: #fff;
  z-index: 6;
  box-shadow: 0 4px 9px -5px #464646;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
  padding: 20px 20px;
  overflow: auto;
  flex: 1;
}
.search-autocomplete dl:first-child {
  flex: 1.8;
}
.search-autocomplete dt {
  cursor: default;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 14px;
}
.search-autocomplete dd {
  cursor: pointer;
  margin: 0;
  border-bottom: 1px solid #DFDFDF;
  padding: 12px 0;
  display: flex;
  font-size: 14px;
}
.search-autocomplete dd:not(:empty) {
  background: #ffffff;
}
.search-autocomplete dd:first-of-type {
  border-top: 1px solid #DFDFDF;
}
.search-autocomplete dd:last-child {
  border-bottom: 0;
}
.search-autocomplete dd.category {
  flex-direction: column;
}
.search-autocomplete dd .category-mini-crumb {
  font-size: 13px;
  color: #565656;
  font-style: italic;
}
.search-autocomplete dd .qs-option-name {
  font-weight: 600;
  font-size: 15px;
}
.search-autocomplete dd:hover,
.search-autocomplete dd.selected {
  color: #a30000;
}
.search-autocomplete .product-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.search-autocomplete .product-image-box {
  margin-right: 10px;
}
.search-autocomplete .title-product {
  visibility: hidden;
}
.search-autocomplete .price-box .special-price {
  font-weight: 400;
}
.search-autocomplete .product-secondary {
  margin-top: 3px;
}
.left-navigation {
  position: relative;
}
.is-open .main-menu {
  display: block;
}
.main-menu {
  display: none;
  position: absolute;
  width: 370px;
  top: calc(100% + 4px);
  left: -4px;
}
.main-menu__list {
  z-index: 4;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.main-menu__inner-list {
  display: none;
  position: absolute;
  background: #FFF;
  top: 0;
  left: 100%;
}
.active .main-menu__inner-list {
  display: block;
}
.main-menu__item {
  display: block;
  margin: 0;
  border-bottom: 1px dashed #DEDEDE;
  background: #FFF;
}
.main-menu__item:last-of-type {
  border-bottom: 0;
}
.main-menu__item--parent > a:after {
  content: ' ';
  display: block;
  width: 9px;
  height: 9px;
  border: solid #212B37;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 25px;
}
.main-menu__inner-item {
  display: block;
  padding: 0px;
  margin: 0;
}
.main-menu__link {
  position: relative;
  display: block;
  color: #212B37;
}
.main-menu__link:hover,
.active .main-menu__link {
  background: #FFF;
}
.main-menu__link:hover:after,
.active .main-menu__link:after {
  border-color: #a30000;
}
.main-menu__inner-link {
  display: block;
}
.firecheckout .field-tooltip {
  display: none;
}
.firecheckout .field.choice label:before {
  width: 30px;
  height: 30px;
}
.firecheckout div[name="shippingAddress.country_id"],
.firecheckout .field[name="shippingAddress.city"],
.firecheckout .field[name="billingAddressshared.city"],
.firecheckout .field[name="billingAddressshared.country_id"],
.firecheckout .field[name="billingAddressshared.postcode"] {
  display: none !important;
}
.firecheckout div[name="shippingAddress.street.0"] label span,
.firecheckout div[name="billingAddressshared.street.0"] label span {
  max-width: 49px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.firecheckout .subscription .control label {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  padding: 6px 0 2px 50px !important;
  margin: 0 !important;
}
.firecheckout .subscription .control .field-note {
  margin-top: 10px !important;
}
.firecheckout #recaptcha-checkout-place-order-wrapper {
  display: none;
}
.firecheckout .fc-order-summary-copy .table-totals {
  display: none;
}
.firecheckout .agreements-clone .fc-heading {
  display: none;
}
.firecheckout .product-image-container {
  margin-right: 10px;
}
.firecheckout #checkout-step-payment {
  margin-bottom: 0;
}
.firecheckout .col-method,
.firecheckout .payment-methods {
  position: relative;
}
.firecheckout .col-method input,
.firecheckout .payment-methods input {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  visibility: hidden;
  box-shadow: none;
}
.firecheckout .col-method input:checked + label:after,
.firecheckout .payment-methods input:checked + label:after {
  content: "";
  background: #2a2927;
}
.firecheckout .col-method label,
.firecheckout .payment-methods label {
  position: relative;
  padding: 2px 0 2px 50px;
  cursor: pointer;
}
.firecheckout .col-method label:before,
.firecheckout .payment-methods label:before {
  content: ' ';
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
}
.firecheckout .col-method label:after,
.firecheckout .payment-methods label:after {
  position: absolute;
  left: 7px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.firecheckout .firecheckout-content-below-order-summary {
  text-align: center;
  border-top: 1px solid #dedede;
  padding-top: 25px;
}
.firecheckout .firecheckout-content-below-order-summary img {
  margin: 15px auto;
  display: block;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Netlogiq/decusut/ro_RO/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../../frontend/Netlogiq/decusut/ro_RO/WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
.embedded-iframe-container iframe.embedded-iframe {
  visibility: hidden;
}
#order-view-container {
  display: none;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0 1rem;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../../frontend/Netlogiq/decusut/ro_RO/images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"] #maincontent,
[class*="cms-wesupply-store-details"] #maincontent,
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
[class*="cms-wesupply-store-locator"] #maincontent .embedded-iframe-container .page-title,
[class*="cms-wesupply-store-details"] #maincontent .embedded-iframe-container .page-title,
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
[class*="cms-wesupply-store-locator"] #maincontent .not-found,
[class*="cms-wesupply-store-details"] #maincontent .not-found,
.wesupply-track-shipment #maincontent .not-found {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
[class*="cms-wesupply-store-locator"] .breadcrumbs,
[class*="cms-wesupply-store-details"] .breadcrumbs,
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 845px) {
  .order-view-modal {
    max-width: 810px;
    left: calc(100% - 810px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
/* MEDIA QUERIES */
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10.5px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 21px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 21px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10.5px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: ' ';
  font-family: "Flaticon";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 21px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: #4b4a4a;
  content: '\e617';
  font-family: "Flaticon";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10.5px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10.5px 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: #a30000;
  border: 1px solid #a30000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  padding: 7px 22px;
  font-size: 1.5rem;
  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: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #870000;
  border: 1px solid #870000;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 21px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-products-list .product-reviews-summary .reviews-actions {
  display: none;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
/* ---------- Layout ---------- */
/* ---------- General ---------- */
/* ---------- Typography ---------- */
/* Colors */
/* Icons */
/* Headings */
/* Borders */
/* ---------- Rating ---------- */
/*
@rating-icon__count: " ";
*/
/* ---------- Messages ---------- */
/* ---------- Products ---------- */
/* ---------- Checkout ---------- */
/* ---------- Minicart ---------- */
/* ---------- Forms ---------- */
/* ---------- Navigation ---------- */
/* ---------- Buttons ---------- */
/* ---------- Sidebar ---------- */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 21px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10.5px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 31.5px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10.5px 10.5px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 26.25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10.5px 0;
  padding: 0 21px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 31.5px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 10.5px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 21px;
  max-width: 610px;
  overflow-y: auto;
  padding: 42px 21px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 21px;
  top: 21px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 21px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 21px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 31.5px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10.5px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10.5px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10.5px 10.5px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 21px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 31.5px;
  top: 10.5px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 21px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5.25px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5.25px;
  padding-right: 5.25px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
@media only screen and (max-width: 922px) {
  .field-tooltip .field-tooltip-content {
    right: -10.5px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 921px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: #4b4a4a;
    content: '\e61c';
    font-family: "Flaticon";
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10.5px 42px 10.5px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 43px;
    color: #4b4a4a;
    content: '\e622';
    font-family: "Flaticon";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10.5px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 26.25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10.5px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10.5px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .container,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-layout-2columns-left .sidebar {
    margin-top: 20px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: 43px;
    color: #4b4a4a;
    content: '\e622';
    font-family: "Flaticon";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5.25px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: 43px;
    color: #4b4a4a;
    content: '\e622';
    font-family: "Flaticon";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10.5px 0;
  }
  .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 21px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 21px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #3e3d3d;
    border: solid #313131;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 26.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: #4b4a4a;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10.5px;
    padding-right: 0;
    padding-bottom: 10.5px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 15px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #4b4a4a;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #4b4a4a;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #4b4a4a;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #4b4a4a;
  }
  .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: #4b4a4a;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #4b4a4a;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5.25px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    height: 42px;
    padding: 5.25px 21px 5.25px 21px;
    font-weight: 600;
    line-height: 42px;
    font-size: 1.9rem;
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    padding-bottom: 5.25px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #dedede;
    margin: 0 0 5.25px;
    padding: 21px 21px 21px 21px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .pages .items .item {
    display: none;
  }
  .pages .items .item.pages-item-previous,
  .pages .items .item.pages-item-next {
    display: inline-block;
  }
  .pages .action.previous,
  .pages .action.next {
    margin: 0;
    padding: 0 10px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: auto;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: auto;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .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: 15px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .amrelated-pack-list {
    overflow: auto;
  }
  .amrelated-pack-wrapper .amrelated-subtitle {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    margin: 0 auto;
    margin-top: 10px;
    width: 270px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 6px 46px;
  }
  .amrelated-content-wrapper .amrelated-equal {
    width: 100%;
    display: block;
  }
  .amrelated-discount.-summary .amount {
    font-size: 2rem;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10.5px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 21px;
    padding-bottom: 10.5px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .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: 10.5px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #dedede;
    background: #ffffff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5.25px 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: 26.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: 42px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10.5px 0 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .category .subscribe-popup {
    width: 100%;
    top: 35%;
    text-align: center;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    width: 80%;
    margin: auto;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .notification-container {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .popup_wrapper {
    max-width: 100%;
  }
  #template-age-verification #age_verification_redirect {
    float: none;
    margin: 10px 0px 40px 0;
  }
  #template-age-verification .popup-title {
    font-size: 35px;
  }
  #template-age-verification .popup-title:before {
    display: none;
  }
  #template-age-verification button {
    width: 250px;
  }
  #template-age-verification #age_verification_redirect {
    max-width: 250px;
  }
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  #productqa {
    padding: 0;
  }
  #productqa .section-content {
    display: none;
  }
  #productqa .section-title {
    font-size: 1.6rem;
    margin: 0;
    padding: 20px 0;
  }
  #productqa .section-title:after {
    content: "";
    float: right;
    margin-right: 5px;
  }
  .products-related .product-items.slick-initialized {
    padding-bottom: 20px;
  }
  .product-bottom {
    margin-top: 40px;
  }
  .product-menu {
    display: none;
  }
  .product-detailed-title {
    position: relative;
  }
  .product-detailed-title:after {
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 32px;
    right: 2px;
  }
  .product.media {
    margin-top: 10px;
  }
  .sorter {
    width: calc(50% - 10px);
  }
  .sorter-label {
    display: none;
  }
  .sorter-options {
    background: #F9F9F9;
    border: 1px solid #DFDFDF;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .toolbar-filter {
    width: calc(50% - 10px);
    background: #F9F9F9;
    border: 1px solid #DFDFDF;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 48px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart-items {
    border: none;
    display: block;
  }
  .cart-items > thead > tr > th {
    display: none;
  }
  .cart-items > tbody {
    display: block;
  }
  .cart-items > tbody > tr {
    display: block;
  }
  .cart-items > tbody > tr td,
  .cart-items > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.25px 0;
  }
  .cart-items > tbody > tr td[data-th]:before,
  .cart-items > tbody > tr th[data-th]:before {
    padding-right: 10.5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #282828;
    font-weight: 700;
  }
  .cart-items .col {
    padding: 0;
  }
  .cart-items .col:before {
    padding-right: 0 !important;
  }
  .cart-items .col.price,
  .cart-items .col.qty,
  .cart-items .col.subtotal {
    float: left;
  }
  .cart-items .col.qty {
    width: 40%;
  }
  .cart-items .col.price,
  .cart-items .col.subtotal {
    width: 30%;
  }
  .cart-items .col.price {
    text-align: left;
  }
  .cart-items .col.subtotal {
    text-align: right;
  }
  .cart-items .col.actions {
    position: absolute;
    top: 6px;
    right: 0;
  }
  .cart-items .col.item {
    padding-left: 80px !important;
    padding-top: 0 !important;
    min-height: 60px;
  }
  .cart-item {
    overflow: hidden;
    position: relative;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dedede;
  }
  .cart-item-photo {
    position: absolute;
    top: 15px;
    left: 0;
  }
  .cart-item-name {
    display: block;
    padding-right: 25px;
  }
  .cart-item-details {
    margin-bottom: 10px;
  }
  .cart-item .qty-control .action {
    width: 30px;
  }
  .cart-item .qty-control input {
    width: 45px;
  }
  .minicart-header {
    padding: 25px 15px;
  }
  .minicart-item {
    padding: 15px 0;
    display: flex;
  }
  .minicart-item-pricing,
  .minicart-item-qty {
    margin-top: 10px;
  }
  .minicart-item .minicart-item-details {
    padding-right: 40px;
    padding-left: 10px;
  }
  .block-minicart .minicart-items {
    padding: 0 20px;
  }
  .block-minicart .minicart-summary {
    padding: 0;
  }
  .block-minicart .minicart-title {
    padding: 0 0px 25px;
  }
  .block-minicart .minicart-close {
    right: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10.5px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 21px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10.5px;
  }
  .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 21px;
  }
  .page-banners > .row > div:last-of-type .hero {
    border-bottom: 0;
  }
  .reasons {
    display: none;
  }
  .categories {
    margin-left: -15px;
    margin-right: -15px;
  }
  .categories .row {
    margin: 0;
  }
  .categories .row > div {
    padding: 0;
  }
  .categories-item.big {
    border-top: 1px solid #DEDEDE;
  }
  .categories-all {
    display: none;
  }
  .categories-image {
    display: none;
  }
  .categories-title {
    padding: 14px 15px;
    position: relative;
  }
  .categories-title:after {
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    border: solid #C8C8C8;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: 17px;
  }
  .testimonials-slider {
    padding-bottom: 25px;
  }
  .page-banners .hero {
    margin-top: 40px;
  }
  .contact-wrapper {
    margin-bottom: 60px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10.5px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .account .table-wrapper:not(.order-items) {
    display: inline-block;
  }
  .filter-current {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 25px;
  }
  .filter-current-subtitle {
    padding: 15px 0;
    position: relative;
  }
  .filter-current-subtitle:before {
    content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC45OCIgaGVpZ2h0PSI2LjQ1MSIgdmlld0JveD0iMCAwIDEwLjk4IDYuNDUxIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC45OCkgcm90YXRlKDkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHBhdGggZD0iTTYuMjc2LDUuMDYyLDEuMzg5LjE3NWEuNi42LDAsMCwwLS44NSwwTC4xOC41MzVhLjYuNiwwLDAsMCwwLC44NDlsNC4xLDQuMUwuMTc1LDkuNmEuNi42LDAsMCwwLDAsLjg1bC4zNi4zNmEuNi42LDAsMCwwLC44NDksMEw2LjI3Niw1LjkxNGEuNjA2LjYwNiwwLDAsMCwwLS44NTJaIi8+PC9nPjwvZz48L3N2Zz4=');
    position: absolute;
    top: 13px;
    right: 0;
  }
  .filter-current-content {
    display: none;
    padding-bottom: 15px !important;
  }
  .filter-attributes {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background: #FFF;
  }
  .filter-attributes-title {
    display: block;
    font-size: 2rem;
    padding: 20px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #DEDEDE;
  }
  .filter-attributes-title:after {
    content: url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTgsMS44MTksMTYuMTgxLDAsOSw3LjE4MSwxLjgxOSwwLDAsMS44MTksNy4xODEsOSwwLDE2LjE4MSwxLjgxOSwxOCw5LDEwLjgxOSwxNi4xODEsMTgsMTgsMTYuMTgxLDEwLjgxOSw5WiIvPjwvc3ZnPg==');
    position: absolute;
    top: 23px;
    right: 15px;
  }
  .filter-attributes.is-open {
    display: block;
  }
  .filter-attributes .filter-options {
    padding: 0 15px;
    border-bottom: none;
    height: calc(100% - 65px);
    overflow-y: auto;
  }
  .filter-attributes .filter-options-item:first-of-type {
    border-top: none;
  }
  .page-newsletter .container {
    background-image: none !important;
  }
  .table-reviews .rating-summary {
    display: inline-block;
    vertical-align: middle;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .minisearch {
    max-width: 50%;
  }
  .header-search {
    margin-top: 10px;
  }
  .header-menu {
    background: #a30000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 4px solid #a30000;
    border: 1px dashed #f4f4f4;
    margin-right: 24px;
    margin-left: 4px;
  }
  .header-menu:hover {
    background: #870000;
  }
  .logo {
    margin-right: auto;
  }
  .header-account svg,
  .header-wishlist svg,
  .minicart-wrapper svg,
  .additional-menu svg {
    transform: scale(0.8);
  }
  .header-list .product-item:nth-child(3) {
    display: none;
  }
  .page-header {
    border-bottom: 1px dashed #dedede;
  }
  .header-phone {
    max-width: 50%;
    flex-wrap: wrap;
    margin-top: -49px;
    justify-content: flex-end;
    margin-right: 20px;
    height: 35px;
  }
  .sticky-header .secondary-navigation {
    display: none;
  }
  .sticky-header .action.showcart {
    padding-left: 5px;
  }
  .sticky-header .minisearch {
    max-width: 100%;
  }
  .sticky-header .block-search {
    padding-left: 15px;
  }
  .page-shipping {
    margin-top: 25px;
  }
  nav.black-friday,
  nav.promotii {
    font-size: 1.2rem;
  }
  nav.black-friday li,
  nav.promotii li {
    flex: auto;
    border-bottom: 2px solid #2b2a28;
  }
  .page-title-wrapper {
    margin-top: 20px;
  }
  .products-grid.wishlist {
    margin-bottom: 31.5px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    position: relative;
  }
  .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 {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 21px;
  }
  .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;
  }
  .aw-layered-nav-popover {
    bottom: 10px !important;
    left: 0 !important;
    position: fixed !important;
    right: auto !important;
    top: auto !important;
    width: 97% !important;
    z-index: 999 !important;
  }
  .aw-layered-nav-popover:before,
  .aw-layered-nav-popover:after {
    border-width: 0 !important;
    margin-top: 0 !important;
  }
  .aw-layered-nav-popover .aw-layered-nav-popover__content .aw-layered-nav-popover__items,
  .aw-layered-nav-popover .aw-layered-nav-popover__content .aw-layered-nav-popover__loader {
    margin-left: 15px;
  }
  .aw-layered-nav-popover .aw-layered-nav-popover__content .aw-layered-nav-popover__action {
    width: 50%;
  }
  .aw-layered-nav-popover .aw-layered-nav-popover__content .aw-layered-nav-popover__action .action.primary.show-button {
    width: 100%;
  }
  .nav-trigger,
  .right-navigation {
    display: none;
  }
  .is-open {
    overflow: hidden;
  }
  .main-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    overflow-y: auto;
    z-index: 6;
  }
  .main-menu__overlay {
    display: none;
  }
  .main-menu__inner-list {
    margin: 0;
    padding: 0;
    background: #FFF;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .main-menu__item--title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 25px 20px;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 0;
  }
  .main-menu__item--title svg {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .main-menu__item.mobile-button {
    margin: 20px 20px 0;
    border-bottom: 0;
  }
  .main-menu__item.mobile-button:last-of-type {
    margin-bottom: 20px;
  }
  .main-menu__item.mobile-button > a {
    padding: 15px 25px;
    background: #F9F9F9;
    outline: 1px dashed rgba(43, 42, 41, 0.25);
    outline-offset: -4px;
  }
  .main-menu__inner-item {
    border-bottom: 1px dashed #DEDEDE;
  }
  .main-menu__inner-item--title {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #DFDFDF;
    padding: 20px 20px 0;
  }
  .main-menu__inner-item--title > a {
    padding: 25px 0;
    font-size: 2rem;
  }
  .main-menu__link,
  .main-menu__inner-link {
    padding: 20px 20px;
    font-size: 1.8rem;
  }
  .main-menu__back {
    display: inline-block;
    font-size: 1.8rem;
    background: #2B2A29;
    color: #FFF;
    padding: 5px 20px;
  }
  .main-menu__back svg {
    margin-right: 10px;
  }
  .main-menu__back:hover {
    background: #870000;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 21px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 21px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-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,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10.5px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 26.25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.25px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10.5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #282828;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 21px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 21px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 8px 8px;
  }
  .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: 21px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .text-center-xs {
    text-align: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: ' ';
    font-family: "Flaticon";
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #dedede;
    margin-bottom: 21px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.25px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 42px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 26.25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 26.25px;
    margin-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #dedede;
  }
  .checkout-shipping-address div.field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .control,
  .checkout-billing-address div.field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .control,
  .form-shipping-address div.field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .control {
    margin-top: 10px;
  }
  #template-age-verification button#age_verification_no {
    display: block;
    margin: 0 auto;
  }
  #template-age-verification button#age_verification_yes {
    margin-bottom: 10px;
    margin: 10px auto;
    display: block;
  }
  #template-newsletter .popup_content > .newsletter:before {
    height: 200px;
  }
  #template-hot-deals {
    max-height: 400px;
    overflow-y: scroll;
  }
  #template-hot-deals .block-products-list .product-item {
    width: 49%;
  }
  #template-hot-deals .block-products-list .block-title {
    margin: 30px 0;
  }
  #template-hot-deals .block-products-list .block-title strong {
    font-size: 20px;
  }
  .product-view-brother .btn-android {
    margin-top: 10px;
    display: block;
  }
  .product-view-brother .btn-brother {
    display: block;
  }
  .block-search {
    margin-top: 14px;
    margin-bottom: 3px;
  }
  .cart-summary {
    border: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px;
  }
  .minicart-summary .subtotal .label span {
    display: block;
  }
  .minicart-summary .subtotal .label span:after {
    content: none !important;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 20px;
  }
  .opc-wrapper .shipping-address-item {
    padding-right: 40px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10.5px;
    width: 100%;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 21px;
    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;
  }
  .page-banners > .row > div:last-of-type > .row > div:first-of-type .hero {
    border-bottom: 1px solid #DEDEDE;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .orders-history {
    padding-top: 10px !important;
  }
  .orders-history #my-orders-table tr td {
    padding: 10px 0;
  }
  .orders-history #my-orders-table tr td.actions {
    padding-bottom: 20px;
  }
  .orders-history #my-orders-table tr td.id {
    padding-top: 20px;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items {
    padding: 0px 25px 40px;
  }
  .order-details-items thead {
    display: none;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .order-details-items .table-wrapper table.table-order-items tbody tr td {
    padding: 15px 0 !important;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .sticky-header .block-search {
    display: none;
  }
  .footer-links .title {
    border-top: 1px solid #C8C8C8;
    position: relative;
  }
  .footer-links .title:after {
    content: ' ';
    display: block;
    width: 7px;
    height: 7px;
    border: solid #C8C8C8;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    position: absolute;
    top: 26px;
    right: 2px;
  }
  .footer-links .content {
    padding-bottom: 20px;
  }
  .footer-links:first-of-type .title {
    border-top: 0;
  }
  .black-friday .banner .text,
  .promotii .banner .text {
    padding-top: 20%;
  }
  .search-autocomplete {
    width: calc(100vw - 45px) !important;
  }
  .smile-elasticsuite-autocomplete-result {
    display: block;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .col-xxs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xxs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xxs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xxs {
    justify-content: center;
    text-align: center;
  }
  .text-center-xxs {
    text-align: center;
  }
  .end-xxs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xxs {
    align-items: flex-start;
  }
  .middle-xxs {
    align-items: center;
  }
  .bottom-xxs {
    align-items: flex-end;
  }
  .around-xxs {
    justify-content: space-around;
  }
  .between-xxs {
    justify-content: space-between;
  }
  .first-xxs {
    order: -1;
  }
  .last-xxs {
    order: 1;
  }
  .bss-onestepcheckout .table-totals tr,
  .bss-onestepcheckout .table-totals td,
  .bss-onestepcheckout .table-totals th {
    display: block;
    text-align: left;
  }
  .bss-onestepcheckout .table-totals td {
    padding: 10px 0 !important;
  }
  .bss-onestepcheckout .table-totals td span {
    text-align: left;
    display: block;
  }
  .bss-onestepcheckout .product-item-details .product-item-inner,
  .bss-onestepcheckout .product-item-details .product-item-name-block {
    padding: 0;
  }
  .bss-onestepcheckout .product-item-details .actions {
    position: absolute;
    top: 30px;
    right: 0;
  }
  #template-age-verification button {
    width: 100%;
  }
  #template-age-verification #age_verification_redirect {
    max-width: 100%;
  }
  .product-reasons li {
    width: 100%;
  }
  .cart-item .col.item {
    padding-left: 100px;
    min-height: 75px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .opc-block-summary .minicart-items-wrapper .minicart-items .product-item .product {
    display: block;
  }
  .header-menu {
    margin-right: 14px;
  }
  .logo {
    width: 110px;
  }
  .header-account,
  .header-wishlist {
    padding: 0 5px;
  }
  .action.showcart {
    padding-left: 3px;
  }
  .header-phone {
    font-size: 14px;
  }
  .sticky-header .additional-menu a {
    padding: 5px 5px;
  }
  .black-friday .product-item,
  .promotii .product-item {
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px;
  }
  .black-friday .product-item-actions,
  .promotii .product-item-actions {
    display: block;
  }
  .black-friday .product-item .action.secondary,
  .promotii .product-item .action.secondary {
    max-width: 100%;
    width: 100%;
    padding: 7px 15px;
  }
  .black-friday .product-item .actions-secondary,
  .promotii .product-item .actions-secondary {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .black-friday .product-item .actions-secondary > .action,
  .promotii .product-item .actions-secondary > .action {
    margin: 0 10px;
  }
  .black-friday .product-item-name,
  .promotii .product-item-name {
    font-size: 1.4rem;
  }
  .black-friday .product-item-name a,
  .promotii .product-item-name a {
    -webkit-line-clamp: 3;
    height: 60px;
  }
  .black-friday .product-item-details,
  .promotii .product-item-details {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .black-friday .product-item-info,
  .promotii .product-item-info {
    display: flex;
    flex-direction: column;
  }
  .black-friday .product-item .price-box,
  .promotii .product-item .price-box {
    flex: 1;
  }
  .black-friday .product-item .price-box > *,
  .promotii .product-item .price-box > * {
    display: inline-block;
  }
  .black-friday .row.gutter-large,
  .promotii .row.gutter-large {
    margin-right: -10px;
    margin-left: -10px;
  }
  .black-friday .row.gutter-large > *,
  .promotii .row.gutter-large > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .black-friday .badges .badge,
  .promotii .badges .badge {
    padding: 2px 7px 2px 10px;
    font-size: 1.4rem;
  }
  .black-friday .badges .badge.badge-gift,
  .promotii .badges .badge.badge-gift {
    margin-left: 10px;
    padding: 3px 10px 3px 10px;
    line-height: 1;
  }
  .black-friday .badges .badge.badge-sale,
  .promotii .badges .badge.badge-sale {
    margin-right: 10px;
  }
  .black-friday .badges .badge.badge-new,
  .promotii .badges .badge.badge-new {
    margin-left: 10px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 34%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .col-s {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-s-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-s-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-s-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-s-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-s-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-s-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-s-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-s-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-s-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-s-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-s-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-s-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-s-offset-0 {
    margin-left: 0;
  }
  .col-s-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-s-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-s-offset-3 {
    margin-left: 25%;
  }
  .col-s-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-s-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-s-offset-6 {
    margin-left: 50%;
  }
  .col-s-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-s-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-s-offset-9 {
    margin-left: 75%;
  }
  .col-s-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-s-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-s {
    justify-content: flex-start;
    text-align: start;
  }
  .center-s {
    justify-content: center;
    text-align: center;
  }
  .text-center-s {
    text-align: center;
  }
  .end-s {
    justify-content: flex-end;
    text-align: end;
  }
  .top-s {
    align-items: flex-start;
  }
  .middle-s {
    align-items: center;
  }
  .bottom-s {
    align-items: flex-end;
  }
  .around-s {
    justify-content: space-around;
  }
  .between-s {
    justify-content: space-between;
  }
  .first-s {
    order: -1;
  }
  .last-s {
    order: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    padding: 0 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .gpsr-modal .title {
    padding: 0 70px 25px;
  }
  .gpsr-modal .content {
    padding: 0 45px;
  }
  .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: #000000;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #a30000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #a30000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10.5px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 21px 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: 26.25px;
    padding-right: 26.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: 26.25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 42px;
    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%;
  }
  .checkout-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book),
  .checkout-billing-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book),
  .form-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) {
    display: flex;
  }
  .checkout-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .label,
  .checkout-billing-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .label,
  .form-shipping-address .field:not(.billing-save-in-address-book-shared):not(.shipping-save-in-address-book) .label {
    width: 120px;
    padding-right: 20px;
    text-align: right;
    margin-top: 15px;
  }
  .category-description {
    flex: 1;
  }
  .review-item {
    display: flex;
  }
  .review-ratings {
    min-width: 215px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .footer-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer-links .title {
    margin-bottom: 15px;
    padding: 0;
  }
  .footer-links .content {
    display: block !important;
  }
  .footer-newsletter {
    margin: 0;
  }
  .footer-payments {
    margin: 0 0 0 auto;
    width: auto;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 5px 10px 0 0;
    display: inline-block;
  }
  .search-autocomplete {
    min-width: 600px;
  }
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.blur-mode{
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.pr-cookie-modal-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 800 !important;
    width: 100%;
    box-sizing: border-box;
    animation-duration: 1s;
    animation-name: slideup;
    animation-timing-function: ease-in-out;
    background:#fff;
    border-top:1px solid #dedede;
}

.pr-cookie-modal-bottom .modal-content {
    background: inherit;
}

.pr-cookie-modal.show-without-overlay {
    display: block;
}

.pr-cookie-notice-text {
    padding-right: 20px;
}

.pr-cookie-notice-text p {
    margin: 0;
}

.pr-cookie-notice-text a {
    color: #a30000;
}

.pr-cookie-notice-text a:hover {
    text-decoration: underline;
}

.pr-cookie-notice-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

.pr-cookie-title {
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.9rem;
}

.pr-cookie-notice-actions {
    display: flex;
    flex-direction: column;
}

.pr-cookie-notice-actions .pr-cookie-notice-btn.setting-link {
    border: none;
    background-color: transparent;
}

button.pr-cookie-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 25px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    opacity: 0.3;
    display: none;
}

.pr-cookie-close-modal::before,
.pr-cookie-close-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 15px;
    height: 3px;
    background-color: #e6e6e6;
    border-radius: 1px;
}

.pr-cookie-close-modal::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.pr-cookie-modal button.pr-cookie-setting-btn.setting-link {
    color: #000;
}

.pr-cookie-modal button.pr-cookie-setting-btn.setting-link:hover {
    text-decoration: underline;
}

.modal-slide.pr-cookie-left-bar {
    right: 44px;
    left: 0;
    max-width: 400px;
}

.pr-cookie-left-bar .modal-title {
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: 600;
    color: #333;
}

.pr-cookie-left-bar .pr-cookie-description {
    margin-top: 10px;
}

.pr-cookie-left-bar .pr-cookie-description p {
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.3rem;
    color: #333;
}

.pr-cookie-category-descrip {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #333;
}

.pr-cookie-left-bar .modal-content {
    position: relative;
    display: flex;
    min-height: 100%;
    box-sizing: border-box;
    padding: 35px 18px;
}

.modal-slide.pr-cookie-left-bar .modal-inner-wrap {
    transform: translateX(-100%);
}

.modal-slide.pr-cookie-left-bar._show .modal-inner-wrap {
    transform: translateX(0);
}

.pr-cookie-left-bar .pr-actions-buttons {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.pr-cookie-left-bar .pr-actions-buttons .action {
    min-width: 150px;
    min-height: 46px;
    margin-right: 20px;
    box-shadow: none;
}

.pr-cookie-left-bar .pr-actions-buttons .action:last-child {
    margin-right: 0;
}

.modal-slide.pr-cookie-left-bar .page-main-actions {
    margin-bottom: 0;
}

#pr-cookie-setting-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#pr-cookie-setting-bar .pr-cookie-manage-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.9rem;
}

#pr-cookie-setting-bar .message-system-list {
    margin-bottom: 35px;
    padding-left: 0;
    list-style: none;
}

.pr-cookie-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

#pr-cookie-setting-bar .option-label {
    margin-right: 10px;
    font-size: 1.4rem;
    line-height: 1.1;
}

#pr-cookie-setting-bar .option-status {
    font-size: 1.4rem;
    color: #3f9001;
    white-space: nowrap;
}

.pr-cookie-option .switch-area {
    position: relative;
    display: block;
    width: 45px;
    height: 25px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ddd;
    background-color: #f2f1f1;
    border-radius: 20px;
    transition: 0.3s;
}

.pr-cookie-option .switch-label {
    position: relative;
}

.pr-cookie-option .switch-label input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.pr-cookie-option .switch-label .switch-nob {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 21px;
    height: 21px;
    background-color: #7d7d7d;
    border-radius: 50%;
    transition: 0.3s;
}

.pr-cookie-option .switch-label input:checked + .switch-area {
    background-color: #6aa84f;
    border-color: #3f9125;
}

.pr-cookie-option .switch-label input:checked + .switch-area .switch-nob {
    transform: translate(calc(100% - 2px));
    background-color: #fff;
}

.pr-cookie-left-bar .confirm {
    align-self: flex-start;
    margin-top: auto;
    min-width: 170px;
    height: 46px;
}

.pr-cookie-left-bar .pr-cookie-details {
    margin-top: 8px;
    padding: 0;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #386dc3;
}

.pr-cookie-left-bar .pr-cookie-details:hover {
    text-decoration: underline;
}

.pr-cookie-view-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pr-cookie-group {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    padding: 15px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.pr-cookie-group-row {
    display: flex;
    padding-bottom: 5px;
}

.pr-cookie-property {
    flex-shrink: 0;
    display: block;
    min-width: 95px;
    margin-right: 15px;
}

.pr-cookie-property-value {
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr-cookie-details-info {
    border-bottom: 1px solid #ccc;
}

.pr-cookie-details-info summary {
    position: relative;
    padding: 8px 0;
    padding-right: 30px;
    cursor: pointer;
}

.pr-cookie-details-info summary::-webkit-details-marker {
    display: none;
}

.pr-cookie-group-title {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 400;
    color: #386dc3;
}

.pr-cookie-view .pr-cookie-view-title {
    margin: 0;
    padding-top: 15px;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem;
    color: #333;
}

.pr-cookie-view-top .pr-cookie-view-back {
    position: relative;
    padding: 7px 15px;
    color: #333;
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
}

.pr-cookie-view-top .pr-cookie-view-back::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    border-right: none;
    border-bottom: none;
}

.pr-cookie-view-top .pr-cookie-view-back::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translatey(-50%);
    width: 10px;
    height: 1px;
    background-color: #000;
}

.pr-cookie-view-top .pr-cookie-view-back:hover::before {
    border-color: #386dc3;
}

.pr-cookie-view-top .pr-cookie-view-back:hover::after {
    background-color: #386dc3;
}

.pr-cookie-details-info summary span {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-right: 14px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #386dc3;
}

.pr-cookie-details-info summary span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    border-left: 7px solid #636363;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: 0.2s;
}

.pr-cookie-details-info[open] summary span::after {
    transform: translatey(-50%) rotate(90deg);
}

.pr-cookie-details-info[open] .pr-cookie-group {
    animation: slidedown 0.3s;
}

.pr-cookie-view-top strong {
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: 700;
    color: #333;
}

.pr-cookie-left-bar .pr-cookie-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    box-shadow: none;
    transition: 0.3s;
}

.pr-cookie-left-bar .pr-cookie-close::before,
.pr-cookie-left-bar .pr-cookie-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    width: 12px;
    height: 2px;
    background-color: #494949;
    border-radius: 30%;
}

.pr-cookie-left-bar .pr-cookie-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.pr-cookie-left-bar .pr-cookie-close:hover {
    opacity: 0.7;
}

.pr-cookie-setting-bar-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.pr-cookie-view .pr-cookie-details-title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.pr-cookie-view-wrap {
    height: 65px;
}

.pr-cookies-list {
    height: calc(100vh - 225px);
    overflow-y: auto;
    margin: 0 -18px;
    padding: 0 18px;
    margin-top: 20px;
}

/* START --- pr-cookie-modal-wall  pr-cookie-modal-popup --- */
.pr-cookie-modal.modal-popup .modal-inner-wrap{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 25px 0;
    margin: 0;
}

.pr-cookie-modal.modal-popup .pr-cookie-notice-wrap{
    display: block;
}

.pr-cookie-modal.modal-popup .pr-cookie-notice-text,
.pr-cookie-modal-popup .pr-cookie-notice-text {
    margin: 0 0 25px;
    color: inherit;
}

.pr-cookie-modal.modal-popup .pr-cookie-notice-actions{
    justify-content: space-around;
}
.pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child{
    order: 0;
}

@media (min-width: 650px){
    .pr-cookie-modal.modal-popup .modal-inner-wrap{
        right: auto;
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 600px;
        padding: 0 0 3rem;
    }
}

@media (max-width: 480px){
    .pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn{
        margin-bottom: 15px;
    }
    .pr-cookie-modal.modal-popup .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child{
        margin-bottom: 0;
    }
}

/* END --- pr-cookie-modal-wall  pr-cookie-modal-popup --- */

@media (max-width: 375px) {
    .modal-slide.pr-cookie-left-bar {
        width: 100%;
    }

    .pr-cookie-left-bar .pr-actions-buttons .action {
        min-width: 130px;
    }

    .pr-cookie-notice-actions .action {
        padding: 10px 2px;
    }
}

@media (min-width: 480px) {

    .pr-cookie-notice-actions .pr-cookie-notice-btn {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .pr-cookie-modal-bottom .modal-inner-wrap{
        padding-left: 60px;
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
        order: -1;
    }

    .pr-cookie-modal-bottom {
        font-size: 1.8rem;
    }

    .pr-cookie-notice-actions {
        flex-shrink: 0;
        flex-direction: row;
        justify-content: center;
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn {
        padding: 34px 15px;
        min-width: 160px;
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
        margin-right: 0;
    }

    .pr-cookie-notice-actions .pr-cookie-notice-btn:last-child {
        margin-right: 10px;
    }

    .pr-cookie-notice-actions {
        margin-top: 0;
    }

    button.pr-cookie-close-modal {
        top: 50%;
        transform: translateY(-50%);
    }
}

@keyframes slideup {
    from {
        opacity: 0;
        transform: translatey(100%);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}

@keyframes slidedown {
    from {
        opacity: 0;
        transform: translatey(-30px);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

#post-comments * {box-sizing: border-box;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

/* Styles For All Blocks*/
.c-count {margin-bottom: 15px;font-weight: 700;padding-bottom: 10px;font-size: 16px;border-bottom: 1px solid #bbbbbb;color: #222;}
.c-img {width: 48px;position: absolute; left: 0;top: 0;z-index: 5;}
.c-img img {width: 100%;}
.c-reply, .c-comment {position: relative;margin-bottom: 18px;}
/*.c-replyform, .c-post {margin-left: 25px;}*/
.c-allcomments,
.c-allcomments:visited {display: block;width: 100%;font-weight: 700;font-size: 14px;color: #fff;background: #1979c3;margin-top: 24px;line-height: 40px;text-align: center;border-radius: 3px;transition: 200ms cubic-bezier(.08,.52,.52,1) background-color;text-decoration: none;}
.c-allcomments:hover {background-color: #e2e2e2;color: #fff;text-decoration: none;}

/* Reply Form */
.c-replyform textarea,
.c-replyform input {color: #222;background: #fff !important;display: block;}
.c-replyform textarea {padding: 8px;height: 70px;border: 1px solid #bbbbbb;}
.c-replyform.no-active textarea {border-bottom: 1px solid #bbbbbb;height: 60px;}
.c-replyform textarea:focus,
.c-replyform input:focus {box-shadow:none;}
.c-replyform button {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
.c-replyform button:hover {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}

/* Message */
.c-replyform div.mage-error[generated] {display: none!important;}
.c-replyform .mage-error {background-color: #fff3f3!important;border-color:#d5d6da;}

/* Form */
.c-replyform .c-btn-hld {margin-top: 20px;}
.c-replyform.no-active .c-btn-hld {display: none;}
.c-replyform .c-btn-hld .lr-hld {
    display: -webkit-flex;display: -ms-flexbox;display: flex;
    -webkit-justify-content: center;-ms-flex-pack: justify;justify-content: space-between;
}
.c-replyform .left-hld,
.c-replyform .right-hld {
    width: 49%;padding: 0;-webkit-flex: 0 0 49%;-ms-flex: 0 0 49%;flex: 0 0 49%;
}
@media screen and (max-width: 480px) {
    .c-replyform .c-btn-hld {
        display: -webkit-flex;display: -ms-flexbox;display: flex;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform .lr-hld {
        -webkit-order: 0;-ms-flex-order: 0;order: 0;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform form .c-btn-hld .input-box {
        -webkit-order: 1;-ms-flex-order: 1;order: 1;
    }
    #recaptcha-append-to {
        -webkit-order: 2;-ms-flex-order: 2;order: 2;
    }
    .c-replyform button {
        -webkit-order: 3;-ms-flex-order: 3;order: 3;
    }
    .c-replyform .left-hld {padding: 0 0 20px 0;}
}


/* Button */
.c-replyform button {display: inline-block;color: #fff;background-color: #4db2ec;border: none;border-radius: 0;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;margin-top: 20px;}
.c-replyform button:hover {color: #ffffff;background-color: #222222;}
.c-replyform button.cancel {background-color: #f6f7f9;border-color: #ced0d4;color: #4b4f56;}
.c-replyform button.cancel:hover {background-color: #e9ebee;}


.c-replyform form .c-btn-hld .input-box {width: 100%;text-align: left;padding: 6px 0;display: inline-block;float: left;margin: 20px 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry {float: left;margin: 2px 10px 0 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry.mage-error {
    -webkit-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    -moz-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    box-shadow: 0 0 5px 0 rgb(250, 166, 166);
}

/* Comment */
.c-comments {margin-top: 20px;border-top: 1px solid #ddd;padding-top: 30px;padding-left: 25px;}
.c-comments .c-comment {border-bottom: 1px dashed #eee;}
.c-comments .c-comment:last-child{border-bottom: none}
.c-post .p-info {margin-bottom: 10px;}
.c-post .p-name {font-weight: 700;color: #222222;display: inline-block;float: left;margin-right: 10px;font-size: 14px;line-height: 20px;}
.c-post .publish-date {font-size: 11px;color: #bbbbbb;display: inline-block;line-height: 20px;}
.c-post .p-actions {padding: 8px 0 10px;}
.c-post .p-actions {font-size: 12px;}
.c-post .p-actions a {color: #bbbbbb;}
.c-post .p-actions a:hover {text-decoration: underline; }
.c-post .p-actions span {color: #90949c;}

/* Post's replies and reply form */
.p-replies {border-left: 1px dotted #bdbdbd; padding-left: 10px;}
.p-replies .c-img {width: 36px;}
.p-replies .c-post, .p-replies .c-replyform {margin-left: 20px;}
.p-replies .c-comment {margin-bottom: 10px;}
.p-replies .c-more {background: #d7eaf9;padding: 5px;font-size: 12px;border-radius: 3px;margin-bottom: 10px;}
.p-replies .c-more a {color: #4267b2; font-weight: 700; font-size: 11px;}
.p-replies .c-more a:hover {text-decoration: underline;}
.p-replies .c-more i{width: 0;height: 0;border-left: 3px solid rgba(0, 0, 0, 0);border-right: 3px solid rgba(0, 0, 0, 0);border-top: 3px solid #768196;vertical-align: middle;margin-left: 3px;position: relative;top: 7px;}

/* MSP recaptcha */
#post-comments .c-replyform .c-btn-hld #msp-recaptcha-container {margin-top: 20px;}

@media screen and (max-width: 450px) {
    .c-img {width: 38px;}
    .c-post {font-size: 13px;}
    .c-post .p-actions {font-size: 11px;}
    .c-reply, .c-comment {position: relative;margin-bottom: 18px;}
    .c-replyform, .c-post {margin-left: 0}
    .p-replies {padding-left: 5px;}
    .p-replies .c-img {width: 28px;}
    .p-replies .c-post, .p-replies .c-replyform {margin-left: 34px;}
    .p-replies .c-more a {font-size: 10px;padding: 3px;}
    .c-replyform .left-hld,
    .c-replyform .right-hld {float:none;width: 100%;}
}

