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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #333333;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #333333;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #fdac0e;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #fdac0e;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #dddddd;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  background-image: none;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:focus,
.cart.table-wrapper .action-gift:active {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift.disabled,
.cart.table-wrapper .action-gift[disabled],
fieldset[disabled] .cart.table-wrapper .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.cart.table-wrapper .action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #333333;
}
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: #333333;
}
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: #333333;
}
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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #333333;
}
textarea::-webkit-input-placeholder {
  color: #333333;
}
textarea:-ms-input-placeholder {
  color: #333333;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  cursor: pointer;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.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,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.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,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #555555;
}
.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,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  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,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.login-container .block .block-title {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-compare .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,
.account .column.main .block:not(.widget) .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 {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-compare .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,
.account .column.main .block:not(.widget) .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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.account .column.main .block:not(.widget) .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: 15px;
}
.account .column.main .block:not(.widget) .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 5px;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.account .column.main .block:not(.widget) .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: 10px;
}
.account .column.main .block:not(.widget) .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;
}
.account .column.main .block:not(.widget) .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: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.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: none;
  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: none;
  border-color: none;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: none;
  border-color: none;
  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,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.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-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 47px;
  text-align: center;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.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 {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.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: 30px;
}
.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: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-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,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses: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,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content: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,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses: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,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content: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,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary .cart-summary-wrapper,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .cart.table-wrapper .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .cart.table-wrapper .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: none;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: none;
  border-color: none;
  z-index: 99;
}
.abs-split-button .items:after {
  border: none;
  border-color: none;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-info-main .product-addto-links .towishlist,
.product-info-main .product-addto-links .tocompare,
.product-info-main .product-social-links .mailto {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.product-info-main .product-addto-links .towishlist > span,
.product-info-main .product-addto-links .tocompare > span,
.product-info-main .product-social-links .mailto > 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,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-info-main .product-addto-links .towishlist:before,
.product-info-main .product-addto-links .tocompare:before,
.product-info-main .product-social-links .mailto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #272727;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-info-main .product-addto-links .towishlist:hover:before,
.product-info-main .product-addto-links .tocompare:hover:before,
.product-info-main .product-social-links .mailto:hover:before {
  color: #fdac0e;
}
.form-address-edit .actions-toolbar .action.vertex-secondary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
#store-selector .form-continue .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 13px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #333333;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #fdac0e;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #fdac0e;
  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.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.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 .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map: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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.block-compare .action.compare,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary .cart.table-wrapper .action-gift {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary button:focus,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary button: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,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary .cart.table-wrapper .action-gift:focus,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary .cart.table-wrapper .action-gift:active {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .cart-summary-wrapper .actions-toolbar > .primary .cart.table-wrapper .action-gift:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .cart-summary-wrapper .price-including-tax,
.cart-summary .cart-summary-wrapper .price-excluding-tax,
.cart-summary .cart-summary-wrapper .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 {
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .cart-summary-wrapper .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .cart-summary-wrapper .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .cart-summary-wrapper .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 {
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  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 {
  content: '\e621';
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .cart-summary-wrapper .block .fieldset.estimate > .legend,
.cart-summary .cart-summary-wrapper .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: normal;
}
.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,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.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,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #555555;
}
.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,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: none;
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  padding-left: 0;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - (40px + 10px));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - (24px + 10px + 5px));
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  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: 10px;
  left: auto;
  top: 0%;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 25px;
  display: block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #dddddd;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .cart-summary-wrapper .block > .title,
.cart-discount > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #dddddd;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .cart-summary-wrapper .block > .title:after,
.cart-discount > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .cart-summary-wrapper .block > .title:after,
.cart-discount > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .cart-summary-wrapper .block > .title strong,
.column.main .cart-discount > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .cart-summary-wrapper .block > .content,
.cart-discount > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .cart-summary-wrapper .block.active > .title:after,
.cart-discount.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e617';
}
.cart-summary .cart-summary-wrapper .block.active > .content,
.cart-discount.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Poppins-regular', 'Arial';
  src: url('../../frontend/default/hooya/sv_SE/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/default/hooya/sv_SE/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins-regular', 'Arial';
  src: url('../../frontend/default/hooya/sv_SE/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/default/hooya/sv_SE/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins-regular', 'Arial';
  src: url('../../frontend/default/hooya/sv_SE/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/default/hooya/sv_SE/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins-regular', 'Arial';
  src: url('../../frontend/default/hooya/sv_SE/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/default/hooya/sv_SE/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 40px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table: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 #dddddd;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.table .write-review {
  white-space: nowrap;
}
.table .write-review a {
  color: #FDAC0E;
}
.table .write-review svg {
  flex-shrink: 0;
  margin-right: 3px;
  vertical-align: middle;
}
.table .write-review a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .table-action {
    display: flex !important;
    margin-top: 8px;
  }
  .write-review a {
    padding: 7px 10px;
    border: 1px solid #FDAC0E;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .table-action {
    border-bottom: 1px solid #ddd !important;
  }
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #333333;
}
.message.info a:hover {
  color: #fdac0e;
}
.message.info a:active {
  color: #fdac0e;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #333333;
}
.message.error a:hover {
  color: #fdac0e;
}
.message.error a:active {
  color: #fdac0e;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #333333;
}
.message.warning a:hover {
  color: #fdac0e;
}
.message.warning a:active {
  color: #fdac0e;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #333333;
}
.message.notice a:hover {
  color: #fdac0e;
}
.message.notice a:active {
  color: #fdac0e;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #333333;
}
.message.success a:hover {
  color: #fdac0e;
}
.message.success a:active {
  color: #fdac0e;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: transparent;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/default/hooya/sv_SE/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;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #333333;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #333333;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #333333;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/default/hooya/sv_SE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/default/hooya/sv_SE/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:active {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.action.primary:hover {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 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 5px;
}
.product.data.items > .item.title > .switch {
  background: #f6f6f6;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.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: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 20px;
  top: 5px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #333333;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #333333;
}
.pages a.page:hover {
  color: #fdac0e;
  text-decoration: none;
}
.pages a.page:active {
  color: #fdac0e;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #dddddd;
  color: #333333;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #333333;
}
.pages .action:hover {
  color: #333333;
  text-decoration: none;
}
.pages .action:active {
  color: #333333;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #333333;
}
.pages .action.next:active:before {
  color: #333333;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #333333;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #333333;
}
.pages .action.next:active:before {
  color: #333333;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #333333;
}
.pages .action.previous:active:before {
  color: #333333;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #333333;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #333333;
}
.pages .action.previous:active:before {
  color: #333333;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 20px 0 0;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  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: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ": ";
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
/*header block less*/
.cus-container {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}
.header.content {
  position: relative;
}
.img-resp {
  display: block;
  height: auto;
  max-width: 100%;
}
.center-b {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.pad-main {
  padding: 25px 0;
}
.above-main,
.below-main {
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  margin: 0 auto;
}
.back-main {
  background: #eeeeee;
}
header.page-header .panel.wrapper .header.panel .header.links > li > a.compare.action {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
@media only screen and (max-width: 767px) {
  .pad-main {
    padding: 15px 0;
  }
  .mobile-hide {
    display: none !important;
  }
}
/*============================
Home page Main Block title
============================*/
.block-title-main {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 3px double #dddddd;
  border-top: 3px double #dddddd;
}
.block-title-main h2 {
  color: #272727;
  display: inline-block;
  font-size: 24px;
  line-height: 38px;
  margin: 10px 0 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title-main h2 > span {
  color: #fdac0e;
}
.block-title-main .title-border {
  display: block;
  height: 0px;
  width: 100%;
  max-width: 45px;
  background: #fdac0e;
}
.owl-top-btn {
  position: relative;
}
.owl-top-btn .owl-buttons {
  position: absolute;
  top: 18px;
  right: 10px;
}
@media only screen and (max-width: 639px) {
  .owl-top-btn .owl-buttons {
    position: relative;
    right: 0;
    clear: both;
    top: 0;
  }
}
/*==============
Slider Buttons
==============*/
.owl-theme .owl-controls .owl-buttons .lft-btn {
  background: #ffffff;
  border: 1px solid #dddddd;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  color: #333333;
}
.owl-theme .owl-controls .owl-buttons .lft-btn:before {
  background-color: #fdac0e;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons .lft-btn:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.owl-theme .owl-controls .owl-buttons .lft-btn:hover:before {
  height: 100%;
}
.owl-theme .owl-controls .owl-buttons .rgt-btn {
  background: #ffffff;
  border: 1px solid #dddddd;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  color: #333333;
}
.owl-theme .owl-controls .owl-buttons .rgt-btn:before {
  background-color: #fdac0e;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons .rgt-btn:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.owl-theme .owl-controls .owl-buttons .rgt-btn:hover:before {
  height: 100%;
}
.bh-type-4 .s-div {
  margin-top: 20px;
}
.bh-type-5 .s-div {
  margin-top: 20px;
}
/*==============
Top navigation
==============*/
@media only screen and (max-width: 767px) {
  header.page-header.htype-1 .nav-sections .navigation,
  header.page-header.htype-2 .nav-sections .navigation,
  header.page-header.htype-3 .nav-sections .navigation,
  header.page-header.htype-4 .nav-sections .navigation,
  header.page-header.htype-5 .nav-sections .navigation,
  header.page-header.htype-6 .nav-sections .navigation,
  header.page-header.htype-7 .nav-sections .navigation {
    float: none;
    background: #f6f6f6;
  }
  header.page-header.htype-1 .nav-sections .navigation ul,
  header.page-header.htype-2 .nav-sections .navigation ul,
  header.page-header.htype-3 .nav-sections .navigation ul,
  header.page-header.htype-4 .nav-sections .navigation ul,
  header.page-header.htype-5 .nav-sections .navigation ul,
  header.page-header.htype-6 .nav-sections .navigation ul,
  header.page-header.htype-7 .nav-sections .navigation ul {
    height: auto;
    margin-right: 0;
    float: none;
    text-align: left;
  }
  header.page-header.htype-1 .nav-sections .navigation ul li.level0,
  header.page-header.htype-2 .nav-sections .navigation ul li.level0,
  header.page-header.htype-3 .nav-sections .navigation ul li.level0,
  header.page-header.htype-4 .nav-sections .navigation ul li.level0,
  header.page-header.htype-5 .nav-sections .navigation ul li.level0,
  header.page-header.htype-6 .nav-sections .navigation ul li.level0,
  header.page-header.htype-7 .nav-sections .navigation ul li.level0 {
    float: none;
  }
  header.page-header.htype-1 .nav-sections .navigation ul li.level0 > a.level-top,
  header.page-header.htype-2 .nav-sections .navigation ul li.level0 > a.level-top,
  header.page-header.htype-3 .nav-sections .navigation ul li.level0 > a.level-top,
  header.page-header.htype-4 .nav-sections .navigation ul li.level0 > a.level-top,
  header.page-header.htype-5 .nav-sections .navigation ul li.level0 > a.level-top,
  header.page-header.htype-6 .nav-sections .navigation ul li.level0 > a.level-top,
  header.page-header.htype-7 .nav-sections .navigation ul li.level0 > a.level-top {
    font-size: 14px;
    float: none;
    font-weight: 400;
    color: #333333;
    padding: 10px 40px 10px 15px;
  }
  header.page-header.htype-1 .nav-sections .navigation ul li.level0 ul.submenu,
  header.page-header.htype-2 .nav-sections .navigation ul li.level0 ul.submenu,
  header.page-header.htype-3 .nav-sections .navigation ul li.level0 ul.submenu,
  header.page-header.htype-4 .nav-sections .navigation ul li.level0 ul.submenu,
  header.page-header.htype-5 .nav-sections .navigation ul li.level0 ul.submenu,
  header.page-header.htype-6 .nav-sections .navigation ul li.level0 ul.submenu,
  header.page-header.htype-7 .nav-sections .navigation ul li.level0 ul.submenu {
    height: auto;
    padding: 0;
    border: none;
  }
  header.page-header.htype-1 .nav-sections .navigation ul li.level0 ul.submenu li,
  header.page-header.htype-2 .nav-sections .navigation ul li.level0 ul.submenu li,
  header.page-header.htype-3 .nav-sections .navigation ul li.level0 ul.submenu li,
  header.page-header.htype-4 .nav-sections .navigation ul li.level0 ul.submenu li,
  header.page-header.htype-5 .nav-sections .navigation ul li.level0 ul.submenu li,
  header.page-header.htype-6 .nav-sections .navigation ul li.level0 ul.submenu li,
  header.page-header.htype-7 .nav-sections .navigation ul li.level0 ul.submenu li {
    margin-bottom: 0;
  }
  header.page-header.htype-1 .nav-sections .navigation ul li.level0 ul.submenu li > a,
  header.page-header.htype-2 .nav-sections .navigation ul li.level0 ul.submenu li > a,
  header.page-header.htype-3 .nav-sections .navigation ul li.level0 ul.submenu li > a,
  header.page-header.htype-4 .nav-sections .navigation ul li.level0 ul.submenu li > a,
  header.page-header.htype-5 .nav-sections .navigation ul li.level0 ul.submenu li > a,
  header.page-header.htype-6 .nav-sections .navigation ul li.level0 ul.submenu li > a,
  header.page-header.htype-7 .nav-sections .navigation ul li.level0 ul.submenu li > a {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
  }
  header.page-header.htype-1 .nav-sections .parent .level-top:after,
  header.page-header.htype-2 .nav-sections .parent .level-top:after,
  header.page-header.htype-3 .nav-sections .parent .level-top:after,
  header.page-header.htype-4 .nav-sections .parent .level-top:after,
  header.page-header.htype-5 .nav-sections .parent .level-top:after,
  header.page-header.htype-6 .nav-sections .parent .level-top:after,
  header.page-header.htype-7 .nav-sections .parent .level-top:after {
    font-size: 35px;
    top: -4px;
  }
  header.page-header.htype-1 .nav-sections .nav-sections-item-title,
  header.page-header.htype-2 .nav-sections .nav-sections-item-title,
  header.page-header.htype-3 .nav-sections .nav-sections-item-title,
  header.page-header.htype-4 .nav-sections .nav-sections-item-title,
  header.page-header.htype-5 .nav-sections .nav-sections-item-title,
  header.page-header.htype-6 .nav-sections .nav-sections-item-title,
  header.page-header.htype-7 .nav-sections .nav-sections-item-title {
    border-color: #e8e8e8;
  }
  header.page-header.htype-1 .nav-sections .nav-sections-item-title > a,
  header.page-header.htype-2 .nav-sections .nav-sections-item-title > a,
  header.page-header.htype-3 .nav-sections .nav-sections-item-title > a,
  header.page-header.htype-4 .nav-sections .nav-sections-item-title > a,
  header.page-header.htype-5 .nav-sections .nav-sections-item-title > a,
  header.page-header.htype-6 .nav-sections .nav-sections-item-title > a,
  header.page-header.htype-7 .nav-sections .nav-sections-item-title > a {
    color: #333333;
  }
  header.page-header.htype-1 .nav-sections .nav-sections-item-title.active,
  header.page-header.htype-2 .nav-sections .nav-sections-item-title.active,
  header.page-header.htype-3 .nav-sections .nav-sections-item-title.active,
  header.page-header.htype-4 .nav-sections .nav-sections-item-title.active,
  header.page-header.htype-5 .nav-sections .nav-sections-item-title.active,
  header.page-header.htype-6 .nav-sections .nav-sections-item-title.active,
  header.page-header.htype-7 .nav-sections .nav-sections-item-title.active {
    background: #fdac0e;
  }
  header.page-header.htype-1 .nav-sections .nav-sections-item-title.active > a,
  header.page-header.htype-2 .nav-sections .nav-sections-item-title.active > a,
  header.page-header.htype-3 .nav-sections .nav-sections-item-title.active > a,
  header.page-header.htype-4 .nav-sections .nav-sections-item-title.active > a,
  header.page-header.htype-5 .nav-sections .nav-sections-item-title.active > a,
  header.page-header.htype-6 .nav-sections .nav-sections-item-title.active > a,
  header.page-header.htype-7 .nav-sections .nav-sections-item-title.active > a {
    color: #ffffff;
  }
  header.page-header.htype-1 .nav-sections .header.links > li > a,
  header.page-header.htype-2 .nav-sections .header.links > li > a,
  header.page-header.htype-3 .nav-sections .header.links > li > a,
  header.page-header.htype-4 .nav-sections .header.links > li > a,
  header.page-header.htype-5 .nav-sections .header.links > li > a,
  header.page-header.htype-6 .nav-sections .header.links > li > a,
  header.page-header.htype-7 .nav-sections .header.links > li > a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
  }
  header.page-header.htype-1 .nav-sections .header.links > li > span,
  header.page-header.htype-2 .nav-sections .header.links > li > span,
  header.page-header.htype-3 .nav-sections .header.links > li > span,
  header.page-header.htype-4 .nav-sections .header.links > li > span,
  header.page-header.htype-5 .nav-sections .header.links > li > span,
  header.page-header.htype-6 .nav-sections .header.links > li > span,
  header.page-header.htype-7 .nav-sections .header.links > li > span {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
  }
  header.page-header.htype-1 .switcher,
  header.page-header.htype-2 .switcher,
  header.page-header.htype-3 .switcher,
  header.page-header.htype-4 .switcher,
  header.page-header.htype-5 .switcher,
  header.page-header.htype-6 .switcher,
  header.page-header.htype-7 .switcher {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 40px 10px 15px;
  }
  header.page-header.htype-1 .switcher-trigger strong:after,
  header.page-header.htype-2 .switcher-trigger strong:after,
  header.page-header.htype-3 .switcher-trigger strong:after,
  header.page-header.htype-4 .switcher-trigger strong:after,
  header.page-header.htype-5 .switcher-trigger strong:after,
  header.page-header.htype-6 .switcher-trigger strong:after,
  header.page-header.htype-7 .switcher-trigger strong:after {
    font-size: 35px;
    top: -11px;
  }
  .nav-toggle:before {
    font-size: 30px;
    font-weight: 600;
    color: #fdac0e;
    transform: translateY(-10px);
  }
  header.page-header.htype-3 > .page-main {
    border-top: none;
  }
  header.page-header.htype-5 > .page-main {
    border-top: none;
  }
}
/*==============
Minicart
==============*/
@media only screen and (max-width: 767px) {
  header.page-header.htype-1 .minicart-wrapper,
  header.page-header.htype-2 .minicart-wrapper,
  header.page-header.htype-3 .minicart-wrapper,
  header.page-header.htype-4 .minicart-wrapper,
  header.page-header.htype-5 .minicart-wrapper,
  header.page-header.htype-6 .minicart-wrapper,
  header.page-header.htype-7 .minicart-wrapper {
    background: none repeat scroll 0 0 transparent;
    height: 40px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 5;
    margin-top: 10px;
    padding: 0;
  }
  header.page-header.htype-1 .minicart-wrapper .action.showcart,
  header.page-header.htype-2 .minicart-wrapper .action.showcart,
  header.page-header.htype-3 .minicart-wrapper .action.showcart,
  header.page-header.htype-4 .minicart-wrapper .action.showcart,
  header.page-header.htype-5 .minicart-wrapper .action.showcart,
  header.page-header.htype-6 .minicart-wrapper .action.showcart,
  header.page-header.htype-7 .minicart-wrapper .action.showcart {
    padding: 0;
    position: relative;
    width: 50px;
    background: transparent;
  }
  header.page-header.htype-1 .minicart-wrapper .action.showcart .counter.qty,
  header.page-header.htype-2 .minicart-wrapper .action.showcart .counter.qty,
  header.page-header.htype-3 .minicart-wrapper .action.showcart .counter.qty,
  header.page-header.htype-4 .minicart-wrapper .action.showcart .counter.qty,
  header.page-header.htype-5 .minicart-wrapper .action.showcart .counter.qty,
  header.page-header.htype-6 .minicart-wrapper .action.showcart .counter.qty,
  header.page-header.htype-7 .minicart-wrapper .action.showcart .counter.qty {
    background: #ff5f44;
    position: absolute;
    right: -6px;
    top: -6px;
  }
  header.page-header.htype-1 .minicart-wrapper .action.showcart:before,
  header.page-header.htype-2 .minicart-wrapper .action.showcart:before,
  header.page-header.htype-3 .minicart-wrapper .action.showcart:before,
  header.page-header.htype-4 .minicart-wrapper .action.showcart:before,
  header.page-header.htype-5 .minicart-wrapper .action.showcart:before,
  header.page-header.htype-6 .minicart-wrapper .action.showcart:before,
  header.page-header.htype-7 .minicart-wrapper .action.showcart:before {
    color: #333333;
  }
}
/*==============
Top Search
==============*/
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  header.page-header.htype-1 .block-search,
  header.page-header.htype-2 .block-search,
  header.page-header.htype-3 .block-search,
  header.page-header.htype-4 .block-search,
  header.page-header.htype-5 .block-search,
  header.page-header.htype-6 .block-search,
  header.page-header.htype-7 .block-search {
    padding: 10px 0 0;
    position: relative;
    right: 0;
    width: auto;
    margin: 0;
    float: none;
  }
  header.page-header.htype-1 .block-search .block.block-content,
  header.page-header.htype-2 .block-search .block.block-content,
  header.page-header.htype-3 .block-search .block.block-content,
  header.page-header.htype-4 .block-search .block.block-content,
  header.page-header.htype-5 .block-search .block.block-content,
  header.page-header.htype-6 .block-search .block.block-content,
  header.page-header.htype-7 .block-search .block.block-content {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    opacity: 1;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    float: none;
    max-width: none;
  }
  header.page-header.htype-1 .block-search .block.block-content .field.search .control,
  header.page-header.htype-2 .block-search .block.block-content .field.search .control,
  header.page-header.htype-3 .block-search .block.block-content .field.search .control,
  header.page-header.htype-4 .block-search .block.block-content .field.search .control,
  header.page-header.htype-5 .block-search .block.block-content .field.search .control,
  header.page-header.htype-6 .block-search .block.block-content .field.search .control,
  header.page-header.htype-7 .block-search .block.block-content .field.search .control {
    padding: 0 15px;
  }
  header.page-header.htype-1 .block-search .block.block-content .field.search .control #search,
  header.page-header.htype-2 .block-search .block.block-content .field.search .control #search,
  header.page-header.htype-3 .block-search .block.block-content .field.search .control #search,
  header.page-header.htype-4 .block-search .block.block-content .field.search .control #search,
  header.page-header.htype-5 .block-search .block.block-content .field.search .control #search,
  header.page-header.htype-6 .block-search .block.block-content .field.search .control #search,
  header.page-header.htype-7 .block-search .block.block-content .field.search .control #search {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 92px;
    background: transparent;
    height: 40px;
    border: 1px solid #333333;
    color: #333333;
  }
  header.page-header.htype-1 .block-search .s-icon,
  header.page-header.htype-2 .block-search .s-icon,
  header.page-header.htype-3 .block-search .s-icon,
  header.page-header.htype-4 .block-search .s-icon,
  header.page-header.htype-5 .block-search .s-icon,
  header.page-header.htype-6 .block-search .s-icon,
  header.page-header.htype-7 .block-search .s-icon {
    display: none;
  }
}
/*==============================
top header block less variables
===============================*/
@media only screen and (max-width: 991px) {
  .header-notification {
    max-width: 100%;
    width: 100%;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 800px) {
  .page-header .panel.wrapper .header.panel .header.links > li > a {
    margin: 0 0 0 6px !important;
    padding: 0 0 0 6px !important;
  }
  header.page-header.htype-7 #switcher-language-trigger > strong {
    padding-left: 6px !important;
  }
  .page-header .switcher,
  .page-footer .switcher {
    margin-right: 5px !important;
  }
  header.page-header.htype-4 #switcher-language-trigger > strong {
    padding-left: 6px !important;
  }
  header.page-header.htype-4 .panel.wrapper .header.panel .header.links > li > a {
    margin: 0 0 0 6px !important;
    padding: 0 0 0 6px !important;
  }
  header.page-header.htype-4 .panel.wrapper .header.panel .header.links > li.welcome {
    padding: 12px 0 !important;
  }
  header.page-header.htype-2 .panel.wrapper .header.panel .header.links > li.welcome {
    padding: 10px 0 !important;
  }
  header.page-header.htype-1 #switcher-language-trigger > strong {
    padding-left: 6px !important;
  }
  .page-header.htype-2 .header.content .h-inner {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
  .page-header.htype-7 .header.content .h-inner {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
  .page-header.htype-6 .header.content .h-inner {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-notification {
    display: none;
  }
  .page-header.htype-2 .header.content .h-inner {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .page-header.htype-7 .header.content .h-inner {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .page-header.htype-6 .header.content .h-inner {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .page-header .switcher .options .action.toggle:after,
  .page-footer .switcher .options .action.toggle:after {
    content: '' !important;
  }
  header.page-header.htype-1,
  header.page-header.htype-2,
  header.page-header.htype-3,
  header.page-header.htype-4,
  header.page-header.htype-5,
  header.page-header.htype-6,
  header.page-header.htype-7 {
    background: #ffffff;
  }
  .page-header .switcher .options ul.dropdown li:hover,
  .page-footer .switcher .options ul.dropdown li:hover {
    background: transparent;
  }
  .page-header .switcher .options ul.dropdown li:hover > a,
  .page-footer .switcher .options ul.dropdown li:hover > a {
    color: #333333;
  }
}
/*======================
footer block
=======================*/
.page-footer {
  background: #272727;
  float: left;
  margin-top: auto;
  width: 100%;
}
.page-footer .cp-footer-container {
  float: left;
  width: 100%;
  padding: 50px 0 50px;
}
.page-footer .cp-footer-container.cp-service {
  border-bottom: 1px solid #ffffff;
}
.page-footer .cp-footer-container .cp-footer-main {
  float: left;
  width: 25%;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock {
  float: left;
  width: 100%;
  position: relative;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle {
  display: block;
  width: 100%;
  position: relative;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle h3 {
  color: #fdac0e;
  font-size: 21px;
  line-height: 31px;
  margin: 10px 0 25px;
  text-transform: capitalize;
  font-weight: 600;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle .cp-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle .cp-toggle > span:before {
  color: #fdac0e;
  content: "\f139";
  font-family: "Fontawesome";
  font-size: 24px;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle .cp-toggle.collapsed > span:before {
  content: "\f13a";
  font-family: 'Fontawesome';
  font-size: 24px;
  color: #fdac0e;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent {
  color: #ffffff;
  display: block;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .logo {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .logo img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 125px;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul {
  list-style: outside none none;
  padding: 0;
  display: block;
  margin: 0;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li {
  margin: 0 0 10px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a:hover {
  color: #fdac0e;
  text-decoration: none;
  outline: none;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact {
  display: block;
  padding: 0 0 0 20px;
  position: relative;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact span {
  position: absolute;
  left: 0;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent.cp-service-main {
  float: left;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent.cp-service-main .s-icon {
  color: #fdac0e;
  display: inline-block;
  font-size: 30px;
  float: left;
  margin-right: 15px;
}
.page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent.cp-service-main .s-content {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.footer-payment {
  float: right;
}
.footer-payment > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-payment > ul > li {
  display: inline-block;
  margin: 0;
}
.footer-payment > ul > li > a {
  display: block;
}
@media only screen and (max-width: 991px) {
  .page-footer .cp-footer-container .cp-footer-main {
    width: 50%;
    margin-bottom: 10px;
  }
  .page-footer .cp-footer-container .cp-footer-main:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (max-width: 639px) {
  .page-footer .cp-footer-container {
    padding: 30px 0;
  }
  .page-footer .cp-footer-container .cp-footer-main {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle h3 {
    margin: 0 0 15px;
  }
  .page-footer .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .action.nav-toggle {
    display: none;
  }
}
/*copyright block*/
.footer-copyright {
  background: #fff !important;
  border-top: 1px #ccc solid;
  padding: 10px 0;
  float: left;
  width: 100%;
  color: #333333;
}
.footer-copyright .copyright-block {
  float: left;
  padding: 8px 0;
}
.footer-copyright .copyright-block .copyright span {
  font-size: 13px;
}
/*footer newsletter block*/
.cp-newsletter {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
}
.cp-newsletter .newsletter-block {
  float: left;
  width: 100%;
}
.cp-newsletter .newsletter-block .newsletter-block-left {
  float: left;
  width: 60%;
  box-sizing: border-box;
  position: relative;
}
.cp-newsletter .newsletter-block .newsletter-block-left .news-block-title {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.cp-newsletter .newsletter-block .newsletter-block-left .news-block-title h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 20px 0 0;
  color: #272727;
}
.cp-newsletter .newsletter-block .newsletter-block-left #newsletter-validate-detail {
  float: left;
  max-width: 350px;
  width: 100%;
}
.cp-newsletter .newsletter-block .newsletter-block-left #newsletter-validate-detail .newsletter-input {
  position: relative;
}
.cp-newsletter .newsletter-block .newsletter-block-left #newsletter-validate-detail .newsletter-input #newsletter {
  height: 40px;
  border-radius: 5px 0 0 5px;
}
.cp-newsletter .newsletter-block .newsletter-block-left #newsletter-validate-detail .newsletter-input #newsletter:focus {
  box-shadow: none;
}
.cp-newsletter .newsletter-block .newsletter-block-left #newsletter-validate-detail .subscribe.btn {
  background: #333333;
  /*border-color: @cpanel-footer-newsletter-btn-border-color;*/
  border: medium none;
  border-radius: 0;
  height: 40px;
  font-size: 18px;
  padding: 0 12px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
}
.cp-newsletter .newsletter-block .newsletter-block-right {
  float: left;
  width: 40%;
  box-sizing: border-box;
  position: relative;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner {
  float: right;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .news-block-title {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .news-block-title h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 20px 0 0;
  color: #272727;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block {
  float: left;
  width: 236px;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block .cp-social {
  list-style-type: outside none none;
  text-align: center;
  padding: 0;
  float: left;
  margin: 0;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block .cp-social li {
  text-align: center;
  display: inline-block;
  margin: 0px 5px 0 0;
  float: left;
  width: auto;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block .cp-social li a {
  border: 1px solid #333333;
  color: #333333;
  font-size: 15px;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  padding: 0px;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block .cp-social li a > i {
  position: relative;
  z-index: 1;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block .cp-social li a > span {
  background: #fdac0e;
  float: left;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 5px;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block .cp-social li a:hover {
  text-decoration: none;
  outline: none;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block .cp-social li a:hover > span {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .cp-newsletter .newsletter-block .newsletter-block-left #newsletter-validate-detail {
    clear: left;
  }
  .cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block {
    clear: left;
  }
}
@media only screen and (max-width: 639px) {
  .cp-newsletter .newsletter-block .newsletter-block-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .cp-newsletter .newsletter-block .newsletter-block-left #newsletter-validate-detail {
    clear: left;
  }
  .cp-newsletter .newsletter-block .newsletter-block-right {
    width: 100%;
  }
  .cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner {
    float: left;
  }
  .cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block {
    clear: left;
  }
}
/*====================
Product list block
===================*/
.products-grid .four_blocks .product-item .pro-effect {
  position: relative;
}
.products-grid .four_blocks .product-item .pro-effect .dimg {
  background: #ffffff;
  opacity: 0.9;
  height: 0;
  left: 131px;
  overflow: hidden;
  position: absolute;
  top: 115px;
  transition: all 0.2s ease-in-out 0s;
  width: 0;
  z-index: 1;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-name {
  padding-top: 15px;
  text-align: center;
  margin-top: -120px;
  transition: all 0.2s ease-in-out 0.2s;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-name > a {
  color: #272727;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-reviews-summary {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: -120px;
  transition: all 0.2s ease-in-out 0.3s;
  display: block;
  text-align: center;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-reviews-summary .rating-summary {
  display: block;
  left: 0;
  margin: 0 auto;
  width: 95px;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-reviews-summary .reviews-actions {
  display: none;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-reviews-summary .reviews-actions > a {
  color: #333333;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-reviews-summary .reviews-actions > a:hover {
  color: #fdac0e;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .price-box {
  margin-left: -120px;
  transition: all 0.2s ease-in-out 0.3s;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .price-box .price {
  font-size: 20px;
  font-weight: 400;
  color: #272727;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-actions {
  margin: 5px 0;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary {
  text-align: center;
  margin-top: -220px;
  transition: all 0.2s ease-in-out 0.3s;
  margin-bottom: 0;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto {
  border: 1px solid #333333;
  color: #272727;
  height: 35px;
  line-height: 32px;
  margin: 0 2px;
  text-align: center;
  width: 35px;
  position: relative;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto > .span-hov {
  background: #fdac0e;
  float: left;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease 0s;
  top: 0;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto:hover {
  text-decoration: none;
  outline: none;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto:hover:before {
  color: #272727 !important;
}
.products-grid .four_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto:hover > .span-hov {
  height: 100%;
}
.products-grid .four_blocks .product-item:hover .pro-effect .dimg {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.products-grid .four_blocks .product-item:hover .pro-effect .dimg .product-item-name {
  margin-top: 5px;
}
.products-grid .four_blocks .product-item:hover .pro-effect .dimg .product-reviews-summary {
  margin-right: 0;
}
.products-grid .four_blocks .product-item:hover .pro-effect .dimg .price-box {
  margin-left: 0;
}
.products-grid .four_blocks .product-item:hover .pro-effect .dimg .product-item-actions .actions-secondary {
  margin-top: 0;
}
.products-grid .four_blocks .product-item .product-item-details .product-item-name {
  margin: 10px 0 10px;
}
.products-grid .four_blocks .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: block;
  margin: 0 auto;
  width: 109px;
}
.products-grid .three_blocks .product-item .pro-effect {
  position: relative;
}
.products-grid .three_blocks .product-item .pro-effect .dimg {
  display: none;
  background: #ffffff;
  opacity: 0.9;
  height: 0;
  left: 131px;
  overflow: hidden;
  position: absolute;
  top: 115px;
  transition: all 0.2s ease-in-out 0s;
  width: 0;
  z-index: 1;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-name {
  padding-top: 35px;
  text-align: center;
  margin-top: -120px;
  transition: all 0.2s ease-in-out 0.2s;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-name > a {
  color: #272727;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-reviews-summary {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: -120px;
  transition: all 0.2s ease-in-out 0.3s;
  display: block;
  text-align: center;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-reviews-summary .rating-summary {
  display: block;
  left: 0;
  margin: 0 auto;
  width: 95px;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-reviews-summary .reviews-actions {
  display: none;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-reviews-summary .reviews-actions > a {
  color: #333333;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-reviews-summary .reviews-actions > a:hover {
  color: #fdac0e;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .price-box {
  margin-left: -120px;
  transition: all 0.2s ease-in-out 0.3s;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .price-box .price {
  font-size: 20px;
  font-weight: 400;
  color: #272727;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-actions {
  margin: 5px 0;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary {
  text-align: center;
  margin-top: -220px;
  transition: all 0.2s ease-in-out 0.3s;
  margin-bottom: 0;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto {
  border: 1px solid #333333;
  color: #272727;
  height: 35px;
  line-height: 32px;
  margin: 0 2px;
  text-align: center;
  width: 35px;
  position: relative;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto > .span-hov {
  background: #fdac0e;
  float: left;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease 0s;
  top: 0;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto:hover {
  text-decoration: none;
  outline: none;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto:hover:before {
  color: #272727 !important;
}
.products-grid .three_blocks .product-item .pro-effect .dimg .product-item-actions .actions-secondary .cus-addto:hover > .span-hov {
  height: 100%;
}
.products-grid .three_blocks .product-item:hover .pro-effect .dimg {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.products-grid .three_blocks .product-item:hover .pro-effect .dimg .product-item-name {
  margin-top: 5px;
}
.products-grid .three_blocks .product-item:hover .pro-effect .dimg .product-reviews-summary {
  margin-right: 0;
}
.products-grid .three_blocks .product-item:hover .pro-effect .dimg .price-box {
  margin-left: 0;
}
.products-grid .three_blocks .product-item:hover .pro-effect .dimg .product-item-actions .actions-secondary {
  margin-top: 0;
}
.products-grid .three_blocks .product-item .product-item-details .product-item-name {
  text-align: left;
  margin: 8px 0 12px;
}
.products-grid .three_blocks .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: block;
  margin: 0 auto;
  width: 109px;
}
.pro-effect div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.pro-effect div[class^="swatch-opt-"] .swatch-attribute-options {
  display: inline-block;
}
.pro-effect div[class^="swatch-opt-"] .swatch-attribute-options .swatch-option {
  margin: 0 5px 3px 0;
}
.pro-effect div[class^="swatch-opt-"] .swatch-attribute-options .swatch-option.selected {
  outline-color: #fdac0e;
}
/*new and sale labels*/
.new-lbl,
.sale-lbl {
  background: #272727;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 15px;
  width: 50px;
  z-index: 9;
}
.new-lbl {
  display: none;
  left: 15px;
  width: auto;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background: #FEF6F5 !important;
  color: #E64D43 !important;
}
.sale-lbl {
  right: 15px;
}
.product-item-name,
.product.name a {
  text-transform: uppercase;
  font-size: 13px;
}
@media all and (min-width: 1024px) {
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .three_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .block.widget .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .block.widget .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .block.widget .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .four_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .block.widget .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .block.widget .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .block.widget .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item:nth-child(5n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item:nth-child(5n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .products-grid .three_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .products-grid .four_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-layout-1column .products-grid .three_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .products-grid .three_blocks .product-item:nth-child(5n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-1column .products-grid .four_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .products-grid .four_blocks .product-item:nth-child(5n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .products-grid .three_blocks .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-layout-3columns .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-3columns .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .products-grid .four_blocks .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-layout-3columns .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-3columns .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .three_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .page-products .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-products .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-products .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products .products-grid .four_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .page-products .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-products .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-products .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .three_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-1column .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-products.page-layout-1column .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-products.page-layout-1column .products-grid .three_blocks .product-item:nth-child(5n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-products.page-layout-1column .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item:nth-child(5n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-3columns .products-grid .four_blocks .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-3columns .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products.page-layout-3columns .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-3columns .products-grid .three_blocks .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-3columns .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products.page-layout-3columns .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1199px) {
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .three_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .block.widget .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .block.widget .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .block.widget .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .four_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .block.widget .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .block.widget .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .block.widget .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item {
    width: 19%;
    margin-left: calc((100% - 5 * 19%) / 4);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .four_blocks .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .products-grid .four_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .products-grid .three_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-layout-1column .products-grid .three_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-layout-1column .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-1column .products-grid .four_blocks .product-item {
    width: 19%;
    margin-left: calc((100% - 5 * 19%) / 4);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-layout-1column .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-layout-1column .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-layout-1column .products-grid .four_blocks .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .products-grid .three_blocks .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-layout-3columns .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-3columns .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .products-grid .four_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .page-layout-3columns .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-layout-3columns .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .three_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
    margin-bottom: 10px;
  }
  .page-products .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-products .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-products .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products .products-grid .four_blocks .product-item {
    width: 24.140625%;
    margin-left: calc((100% - 4 * 24.140625%) / 3);
    padding: 0;
    position: relative;
  }
  .page-products .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 4 * 24.140625%) / 3);
  }
  .page-products .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 24.140625%) / 3);
  }
  .page-products .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .three_blocks .product-item {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-1column .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.233%) / 3);
  }
  .page-products.page-layout-1column .products-grid .three_blocks .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item {
    width: 19%;
    margin-left: calc((100% - 5 * 19%) / 4);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * 19%) / 4);
  }
  .page-products.page-layout-1column .products-grid .four_blocks .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-3columns .products-grid .four_blocks .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-3columns .products-grid .four_blocks .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-products.page-layout-3columns .products-grid .four_blocks .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-3columns .products-grid .three_blocks .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-3columns .products-grid .three_blocks .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products.page-layout-3columns .products-grid .three_blocks .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
/*===============================
List page left/right sidebar
=============================*/
.sidebar-main #layered-filter-block,
.sidebar-additional #layered-filter-block {
  background: transparent;
  padding: 0;
}
.sidebar-main .block,
.sidebar-additional .block {
  padding: 15px 0 ;
  box-sizing: border-box;
}
.sidebar-main .block .block-title,
.sidebar-additional .block .block-title {
  border-bottom: 1px solid #dddddd;
  color: #272727;
  padding: 0 0 10px;
}
.sidebar-main .block .block-title > strong,
.sidebar-additional .block .block-title > strong {
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-main .block .block-content .block-subtitle,
.sidebar-additional .block .block-content .block-subtitle {
  border-bottom: none;
  color: #333333;
  font-weight: 400;
  padding: 5px 0 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.sidebar-main .block .block-content .subtitle,
.sidebar-additional .block .block-content .subtitle {
  font-weight: 400;
  margin-bottom: 10px;
}
.sidebar-main .block .block-content.filter-content .filter-current .filter-current-subtitle,
.sidebar-additional .block .block-content.filter-content .filter-current .filter-current-subtitle {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item {
  border-bottom: 1px dashed #dddddd;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item:last-child,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item:last-child {
  border-bottom: none;
}
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item .filter-label,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item .filter-label {
  display: block;
  margin-bottom: 2px;
}
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item .action.remove,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item .action.remove {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item .action.remove:after,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item .action.remove:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #333333;
  font-size: 20px;
}
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item .action.remove:visited:after,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item .action.remove:visited:after,
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item .action.remove:active:after,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item .action.remove:active:after {
  color: #333333;
}
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item .action.remove:hover:after,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item .action.remove:hover:after {
  color: #fdac0e;
}
.sidebar-main .block .block-content.filter-content .filter-current > .items > .item .action.remove > span,
.sidebar-additional .block .block-content.filter-content .filter-current > .items > .item .action.remove > span {
  display: none;
}
.sidebar-main .block .block-content.filter-content .filter-actions,
.sidebar-additional .block .block-content.filter-content .filter-actions {
  display: block;
  margin-bottom: 15px;
}
.sidebar-main .block .block-content.filter-content .filter-actions > a.filter-clear,
.sidebar-additional .block .block-content.filter-content .filter-actions > a.filter-clear {
  padding: 8px 15px;
}
.sidebar-main .block .block-content .filter-options .filter-options-item,
.sidebar-additional .block .block-content .filter-options .filter-options-item {
  background: #f6f6f6;
  margin: 0 0 12px;
  padding: 6px 5px 12px;
  border-bottom: none;
}
.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title,
.sidebar-additional .block .block-content .filter-options .filter-options-item .filter-options-title {
  font-weight: 600;
  color: #333333;
}
.sidebar-main .block .block-content .empty,
.sidebar-additional .block .block-content .empty {
  color: #272727;
}
.sidebar-main .block .empty,
.sidebar-additional .block .empty {
  color: #272727;
}
/*view btn*/
.products.list.items .action.toview:before,
.table-comparison .action.toview:before {
  color: #272727;
  display: inline-block;
  font-family: "Fontawesome";
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  content: "\f06e";
}
.sidebar-main a.action.clear:before,
.sidebar-additional a.action.clear:before {
  background-color: transparent;
}
.sidebar-main a.action.clear:hover,
.sidebar-additional a.action.clear:hover {
  color: #fdac0e;
}
/*primary and secondary btn*/
button.action.primary,
a.action.primary,
input[type="submit"].action.primary,
button.action.action-edit,
a.action.action-edit,
input[type="submit"].action.action-edit,
button.action.action-delete,
a.action.action-delete,
input[type="submit"].action.action-delete,
button.action.clear,
a.action.clear,
input[type="submit"].action.clear,
button.action.action-apply,
a.action.action-apply,
input[type="submit"].action.action-apply,
button.action.share,
a.action.share,
input[type="submit"].action.share,
button.action.tocart,
a.action.tocart,
input[type="submit"].action.tocart,
button.action.action-towishlist,
a.action.action-towishlist,
input[type="submit"].action.action-towishlist,
.cart.table-wrapper .actions-toolbar > .action.action.primary,
.cart.table-wrapper .actions-toolbar > .action.action.action-edit,
.cart.table-wrapper .actions-toolbar > .action.action.action-delete,
.cart.table-wrapper .actions-toolbar > .action.action.clear,
.cart.table-wrapper .actions-toolbar > .action.action.action-apply,
.cart.table-wrapper .actions-toolbar > .action.action.share,
.cart.table-wrapper .actions-toolbar > .action.action.tocart,
.cart.table-wrapper .actions-toolbar > .action.action.action-towishlist,
.cart.table-wrapper .action-gift.action.primary,
.cart.table-wrapper .action-gift.action.action-edit,
.cart.table-wrapper .action-gift.action.action-delete,
.cart.table-wrapper .action-gift.action.clear,
.cart.table-wrapper .action-gift.action.action-apply,
.cart.table-wrapper .action-gift.action.share,
.cart.table-wrapper .action-gift.action.tocart,
.cart.table-wrapper .action-gift.action.action-towishlist {
  position: relative;
  display: inline-block;
  z-index: 1;
  border-color: #fdbd3e;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fdbd3e;
}
button.action.primary:hover,
a.action.primary:hover,
input[type="submit"].action.primary:hover,
button.action.action-edit:hover,
a.action.action-edit:hover,
input[type="submit"].action.action-edit:hover,
button.action.action-delete:hover,
a.action.action-delete:hover,
input[type="submit"].action.action-delete:hover,
button.action.clear:hover,
a.action.clear:hover,
input[type="submit"].action.clear:hover,
button.action.action-apply:hover,
a.action.action-apply:hover,
input[type="submit"].action.action-apply:hover,
button.action.share:hover,
a.action.share:hover,
input[type="submit"].action.share:hover,
button.action.tocart:hover,
a.action.tocart:hover,
input[type="submit"].action.tocart:hover,
button.action.action-towishlist:hover,
a.action.action-towishlist:hover,
input[type="submit"].action.action-towishlist:hover,
.cart.table-wrapper .actions-toolbar > .action.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action.action.action-edit:hover,
.cart.table-wrapper .actions-toolbar > .action.action.action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action.action.clear:hover,
.cart.table-wrapper .actions-toolbar > .action.action.action-apply:hover,
.cart.table-wrapper .actions-toolbar > .action.action.share:hover,
.cart.table-wrapper .actions-toolbar > .action.action.tocart:hover,
.cart.table-wrapper .actions-toolbar > .action.action.action-towishlist:hover,
.cart.table-wrapper .action-gift.action.primary:hover,
.cart.table-wrapper .action-gift.action.action-edit:hover,
.cart.table-wrapper .action-gift.action.action-delete:hover,
.cart.table-wrapper .action-gift.action.clear:hover,
.cart.table-wrapper .action-gift.action.action-apply:hover,
.cart.table-wrapper .action-gift.action.share:hover,
.cart.table-wrapper .action-gift.action.tocart:hover,
.cart.table-wrapper .action-gift.action.action-towishlist:hover {
  border-color: #fdac0e;
  background-color: #fdac0e;
  color: #ffffff;
}
button.action.update,
a.action.update,
input[type="submit"].action.update,
button.action.continue,
a.action.continue,
input[type="submit"].action.continue,
.cart.table-wrapper .actions-toolbar > .action.action.update,
.cart.table-wrapper .actions-toolbar > .action.action.continue,
.cart.table-wrapper .action-gift.action.update,
.cart.table-wrapper .action-gift.action.continue {
  padding: 10px 15px !important;
  position: relative;
  display: inline-block;
  color: #ffffff;
  z-index: 1;
  border-radius: 3px;
  box-sizing: border-box;
  border-color: #fdbd3e;
  background-color: #fdbd3e;
}
button.action.update:hover,
a.action.update:hover,
input[type="submit"].action.update:hover,
button.action.continue:hover,
a.action.continue:hover,
input[type="submit"].action.continue:hover,
.cart.table-wrapper .actions-toolbar > .action.action.update:hover,
.cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.cart.table-wrapper .action-gift.action.update:hover,
.cart.table-wrapper .action-gift.action.continue:hover {
  border-color: #fdac0e;
  background-color: #fdac0e;
  color: #ffffff;
}
button.action.back,
a.action.back,
input[type="submit"].action.back,
.cart.table-wrapper .actions-toolbar > .action.action.back,
.cart.table-wrapper .action-gift.action.back {
  background: #ffffff;
  border: 1px solid #333333;
  padding: 10px 15px !important;
  position: relative;
  display: inline-block;
  color: #333333;
  z-index: 1;
  border-radius: 3px;
  box-sizing: border-box;
}
button.action.back:hover,
a.action.back:hover,
input[type="submit"].action.back:hover,
.cart.table-wrapper .actions-toolbar > .action.action.back:hover,
.cart.table-wrapper .action-gift.action.back:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.multicheckout a.action.viewcart,
.add-cus-btn a.action.viewcart,
.block-reviews-dashboard a.action.viewcart,
.block-dashboard-orders a.action.viewcart,
#my-reviews-table a.action.viewcart,
.order-actions-toolbar a.action.viewcart,
.block-dashboard-info a.action.viewcart,
.block-dashboard-addresses a.action.viewcart,
.box-address-billing a.action.viewcart,
.box-address-shipping a.action.viewcart,
.block-addresses-list a.action.viewcart,
#my-orders-table a.action.viewcart,
#checkout_multishipping_form a.action.viewcart,
#checkout-step-shipping a.action.viewcart,
.box-billing-address a.action.viewcart,
.box-billing-method a.action.viewcart,
.box-shipping-address a.action.viewcart,
.box-shipping-method a.action.viewcart,
.table-order-review a.action.viewcart,
#shipping_method_form a.action.viewcart,
.multicheckout button.action.viewcart,
.add-cus-btn button.action.viewcart,
.block-reviews-dashboard button.action.viewcart,
.block-dashboard-orders button.action.viewcart,
#my-reviews-table button.action.viewcart,
.order-actions-toolbar button.action.viewcart,
.block-dashboard-info button.action.viewcart,
.block-dashboard-addresses button.action.viewcart,
.box-address-billing button.action.viewcart,
.box-address-shipping button.action.viewcart,
.block-addresses-list button.action.viewcart,
#my-orders-table button.action.viewcart,
#checkout_multishipping_form button.action.viewcart,
#checkout-step-shipping button.action.viewcart,
.box-billing-address button.action.viewcart,
.box-billing-method button.action.viewcart,
.box-shipping-address button.action.viewcart,
.box-shipping-method button.action.viewcart,
.table-order-review button.action.viewcart,
#shipping_method_form button.action.viewcart,
.multicheckout a.action.update-cart-item,
.add-cus-btn a.action.update-cart-item,
.block-reviews-dashboard a.action.update-cart-item,
.block-dashboard-orders a.action.update-cart-item,
#my-reviews-table a.action.update-cart-item,
.order-actions-toolbar a.action.update-cart-item,
.block-dashboard-info a.action.update-cart-item,
.block-dashboard-addresses a.action.update-cart-item,
.box-address-billing a.action.update-cart-item,
.box-address-shipping a.action.update-cart-item,
.block-addresses-list a.action.update-cart-item,
#my-orders-table a.action.update-cart-item,
#checkout_multishipping_form a.action.update-cart-item,
#checkout-step-shipping a.action.update-cart-item,
.box-billing-address a.action.update-cart-item,
.box-billing-method a.action.update-cart-item,
.box-shipping-address a.action.update-cart-item,
.box-shipping-method a.action.update-cart-item,
.table-order-review a.action.update-cart-item,
#shipping_method_form a.action.update-cart-item,
.multicheckout button.action.update-cart-item,
.add-cus-btn button.action.update-cart-item,
.block-reviews-dashboard button.action.update-cart-item,
.block-dashboard-orders button.action.update-cart-item,
#my-reviews-table button.action.update-cart-item,
.order-actions-toolbar button.action.update-cart-item,
.block-dashboard-info button.action.update-cart-item,
.block-dashboard-addresses button.action.update-cart-item,
.box-address-billing button.action.update-cart-item,
.box-address-shipping button.action.update-cart-item,
.block-addresses-list button.action.update-cart-item,
#my-orders-table button.action.update-cart-item,
#checkout_multishipping_form button.action.update-cart-item,
#checkout-step-shipping button.action.update-cart-item,
.box-billing-address button.action.update-cart-item,
.box-billing-method button.action.update-cart-item,
.box-shipping-address button.action.update-cart-item,
.box-shipping-method button.action.update-cart-item,
.table-order-review button.action.update-cart-item,
#shipping_method_form button.action.update-cart-item,
.multicheckout a.action.view,
.add-cus-btn a.action.view,
.block-reviews-dashboard a.action.view,
.block-dashboard-orders a.action.view,
#my-reviews-table a.action.view,
.order-actions-toolbar a.action.view,
.block-dashboard-info a.action.view,
.block-dashboard-addresses a.action.view,
.box-address-billing a.action.view,
.box-address-shipping a.action.view,
.block-addresses-list a.action.view,
#my-orders-table a.action.view,
#checkout_multishipping_form a.action.view,
#checkout-step-shipping a.action.view,
.box-billing-address a.action.view,
.box-billing-method a.action.view,
.box-shipping-address a.action.view,
.box-shipping-method a.action.view,
.table-order-review a.action.view,
#shipping_method_form a.action.view,
.multicheckout button.action.view,
.add-cus-btn button.action.view,
.block-reviews-dashboard button.action.view,
.block-dashboard-orders button.action.view,
#my-reviews-table button.action.view,
.order-actions-toolbar button.action.view,
.block-dashboard-info button.action.view,
.block-dashboard-addresses button.action.view,
.box-address-billing button.action.view,
.box-address-shipping button.action.view,
.block-addresses-list button.action.view,
#my-orders-table button.action.view,
#checkout_multishipping_form button.action.view,
#checkout-step-shipping button.action.view,
.box-billing-address button.action.view,
.box-billing-method button.action.view,
.box-shipping-address button.action.view,
.box-shipping-method button.action.view,
.table-order-review button.action.view,
#shipping_method_form button.action.view,
.multicheckout a.action.order,
.add-cus-btn a.action.order,
.block-reviews-dashboard a.action.order,
.block-dashboard-orders a.action.order,
#my-reviews-table a.action.order,
.order-actions-toolbar a.action.order,
.block-dashboard-info a.action.order,
.block-dashboard-addresses a.action.order,
.box-address-billing a.action.order,
.box-address-shipping a.action.order,
.block-addresses-list a.action.order,
#my-orders-table a.action.order,
#checkout_multishipping_form a.action.order,
#checkout-step-shipping a.action.order,
.box-billing-address a.action.order,
.box-billing-method a.action.order,
.box-shipping-address a.action.order,
.box-shipping-method a.action.order,
.table-order-review a.action.order,
#shipping_method_form a.action.order,
.multicheckout button.action.order,
.add-cus-btn button.action.order,
.block-reviews-dashboard button.action.order,
.block-dashboard-orders button.action.order,
#my-reviews-table button.action.order,
.order-actions-toolbar button.action.order,
.block-dashboard-info button.action.order,
.block-dashboard-addresses button.action.order,
.box-address-billing button.action.order,
.box-address-shipping button.action.order,
.block-addresses-list button.action.order,
#my-orders-table button.action.order,
#checkout_multishipping_form button.action.order,
#checkout-step-shipping button.action.order,
.box-billing-address button.action.order,
.box-billing-method button.action.order,
.box-shipping-address button.action.order,
.box-shipping-method button.action.order,
.table-order-review button.action.order,
#shipping_method_form button.action.order,
.multicheckout a.action.reorder,
.add-cus-btn a.action.reorder,
.block-reviews-dashboard a.action.reorder,
.block-dashboard-orders a.action.reorder,
#my-reviews-table a.action.reorder,
.order-actions-toolbar a.action.reorder,
.block-dashboard-info a.action.reorder,
.block-dashboard-addresses a.action.reorder,
.box-address-billing a.action.reorder,
.box-address-shipping a.action.reorder,
.block-addresses-list a.action.reorder,
#my-orders-table a.action.reorder,
#checkout_multishipping_form a.action.reorder,
#checkout-step-shipping a.action.reorder,
.box-billing-address a.action.reorder,
.box-billing-method a.action.reorder,
.box-shipping-address a.action.reorder,
.box-shipping-method a.action.reorder,
.table-order-review a.action.reorder,
#shipping_method_form a.action.reorder,
.multicheckout button.action.reorder,
.add-cus-btn button.action.reorder,
.block-reviews-dashboard button.action.reorder,
.block-dashboard-orders button.action.reorder,
#my-reviews-table button.action.reorder,
.order-actions-toolbar button.action.reorder,
.block-dashboard-info button.action.reorder,
.block-dashboard-addresses button.action.reorder,
.box-address-billing button.action.reorder,
.box-address-shipping button.action.reorder,
.block-addresses-list button.action.reorder,
#my-orders-table button.action.reorder,
#checkout_multishipping_form button.action.reorder,
#checkout-step-shipping button.action.reorder,
.box-billing-address button.action.reorder,
.box-billing-method button.action.reorder,
.box-shipping-address button.action.reorder,
.box-shipping-method button.action.reorder,
.table-order-review button.action.reorder,
#shipping_method_form button.action.reorder,
.multicheckout a.action.more,
.add-cus-btn a.action.more,
.block-reviews-dashboard a.action.more,
.block-dashboard-orders a.action.more,
#my-reviews-table a.action.more,
.order-actions-toolbar a.action.more,
.block-dashboard-info a.action.more,
.block-dashboard-addresses a.action.more,
.box-address-billing a.action.more,
.box-address-shipping a.action.more,
.block-addresses-list a.action.more,
#my-orders-table a.action.more,
#checkout_multishipping_form a.action.more,
#checkout-step-shipping a.action.more,
.box-billing-address a.action.more,
.box-billing-method a.action.more,
.box-shipping-address a.action.more,
.box-shipping-method a.action.more,
.table-order-review a.action.more,
#shipping_method_form a.action.more,
.multicheckout button.action.more,
.add-cus-btn button.action.more,
.block-reviews-dashboard button.action.more,
.block-dashboard-orders button.action.more,
#my-reviews-table button.action.more,
.order-actions-toolbar button.action.more,
.block-dashboard-info button.action.more,
.block-dashboard-addresses button.action.more,
.box-address-billing button.action.more,
.box-address-shipping button.action.more,
.block-addresses-list button.action.more,
#my-orders-table button.action.more,
#checkout_multishipping_form button.action.more,
#checkout-step-shipping button.action.more,
.box-billing-address button.action.more,
.box-billing-method button.action.more,
.box-shipping-address button.action.more,
.box-shipping-method button.action.more,
.table-order-review button.action.more,
#shipping_method_form button.action.more,
.multicheckout a.action.print,
.add-cus-btn a.action.print,
.block-reviews-dashboard a.action.print,
.block-dashboard-orders a.action.print,
#my-reviews-table a.action.print,
.order-actions-toolbar a.action.print,
.block-dashboard-info a.action.print,
.block-dashboard-addresses a.action.print,
.box-address-billing a.action.print,
.box-address-shipping a.action.print,
.block-addresses-list a.action.print,
#my-orders-table a.action.print,
#checkout_multishipping_form a.action.print,
#checkout-step-shipping a.action.print,
.box-billing-address a.action.print,
.box-billing-method a.action.print,
.box-shipping-address a.action.print,
.box-shipping-method a.action.print,
.table-order-review a.action.print,
#shipping_method_form a.action.print,
.multicheckout button.action.print,
.add-cus-btn button.action.print,
.block-reviews-dashboard button.action.print,
.block-dashboard-orders button.action.print,
#my-reviews-table button.action.print,
.order-actions-toolbar button.action.print,
.block-dashboard-info button.action.print,
.block-dashboard-addresses button.action.print,
.box-address-billing button.action.print,
.box-address-shipping button.action.print,
.block-addresses-list button.action.print,
#my-orders-table button.action.print,
#checkout_multishipping_form button.action.print,
#checkout-step-shipping button.action.print,
.box-billing-address button.action.print,
.box-billing-method button.action.print,
.box-shipping-address button.action.print,
.box-shipping-method button.action.print,
.table-order-review button.action.print,
#shipping_method_form button.action.print,
.multicheckout a.action.change-password,
.add-cus-btn a.action.change-password,
.block-reviews-dashboard a.action.change-password,
.block-dashboard-orders a.action.change-password,
#my-reviews-table a.action.change-password,
.order-actions-toolbar a.action.change-password,
.block-dashboard-info a.action.change-password,
.block-dashboard-addresses a.action.change-password,
.box-address-billing a.action.change-password,
.box-address-shipping a.action.change-password,
.block-addresses-list a.action.change-password,
#my-orders-table a.action.change-password,
#checkout_multishipping_form a.action.change-password,
#checkout-step-shipping a.action.change-password,
.box-billing-address a.action.change-password,
.box-billing-method a.action.change-password,
.box-shipping-address a.action.change-password,
.box-shipping-method a.action.change-password,
.table-order-review a.action.change-password,
#shipping_method_form a.action.change-password,
.multicheckout button.action.change-password,
.add-cus-btn button.action.change-password,
.block-reviews-dashboard button.action.change-password,
.block-dashboard-orders button.action.change-password,
#my-reviews-table button.action.change-password,
.order-actions-toolbar button.action.change-password,
.block-dashboard-info button.action.change-password,
.block-dashboard-addresses button.action.change-password,
.box-address-billing button.action.change-password,
.box-address-shipping button.action.change-password,
.block-addresses-list button.action.change-password,
#my-orders-table button.action.change-password,
#checkout_multishipping_form button.action.change-password,
#checkout-step-shipping button.action.change-password,
.box-billing-address button.action.change-password,
.box-billing-method button.action.change-password,
.box-shipping-address button.action.change-password,
.box-shipping-method button.action.change-password,
.table-order-review button.action.change-password,
#shipping_method_form button.action.change-password,
.multicheckout a.action.edit,
.add-cus-btn a.action.edit,
.block-reviews-dashboard a.action.edit,
.block-dashboard-orders a.action.edit,
#my-reviews-table a.action.edit,
.order-actions-toolbar a.action.edit,
.block-dashboard-info a.action.edit,
.block-dashboard-addresses a.action.edit,
.box-address-billing a.action.edit,
.box-address-shipping a.action.edit,
.block-addresses-list a.action.edit,
#my-orders-table a.action.edit,
#checkout_multishipping_form a.action.edit,
#checkout-step-shipping a.action.edit,
.box-billing-address a.action.edit,
.box-billing-method a.action.edit,
.box-shipping-address a.action.edit,
.box-shipping-method a.action.edit,
.table-order-review a.action.edit,
#shipping_method_form a.action.edit,
.multicheckout button.action.edit,
.add-cus-btn button.action.edit,
.block-reviews-dashboard button.action.edit,
.block-dashboard-orders button.action.edit,
#my-reviews-table button.action.edit,
.order-actions-toolbar button.action.edit,
.block-dashboard-info button.action.edit,
.block-dashboard-addresses button.action.edit,
.box-address-billing button.action.edit,
.box-address-shipping button.action.edit,
.block-addresses-list button.action.edit,
#my-orders-table button.action.edit,
#checkout_multishipping_form button.action.edit,
#checkout-step-shipping button.action.edit,
.box-billing-address button.action.edit,
.box-billing-method button.action.edit,
.box-shipping-address button.action.edit,
.box-shipping-method button.action.edit,
.table-order-review button.action.edit,
#shipping_method_form button.action.edit,
.multicheckout a.action.delete,
.add-cus-btn a.action.delete,
.block-reviews-dashboard a.action.delete,
.block-dashboard-orders a.action.delete,
#my-reviews-table a.action.delete,
.order-actions-toolbar a.action.delete,
.block-dashboard-info a.action.delete,
.block-dashboard-addresses a.action.delete,
.box-address-billing a.action.delete,
.box-address-shipping a.action.delete,
.block-addresses-list a.action.delete,
#my-orders-table a.action.delete,
#checkout_multishipping_form a.action.delete,
#checkout-step-shipping a.action.delete,
.box-billing-address a.action.delete,
.box-billing-method a.action.delete,
.box-shipping-address a.action.delete,
.box-shipping-method a.action.delete,
.table-order-review a.action.delete,
#shipping_method_form a.action.delete,
.multicheckout button.action.delete,
.add-cus-btn button.action.delete,
.block-reviews-dashboard button.action.delete,
.block-dashboard-orders button.action.delete,
#my-reviews-table button.action.delete,
.order-actions-toolbar button.action.delete,
.block-dashboard-info button.action.delete,
.block-dashboard-addresses button.action.delete,
.box-address-billing button.action.delete,
.box-address-shipping button.action.delete,
.block-addresses-list button.action.delete,
#my-orders-table button.action.delete,
#checkout_multishipping_form button.action.delete,
#checkout-step-shipping button.action.delete,
.box-billing-address button.action.delete,
.box-billing-method button.action.delete,
.box-shipping-address button.action.delete,
.box-shipping-method button.action.delete,
.table-order-review button.action.delete,
#shipping_method_form button.action.delete,
.multicheckout a.action.add,
.add-cus-btn a.action.add,
.block-reviews-dashboard a.action.add,
.block-dashboard-orders a.action.add,
#my-reviews-table a.action.add,
.order-actions-toolbar a.action.add,
.block-dashboard-info a.action.add,
.block-dashboard-addresses a.action.add,
.box-address-billing a.action.add,
.box-address-shipping a.action.add,
.block-addresses-list a.action.add,
#my-orders-table a.action.add,
#checkout_multishipping_form a.action.add,
#checkout-step-shipping a.action.add,
.box-billing-address a.action.add,
.box-billing-method a.action.add,
.box-shipping-address a.action.add,
.box-shipping-method a.action.add,
.table-order-review a.action.add,
#shipping_method_form a.action.add,
.multicheckout button.action.add,
.add-cus-btn button.action.add,
.block-reviews-dashboard button.action.add,
.block-dashboard-orders button.action.add,
#my-reviews-table button.action.add,
.order-actions-toolbar button.action.add,
.block-dashboard-info button.action.add,
.block-dashboard-addresses button.action.add,
.box-address-billing button.action.add,
.box-address-shipping button.action.add,
.block-addresses-list button.action.add,
#my-orders-table button.action.add,
#checkout_multishipping_form button.action.add,
#checkout-step-shipping button.action.add,
.box-billing-address button.action.add,
.box-billing-method button.action.add,
.box-shipping-address button.action.add,
.box-shipping-method button.action.add,
.table-order-review button.action.add,
#shipping_method_form button.action.add,
.multicheckout a.action.action-select-shipping-item,
.add-cus-btn a.action.action-select-shipping-item,
.block-reviews-dashboard a.action.action-select-shipping-item,
.block-dashboard-orders a.action.action-select-shipping-item,
#my-reviews-table a.action.action-select-shipping-item,
.order-actions-toolbar a.action.action-select-shipping-item,
.block-dashboard-info a.action.action-select-shipping-item,
.block-dashboard-addresses a.action.action-select-shipping-item,
.box-address-billing a.action.action-select-shipping-item,
.box-address-shipping a.action.action-select-shipping-item,
.block-addresses-list a.action.action-select-shipping-item,
#my-orders-table a.action.action-select-shipping-item,
#checkout_multishipping_form a.action.action-select-shipping-item,
#checkout-step-shipping a.action.action-select-shipping-item,
.box-billing-address a.action.action-select-shipping-item,
.box-billing-method a.action.action-select-shipping-item,
.box-shipping-address a.action.action-select-shipping-item,
.box-shipping-method a.action.action-select-shipping-item,
.table-order-review a.action.action-select-shipping-item,
#shipping_method_form a.action.action-select-shipping-item,
.multicheckout button.action.action-select-shipping-item,
.add-cus-btn button.action.action-select-shipping-item,
.block-reviews-dashboard button.action.action-select-shipping-item,
.block-dashboard-orders button.action.action-select-shipping-item,
#my-reviews-table button.action.action-select-shipping-item,
.order-actions-toolbar button.action.action-select-shipping-item,
.block-dashboard-info button.action.action-select-shipping-item,
.block-dashboard-addresses button.action.action-select-shipping-item,
.box-address-billing button.action.action-select-shipping-item,
.box-address-shipping button.action.action-select-shipping-item,
.block-addresses-list button.action.action-select-shipping-item,
#my-orders-table button.action.action-select-shipping-item,
#checkout_multishipping_form button.action.action-select-shipping-item,
#checkout-step-shipping button.action.action-select-shipping-item,
.box-billing-address button.action.action-select-shipping-item,
.box-billing-method button.action.action-select-shipping-item,
.box-shipping-address button.action.action-select-shipping-item,
.box-shipping-method button.action.action-select-shipping-item,
.table-order-review button.action.action-select-shipping-item,
#shipping_method_form button.action.action-select-shipping-item,
.multicheckout a.action.action-show-popup,
.add-cus-btn a.action.action-show-popup,
.block-reviews-dashboard a.action.action-show-popup,
.block-dashboard-orders a.action.action-show-popup,
#my-reviews-table a.action.action-show-popup,
.order-actions-toolbar a.action.action-show-popup,
.block-dashboard-info a.action.action-show-popup,
.block-dashboard-addresses a.action.action-show-popup,
.box-address-billing a.action.action-show-popup,
.box-address-shipping a.action.action-show-popup,
.block-addresses-list a.action.action-show-popup,
#my-orders-table a.action.action-show-popup,
#checkout_multishipping_form a.action.action-show-popup,
#checkout-step-shipping a.action.action-show-popup,
.box-billing-address a.action.action-show-popup,
.box-billing-method a.action.action-show-popup,
.box-shipping-address a.action.action-show-popup,
.box-shipping-method a.action.action-show-popup,
.table-order-review a.action.action-show-popup,
#shipping_method_form a.action.action-show-popup,
.multicheckout button.action.action-show-popup,
.add-cus-btn button.action.action-show-popup,
.block-reviews-dashboard button.action.action-show-popup,
.block-dashboard-orders button.action.action-show-popup,
#my-reviews-table button.action.action-show-popup,
.order-actions-toolbar button.action.action-show-popup,
.block-dashboard-info button.action.action-show-popup,
.block-dashboard-addresses button.action.action-show-popup,
.box-address-billing button.action.action-show-popup,
.box-address-shipping button.action.action-show-popup,
.block-addresses-list button.action.action-show-popup,
#my-orders-table button.action.action-show-popup,
#checkout_multishipping_form button.action.action-show-popup,
#checkout-step-shipping button.action.action-show-popup,
.box-billing-address button.action.action-show-popup,
.box-billing-method button.action.action-show-popup,
.box-shipping-address button.action.action-show-popup,
.box-shipping-method button.action.action-show-popup,
.table-order-review button.action.action-show-popup,
#shipping_method_form button.action.action-show-popup,
.multicheckout a.action.continue,
.add-cus-btn a.action.continue,
.block-reviews-dashboard a.action.continue,
.block-dashboard-orders a.action.continue,
#my-reviews-table a.action.continue,
.order-actions-toolbar a.action.continue,
.block-dashboard-info a.action.continue,
.block-dashboard-addresses a.action.continue,
.box-address-billing a.action.continue,
.box-address-shipping a.action.continue,
.block-addresses-list a.action.continue,
#my-orders-table a.action.continue,
#checkout_multishipping_form a.action.continue,
#checkout-step-shipping a.action.continue,
.box-billing-address a.action.continue,
.box-billing-method a.action.continue,
.box-shipping-address a.action.continue,
.box-shipping-method a.action.continue,
.table-order-review a.action.continue,
#shipping_method_form a.action.continue,
.multicheckout button.action.continue,
.add-cus-btn button.action.continue,
.block-reviews-dashboard button.action.continue,
.block-dashboard-orders button.action.continue,
#my-reviews-table button.action.continue,
.order-actions-toolbar button.action.continue,
.block-dashboard-info button.action.continue,
.block-dashboard-addresses button.action.continue,
.box-address-billing button.action.continue,
.box-address-shipping button.action.continue,
.block-addresses-list button.action.continue,
#my-orders-table button.action.continue,
#checkout_multishipping_form button.action.continue,
#checkout-step-shipping button.action.continue,
.box-billing-address button.action.continue,
.box-billing-method button.action.continue,
.box-shipping-address button.action.continue,
.box-shipping-method button.action.continue,
.table-order-review button.action.continue,
#shipping_method_form button.action.continue,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.viewcart,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.view,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.view,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.view,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.view,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.view,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.view,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.view,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.view,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.view,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.view,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.view,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.view,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.view,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.view,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.view,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.view,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.view,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.view,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.view,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.view,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.order,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.order,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.order,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.order,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.order,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.order,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.order,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.order,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.order,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.order,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.order,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.order,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.order,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.order,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.order,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.order,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.order,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.order,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.order,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.order,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.reorder,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.reorder,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.reorder,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.reorder,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.reorder,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.reorder,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.more,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.more,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.more,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.more,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.more,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.more,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.more,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.more,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.more,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.more,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.more,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.more,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.more,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.more,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.more,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.more,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.more,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.more,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.more,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.more,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.print,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.print,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.print,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.print,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.print,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.print,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.print,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.print,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.print,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.print,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.print,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.print,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.print,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.print,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.print,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.print,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.print,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.print,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.print,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.print,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.change-password,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.change-password,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.change-password,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.change-password,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.change-password,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.change-password,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.edit,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.edit,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.edit,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.edit,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.edit,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.edit,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.edit,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.edit,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.edit,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.edit,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.edit,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.edit,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.edit,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.edit,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.edit,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.edit,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.edit,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.edit,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.edit,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.edit,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.delete,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.delete,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.delete,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.delete,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.delete,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.delete,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.delete,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.delete,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.delete,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.delete,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.delete,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.delete,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.delete,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.delete,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.delete,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.delete,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.delete,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.delete,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.delete,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.delete,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.add,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.add,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.add,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.add,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.add,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.add,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.add,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.add,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.add,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.add,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.add,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.add,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.add,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.add,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.add,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.add,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.add,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.add,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.add,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.add,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.continue,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.continue,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.continue,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.continue,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.continue,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.continue,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.continue,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.continue,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.continue,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.continue,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.continue,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.continue,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.continue,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.continue,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.continue,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.continue,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.continue,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.continue,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.continue,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.continue,
.multicheckout .cart.table-wrapper .action-gift.action.viewcart,
.add-cus-btn .cart.table-wrapper .action-gift.action.viewcart,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.viewcart,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.viewcart,
#my-reviews-table .cart.table-wrapper .action-gift.action.viewcart,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.viewcart,
.block-dashboard-info .cart.table-wrapper .action-gift.action.viewcart,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.viewcart,
.box-address-billing .cart.table-wrapper .action-gift.action.viewcart,
.box-address-shipping .cart.table-wrapper .action-gift.action.viewcart,
.block-addresses-list .cart.table-wrapper .action-gift.action.viewcart,
#my-orders-table .cart.table-wrapper .action-gift.action.viewcart,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.viewcart,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.viewcart,
.box-billing-address .cart.table-wrapper .action-gift.action.viewcart,
.box-billing-method .cart.table-wrapper .action-gift.action.viewcart,
.box-shipping-address .cart.table-wrapper .action-gift.action.viewcart,
.box-shipping-method .cart.table-wrapper .action-gift.action.viewcart,
.table-order-review .cart.table-wrapper .action-gift.action.viewcart,
#shipping_method_form .cart.table-wrapper .action-gift.action.viewcart,
.multicheckout .cart.table-wrapper .action-gift.action.update-cart-item,
.add-cus-btn .cart.table-wrapper .action-gift.action.update-cart-item,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.update-cart-item,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.update-cart-item,
#my-reviews-table .cart.table-wrapper .action-gift.action.update-cart-item,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.update-cart-item,
.block-dashboard-info .cart.table-wrapper .action-gift.action.update-cart-item,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.update-cart-item,
.box-address-billing .cart.table-wrapper .action-gift.action.update-cart-item,
.box-address-shipping .cart.table-wrapper .action-gift.action.update-cart-item,
.block-addresses-list .cart.table-wrapper .action-gift.action.update-cart-item,
#my-orders-table .cart.table-wrapper .action-gift.action.update-cart-item,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.update-cart-item,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.update-cart-item,
.box-billing-address .cart.table-wrapper .action-gift.action.update-cart-item,
.box-billing-method .cart.table-wrapper .action-gift.action.update-cart-item,
.box-shipping-address .cart.table-wrapper .action-gift.action.update-cart-item,
.box-shipping-method .cart.table-wrapper .action-gift.action.update-cart-item,
.table-order-review .cart.table-wrapper .action-gift.action.update-cart-item,
#shipping_method_form .cart.table-wrapper .action-gift.action.update-cart-item,
.multicheckout .cart.table-wrapper .action-gift.action.view,
.add-cus-btn .cart.table-wrapper .action-gift.action.view,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.view,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.view,
#my-reviews-table .cart.table-wrapper .action-gift.action.view,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.view,
.block-dashboard-info .cart.table-wrapper .action-gift.action.view,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.view,
.box-address-billing .cart.table-wrapper .action-gift.action.view,
.box-address-shipping .cart.table-wrapper .action-gift.action.view,
.block-addresses-list .cart.table-wrapper .action-gift.action.view,
#my-orders-table .cart.table-wrapper .action-gift.action.view,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.view,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.view,
.box-billing-address .cart.table-wrapper .action-gift.action.view,
.box-billing-method .cart.table-wrapper .action-gift.action.view,
.box-shipping-address .cart.table-wrapper .action-gift.action.view,
.box-shipping-method .cart.table-wrapper .action-gift.action.view,
.table-order-review .cart.table-wrapper .action-gift.action.view,
#shipping_method_form .cart.table-wrapper .action-gift.action.view,
.multicheckout .cart.table-wrapper .action-gift.action.order,
.add-cus-btn .cart.table-wrapper .action-gift.action.order,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.order,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.order,
#my-reviews-table .cart.table-wrapper .action-gift.action.order,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.order,
.block-dashboard-info .cart.table-wrapper .action-gift.action.order,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.order,
.box-address-billing .cart.table-wrapper .action-gift.action.order,
.box-address-shipping .cart.table-wrapper .action-gift.action.order,
.block-addresses-list .cart.table-wrapper .action-gift.action.order,
#my-orders-table .cart.table-wrapper .action-gift.action.order,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.order,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.order,
.box-billing-address .cart.table-wrapper .action-gift.action.order,
.box-billing-method .cart.table-wrapper .action-gift.action.order,
.box-shipping-address .cart.table-wrapper .action-gift.action.order,
.box-shipping-method .cart.table-wrapper .action-gift.action.order,
.table-order-review .cart.table-wrapper .action-gift.action.order,
#shipping_method_form .cart.table-wrapper .action-gift.action.order,
.multicheckout .cart.table-wrapper .action-gift.action.reorder,
.add-cus-btn .cart.table-wrapper .action-gift.action.reorder,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.reorder,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.reorder,
#my-reviews-table .cart.table-wrapper .action-gift.action.reorder,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.reorder,
.block-dashboard-info .cart.table-wrapper .action-gift.action.reorder,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.reorder,
.box-address-billing .cart.table-wrapper .action-gift.action.reorder,
.box-address-shipping .cart.table-wrapper .action-gift.action.reorder,
.block-addresses-list .cart.table-wrapper .action-gift.action.reorder,
#my-orders-table .cart.table-wrapper .action-gift.action.reorder,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.reorder,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.reorder,
.box-billing-address .cart.table-wrapper .action-gift.action.reorder,
.box-billing-method .cart.table-wrapper .action-gift.action.reorder,
.box-shipping-address .cart.table-wrapper .action-gift.action.reorder,
.box-shipping-method .cart.table-wrapper .action-gift.action.reorder,
.table-order-review .cart.table-wrapper .action-gift.action.reorder,
#shipping_method_form .cart.table-wrapper .action-gift.action.reorder,
.multicheckout .cart.table-wrapper .action-gift.action.more,
.add-cus-btn .cart.table-wrapper .action-gift.action.more,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.more,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.more,
#my-reviews-table .cart.table-wrapper .action-gift.action.more,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.more,
.block-dashboard-info .cart.table-wrapper .action-gift.action.more,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.more,
.box-address-billing .cart.table-wrapper .action-gift.action.more,
.box-address-shipping .cart.table-wrapper .action-gift.action.more,
.block-addresses-list .cart.table-wrapper .action-gift.action.more,
#my-orders-table .cart.table-wrapper .action-gift.action.more,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.more,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.more,
.box-billing-address .cart.table-wrapper .action-gift.action.more,
.box-billing-method .cart.table-wrapper .action-gift.action.more,
.box-shipping-address .cart.table-wrapper .action-gift.action.more,
.box-shipping-method .cart.table-wrapper .action-gift.action.more,
.table-order-review .cart.table-wrapper .action-gift.action.more,
#shipping_method_form .cart.table-wrapper .action-gift.action.more,
.multicheckout .cart.table-wrapper .action-gift.action.print,
.add-cus-btn .cart.table-wrapper .action-gift.action.print,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.print,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.print,
#my-reviews-table .cart.table-wrapper .action-gift.action.print,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.print,
.block-dashboard-info .cart.table-wrapper .action-gift.action.print,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.print,
.box-address-billing .cart.table-wrapper .action-gift.action.print,
.box-address-shipping .cart.table-wrapper .action-gift.action.print,
.block-addresses-list .cart.table-wrapper .action-gift.action.print,
#my-orders-table .cart.table-wrapper .action-gift.action.print,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.print,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.print,
.box-billing-address .cart.table-wrapper .action-gift.action.print,
.box-billing-method .cart.table-wrapper .action-gift.action.print,
.box-shipping-address .cart.table-wrapper .action-gift.action.print,
.box-shipping-method .cart.table-wrapper .action-gift.action.print,
.table-order-review .cart.table-wrapper .action-gift.action.print,
#shipping_method_form .cart.table-wrapper .action-gift.action.print,
.multicheckout .cart.table-wrapper .action-gift.action.change-password,
.add-cus-btn .cart.table-wrapper .action-gift.action.change-password,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.change-password,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.change-password,
#my-reviews-table .cart.table-wrapper .action-gift.action.change-password,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.change-password,
.block-dashboard-info .cart.table-wrapper .action-gift.action.change-password,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.change-password,
.box-address-billing .cart.table-wrapper .action-gift.action.change-password,
.box-address-shipping .cart.table-wrapper .action-gift.action.change-password,
.block-addresses-list .cart.table-wrapper .action-gift.action.change-password,
#my-orders-table .cart.table-wrapper .action-gift.action.change-password,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.change-password,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.change-password,
.box-billing-address .cart.table-wrapper .action-gift.action.change-password,
.box-billing-method .cart.table-wrapper .action-gift.action.change-password,
.box-shipping-address .cart.table-wrapper .action-gift.action.change-password,
.box-shipping-method .cart.table-wrapper .action-gift.action.change-password,
.table-order-review .cart.table-wrapper .action-gift.action.change-password,
#shipping_method_form .cart.table-wrapper .action-gift.action.change-password,
.multicheckout .cart.table-wrapper .action-gift.action.edit,
.add-cus-btn .cart.table-wrapper .action-gift.action.edit,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.edit,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.edit,
#my-reviews-table .cart.table-wrapper .action-gift.action.edit,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.edit,
.block-dashboard-info .cart.table-wrapper .action-gift.action.edit,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.edit,
.box-address-billing .cart.table-wrapper .action-gift.action.edit,
.box-address-shipping .cart.table-wrapper .action-gift.action.edit,
.block-addresses-list .cart.table-wrapper .action-gift.action.edit,
#my-orders-table .cart.table-wrapper .action-gift.action.edit,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.edit,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.edit,
.box-billing-address .cart.table-wrapper .action-gift.action.edit,
.box-billing-method .cart.table-wrapper .action-gift.action.edit,
.box-shipping-address .cart.table-wrapper .action-gift.action.edit,
.box-shipping-method .cart.table-wrapper .action-gift.action.edit,
.table-order-review .cart.table-wrapper .action-gift.action.edit,
#shipping_method_form .cart.table-wrapper .action-gift.action.edit,
.multicheckout .cart.table-wrapper .action-gift.action.delete,
.add-cus-btn .cart.table-wrapper .action-gift.action.delete,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.delete,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.delete,
#my-reviews-table .cart.table-wrapper .action-gift.action.delete,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.delete,
.block-dashboard-info .cart.table-wrapper .action-gift.action.delete,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.delete,
.box-address-billing .cart.table-wrapper .action-gift.action.delete,
.box-address-shipping .cart.table-wrapper .action-gift.action.delete,
.block-addresses-list .cart.table-wrapper .action-gift.action.delete,
#my-orders-table .cart.table-wrapper .action-gift.action.delete,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.delete,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.delete,
.box-billing-address .cart.table-wrapper .action-gift.action.delete,
.box-billing-method .cart.table-wrapper .action-gift.action.delete,
.box-shipping-address .cart.table-wrapper .action-gift.action.delete,
.box-shipping-method .cart.table-wrapper .action-gift.action.delete,
.table-order-review .cart.table-wrapper .action-gift.action.delete,
#shipping_method_form .cart.table-wrapper .action-gift.action.delete,
.multicheckout .cart.table-wrapper .action-gift.action.add,
.add-cus-btn .cart.table-wrapper .action-gift.action.add,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.add,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.add,
#my-reviews-table .cart.table-wrapper .action-gift.action.add,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.add,
.block-dashboard-info .cart.table-wrapper .action-gift.action.add,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.add,
.box-address-billing .cart.table-wrapper .action-gift.action.add,
.box-address-shipping .cart.table-wrapper .action-gift.action.add,
.block-addresses-list .cart.table-wrapper .action-gift.action.add,
#my-orders-table .cart.table-wrapper .action-gift.action.add,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.add,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.add,
.box-billing-address .cart.table-wrapper .action-gift.action.add,
.box-billing-method .cart.table-wrapper .action-gift.action.add,
.box-shipping-address .cart.table-wrapper .action-gift.action.add,
.box-shipping-method .cart.table-wrapper .action-gift.action.add,
.table-order-review .cart.table-wrapper .action-gift.action.add,
#shipping_method_form .cart.table-wrapper .action-gift.action.add,
.multicheckout .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.add-cus-btn .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.action-select-shipping-item,
#my-reviews-table .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.block-dashboard-info .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.box-address-billing .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.box-address-shipping .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.block-addresses-list .cart.table-wrapper .action-gift.action.action-select-shipping-item,
#my-orders-table .cart.table-wrapper .action-gift.action.action-select-shipping-item,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.action-select-shipping-item,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.box-billing-address .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.box-billing-method .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.box-shipping-address .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.box-shipping-method .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.table-order-review .cart.table-wrapper .action-gift.action.action-select-shipping-item,
#shipping_method_form .cart.table-wrapper .action-gift.action.action-select-shipping-item,
.multicheckout .cart.table-wrapper .action-gift.action.action-show-popup,
.add-cus-btn .cart.table-wrapper .action-gift.action.action-show-popup,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.action-show-popup,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.action-show-popup,
#my-reviews-table .cart.table-wrapper .action-gift.action.action-show-popup,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.action-show-popup,
.block-dashboard-info .cart.table-wrapper .action-gift.action.action-show-popup,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.action-show-popup,
.box-address-billing .cart.table-wrapper .action-gift.action.action-show-popup,
.box-address-shipping .cart.table-wrapper .action-gift.action.action-show-popup,
.block-addresses-list .cart.table-wrapper .action-gift.action.action-show-popup,
#my-orders-table .cart.table-wrapper .action-gift.action.action-show-popup,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.action-show-popup,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.action-show-popup,
.box-billing-address .cart.table-wrapper .action-gift.action.action-show-popup,
.box-billing-method .cart.table-wrapper .action-gift.action.action-show-popup,
.box-shipping-address .cart.table-wrapper .action-gift.action.action-show-popup,
.box-shipping-method .cart.table-wrapper .action-gift.action.action-show-popup,
.table-order-review .cart.table-wrapper .action-gift.action.action-show-popup,
#shipping_method_form .cart.table-wrapper .action-gift.action.action-show-popup,
.multicheckout .cart.table-wrapper .action-gift.action.continue,
.add-cus-btn .cart.table-wrapper .action-gift.action.continue,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.continue,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.continue,
#my-reviews-table .cart.table-wrapper .action-gift.action.continue,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.continue,
.block-dashboard-info .cart.table-wrapper .action-gift.action.continue,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.continue,
.box-address-billing .cart.table-wrapper .action-gift.action.continue,
.box-address-shipping .cart.table-wrapper .action-gift.action.continue,
.block-addresses-list .cart.table-wrapper .action-gift.action.continue,
#my-orders-table .cart.table-wrapper .action-gift.action.continue,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.continue,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.continue,
.box-billing-address .cart.table-wrapper .action-gift.action.continue,
.box-billing-method .cart.table-wrapper .action-gift.action.continue,
.box-shipping-address .cart.table-wrapper .action-gift.action.continue,
.box-shipping-method .cart.table-wrapper .action-gift.action.continue,
.table-order-review .cart.table-wrapper .action-gift.action.continue,
#shipping_method_form .cart.table-wrapper .action-gift.action.continue {
  background: #fdbd3e;
  border: 0;
  padding: 10px 15px !important;
  display: inline-block;
  color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 2px;
  transition: all .3s;
  border-radius: 3px;
}
.multicheckout a.action.viewcart:hover,
.add-cus-btn a.action.viewcart:hover,
.block-reviews-dashboard a.action.viewcart:hover,
.block-dashboard-orders a.action.viewcart:hover,
#my-reviews-table a.action.viewcart:hover,
.order-actions-toolbar a.action.viewcart:hover,
.block-dashboard-info a.action.viewcart:hover,
.block-dashboard-addresses a.action.viewcart:hover,
.box-address-billing a.action.viewcart:hover,
.box-address-shipping a.action.viewcart:hover,
.block-addresses-list a.action.viewcart:hover,
#my-orders-table a.action.viewcart:hover,
#checkout_multishipping_form a.action.viewcart:hover,
#checkout-step-shipping a.action.viewcart:hover,
.box-billing-address a.action.viewcart:hover,
.box-billing-method a.action.viewcart:hover,
.box-shipping-address a.action.viewcart:hover,
.box-shipping-method a.action.viewcart:hover,
.table-order-review a.action.viewcart:hover,
#shipping_method_form a.action.viewcart:hover,
.multicheckout button.action.viewcart:hover,
.add-cus-btn button.action.viewcart:hover,
.block-reviews-dashboard button.action.viewcart:hover,
.block-dashboard-orders button.action.viewcart:hover,
#my-reviews-table button.action.viewcart:hover,
.order-actions-toolbar button.action.viewcart:hover,
.block-dashboard-info button.action.viewcart:hover,
.block-dashboard-addresses button.action.viewcart:hover,
.box-address-billing button.action.viewcart:hover,
.box-address-shipping button.action.viewcart:hover,
.block-addresses-list button.action.viewcart:hover,
#my-orders-table button.action.viewcart:hover,
#checkout_multishipping_form button.action.viewcart:hover,
#checkout-step-shipping button.action.viewcart:hover,
.box-billing-address button.action.viewcart:hover,
.box-billing-method button.action.viewcart:hover,
.box-shipping-address button.action.viewcart:hover,
.box-shipping-method button.action.viewcart:hover,
.table-order-review button.action.viewcart:hover,
#shipping_method_form button.action.viewcart:hover,
.multicheckout a.action.update-cart-item:hover,
.add-cus-btn a.action.update-cart-item:hover,
.block-reviews-dashboard a.action.update-cart-item:hover,
.block-dashboard-orders a.action.update-cart-item:hover,
#my-reviews-table a.action.update-cart-item:hover,
.order-actions-toolbar a.action.update-cart-item:hover,
.block-dashboard-info a.action.update-cart-item:hover,
.block-dashboard-addresses a.action.update-cart-item:hover,
.box-address-billing a.action.update-cart-item:hover,
.box-address-shipping a.action.update-cart-item:hover,
.block-addresses-list a.action.update-cart-item:hover,
#my-orders-table a.action.update-cart-item:hover,
#checkout_multishipping_form a.action.update-cart-item:hover,
#checkout-step-shipping a.action.update-cart-item:hover,
.box-billing-address a.action.update-cart-item:hover,
.box-billing-method a.action.update-cart-item:hover,
.box-shipping-address a.action.update-cart-item:hover,
.box-shipping-method a.action.update-cart-item:hover,
.table-order-review a.action.update-cart-item:hover,
#shipping_method_form a.action.update-cart-item:hover,
.multicheckout button.action.update-cart-item:hover,
.add-cus-btn button.action.update-cart-item:hover,
.block-reviews-dashboard button.action.update-cart-item:hover,
.block-dashboard-orders button.action.update-cart-item:hover,
#my-reviews-table button.action.update-cart-item:hover,
.order-actions-toolbar button.action.update-cart-item:hover,
.block-dashboard-info button.action.update-cart-item:hover,
.block-dashboard-addresses button.action.update-cart-item:hover,
.box-address-billing button.action.update-cart-item:hover,
.box-address-shipping button.action.update-cart-item:hover,
.block-addresses-list button.action.update-cart-item:hover,
#my-orders-table button.action.update-cart-item:hover,
#checkout_multishipping_form button.action.update-cart-item:hover,
#checkout-step-shipping button.action.update-cart-item:hover,
.box-billing-address button.action.update-cart-item:hover,
.box-billing-method button.action.update-cart-item:hover,
.box-shipping-address button.action.update-cart-item:hover,
.box-shipping-method button.action.update-cart-item:hover,
.table-order-review button.action.update-cart-item:hover,
#shipping_method_form button.action.update-cart-item:hover,
.multicheckout a.action.view:hover,
.add-cus-btn a.action.view:hover,
.block-reviews-dashboard a.action.view:hover,
.block-dashboard-orders a.action.view:hover,
#my-reviews-table a.action.view:hover,
.order-actions-toolbar a.action.view:hover,
.block-dashboard-info a.action.view:hover,
.block-dashboard-addresses a.action.view:hover,
.box-address-billing a.action.view:hover,
.box-address-shipping a.action.view:hover,
.block-addresses-list a.action.view:hover,
#my-orders-table a.action.view:hover,
#checkout_multishipping_form a.action.view:hover,
#checkout-step-shipping a.action.view:hover,
.box-billing-address a.action.view:hover,
.box-billing-method a.action.view:hover,
.box-shipping-address a.action.view:hover,
.box-shipping-method a.action.view:hover,
.table-order-review a.action.view:hover,
#shipping_method_form a.action.view:hover,
.multicheckout button.action.view:hover,
.add-cus-btn button.action.view:hover,
.block-reviews-dashboard button.action.view:hover,
.block-dashboard-orders button.action.view:hover,
#my-reviews-table button.action.view:hover,
.order-actions-toolbar button.action.view:hover,
.block-dashboard-info button.action.view:hover,
.block-dashboard-addresses button.action.view:hover,
.box-address-billing button.action.view:hover,
.box-address-shipping button.action.view:hover,
.block-addresses-list button.action.view:hover,
#my-orders-table button.action.view:hover,
#checkout_multishipping_form button.action.view:hover,
#checkout-step-shipping button.action.view:hover,
.box-billing-address button.action.view:hover,
.box-billing-method button.action.view:hover,
.box-shipping-address button.action.view:hover,
.box-shipping-method button.action.view:hover,
.table-order-review button.action.view:hover,
#shipping_method_form button.action.view:hover,
.multicheckout a.action.order:hover,
.add-cus-btn a.action.order:hover,
.block-reviews-dashboard a.action.order:hover,
.block-dashboard-orders a.action.order:hover,
#my-reviews-table a.action.order:hover,
.order-actions-toolbar a.action.order:hover,
.block-dashboard-info a.action.order:hover,
.block-dashboard-addresses a.action.order:hover,
.box-address-billing a.action.order:hover,
.box-address-shipping a.action.order:hover,
.block-addresses-list a.action.order:hover,
#my-orders-table a.action.order:hover,
#checkout_multishipping_form a.action.order:hover,
#checkout-step-shipping a.action.order:hover,
.box-billing-address a.action.order:hover,
.box-billing-method a.action.order:hover,
.box-shipping-address a.action.order:hover,
.box-shipping-method a.action.order:hover,
.table-order-review a.action.order:hover,
#shipping_method_form a.action.order:hover,
.multicheckout button.action.order:hover,
.add-cus-btn button.action.order:hover,
.block-reviews-dashboard button.action.order:hover,
.block-dashboard-orders button.action.order:hover,
#my-reviews-table button.action.order:hover,
.order-actions-toolbar button.action.order:hover,
.block-dashboard-info button.action.order:hover,
.block-dashboard-addresses button.action.order:hover,
.box-address-billing button.action.order:hover,
.box-address-shipping button.action.order:hover,
.block-addresses-list button.action.order:hover,
#my-orders-table button.action.order:hover,
#checkout_multishipping_form button.action.order:hover,
#checkout-step-shipping button.action.order:hover,
.box-billing-address button.action.order:hover,
.box-billing-method button.action.order:hover,
.box-shipping-address button.action.order:hover,
.box-shipping-method button.action.order:hover,
.table-order-review button.action.order:hover,
#shipping_method_form button.action.order:hover,
.multicheckout a.action.reorder:hover,
.add-cus-btn a.action.reorder:hover,
.block-reviews-dashboard a.action.reorder:hover,
.block-dashboard-orders a.action.reorder:hover,
#my-reviews-table a.action.reorder:hover,
.order-actions-toolbar a.action.reorder:hover,
.block-dashboard-info a.action.reorder:hover,
.block-dashboard-addresses a.action.reorder:hover,
.box-address-billing a.action.reorder:hover,
.box-address-shipping a.action.reorder:hover,
.block-addresses-list a.action.reorder:hover,
#my-orders-table a.action.reorder:hover,
#checkout_multishipping_form a.action.reorder:hover,
#checkout-step-shipping a.action.reorder:hover,
.box-billing-address a.action.reorder:hover,
.box-billing-method a.action.reorder:hover,
.box-shipping-address a.action.reorder:hover,
.box-shipping-method a.action.reorder:hover,
.table-order-review a.action.reorder:hover,
#shipping_method_form a.action.reorder:hover,
.multicheckout button.action.reorder:hover,
.add-cus-btn button.action.reorder:hover,
.block-reviews-dashboard button.action.reorder:hover,
.block-dashboard-orders button.action.reorder:hover,
#my-reviews-table button.action.reorder:hover,
.order-actions-toolbar button.action.reorder:hover,
.block-dashboard-info button.action.reorder:hover,
.block-dashboard-addresses button.action.reorder:hover,
.box-address-billing button.action.reorder:hover,
.box-address-shipping button.action.reorder:hover,
.block-addresses-list button.action.reorder:hover,
#my-orders-table button.action.reorder:hover,
#checkout_multishipping_form button.action.reorder:hover,
#checkout-step-shipping button.action.reorder:hover,
.box-billing-address button.action.reorder:hover,
.box-billing-method button.action.reorder:hover,
.box-shipping-address button.action.reorder:hover,
.box-shipping-method button.action.reorder:hover,
.table-order-review button.action.reorder:hover,
#shipping_method_form button.action.reorder:hover,
.multicheckout a.action.more:hover,
.add-cus-btn a.action.more:hover,
.block-reviews-dashboard a.action.more:hover,
.block-dashboard-orders a.action.more:hover,
#my-reviews-table a.action.more:hover,
.order-actions-toolbar a.action.more:hover,
.block-dashboard-info a.action.more:hover,
.block-dashboard-addresses a.action.more:hover,
.box-address-billing a.action.more:hover,
.box-address-shipping a.action.more:hover,
.block-addresses-list a.action.more:hover,
#my-orders-table a.action.more:hover,
#checkout_multishipping_form a.action.more:hover,
#checkout-step-shipping a.action.more:hover,
.box-billing-address a.action.more:hover,
.box-billing-method a.action.more:hover,
.box-shipping-address a.action.more:hover,
.box-shipping-method a.action.more:hover,
.table-order-review a.action.more:hover,
#shipping_method_form a.action.more:hover,
.multicheckout button.action.more:hover,
.add-cus-btn button.action.more:hover,
.block-reviews-dashboard button.action.more:hover,
.block-dashboard-orders button.action.more:hover,
#my-reviews-table button.action.more:hover,
.order-actions-toolbar button.action.more:hover,
.block-dashboard-info button.action.more:hover,
.block-dashboard-addresses button.action.more:hover,
.box-address-billing button.action.more:hover,
.box-address-shipping button.action.more:hover,
.block-addresses-list button.action.more:hover,
#my-orders-table button.action.more:hover,
#checkout_multishipping_form button.action.more:hover,
#checkout-step-shipping button.action.more:hover,
.box-billing-address button.action.more:hover,
.box-billing-method button.action.more:hover,
.box-shipping-address button.action.more:hover,
.box-shipping-method button.action.more:hover,
.table-order-review button.action.more:hover,
#shipping_method_form button.action.more:hover,
.multicheckout a.action.print:hover,
.add-cus-btn a.action.print:hover,
.block-reviews-dashboard a.action.print:hover,
.block-dashboard-orders a.action.print:hover,
#my-reviews-table a.action.print:hover,
.order-actions-toolbar a.action.print:hover,
.block-dashboard-info a.action.print:hover,
.block-dashboard-addresses a.action.print:hover,
.box-address-billing a.action.print:hover,
.box-address-shipping a.action.print:hover,
.block-addresses-list a.action.print:hover,
#my-orders-table a.action.print:hover,
#checkout_multishipping_form a.action.print:hover,
#checkout-step-shipping a.action.print:hover,
.box-billing-address a.action.print:hover,
.box-billing-method a.action.print:hover,
.box-shipping-address a.action.print:hover,
.box-shipping-method a.action.print:hover,
.table-order-review a.action.print:hover,
#shipping_method_form a.action.print:hover,
.multicheckout button.action.print:hover,
.add-cus-btn button.action.print:hover,
.block-reviews-dashboard button.action.print:hover,
.block-dashboard-orders button.action.print:hover,
#my-reviews-table button.action.print:hover,
.order-actions-toolbar button.action.print:hover,
.block-dashboard-info button.action.print:hover,
.block-dashboard-addresses button.action.print:hover,
.box-address-billing button.action.print:hover,
.box-address-shipping button.action.print:hover,
.block-addresses-list button.action.print:hover,
#my-orders-table button.action.print:hover,
#checkout_multishipping_form button.action.print:hover,
#checkout-step-shipping button.action.print:hover,
.box-billing-address button.action.print:hover,
.box-billing-method button.action.print:hover,
.box-shipping-address button.action.print:hover,
.box-shipping-method button.action.print:hover,
.table-order-review button.action.print:hover,
#shipping_method_form button.action.print:hover,
.multicheckout a.action.change-password:hover,
.add-cus-btn a.action.change-password:hover,
.block-reviews-dashboard a.action.change-password:hover,
.block-dashboard-orders a.action.change-password:hover,
#my-reviews-table a.action.change-password:hover,
.order-actions-toolbar a.action.change-password:hover,
.block-dashboard-info a.action.change-password:hover,
.block-dashboard-addresses a.action.change-password:hover,
.box-address-billing a.action.change-password:hover,
.box-address-shipping a.action.change-password:hover,
.block-addresses-list a.action.change-password:hover,
#my-orders-table a.action.change-password:hover,
#checkout_multishipping_form a.action.change-password:hover,
#checkout-step-shipping a.action.change-password:hover,
.box-billing-address a.action.change-password:hover,
.box-billing-method a.action.change-password:hover,
.box-shipping-address a.action.change-password:hover,
.box-shipping-method a.action.change-password:hover,
.table-order-review a.action.change-password:hover,
#shipping_method_form a.action.change-password:hover,
.multicheckout button.action.change-password:hover,
.add-cus-btn button.action.change-password:hover,
.block-reviews-dashboard button.action.change-password:hover,
.block-dashboard-orders button.action.change-password:hover,
#my-reviews-table button.action.change-password:hover,
.order-actions-toolbar button.action.change-password:hover,
.block-dashboard-info button.action.change-password:hover,
.block-dashboard-addresses button.action.change-password:hover,
.box-address-billing button.action.change-password:hover,
.box-address-shipping button.action.change-password:hover,
.block-addresses-list button.action.change-password:hover,
#my-orders-table button.action.change-password:hover,
#checkout_multishipping_form button.action.change-password:hover,
#checkout-step-shipping button.action.change-password:hover,
.box-billing-address button.action.change-password:hover,
.box-billing-method button.action.change-password:hover,
.box-shipping-address button.action.change-password:hover,
.box-shipping-method button.action.change-password:hover,
.table-order-review button.action.change-password:hover,
#shipping_method_form button.action.change-password:hover,
.multicheckout a.action.edit:hover,
.add-cus-btn a.action.edit:hover,
.block-reviews-dashboard a.action.edit:hover,
.block-dashboard-orders a.action.edit:hover,
#my-reviews-table a.action.edit:hover,
.order-actions-toolbar a.action.edit:hover,
.block-dashboard-info a.action.edit:hover,
.block-dashboard-addresses a.action.edit:hover,
.box-address-billing a.action.edit:hover,
.box-address-shipping a.action.edit:hover,
.block-addresses-list a.action.edit:hover,
#my-orders-table a.action.edit:hover,
#checkout_multishipping_form a.action.edit:hover,
#checkout-step-shipping a.action.edit:hover,
.box-billing-address a.action.edit:hover,
.box-billing-method a.action.edit:hover,
.box-shipping-address a.action.edit:hover,
.box-shipping-method a.action.edit:hover,
.table-order-review a.action.edit:hover,
#shipping_method_form a.action.edit:hover,
.multicheckout button.action.edit:hover,
.add-cus-btn button.action.edit:hover,
.block-reviews-dashboard button.action.edit:hover,
.block-dashboard-orders button.action.edit:hover,
#my-reviews-table button.action.edit:hover,
.order-actions-toolbar button.action.edit:hover,
.block-dashboard-info button.action.edit:hover,
.block-dashboard-addresses button.action.edit:hover,
.box-address-billing button.action.edit:hover,
.box-address-shipping button.action.edit:hover,
.block-addresses-list button.action.edit:hover,
#my-orders-table button.action.edit:hover,
#checkout_multishipping_form button.action.edit:hover,
#checkout-step-shipping button.action.edit:hover,
.box-billing-address button.action.edit:hover,
.box-billing-method button.action.edit:hover,
.box-shipping-address button.action.edit:hover,
.box-shipping-method button.action.edit:hover,
.table-order-review button.action.edit:hover,
#shipping_method_form button.action.edit:hover,
.multicheckout a.action.delete:hover,
.add-cus-btn a.action.delete:hover,
.block-reviews-dashboard a.action.delete:hover,
.block-dashboard-orders a.action.delete:hover,
#my-reviews-table a.action.delete:hover,
.order-actions-toolbar a.action.delete:hover,
.block-dashboard-info a.action.delete:hover,
.block-dashboard-addresses a.action.delete:hover,
.box-address-billing a.action.delete:hover,
.box-address-shipping a.action.delete:hover,
.block-addresses-list a.action.delete:hover,
#my-orders-table a.action.delete:hover,
#checkout_multishipping_form a.action.delete:hover,
#checkout-step-shipping a.action.delete:hover,
.box-billing-address a.action.delete:hover,
.box-billing-method a.action.delete:hover,
.box-shipping-address a.action.delete:hover,
.box-shipping-method a.action.delete:hover,
.table-order-review a.action.delete:hover,
#shipping_method_form a.action.delete:hover,
.multicheckout button.action.delete:hover,
.add-cus-btn button.action.delete:hover,
.block-reviews-dashboard button.action.delete:hover,
.block-dashboard-orders button.action.delete:hover,
#my-reviews-table button.action.delete:hover,
.order-actions-toolbar button.action.delete:hover,
.block-dashboard-info button.action.delete:hover,
.block-dashboard-addresses button.action.delete:hover,
.box-address-billing button.action.delete:hover,
.box-address-shipping button.action.delete:hover,
.block-addresses-list button.action.delete:hover,
#my-orders-table button.action.delete:hover,
#checkout_multishipping_form button.action.delete:hover,
#checkout-step-shipping button.action.delete:hover,
.box-billing-address button.action.delete:hover,
.box-billing-method button.action.delete:hover,
.box-shipping-address button.action.delete:hover,
.box-shipping-method button.action.delete:hover,
.table-order-review button.action.delete:hover,
#shipping_method_form button.action.delete:hover,
.multicheckout a.action.add:hover,
.add-cus-btn a.action.add:hover,
.block-reviews-dashboard a.action.add:hover,
.block-dashboard-orders a.action.add:hover,
#my-reviews-table a.action.add:hover,
.order-actions-toolbar a.action.add:hover,
.block-dashboard-info a.action.add:hover,
.block-dashboard-addresses a.action.add:hover,
.box-address-billing a.action.add:hover,
.box-address-shipping a.action.add:hover,
.block-addresses-list a.action.add:hover,
#my-orders-table a.action.add:hover,
#checkout_multishipping_form a.action.add:hover,
#checkout-step-shipping a.action.add:hover,
.box-billing-address a.action.add:hover,
.box-billing-method a.action.add:hover,
.box-shipping-address a.action.add:hover,
.box-shipping-method a.action.add:hover,
.table-order-review a.action.add:hover,
#shipping_method_form a.action.add:hover,
.multicheckout button.action.add:hover,
.add-cus-btn button.action.add:hover,
.block-reviews-dashboard button.action.add:hover,
.block-dashboard-orders button.action.add:hover,
#my-reviews-table button.action.add:hover,
.order-actions-toolbar button.action.add:hover,
.block-dashboard-info button.action.add:hover,
.block-dashboard-addresses button.action.add:hover,
.box-address-billing button.action.add:hover,
.box-address-shipping button.action.add:hover,
.block-addresses-list button.action.add:hover,
#my-orders-table button.action.add:hover,
#checkout_multishipping_form button.action.add:hover,
#checkout-step-shipping button.action.add:hover,
.box-billing-address button.action.add:hover,
.box-billing-method button.action.add:hover,
.box-shipping-address button.action.add:hover,
.box-shipping-method button.action.add:hover,
.table-order-review button.action.add:hover,
#shipping_method_form button.action.add:hover,
.multicheckout a.action.action-select-shipping-item:hover,
.add-cus-btn a.action.action-select-shipping-item:hover,
.block-reviews-dashboard a.action.action-select-shipping-item:hover,
.block-dashboard-orders a.action.action-select-shipping-item:hover,
#my-reviews-table a.action.action-select-shipping-item:hover,
.order-actions-toolbar a.action.action-select-shipping-item:hover,
.block-dashboard-info a.action.action-select-shipping-item:hover,
.block-dashboard-addresses a.action.action-select-shipping-item:hover,
.box-address-billing a.action.action-select-shipping-item:hover,
.box-address-shipping a.action.action-select-shipping-item:hover,
.block-addresses-list a.action.action-select-shipping-item:hover,
#my-orders-table a.action.action-select-shipping-item:hover,
#checkout_multishipping_form a.action.action-select-shipping-item:hover,
#checkout-step-shipping a.action.action-select-shipping-item:hover,
.box-billing-address a.action.action-select-shipping-item:hover,
.box-billing-method a.action.action-select-shipping-item:hover,
.box-shipping-address a.action.action-select-shipping-item:hover,
.box-shipping-method a.action.action-select-shipping-item:hover,
.table-order-review a.action.action-select-shipping-item:hover,
#shipping_method_form a.action.action-select-shipping-item:hover,
.multicheckout button.action.action-select-shipping-item:hover,
.add-cus-btn button.action.action-select-shipping-item:hover,
.block-reviews-dashboard button.action.action-select-shipping-item:hover,
.block-dashboard-orders button.action.action-select-shipping-item:hover,
#my-reviews-table button.action.action-select-shipping-item:hover,
.order-actions-toolbar button.action.action-select-shipping-item:hover,
.block-dashboard-info button.action.action-select-shipping-item:hover,
.block-dashboard-addresses button.action.action-select-shipping-item:hover,
.box-address-billing button.action.action-select-shipping-item:hover,
.box-address-shipping button.action.action-select-shipping-item:hover,
.block-addresses-list button.action.action-select-shipping-item:hover,
#my-orders-table button.action.action-select-shipping-item:hover,
#checkout_multishipping_form button.action.action-select-shipping-item:hover,
#checkout-step-shipping button.action.action-select-shipping-item:hover,
.box-billing-address button.action.action-select-shipping-item:hover,
.box-billing-method button.action.action-select-shipping-item:hover,
.box-shipping-address button.action.action-select-shipping-item:hover,
.box-shipping-method button.action.action-select-shipping-item:hover,
.table-order-review button.action.action-select-shipping-item:hover,
#shipping_method_form button.action.action-select-shipping-item:hover,
.multicheckout a.action.action-show-popup:hover,
.add-cus-btn a.action.action-show-popup:hover,
.block-reviews-dashboard a.action.action-show-popup:hover,
.block-dashboard-orders a.action.action-show-popup:hover,
#my-reviews-table a.action.action-show-popup:hover,
.order-actions-toolbar a.action.action-show-popup:hover,
.block-dashboard-info a.action.action-show-popup:hover,
.block-dashboard-addresses a.action.action-show-popup:hover,
.box-address-billing a.action.action-show-popup:hover,
.box-address-shipping a.action.action-show-popup:hover,
.block-addresses-list a.action.action-show-popup:hover,
#my-orders-table a.action.action-show-popup:hover,
#checkout_multishipping_form a.action.action-show-popup:hover,
#checkout-step-shipping a.action.action-show-popup:hover,
.box-billing-address a.action.action-show-popup:hover,
.box-billing-method a.action.action-show-popup:hover,
.box-shipping-address a.action.action-show-popup:hover,
.box-shipping-method a.action.action-show-popup:hover,
.table-order-review a.action.action-show-popup:hover,
#shipping_method_form a.action.action-show-popup:hover,
.multicheckout button.action.action-show-popup:hover,
.add-cus-btn button.action.action-show-popup:hover,
.block-reviews-dashboard button.action.action-show-popup:hover,
.block-dashboard-orders button.action.action-show-popup:hover,
#my-reviews-table button.action.action-show-popup:hover,
.order-actions-toolbar button.action.action-show-popup:hover,
.block-dashboard-info button.action.action-show-popup:hover,
.block-dashboard-addresses button.action.action-show-popup:hover,
.box-address-billing button.action.action-show-popup:hover,
.box-address-shipping button.action.action-show-popup:hover,
.block-addresses-list button.action.action-show-popup:hover,
#my-orders-table button.action.action-show-popup:hover,
#checkout_multishipping_form button.action.action-show-popup:hover,
#checkout-step-shipping button.action.action-show-popup:hover,
.box-billing-address button.action.action-show-popup:hover,
.box-billing-method button.action.action-show-popup:hover,
.box-shipping-address button.action.action-show-popup:hover,
.box-shipping-method button.action.action-show-popup:hover,
.table-order-review button.action.action-show-popup:hover,
#shipping_method_form button.action.action-show-popup:hover,
.multicheckout a.action.continue:hover,
.add-cus-btn a.action.continue:hover,
.block-reviews-dashboard a.action.continue:hover,
.block-dashboard-orders a.action.continue:hover,
#my-reviews-table a.action.continue:hover,
.order-actions-toolbar a.action.continue:hover,
.block-dashboard-info a.action.continue:hover,
.block-dashboard-addresses a.action.continue:hover,
.box-address-billing a.action.continue:hover,
.box-address-shipping a.action.continue:hover,
.block-addresses-list a.action.continue:hover,
#my-orders-table a.action.continue:hover,
#checkout_multishipping_form a.action.continue:hover,
#checkout-step-shipping a.action.continue:hover,
.box-billing-address a.action.continue:hover,
.box-billing-method a.action.continue:hover,
.box-shipping-address a.action.continue:hover,
.box-shipping-method a.action.continue:hover,
.table-order-review a.action.continue:hover,
#shipping_method_form a.action.continue:hover,
.multicheckout button.action.continue:hover,
.add-cus-btn button.action.continue:hover,
.block-reviews-dashboard button.action.continue:hover,
.block-dashboard-orders button.action.continue:hover,
#my-reviews-table button.action.continue:hover,
.order-actions-toolbar button.action.continue:hover,
.block-dashboard-info button.action.continue:hover,
.block-dashboard-addresses button.action.continue:hover,
.box-address-billing button.action.continue:hover,
.box-address-shipping button.action.continue:hover,
.block-addresses-list button.action.continue:hover,
#my-orders-table button.action.continue:hover,
#checkout_multishipping_form button.action.continue:hover,
#checkout-step-shipping button.action.continue:hover,
.box-billing-address button.action.continue:hover,
.box-billing-method button.action.continue:hover,
.box-shipping-address button.action.continue:hover,
.box-shipping-method button.action.continue:hover,
.table-order-review button.action.continue:hover,
#shipping_method_form button.action.continue:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.viewcart:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.view:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.order:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.reorder:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.more:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.print:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.change-password:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.edit:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.delete:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.add:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup:hover,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.continue:hover,
.multicheckout .cart.table-wrapper .action-gift.action.viewcart:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.viewcart:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.viewcart:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.viewcart:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.viewcart:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.viewcart:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.viewcart:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.viewcart:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.viewcart:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.viewcart:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.viewcart:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.viewcart:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.viewcart:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.viewcart:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.viewcart:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.viewcart:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.viewcart:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.viewcart:hover,
.table-order-review .cart.table-wrapper .action-gift.action.viewcart:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.viewcart:hover,
.multicheckout .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.update-cart-item:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.update-cart-item:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.update-cart-item:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.update-cart-item:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.table-order-review .cart.table-wrapper .action-gift.action.update-cart-item:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.update-cart-item:hover,
.multicheckout .cart.table-wrapper .action-gift.action.view:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.view:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.view:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.view:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.view:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.view:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.view:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.view:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.view:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.view:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.view:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.view:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.view:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.view:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.view:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.view:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.view:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.view:hover,
.table-order-review .cart.table-wrapper .action-gift.action.view:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.view:hover,
.multicheckout .cart.table-wrapper .action-gift.action.order:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.order:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.order:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.order:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.order:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.order:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.order:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.order:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.order:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.order:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.order:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.order:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.order:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.order:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.order:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.order:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.order:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.order:hover,
.table-order-review .cart.table-wrapper .action-gift.action.order:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.order:hover,
.multicheckout .cart.table-wrapper .action-gift.action.reorder:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.reorder:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.reorder:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.reorder:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.reorder:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.reorder:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.reorder:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.reorder:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.reorder:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.reorder:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.reorder:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.reorder:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.reorder:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.reorder:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.reorder:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.reorder:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.reorder:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.reorder:hover,
.table-order-review .cart.table-wrapper .action-gift.action.reorder:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.reorder:hover,
.multicheckout .cart.table-wrapper .action-gift.action.more:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.more:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.more:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.more:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.more:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.more:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.more:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.more:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.more:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.more:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.more:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.more:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.more:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.more:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.more:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.more:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.more:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.more:hover,
.table-order-review .cart.table-wrapper .action-gift.action.more:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.more:hover,
.multicheckout .cart.table-wrapper .action-gift.action.print:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.print:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.print:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.print:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.print:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.print:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.print:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.print:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.print:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.print:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.print:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.print:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.print:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.print:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.print:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.print:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.print:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.print:hover,
.table-order-review .cart.table-wrapper .action-gift.action.print:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.print:hover,
.multicheckout .cart.table-wrapper .action-gift.action.change-password:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.change-password:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.change-password:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.change-password:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.change-password:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.change-password:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.change-password:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.change-password:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.change-password:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.change-password:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.change-password:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.change-password:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.change-password:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.change-password:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.change-password:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.change-password:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.change-password:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.change-password:hover,
.table-order-review .cart.table-wrapper .action-gift.action.change-password:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.change-password:hover,
.multicheckout .cart.table-wrapper .action-gift.action.edit:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.edit:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.edit:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.edit:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.edit:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.edit:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.edit:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.edit:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.edit:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.edit:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.edit:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.edit:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.edit:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.edit:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.edit:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.edit:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.edit:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.edit:hover,
.table-order-review .cart.table-wrapper .action-gift.action.edit:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.edit:hover,
.multicheckout .cart.table-wrapper .action-gift.action.delete:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.delete:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.delete:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.delete:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.delete:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.delete:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.delete:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.delete:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.delete:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.delete:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.delete:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.delete:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.delete:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.delete:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.delete:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.delete:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.delete:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.delete:hover,
.table-order-review .cart.table-wrapper .action-gift.action.delete:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.delete:hover,
.multicheckout .cart.table-wrapper .action-gift.action.add:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.add:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.add:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.add:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.add:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.add:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.add:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.add:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.add:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.add:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.add:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.add:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.add:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.add:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.add:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.add:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.add:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.add:hover,
.table-order-review .cart.table-wrapper .action-gift.action.add:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.add:hover,
.multicheckout .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.table-order-review .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.action-select-shipping-item:hover,
.multicheckout .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.action-show-popup:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.action-show-popup:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.action-show-popup:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.action-show-popup:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.table-order-review .cart.table-wrapper .action-gift.action.action-show-popup:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.action-show-popup:hover,
.multicheckout .cart.table-wrapper .action-gift.action.continue:hover,
.add-cus-btn .cart.table-wrapper .action-gift.action.continue:hover,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.continue:hover,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.continue:hover,
#my-reviews-table .cart.table-wrapper .action-gift.action.continue:hover,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.continue:hover,
.block-dashboard-info .cart.table-wrapper .action-gift.action.continue:hover,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.continue:hover,
.box-address-billing .cart.table-wrapper .action-gift.action.continue:hover,
.box-address-shipping .cart.table-wrapper .action-gift.action.continue:hover,
.block-addresses-list .cart.table-wrapper .action-gift.action.continue:hover,
#my-orders-table .cart.table-wrapper .action-gift.action.continue:hover,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.continue:hover,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.continue:hover,
.box-billing-address .cart.table-wrapper .action-gift.action.continue:hover,
.box-billing-method .cart.table-wrapper .action-gift.action.continue:hover,
.box-shipping-address .cart.table-wrapper .action-gift.action.continue:hover,
.box-shipping-method .cart.table-wrapper .action-gift.action.continue:hover,
.table-order-review .cart.table-wrapper .action-gift.action.continue:hover,
#shipping_method_form .cart.table-wrapper .action-gift.action.continue:hover {
  background-color: #fdac0e;
  border: 0;
  color: #ffffff;
}
.multicheckout a.action.viewcart > span,
.add-cus-btn a.action.viewcart > span,
.block-reviews-dashboard a.action.viewcart > span,
.block-dashboard-orders a.action.viewcart > span,
#my-reviews-table a.action.viewcart > span,
.order-actions-toolbar a.action.viewcart > span,
.block-dashboard-info a.action.viewcart > span,
.block-dashboard-addresses a.action.viewcart > span,
.box-address-billing a.action.viewcart > span,
.box-address-shipping a.action.viewcart > span,
.block-addresses-list a.action.viewcart > span,
#my-orders-table a.action.viewcart > span,
#checkout_multishipping_form a.action.viewcart > span,
#checkout-step-shipping a.action.viewcart > span,
.box-billing-address a.action.viewcart > span,
.box-billing-method a.action.viewcart > span,
.box-shipping-address a.action.viewcart > span,
.box-shipping-method a.action.viewcart > span,
.table-order-review a.action.viewcart > span,
#shipping_method_form a.action.viewcart > span,
.multicheckout button.action.viewcart > span,
.add-cus-btn button.action.viewcart > span,
.block-reviews-dashboard button.action.viewcart > span,
.block-dashboard-orders button.action.viewcart > span,
#my-reviews-table button.action.viewcart > span,
.order-actions-toolbar button.action.viewcart > span,
.block-dashboard-info button.action.viewcart > span,
.block-dashboard-addresses button.action.viewcart > span,
.box-address-billing button.action.viewcart > span,
.box-address-shipping button.action.viewcart > span,
.block-addresses-list button.action.viewcart > span,
#my-orders-table button.action.viewcart > span,
#checkout_multishipping_form button.action.viewcart > span,
#checkout-step-shipping button.action.viewcart > span,
.box-billing-address button.action.viewcart > span,
.box-billing-method button.action.viewcart > span,
.box-shipping-address button.action.viewcart > span,
.box-shipping-method button.action.viewcart > span,
.table-order-review button.action.viewcart > span,
#shipping_method_form button.action.viewcart > span,
.multicheckout a.action.update-cart-item > span,
.add-cus-btn a.action.update-cart-item > span,
.block-reviews-dashboard a.action.update-cart-item > span,
.block-dashboard-orders a.action.update-cart-item > span,
#my-reviews-table a.action.update-cart-item > span,
.order-actions-toolbar a.action.update-cart-item > span,
.block-dashboard-info a.action.update-cart-item > span,
.block-dashboard-addresses a.action.update-cart-item > span,
.box-address-billing a.action.update-cart-item > span,
.box-address-shipping a.action.update-cart-item > span,
.block-addresses-list a.action.update-cart-item > span,
#my-orders-table a.action.update-cart-item > span,
#checkout_multishipping_form a.action.update-cart-item > span,
#checkout-step-shipping a.action.update-cart-item > span,
.box-billing-address a.action.update-cart-item > span,
.box-billing-method a.action.update-cart-item > span,
.box-shipping-address a.action.update-cart-item > span,
.box-shipping-method a.action.update-cart-item > span,
.table-order-review a.action.update-cart-item > span,
#shipping_method_form a.action.update-cart-item > span,
.multicheckout button.action.update-cart-item > span,
.add-cus-btn button.action.update-cart-item > span,
.block-reviews-dashboard button.action.update-cart-item > span,
.block-dashboard-orders button.action.update-cart-item > span,
#my-reviews-table button.action.update-cart-item > span,
.order-actions-toolbar button.action.update-cart-item > span,
.block-dashboard-info button.action.update-cart-item > span,
.block-dashboard-addresses button.action.update-cart-item > span,
.box-address-billing button.action.update-cart-item > span,
.box-address-shipping button.action.update-cart-item > span,
.block-addresses-list button.action.update-cart-item > span,
#my-orders-table button.action.update-cart-item > span,
#checkout_multishipping_form button.action.update-cart-item > span,
#checkout-step-shipping button.action.update-cart-item > span,
.box-billing-address button.action.update-cart-item > span,
.box-billing-method button.action.update-cart-item > span,
.box-shipping-address button.action.update-cart-item > span,
.box-shipping-method button.action.update-cart-item > span,
.table-order-review button.action.update-cart-item > span,
#shipping_method_form button.action.update-cart-item > span,
.multicheckout a.action.view > span,
.add-cus-btn a.action.view > span,
.block-reviews-dashboard a.action.view > span,
.block-dashboard-orders a.action.view > span,
#my-reviews-table a.action.view > span,
.order-actions-toolbar a.action.view > span,
.block-dashboard-info a.action.view > span,
.block-dashboard-addresses a.action.view > span,
.box-address-billing a.action.view > span,
.box-address-shipping a.action.view > span,
.block-addresses-list a.action.view > span,
#my-orders-table a.action.view > span,
#checkout_multishipping_form a.action.view > span,
#checkout-step-shipping a.action.view > span,
.box-billing-address a.action.view > span,
.box-billing-method a.action.view > span,
.box-shipping-address a.action.view > span,
.box-shipping-method a.action.view > span,
.table-order-review a.action.view > span,
#shipping_method_form a.action.view > span,
.multicheckout button.action.view > span,
.add-cus-btn button.action.view > span,
.block-reviews-dashboard button.action.view > span,
.block-dashboard-orders button.action.view > span,
#my-reviews-table button.action.view > span,
.order-actions-toolbar button.action.view > span,
.block-dashboard-info button.action.view > span,
.block-dashboard-addresses button.action.view > span,
.box-address-billing button.action.view > span,
.box-address-shipping button.action.view > span,
.block-addresses-list button.action.view > span,
#my-orders-table button.action.view > span,
#checkout_multishipping_form button.action.view > span,
#checkout-step-shipping button.action.view > span,
.box-billing-address button.action.view > span,
.box-billing-method button.action.view > span,
.box-shipping-address button.action.view > span,
.box-shipping-method button.action.view > span,
.table-order-review button.action.view > span,
#shipping_method_form button.action.view > span,
.multicheckout a.action.order > span,
.add-cus-btn a.action.order > span,
.block-reviews-dashboard a.action.order > span,
.block-dashboard-orders a.action.order > span,
#my-reviews-table a.action.order > span,
.order-actions-toolbar a.action.order > span,
.block-dashboard-info a.action.order > span,
.block-dashboard-addresses a.action.order > span,
.box-address-billing a.action.order > span,
.box-address-shipping a.action.order > span,
.block-addresses-list a.action.order > span,
#my-orders-table a.action.order > span,
#checkout_multishipping_form a.action.order > span,
#checkout-step-shipping a.action.order > span,
.box-billing-address a.action.order > span,
.box-billing-method a.action.order > span,
.box-shipping-address a.action.order > span,
.box-shipping-method a.action.order > span,
.table-order-review a.action.order > span,
#shipping_method_form a.action.order > span,
.multicheckout button.action.order > span,
.add-cus-btn button.action.order > span,
.block-reviews-dashboard button.action.order > span,
.block-dashboard-orders button.action.order > span,
#my-reviews-table button.action.order > span,
.order-actions-toolbar button.action.order > span,
.block-dashboard-info button.action.order > span,
.block-dashboard-addresses button.action.order > span,
.box-address-billing button.action.order > span,
.box-address-shipping button.action.order > span,
.block-addresses-list button.action.order > span,
#my-orders-table button.action.order > span,
#checkout_multishipping_form button.action.order > span,
#checkout-step-shipping button.action.order > span,
.box-billing-address button.action.order > span,
.box-billing-method button.action.order > span,
.box-shipping-address button.action.order > span,
.box-shipping-method button.action.order > span,
.table-order-review button.action.order > span,
#shipping_method_form button.action.order > span,
.multicheckout a.action.reorder > span,
.add-cus-btn a.action.reorder > span,
.block-reviews-dashboard a.action.reorder > span,
.block-dashboard-orders a.action.reorder > span,
#my-reviews-table a.action.reorder > span,
.order-actions-toolbar a.action.reorder > span,
.block-dashboard-info a.action.reorder > span,
.block-dashboard-addresses a.action.reorder > span,
.box-address-billing a.action.reorder > span,
.box-address-shipping a.action.reorder > span,
.block-addresses-list a.action.reorder > span,
#my-orders-table a.action.reorder > span,
#checkout_multishipping_form a.action.reorder > span,
#checkout-step-shipping a.action.reorder > span,
.box-billing-address a.action.reorder > span,
.box-billing-method a.action.reorder > span,
.box-shipping-address a.action.reorder > span,
.box-shipping-method a.action.reorder > span,
.table-order-review a.action.reorder > span,
#shipping_method_form a.action.reorder > span,
.multicheckout button.action.reorder > span,
.add-cus-btn button.action.reorder > span,
.block-reviews-dashboard button.action.reorder > span,
.block-dashboard-orders button.action.reorder > span,
#my-reviews-table button.action.reorder > span,
.order-actions-toolbar button.action.reorder > span,
.block-dashboard-info button.action.reorder > span,
.block-dashboard-addresses button.action.reorder > span,
.box-address-billing button.action.reorder > span,
.box-address-shipping button.action.reorder > span,
.block-addresses-list button.action.reorder > span,
#my-orders-table button.action.reorder > span,
#checkout_multishipping_form button.action.reorder > span,
#checkout-step-shipping button.action.reorder > span,
.box-billing-address button.action.reorder > span,
.box-billing-method button.action.reorder > span,
.box-shipping-address button.action.reorder > span,
.box-shipping-method button.action.reorder > span,
.table-order-review button.action.reorder > span,
#shipping_method_form button.action.reorder > span,
.multicheckout a.action.more > span,
.add-cus-btn a.action.more > span,
.block-reviews-dashboard a.action.more > span,
.block-dashboard-orders a.action.more > span,
#my-reviews-table a.action.more > span,
.order-actions-toolbar a.action.more > span,
.block-dashboard-info a.action.more > span,
.block-dashboard-addresses a.action.more > span,
.box-address-billing a.action.more > span,
.box-address-shipping a.action.more > span,
.block-addresses-list a.action.more > span,
#my-orders-table a.action.more > span,
#checkout_multishipping_form a.action.more > span,
#checkout-step-shipping a.action.more > span,
.box-billing-address a.action.more > span,
.box-billing-method a.action.more > span,
.box-shipping-address a.action.more > span,
.box-shipping-method a.action.more > span,
.table-order-review a.action.more > span,
#shipping_method_form a.action.more > span,
.multicheckout button.action.more > span,
.add-cus-btn button.action.more > span,
.block-reviews-dashboard button.action.more > span,
.block-dashboard-orders button.action.more > span,
#my-reviews-table button.action.more > span,
.order-actions-toolbar button.action.more > span,
.block-dashboard-info button.action.more > span,
.block-dashboard-addresses button.action.more > span,
.box-address-billing button.action.more > span,
.box-address-shipping button.action.more > span,
.block-addresses-list button.action.more > span,
#my-orders-table button.action.more > span,
#checkout_multishipping_form button.action.more > span,
#checkout-step-shipping button.action.more > span,
.box-billing-address button.action.more > span,
.box-billing-method button.action.more > span,
.box-shipping-address button.action.more > span,
.box-shipping-method button.action.more > span,
.table-order-review button.action.more > span,
#shipping_method_form button.action.more > span,
.multicheckout a.action.print > span,
.add-cus-btn a.action.print > span,
.block-reviews-dashboard a.action.print > span,
.block-dashboard-orders a.action.print > span,
#my-reviews-table a.action.print > span,
.order-actions-toolbar a.action.print > span,
.block-dashboard-info a.action.print > span,
.block-dashboard-addresses a.action.print > span,
.box-address-billing a.action.print > span,
.box-address-shipping a.action.print > span,
.block-addresses-list a.action.print > span,
#my-orders-table a.action.print > span,
#checkout_multishipping_form a.action.print > span,
#checkout-step-shipping a.action.print > span,
.box-billing-address a.action.print > span,
.box-billing-method a.action.print > span,
.box-shipping-address a.action.print > span,
.box-shipping-method a.action.print > span,
.table-order-review a.action.print > span,
#shipping_method_form a.action.print > span,
.multicheckout button.action.print > span,
.add-cus-btn button.action.print > span,
.block-reviews-dashboard button.action.print > span,
.block-dashboard-orders button.action.print > span,
#my-reviews-table button.action.print > span,
.order-actions-toolbar button.action.print > span,
.block-dashboard-info button.action.print > span,
.block-dashboard-addresses button.action.print > span,
.box-address-billing button.action.print > span,
.box-address-shipping button.action.print > span,
.block-addresses-list button.action.print > span,
#my-orders-table button.action.print > span,
#checkout_multishipping_form button.action.print > span,
#checkout-step-shipping button.action.print > span,
.box-billing-address button.action.print > span,
.box-billing-method button.action.print > span,
.box-shipping-address button.action.print > span,
.box-shipping-method button.action.print > span,
.table-order-review button.action.print > span,
#shipping_method_form button.action.print > span,
.multicheckout a.action.change-password > span,
.add-cus-btn a.action.change-password > span,
.block-reviews-dashboard a.action.change-password > span,
.block-dashboard-orders a.action.change-password > span,
#my-reviews-table a.action.change-password > span,
.order-actions-toolbar a.action.change-password > span,
.block-dashboard-info a.action.change-password > span,
.block-dashboard-addresses a.action.change-password > span,
.box-address-billing a.action.change-password > span,
.box-address-shipping a.action.change-password > span,
.block-addresses-list a.action.change-password > span,
#my-orders-table a.action.change-password > span,
#checkout_multishipping_form a.action.change-password > span,
#checkout-step-shipping a.action.change-password > span,
.box-billing-address a.action.change-password > span,
.box-billing-method a.action.change-password > span,
.box-shipping-address a.action.change-password > span,
.box-shipping-method a.action.change-password > span,
.table-order-review a.action.change-password > span,
#shipping_method_form a.action.change-password > span,
.multicheckout button.action.change-password > span,
.add-cus-btn button.action.change-password > span,
.block-reviews-dashboard button.action.change-password > span,
.block-dashboard-orders button.action.change-password > span,
#my-reviews-table button.action.change-password > span,
.order-actions-toolbar button.action.change-password > span,
.block-dashboard-info button.action.change-password > span,
.block-dashboard-addresses button.action.change-password > span,
.box-address-billing button.action.change-password > span,
.box-address-shipping button.action.change-password > span,
.block-addresses-list button.action.change-password > span,
#my-orders-table button.action.change-password > span,
#checkout_multishipping_form button.action.change-password > span,
#checkout-step-shipping button.action.change-password > span,
.box-billing-address button.action.change-password > span,
.box-billing-method button.action.change-password > span,
.box-shipping-address button.action.change-password > span,
.box-shipping-method button.action.change-password > span,
.table-order-review button.action.change-password > span,
#shipping_method_form button.action.change-password > span,
.multicheckout a.action.edit > span,
.add-cus-btn a.action.edit > span,
.block-reviews-dashboard a.action.edit > span,
.block-dashboard-orders a.action.edit > span,
#my-reviews-table a.action.edit > span,
.order-actions-toolbar a.action.edit > span,
.block-dashboard-info a.action.edit > span,
.block-dashboard-addresses a.action.edit > span,
.box-address-billing a.action.edit > span,
.box-address-shipping a.action.edit > span,
.block-addresses-list a.action.edit > span,
#my-orders-table a.action.edit > span,
#checkout_multishipping_form a.action.edit > span,
#checkout-step-shipping a.action.edit > span,
.box-billing-address a.action.edit > span,
.box-billing-method a.action.edit > span,
.box-shipping-address a.action.edit > span,
.box-shipping-method a.action.edit > span,
.table-order-review a.action.edit > span,
#shipping_method_form a.action.edit > span,
.multicheckout button.action.edit > span,
.add-cus-btn button.action.edit > span,
.block-reviews-dashboard button.action.edit > span,
.block-dashboard-orders button.action.edit > span,
#my-reviews-table button.action.edit > span,
.order-actions-toolbar button.action.edit > span,
.block-dashboard-info button.action.edit > span,
.block-dashboard-addresses button.action.edit > span,
.box-address-billing button.action.edit > span,
.box-address-shipping button.action.edit > span,
.block-addresses-list button.action.edit > span,
#my-orders-table button.action.edit > span,
#checkout_multishipping_form button.action.edit > span,
#checkout-step-shipping button.action.edit > span,
.box-billing-address button.action.edit > span,
.box-billing-method button.action.edit > span,
.box-shipping-address button.action.edit > span,
.box-shipping-method button.action.edit > span,
.table-order-review button.action.edit > span,
#shipping_method_form button.action.edit > span,
.multicheckout a.action.delete > span,
.add-cus-btn a.action.delete > span,
.block-reviews-dashboard a.action.delete > span,
.block-dashboard-orders a.action.delete > span,
#my-reviews-table a.action.delete > span,
.order-actions-toolbar a.action.delete > span,
.block-dashboard-info a.action.delete > span,
.block-dashboard-addresses a.action.delete > span,
.box-address-billing a.action.delete > span,
.box-address-shipping a.action.delete > span,
.block-addresses-list a.action.delete > span,
#my-orders-table a.action.delete > span,
#checkout_multishipping_form a.action.delete > span,
#checkout-step-shipping a.action.delete > span,
.box-billing-address a.action.delete > span,
.box-billing-method a.action.delete > span,
.box-shipping-address a.action.delete > span,
.box-shipping-method a.action.delete > span,
.table-order-review a.action.delete > span,
#shipping_method_form a.action.delete > span,
.multicheckout button.action.delete > span,
.add-cus-btn button.action.delete > span,
.block-reviews-dashboard button.action.delete > span,
.block-dashboard-orders button.action.delete > span,
#my-reviews-table button.action.delete > span,
.order-actions-toolbar button.action.delete > span,
.block-dashboard-info button.action.delete > span,
.block-dashboard-addresses button.action.delete > span,
.box-address-billing button.action.delete > span,
.box-address-shipping button.action.delete > span,
.block-addresses-list button.action.delete > span,
#my-orders-table button.action.delete > span,
#checkout_multishipping_form button.action.delete > span,
#checkout-step-shipping button.action.delete > span,
.box-billing-address button.action.delete > span,
.box-billing-method button.action.delete > span,
.box-shipping-address button.action.delete > span,
.box-shipping-method button.action.delete > span,
.table-order-review button.action.delete > span,
#shipping_method_form button.action.delete > span,
.multicheckout a.action.add > span,
.add-cus-btn a.action.add > span,
.block-reviews-dashboard a.action.add > span,
.block-dashboard-orders a.action.add > span,
#my-reviews-table a.action.add > span,
.order-actions-toolbar a.action.add > span,
.block-dashboard-info a.action.add > span,
.block-dashboard-addresses a.action.add > span,
.box-address-billing a.action.add > span,
.box-address-shipping a.action.add > span,
.block-addresses-list a.action.add > span,
#my-orders-table a.action.add > span,
#checkout_multishipping_form a.action.add > span,
#checkout-step-shipping a.action.add > span,
.box-billing-address a.action.add > span,
.box-billing-method a.action.add > span,
.box-shipping-address a.action.add > span,
.box-shipping-method a.action.add > span,
.table-order-review a.action.add > span,
#shipping_method_form a.action.add > span,
.multicheckout button.action.add > span,
.add-cus-btn button.action.add > span,
.block-reviews-dashboard button.action.add > span,
.block-dashboard-orders button.action.add > span,
#my-reviews-table button.action.add > span,
.order-actions-toolbar button.action.add > span,
.block-dashboard-info button.action.add > span,
.block-dashboard-addresses button.action.add > span,
.box-address-billing button.action.add > span,
.box-address-shipping button.action.add > span,
.block-addresses-list button.action.add > span,
#my-orders-table button.action.add > span,
#checkout_multishipping_form button.action.add > span,
#checkout-step-shipping button.action.add > span,
.box-billing-address button.action.add > span,
.box-billing-method button.action.add > span,
.box-shipping-address button.action.add > span,
.box-shipping-method button.action.add > span,
.table-order-review button.action.add > span,
#shipping_method_form button.action.add > span,
.multicheckout a.action.action-select-shipping-item > span,
.add-cus-btn a.action.action-select-shipping-item > span,
.block-reviews-dashboard a.action.action-select-shipping-item > span,
.block-dashboard-orders a.action.action-select-shipping-item > span,
#my-reviews-table a.action.action-select-shipping-item > span,
.order-actions-toolbar a.action.action-select-shipping-item > span,
.block-dashboard-info a.action.action-select-shipping-item > span,
.block-dashboard-addresses a.action.action-select-shipping-item > span,
.box-address-billing a.action.action-select-shipping-item > span,
.box-address-shipping a.action.action-select-shipping-item > span,
.block-addresses-list a.action.action-select-shipping-item > span,
#my-orders-table a.action.action-select-shipping-item > span,
#checkout_multishipping_form a.action.action-select-shipping-item > span,
#checkout-step-shipping a.action.action-select-shipping-item > span,
.box-billing-address a.action.action-select-shipping-item > span,
.box-billing-method a.action.action-select-shipping-item > span,
.box-shipping-address a.action.action-select-shipping-item > span,
.box-shipping-method a.action.action-select-shipping-item > span,
.table-order-review a.action.action-select-shipping-item > span,
#shipping_method_form a.action.action-select-shipping-item > span,
.multicheckout button.action.action-select-shipping-item > span,
.add-cus-btn button.action.action-select-shipping-item > span,
.block-reviews-dashboard button.action.action-select-shipping-item > span,
.block-dashboard-orders button.action.action-select-shipping-item > span,
#my-reviews-table button.action.action-select-shipping-item > span,
.order-actions-toolbar button.action.action-select-shipping-item > span,
.block-dashboard-info button.action.action-select-shipping-item > span,
.block-dashboard-addresses button.action.action-select-shipping-item > span,
.box-address-billing button.action.action-select-shipping-item > span,
.box-address-shipping button.action.action-select-shipping-item > span,
.block-addresses-list button.action.action-select-shipping-item > span,
#my-orders-table button.action.action-select-shipping-item > span,
#checkout_multishipping_form button.action.action-select-shipping-item > span,
#checkout-step-shipping button.action.action-select-shipping-item > span,
.box-billing-address button.action.action-select-shipping-item > span,
.box-billing-method button.action.action-select-shipping-item > span,
.box-shipping-address button.action.action-select-shipping-item > span,
.box-shipping-method button.action.action-select-shipping-item > span,
.table-order-review button.action.action-select-shipping-item > span,
#shipping_method_form button.action.action-select-shipping-item > span,
.multicheckout a.action.action-show-popup > span,
.add-cus-btn a.action.action-show-popup > span,
.block-reviews-dashboard a.action.action-show-popup > span,
.block-dashboard-orders a.action.action-show-popup > span,
#my-reviews-table a.action.action-show-popup > span,
.order-actions-toolbar a.action.action-show-popup > span,
.block-dashboard-info a.action.action-show-popup > span,
.block-dashboard-addresses a.action.action-show-popup > span,
.box-address-billing a.action.action-show-popup > span,
.box-address-shipping a.action.action-show-popup > span,
.block-addresses-list a.action.action-show-popup > span,
#my-orders-table a.action.action-show-popup > span,
#checkout_multishipping_form a.action.action-show-popup > span,
#checkout-step-shipping a.action.action-show-popup > span,
.box-billing-address a.action.action-show-popup > span,
.box-billing-method a.action.action-show-popup > span,
.box-shipping-address a.action.action-show-popup > span,
.box-shipping-method a.action.action-show-popup > span,
.table-order-review a.action.action-show-popup > span,
#shipping_method_form a.action.action-show-popup > span,
.multicheckout button.action.action-show-popup > span,
.add-cus-btn button.action.action-show-popup > span,
.block-reviews-dashboard button.action.action-show-popup > span,
.block-dashboard-orders button.action.action-show-popup > span,
#my-reviews-table button.action.action-show-popup > span,
.order-actions-toolbar button.action.action-show-popup > span,
.block-dashboard-info button.action.action-show-popup > span,
.block-dashboard-addresses button.action.action-show-popup > span,
.box-address-billing button.action.action-show-popup > span,
.box-address-shipping button.action.action-show-popup > span,
.block-addresses-list button.action.action-show-popup > span,
#my-orders-table button.action.action-show-popup > span,
#checkout_multishipping_form button.action.action-show-popup > span,
#checkout-step-shipping button.action.action-show-popup > span,
.box-billing-address button.action.action-show-popup > span,
.box-billing-method button.action.action-show-popup > span,
.box-shipping-address button.action.action-show-popup > span,
.box-shipping-method button.action.action-show-popup > span,
.table-order-review button.action.action-show-popup > span,
#shipping_method_form button.action.action-show-popup > span,
.multicheckout a.action.continue > span,
.add-cus-btn a.action.continue > span,
.block-reviews-dashboard a.action.continue > span,
.block-dashboard-orders a.action.continue > span,
#my-reviews-table a.action.continue > span,
.order-actions-toolbar a.action.continue > span,
.block-dashboard-info a.action.continue > span,
.block-dashboard-addresses a.action.continue > span,
.box-address-billing a.action.continue > span,
.box-address-shipping a.action.continue > span,
.block-addresses-list a.action.continue > span,
#my-orders-table a.action.continue > span,
#checkout_multishipping_form a.action.continue > span,
#checkout-step-shipping a.action.continue > span,
.box-billing-address a.action.continue > span,
.box-billing-method a.action.continue > span,
.box-shipping-address a.action.continue > span,
.box-shipping-method a.action.continue > span,
.table-order-review a.action.continue > span,
#shipping_method_form a.action.continue > span,
.multicheckout button.action.continue > span,
.add-cus-btn button.action.continue > span,
.block-reviews-dashboard button.action.continue > span,
.block-dashboard-orders button.action.continue > span,
#my-reviews-table button.action.continue > span,
.order-actions-toolbar button.action.continue > span,
.block-dashboard-info button.action.continue > span,
.block-dashboard-addresses button.action.continue > span,
.box-address-billing button.action.continue > span,
.box-address-shipping button.action.continue > span,
.block-addresses-list button.action.continue > span,
#my-orders-table button.action.continue > span,
#checkout_multishipping_form button.action.continue > span,
#checkout-step-shipping button.action.continue > span,
.box-billing-address button.action.continue > span,
.box-billing-method button.action.continue > span,
.box-shipping-address button.action.continue > span,
.box-shipping-method button.action.continue > span,
.table-order-review button.action.continue > span,
#shipping_method_form button.action.continue > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.viewcart > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.update-cart-item > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.view > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.view > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.view > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.view > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.view > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.view > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.order > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.order > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.order > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.order > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.order > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.order > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.reorder > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.more > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.more > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.more > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.more > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.more > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.more > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.print > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.print > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.print > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.print > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.print > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.print > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.change-password > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.edit > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.delete > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.add > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.add > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.add > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.add > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.add > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.add > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.action-select-shipping-item > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.action-show-popup > span,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.add-cus-btn .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.block-reviews-dashboard .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.block-dashboard-orders .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
#my-reviews-table .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.order-actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.block-dashboard-info .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.block-dashboard-addresses .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.box-address-billing .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.box-address-shipping .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.block-addresses-list .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
#my-orders-table .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
#checkout-step-shipping .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.box-billing-address .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.box-billing-method .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.box-shipping-address .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.box-shipping-method .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.table-order-review .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.continue > span,
.multicheckout .cart.table-wrapper .action-gift.action.viewcart > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.viewcart > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.viewcart > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.viewcart > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.viewcart > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.viewcart > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.viewcart > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.viewcart > span,
.box-address-billing .cart.table-wrapper .action-gift.action.viewcart > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.viewcart > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.viewcart > span,
#my-orders-table .cart.table-wrapper .action-gift.action.viewcart > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.viewcart > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.viewcart > span,
.box-billing-address .cart.table-wrapper .action-gift.action.viewcart > span,
.box-billing-method .cart.table-wrapper .action-gift.action.viewcart > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.viewcart > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.viewcart > span,
.table-order-review .cart.table-wrapper .action-gift.action.viewcart > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.viewcart > span,
.multicheckout .cart.table-wrapper .action-gift.action.update-cart-item > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.update-cart-item > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.update-cart-item > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.update-cart-item > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.update-cart-item > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.update-cart-item > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.update-cart-item > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.update-cart-item > span,
.box-address-billing .cart.table-wrapper .action-gift.action.update-cart-item > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.update-cart-item > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.update-cart-item > span,
#my-orders-table .cart.table-wrapper .action-gift.action.update-cart-item > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.update-cart-item > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.update-cart-item > span,
.box-billing-address .cart.table-wrapper .action-gift.action.update-cart-item > span,
.box-billing-method .cart.table-wrapper .action-gift.action.update-cart-item > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.update-cart-item > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.update-cart-item > span,
.table-order-review .cart.table-wrapper .action-gift.action.update-cart-item > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.update-cart-item > span,
.multicheckout .cart.table-wrapper .action-gift.action.view > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.view > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.view > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.view > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.view > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.view > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.view > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.view > span,
.box-address-billing .cart.table-wrapper .action-gift.action.view > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.view > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.view > span,
#my-orders-table .cart.table-wrapper .action-gift.action.view > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.view > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.view > span,
.box-billing-address .cart.table-wrapper .action-gift.action.view > span,
.box-billing-method .cart.table-wrapper .action-gift.action.view > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.view > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.view > span,
.table-order-review .cart.table-wrapper .action-gift.action.view > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.view > span,
.multicheckout .cart.table-wrapper .action-gift.action.order > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.order > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.order > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.order > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.order > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.order > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.order > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.order > span,
.box-address-billing .cart.table-wrapper .action-gift.action.order > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.order > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.order > span,
#my-orders-table .cart.table-wrapper .action-gift.action.order > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.order > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.order > span,
.box-billing-address .cart.table-wrapper .action-gift.action.order > span,
.box-billing-method .cart.table-wrapper .action-gift.action.order > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.order > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.order > span,
.table-order-review .cart.table-wrapper .action-gift.action.order > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.order > span,
.multicheckout .cart.table-wrapper .action-gift.action.reorder > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.reorder > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.reorder > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.reorder > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.reorder > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.reorder > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.reorder > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.reorder > span,
.box-address-billing .cart.table-wrapper .action-gift.action.reorder > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.reorder > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.reorder > span,
#my-orders-table .cart.table-wrapper .action-gift.action.reorder > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.reorder > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.reorder > span,
.box-billing-address .cart.table-wrapper .action-gift.action.reorder > span,
.box-billing-method .cart.table-wrapper .action-gift.action.reorder > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.reorder > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.reorder > span,
.table-order-review .cart.table-wrapper .action-gift.action.reorder > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.reorder > span,
.multicheckout .cart.table-wrapper .action-gift.action.more > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.more > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.more > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.more > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.more > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.more > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.more > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.more > span,
.box-address-billing .cart.table-wrapper .action-gift.action.more > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.more > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.more > span,
#my-orders-table .cart.table-wrapper .action-gift.action.more > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.more > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.more > span,
.box-billing-address .cart.table-wrapper .action-gift.action.more > span,
.box-billing-method .cart.table-wrapper .action-gift.action.more > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.more > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.more > span,
.table-order-review .cart.table-wrapper .action-gift.action.more > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.more > span,
.multicheckout .cart.table-wrapper .action-gift.action.print > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.print > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.print > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.print > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.print > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.print > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.print > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.print > span,
.box-address-billing .cart.table-wrapper .action-gift.action.print > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.print > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.print > span,
#my-orders-table .cart.table-wrapper .action-gift.action.print > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.print > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.print > span,
.box-billing-address .cart.table-wrapper .action-gift.action.print > span,
.box-billing-method .cart.table-wrapper .action-gift.action.print > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.print > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.print > span,
.table-order-review .cart.table-wrapper .action-gift.action.print > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.print > span,
.multicheckout .cart.table-wrapper .action-gift.action.change-password > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.change-password > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.change-password > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.change-password > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.change-password > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.change-password > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.change-password > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.change-password > span,
.box-address-billing .cart.table-wrapper .action-gift.action.change-password > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.change-password > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.change-password > span,
#my-orders-table .cart.table-wrapper .action-gift.action.change-password > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.change-password > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.change-password > span,
.box-billing-address .cart.table-wrapper .action-gift.action.change-password > span,
.box-billing-method .cart.table-wrapper .action-gift.action.change-password > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.change-password > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.change-password > span,
.table-order-review .cart.table-wrapper .action-gift.action.change-password > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.change-password > span,
.multicheckout .cart.table-wrapper .action-gift.action.edit > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.edit > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.edit > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.edit > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.edit > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.edit > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.edit > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.edit > span,
.box-address-billing .cart.table-wrapper .action-gift.action.edit > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.edit > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.edit > span,
#my-orders-table .cart.table-wrapper .action-gift.action.edit > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.edit > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.edit > span,
.box-billing-address .cart.table-wrapper .action-gift.action.edit > span,
.box-billing-method .cart.table-wrapper .action-gift.action.edit > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.edit > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.edit > span,
.table-order-review .cart.table-wrapper .action-gift.action.edit > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.edit > span,
.multicheckout .cart.table-wrapper .action-gift.action.delete > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.delete > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.delete > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.delete > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.delete > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.delete > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.delete > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.delete > span,
.box-address-billing .cart.table-wrapper .action-gift.action.delete > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.delete > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.delete > span,
#my-orders-table .cart.table-wrapper .action-gift.action.delete > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.delete > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.delete > span,
.box-billing-address .cart.table-wrapper .action-gift.action.delete > span,
.box-billing-method .cart.table-wrapper .action-gift.action.delete > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.delete > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.delete > span,
.table-order-review .cart.table-wrapper .action-gift.action.delete > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.delete > span,
.multicheckout .cart.table-wrapper .action-gift.action.add > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.add > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.add > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.add > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.add > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.add > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.add > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.add > span,
.box-address-billing .cart.table-wrapper .action-gift.action.add > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.add > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.add > span,
#my-orders-table .cart.table-wrapper .action-gift.action.add > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.add > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.add > span,
.box-billing-address .cart.table-wrapper .action-gift.action.add > span,
.box-billing-method .cart.table-wrapper .action-gift.action.add > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.add > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.add > span,
.table-order-review .cart.table-wrapper .action-gift.action.add > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.add > span,
.multicheckout .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.box-address-billing .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
#my-orders-table .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.box-billing-address .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.box-billing-method .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.table-order-review .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.action-select-shipping-item > span,
.multicheckout .cart.table-wrapper .action-gift.action.action-show-popup > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.action-show-popup > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.action-show-popup > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.action-show-popup > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.action-show-popup > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.action-show-popup > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.action-show-popup > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.action-show-popup > span,
.box-address-billing .cart.table-wrapper .action-gift.action.action-show-popup > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.action-show-popup > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.action-show-popup > span,
#my-orders-table .cart.table-wrapper .action-gift.action.action-show-popup > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.action-show-popup > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.action-show-popup > span,
.box-billing-address .cart.table-wrapper .action-gift.action.action-show-popup > span,
.box-billing-method .cart.table-wrapper .action-gift.action.action-show-popup > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.action-show-popup > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.action-show-popup > span,
.table-order-review .cart.table-wrapper .action-gift.action.action-show-popup > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.action-show-popup > span,
.multicheckout .cart.table-wrapper .action-gift.action.continue > span,
.add-cus-btn .cart.table-wrapper .action-gift.action.continue > span,
.block-reviews-dashboard .cart.table-wrapper .action-gift.action.continue > span,
.block-dashboard-orders .cart.table-wrapper .action-gift.action.continue > span,
#my-reviews-table .cart.table-wrapper .action-gift.action.continue > span,
.order-actions-toolbar .cart.table-wrapper .action-gift.action.continue > span,
.block-dashboard-info .cart.table-wrapper .action-gift.action.continue > span,
.block-dashboard-addresses .cart.table-wrapper .action-gift.action.continue > span,
.box-address-billing .cart.table-wrapper .action-gift.action.continue > span,
.box-address-shipping .cart.table-wrapper .action-gift.action.continue > span,
.block-addresses-list .cart.table-wrapper .action-gift.action.continue > span,
#my-orders-table .cart.table-wrapper .action-gift.action.continue > span,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.continue > span,
#checkout-step-shipping .cart.table-wrapper .action-gift.action.continue > span,
.box-billing-address .cart.table-wrapper .action-gift.action.continue > span,
.box-billing-method .cart.table-wrapper .action-gift.action.continue > span,
.box-shipping-address .cart.table-wrapper .action-gift.action.continue > span,
.box-shipping-method .cart.table-wrapper .action-gift.action.continue > span,
.table-order-review .cart.table-wrapper .action-gift.action.continue > span,
#shipping_method_form .cart.table-wrapper .action-gift.action.continue > span {
  margin: 0;
}
.box-billing-address .action {
  background: #fdbd3e;
  border: 0;
  padding: 10px 15px !important;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 2px;
}
.box-billing-address .action:hover {
  background: #ffffff;
  border: 0;
  color: #333333;
}
.box-billing-address .action > span {
  margin: 0;
}
.modal-footer .action-dismiss,
.modal-footer .action-accept {
  background: #ffffff;
  border: 1px solid #333333;
  padding: 10px 15px !important;
  position: relative;
  display: inline-block;
  color: #333333;
  z-index: 1;
  box-sizing: border-box;
}
.modal-footer .action-dismiss:before,
.modal-footer .action-accept:before {
  background-color: #fdac0e;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
}
.modal-footer .action-dismiss:hover,
.modal-footer .action-accept:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.modal-footer .action-dismiss:hover:before,
.modal-footer .action-accept:hover:before {
  height: 100%;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
.actions-toolbar .secondary a.action {
  margin-top: 2px !important;
}
.product-info-main .product-info-price .product-info-stock-sku {
  padding-bottom: 0;
  display: flex !important;
  align-items: center;
}
.product-info-main .product-info-price .product-info-stock-sku .product-reviews-summary {
  margin-right: 20px;
}
.product-info-main .product-add-form {
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
  float: left;
  width: 100%;
}
.product-info-main .product-add-form .box-tocart {
  float: left;
  width: 100%;
}
.product-info-main .product-social-links {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.product-info-main .product.attibute.overview {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
}
.product-info-main .product-addto-links .towishlist,
.product-info-main .mailto .towishlist,
.product-info-main .product-addto-links .tocompare,
.product-info-main .mailto .tocompare,
.product-info-main .product-addto-links.friend,
.product-info-main .mailto.friend {
  border: 2px solid #333333;
  height: 38px;
  line-height: 35px;
  margin-right: 5px;
  text-align: center;
  width: 38px;
  background: #ffffff;
  position: relative;
  color: #333333;
  z-index: 1;
}
.product-info-main .product-addto-links .towishlist:after,
.product-info-main .mailto .towishlist:after,
.product-info-main .product-addto-links .tocompare:after,
.product-info-main .mailto .tocompare:after,
.product-info-main .product-addto-links.friend:after,
.product-info-main .mailto.friend:after {
  background-color: #fdac0e;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
}
.product-info-main .product-addto-links .towishlist:hover,
.product-info-main .mailto .towishlist:hover,
.product-info-main .product-addto-links .tocompare:hover,
.product-info-main .mailto .tocompare:hover,
.product-info-main .product-addto-links.friend:hover,
.product-info-main .mailto.friend:hover {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.product-info-main .product-addto-links .towishlist:hover:before,
.product-info-main .mailto .towishlist:hover:before,
.product-info-main .product-addto-links .tocompare:hover:before,
.product-info-main .mailto .tocompare:hover:before,
.product-info-main .product-addto-links.friend:hover:before,
.product-info-main .mailto.friend:hover:before {
  color: #333333 !important;
}
.product-info-main .product-addto-links .towishlist:hover:after,
.product-info-main .mailto .towishlist:hover:after,
.product-info-main .product-addto-links .tocompare:hover:after,
.product-info-main .mailto .tocompare:hover:after,
.product-info-main .product-addto-links.friend:hover:after,
.product-info-main .mailto.friend:hover:after {
  height: 100%;
}
/*==================
Contact Us Page less
====================*/
.c-wrapper,
.c-add {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.c-add {
  padding-left: 30px;
}
.c-add .cs-name {
  color: #fdac0e;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.c-add .cs-info {
  position: relative;
  padding-left: 30px;
}
.c-add .cs-info > span {
  font-size: 17px;
  left: 0;
  position: absolute;
  width: 30px;
  text-align: center;
}
.c-add .cs-info > b {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 5px;
}
.c-add .cs-info > div {
  font-size: 15px;
  line-height: 16px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-wrapper,
  .c-add {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-info-main .product-add-form .box-tocart {
    margin: 10px 0 30px;
  }
}
/*===========================
Blog All Pages less Variables
=============================*/
.bh-wrapper {
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 100%;
}
.bh-wrapper .bh-main {
  box-sizing: border-box;
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.bh-wrapper .bh-main .bh-main-inner {
  box-sizing: border-box;
  margin: 0 10px;
  position: relative;
}
.bh-wrapper .bh-main .bh-main-inner .bh-img {
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.bh-wrapper .bh-main .bh-main-inner .bh-img .bh-date {
  background: #f6f6f6;
  top: 5px;
  padding: 10px;
  position: absolute;
  right: 5px;
  width: auto;
}
.bh-wrapper .bh-main .bh-main-inner .bh-img .bh-date .bh-day {
  color: #333333;
  font-size: 23px;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.bh-wrapper .bh-main .bh-main-inner .bh-img .bh-date .bh-monyr {
  color: #333333;
  font-size: 14px;
  position: relative;
  text-align: center;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info {
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
  padding: 10px 0 0;
  position: relative;
  width: 100%;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info {
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-title {
  font-size: 14px;
  color: #272727;
  line-height: 24px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-title a {
  color: #272727;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-title a:hover {
  color: #fdac0e;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-desc {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  margin: 0 0 15px;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-desc p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-readmore {
  margin-bottom: 1px;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-tags {
  padding: 10px 0;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-tags > a {
  border: 1px solid #dddddd;
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-tags > a:hover {
  color: #fdac0e;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info-b {
  box-sizing: border-box;
}
/*blog sidebar*/
.sidebar .block.block-brand,
.sidebar .block.block-brand {
  clear: both;
  float: left;
  width: 100%;
}
.sidebar .block.block-brand .owl-buttons,
.sidebar .block.block-brand .owl-buttons {
  position: absolute;
  right: -4px;
  top: -53px;
}
.bg-side-main {
  display: block;
  padding: 15px 0 0;
  float: left;
  width: 100%;
}
.bg-side-main .bg-side-inner-main {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.bg-side-main .bg-side-inner-main .bh-main-inner {
  display: block;
}
.bg-side-main .bg-side-inner-main .bh-main-inner .bg-img {
  display: block;
}
.bg-side-main .bg-side-inner-main .bh-main-inner .bg-info {
  background: transparent;
  display: block;
  margin-bottom: 15px;
}
.bg-side-main .bg-side-inner-main .bh-main-inner .bg-info .bg-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
  margin: 5px 0 10px;
}
.bg-side-main .bg-side-inner-main .bh-main-inner .bg-info .bg-title > a {
  color: #333333;
}
.bg-side-main .bg-side-inner-main .bh-main-inner .bg-info .bg-title > a:hover {
  color: #fdac0e;
}
.bg-side-main .bg-side-inner-main .bh-main-inner .bg-info .bg-date {
  color: #333333;
  display: inline-block;
  margin-right: 10px;
}
.bg-side-main .bg-side-inner-main .bh-main-inner .bg-info .bg-cmt-count {
  color: #333333;
  display: inline-block;
}
/*===============
About us page
===============*/
.about-content {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.about-content .about-content-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.about-content .about-content-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.cp-fcontent.in {
  display: block !important;
}
.cp-fcontent.collapsing {
  display: block !important;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.visible-xs {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .about-content {
    margin-bottom: 20px;
  }
  .about-content .about-content-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .about-content .about-content-right {
    width: 50%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
.page-wrapper {
  opacity: 1;
}
.cus-ajax-loader {
  background: url(../../frontend/default/hooya/sv_SE/images/loader.gif) no-repeat center #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .cus-ajax-loader {
    background-size: 24vw !important;
  }
}
/*=======================================
Our Brand Extension Pages less Variables
=========================================*/
.brh-wrapper {
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 100%;
}
.brh-wrapper .brh-main {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}
.brh-wrapper .brh-main .brh-inner-main {
  box-sizing: border-box;
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.brh-wrapper .brh-main .brh-inner-main .brh-item {
  display: block;
  margin: 0 auto 20px;
  padding: 0 15px;
}
.block-brand .br-side-main {
  float: left;
  width: 100%;
  display: block;
  padding: 15px 0 0;
}
.block-brand .br-side-main .br-side-inner-main {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-brand .br-side-main .br-side-inner-main .br-side-item {
  margin: 15px 0;
}
/*product slider*/
.bh-type-6.cms-index-index .page-wrapper #maincontent {
  display: none;
}
.bh-type-6.cms-index-index .page-wrapper .above-main {
  display: none;
}
.bh-type-6.cms-index-index .page-wrapper .below-main {
  display: none;
}
.bh-type-6.cms-index-index .page-wrapper .footer-top .cp-newsletter.back-main {
  display: none;
}
.bh-type-6.cms-index-index .page-wrapper .page-footer {
  display: none;
}
.bh-type-6.cms-index-index .page-wrapper .footer-copyright {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.bh-type-6.cms-index-index {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.bh-type-6 .footer-copyright {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: #ffffff;
}
/*===========================
category page pagination less Variables
=============================*/
.pages strong.page {
  padding: 5px 9px;
  min-width: 15px;
  border: 1px solid #dddddd;
  background: #f6f6f6;
  color: #fdac0e;
  font-weight: 400;
  text-align: center;
  height: 34px;
  width: 34px;
  box-sizing: border-box;
  line-height: 22px;
}
.pages a.page {
  padding: 5px 9px;
  min-width: 15px;
  border: 1px solid #dddddd;
  color: #333333 !important;
  text-align: center;
  height: 34px;
  width: 34px;
  box-sizing: border-box;
  line-height: 22px;
  font-weight: normal;
}
.pages a.page:hover {
  background: #f6f6f6;
}
.pages .action.next {
  margin-left: 0;
  box-sizing: border-box;
  height: 34px;
  width: 34px;
}
.pages .action.next:before {
  font-size: 20px;
  color: #333333;
  margin: 0;
}
.pages .action.previous {
  box-sizing: border-box;
  height: 34px;
  margin-right: 0;
  width: 34px;
}
.pages .action.previous:before {
  font-size: 20px;
  color: #333333;
  margin: 0;
}
.pages .action:hover {
  background: #f6f6f6;
}
.product-add-form .box-tocart .field.qty {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
}
.product-add-form .box-tocart .field.qty .control {
  position: relative;
  padding-right: 27px;
}
.product-add-form .box-tocart .field.qty .control .qty-main {
  border: 1px solid #c2c2c2;
  color: #333333;
  font-size: 10px;
  height: 26px;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 26px;
  background: transparent;
}
.product-add-form .box-tocart .field.qty .control .qty-main.dec_qty {
  border-top: medium none;
  bottom: 0;
}
.product-add-form .box-tocart .field.qty .control .qty-main.inc_qty {
  top: 0;
}
.product-add-form .box-tocart .field.qty .control .qty-main:hover {
  border-color: #fdac0e;
  background: #fdac0e;
  color: #ffffff;
}
.product-add-form .box-tocart .field.qty .control #qty {
  height: 52px;
}
.product-add-form .box-tocart .actions {
  display: inline-block;
  padding: 0 !important;
}
.columns {
  display: block;
}
header#sticky-header.floating .nav-container,
header#sticky-header.floating .menu-button {
  display: none;
}
.product-info-main .items.samples {
  margin-top: 10px;
}
.page-layout-1column .columns .column.main {
  float: left;
  width: 100%;
  clear: both;
}
.cms-index-index .columns .column.main {
  min-height: 0;
  padding-bottom: 0;
}
.widget.block-products-list {
  float: left;
  width: 100%;
  clear: both;
}
.product-info-main .product-social-links {
  text-align: left;
}
.nav-sections .navigation .level0.parent > .level-top > .ui-menu-icon {
  display: none;
}
.contact-index-index .column:not(.sidebar-additional) .c-wrapper .form.contact {
  width: 100%;
}
.contact-index-index .fieldset > .field.comment {
  margin-bottom: 0;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.nh-show input[type="checkbox"] {
  margin-top: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .checkout-payment-method .step-title {
    padding: 0 15px 10px;
  }
  .block.block-compare {
    width: 100%;
  }
  .nav-open .nav-sections {
    display: table;
  }
  .about-content .about-content-right {
    width: 100%;
  }
  .page-wrapper header.page-header.htype-1 .minicart-wrapper {
    background: transparent;
  }
  header.page-header.htype-3 form#search_mini_form input[type="text"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .block.widget .owl-top-btn .owl-buttons {
    top: 15px;
  }
  .header .logo img {
    height: 55px;
  }
  .product-info-main .product-info-price .product-info-stock-sku {
    justify-content: space-between;
  }
  .product-info-main .product-info-price .product-info-stock-sku .product-reviews-summary {
    margin-right: 0;
  }
}
.contact-index-index .column.main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contact-index-index .column.main #contact-form {
  flex: 0 0 calc(50% - 15px);
  box-sizing: border-box;
  width: auto;
  min-width: auto;
  padding: 0;
  margin: 0;
}
.contact-index-index .column.main .c-add {
  flex: 0 0 calc(50% - 15px);
  box-sizing: border-box;
  width: auto;
  min-width: auto;
  padding: 0;
  margin: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  margin: 0 10px 10px;
}
.block.crosssell .products-grid.products-crosssell {
  display: inline-block;
  width: 100%;
}
.block.crosssell .product-items.three_blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.block.crosssell .product-items.three_blocks .product-item {
  flex: 0 0 calc(25% - 15px);
  margin: 0 0 15px;
}
.products-grid .three_blocks .product-item .pro-effect.with-tag .dimg .product-item-name {
  margin-top: 30px;
}
.widget .block-content .product-items .product-item:hover .add-wish-list {
  display: block;
}
.cp-newsletter .newsletter-block .newsletter-block-right .newsletter-block-right-inner .social-block .cp-social li {
  margin-bottom: 5px;
}
.minicart-wrapper .action.showcart .counter.qty {
  font-size: 12px;
}
.account .form-edit-account .fieldset .legend {
  margin-left: 0;
}
.account .form-edit-account .fieldset .field .label {
  width: auto;
  min-width: 100px;
  text-align: left;
}
.account .form-edit-account .fieldset .field.choice:before {
  width: auto;
  padding: 0;
  min-width: 100px;
}
.account .column:not(.sidebar-additional) .form-edit-account .actions-toolbar {
  margin-left: 0;
}
.account .form-newsletter-manage .fieldset .legend {
  margin-left: 0;
}
.account .form-newsletter-manage .fieldset .field.choice:before {
  width: auto;
  padding: 0;
}
.account .column:not(.sidebar-additional) .form-newsletter-manage .actions-toolbar {
  margin-left: 0;
}
.checkout-cart-index .cart-discount .block.discount {
  display: inline-block;
  width: 100%;
}
.checkout-cart-index .cart-discount .fieldset.coupon .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.checkout-cart-index .cart-discount .fieldset.coupon .field .label {
  width: auto;
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 15px;
}
.checkout-cart-index .cart-discount .fieldset.coupon .field .control {
  width: auto;
}
.checkout-cart-index .column:not(.sidebar-additional) .cart-discount .actions-toolbar {
  margin-left: 0;
}
button.captcha-reload,
.cart.table-wrapper .actions-toolbar > .action.captcha-reload,
.cart.table-wrapper .action-gift.captcha-reload {
  position: relative;
  z-index: 1;
}
button.captcha-reload:before,
.cart.table-wrapper .actions-toolbar > .action.captcha-reload:before,
.cart.table-wrapper .action-gift.captcha-reload:before {
  background-color: #ffd800;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
}
button.captcha-reload:hover::before,
.cart.table-wrapper .actions-toolbar > .action.captcha-reload:hover::before,
.cart.table-wrapper .action-gift.captcha-reload:hover::before {
  height: 100%;
}
.multishipping-checkout-billing .block-billing .box-billing-method .item-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#newsletter-validate-detail #email-error {
  position: relative;
}
.form.subscribe .input-group-btn {
  vertical-align: top;
}
.block-collapsible-nav .item.current a {
  border-color: #fdac0e;
}
button.captcha-reload:before,
.cart.table-wrapper .actions-toolbar > .action.captcha-reload:before,
.cart.table-wrapper .action-gift.captcha-reload:before {
  background: #fdac0e;
}
.footer.content {
  border-top-color: #dddddd;
}
.rating-summary .rating-result > span::before {
  color: #fdac0e;
}
.products.list.items .action.toview:hover:before {
  color: #fdac0e;
}
.product-add-form .box-tocart .field.qty .control .qty-main:hover {
  border-color: #fdac0e;
}
.message.success a:hover {
  color: #fdac0e;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  border-color: #fdac0e;
}
#checkout_multishipping_form button.action.continue::before,
#shipping_method_form button.action.continue::before,
.multicheckout button.action.continue::before,
#checkout_multishipping_form .cart.table-wrapper .actions-toolbar > .action.action.continue::before,
#shipping_method_form .cart.table-wrapper .actions-toolbar > .action.action.continue::before,
.multicheckout .cart.table-wrapper .actions-toolbar > .action.action.continue::before,
#checkout_multishipping_form .cart.table-wrapper .action-gift.action.continue::before,
#shipping_method_form .cart.table-wrapper .action-gift.action.continue::before,
.multicheckout .cart.table-wrapper .action-gift.action.continue::before {
  background: #fdac0e;
}
.bh-wrapper .bh-main .bh-main-inner .bh-info .bh-other-info .bh-desc {
  color: #fdac0e;
}
.breadcrumbs .items > li {
  color: #fdac0e;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block.crosssell .product-items.three_blocks {
    column-gap: 15px;
  }
  .block.crosssell .product-items.three_blocks .product-item {
    flex: 0 0 calc(33.3333% - 10px);
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-index-index .column.main #contact-form {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .block.crosssell .product-items.three_blocks .product-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .block.crosssell .product-items.three_blocks .product-item {
    flex: 0 0 100%;
  }
}
.product-addto-links .towishlist,
.product-addto-links .tocompare {
  border: 2px solid #333333;
  height: 38px;
  line-height: 35px;
  margin-right: 5px;
  text-align: center;
  width: 38px;
  background: #ffffff;
  position: relative;
  color: #333333;
  z-index: 1;
}
.product-addto-links .towishlist:after,
.product-addto-links .tocompare:after {
  background-color: #fdac0e;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
}
.product-addto-links .towishlist:hover,
.product-addto-links .tocompare:hover {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.product-addto-links .towishlist:hover:before,
.product-addto-links .tocompare:hover:before {
  color: #333333 !important;
}
.product-addto-links .towishlist:hover:after,
.product-addto-links .tocompare:hover:after {
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.cms-index-index .page-header.htype-6,
  .bh-type-6 .flexslider,
  .bh-type-6.cms-index-index .page-wrapper .footer-copyright {
    position: relative;
  }
  .bh-type-6 .flexslider {
    margin-bottom: 0px;
  }
  .cms-home.cms-index-index.bh-type-6 {
    overflow-y: scroll;
  }
}
.page-product-downloadable .product-addto-links .towishlist::before {
  content: '\e600';
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .product-social-links .product-addto-links .tocompare::before {
  content: '\e61e';
}
.page-product-downloadable .product-addto-links .towishlist::before {
  content: '\e600' !important;
  font-size: 29px;
  color: #fdac0e;
  font-family: 'icons-blank-theme';
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-product-downloadable .product-addto-links .tocompare::before {
  content: '\e61e' !important;
  font-size: 29px;
  color: #fdac0e;
  font-family: 'icons-blank-theme';
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-product-downloadable .product-addto-links .towishlist,
.page-product-downloadable .product-addto-links .tocompare {
  display: inline-block;
}
.page-product-downloadable .product-addto-links .towishlist span,
.page-product-downloadable .product-addto-links .tocompare span {
  opacity: 0;
}
.page-product-downloadable .product-addto-links {
  display: flex;
}
.lan-main {
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 60px;
}
@media (max-width: 767px) {
  .lan-main {
    display: none;
  }
}
.lan-main .language {
  padding: 10px 0;
  height: 40px;
  box-sizing: border-box;
}
.lan-main .language .default-lan {
  padding: 0;
  margin: 0 0 0 24px;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}
.lan-main .language .default-lan > i,
.lan-main .language .default-lan > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.lan-main .language .default-lan > a {
  line-height: 40px !important;
}
.lan-main .language .default-lan > img {
  max-width: 20px;
  max-height: 20px;
}
.lan-main .language .icon-arrow-down {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #cccccc;
  transition: all 1s;
}
.lan-main .language .lan-box {
  display: none;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  top: 40px;
  padding: 10px 10px 5px 10px;
  z-index: 12;
  box-shadow: 0px 2px 8px #ccc;
}
.lan-main .language .lan-box > li {
  display: block;
  padding: 5px 10px;
  width: 80px;
  margin: 5px 0;
}
.lan-main .language .lan-box > li > a {
  display: block;
  white-space: nowrap;
  font-size: 0;
}
.lan-main .language .lan-box > li > a > i,
.lan-main .language .lan-box > li > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 8px;
}
.lan-main .language .usa::before,
.lan-main .language .ca::before,
.lan-main .language .es::before,
.lan-main .language .fr::before,
.lan-main .language .uk::before,
.lan-main .language .de::before,
.lan-main .language .it::before,
.lan-main .language .pol::before,
.lan-main .language .aus::before,
.lan-main .language .at::before,
.lan-main .language .be::before,
.lan-main .language .nl::before,
.lan-main .language .swe::before {
  content: '';
  display: block;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background-image: url(../../frontend/default/hooya/sv_SE/images/lan_sprites.png);
  background-repeat: no-repeat;
  border-radius: 9px;
  overflow: hidden;
}
.lan-main .language .usa::before {
  background-position: 0px 0px;
}
.lan-main .language .ca::before {
  background-position: -18px 0px;
}
.lan-main .language .es::before {
  background-position: -36px 0px;
}
.lan-main .language .fr::before {
  background-position: -54px 0px;
}
.lan-main .language .uk::before {
  background-position: -72px 0px;
  width: 20px;
  height: 19px;
}
.lan-main .language .de::before {
  background-position: -92px 0px;
}
.lan-main .language .it::before {
  background-position: -110px 0px;
}
.lan-main .language .pol::before {
  background-position: -128px 0px;
}
.lan-main .language .aus::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/aus.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
.lan-main .language .at::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/at.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
.lan-main .language .be::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/be.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
.lan-main .language .nl::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/nl.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
.lan-main .language .swe::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/swe.png);
  background-size: 100% 100%;
  background-position: 0 0;
}
.lan-main .language.show .icon-arrow-down {
  transform: rotate(-180deg);
  border-top: 8px solid #fdac0e;
}
.lan-main .language.show .lan-box {
  display: block;
}
.lan-main .language.show .lan-box > li:hover > a {
  color: #fdac0e;
}
@media (max-width: 1920px) {
  header:not(.no-top-ad) .lan-main .language {
    padding: 0.52083vw 0 0;
    height: 2.0833vw;
    max-height: 40px;
    box-sizing: border-box;
  }
  header:not(.no-top-ad) .lan-main .language .default-lan img {
    width: 1.0416vw;
    height: 1.0416vw;
    max-width: 20px;
    max-height: 20px;
  }
  header:not(.no-top-ad) .lan-main .language .lan-box {
    top: 2.083vw;
  }
}
.costway-cmpwrapper {
  display: none;
}
.costway-cmpwrapper .cmpboxBG {
  background-color: #CFCFCF;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8999999;
}
.costway-cmpwrapper .cmpbox {
  background-color: #FFFFFF;
  border-top: solid 12px #3276ae;
  border-right: solid 0px #FFFFFF;
  border-bottom: solid 5px #C0C0C0;
  border-left: solid 0px #FFFFFF;
  border-top-width: 8px !important;
  border-right-width: 0px !important;
  border-bottom-width: 10px !important;
  border-left-width: 0px !important;
  border-top-color: #EDA10D !important;
  border-right-color: #FFFFFF !important;
  border-bottom-color: #FFFFFF !important;
  border-left-color: #FFFFFF !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  padding-right: 14px !important;
  padding-left: 14px !important;
  box-shadow: none !important;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  position: fixed;
  z-index: 9999999;
  width: 100%;
}
.costway-cmpwrapper .cmpbox *,
.costway-cmpwrapper .cmpbox > * {
  font-family: Arial, sans-serif;
  text-decoration: none;
  box-sizing: border-box;
  border: 0 solid #fff;
  vertical-align: middle;
  transition-property: background-color, height, width, max-height, max-width, display, position;
  transition-duration: .9s;
  transition-timing-function: ease;
}
.costway-cmpwrapper .cmplogo {
  left: 20px;
  top: 13px;
}
.costway-cmpwrapper .cmplogo,
.costway-cmpwrapper .cmplogo2 {
  position: absolute;
}
.costway-cmpwrapper .cmpdl {
  max-height: 50px;
  max-width: 200px;
  border: 0;
}
.costway-cmpwrapper .cmpboxinner {
  height: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.costway-cmpwrapper .cmpbox1 .cmpboxcontent {
  display: inline-block;
  max-width: 70%;
  padding-bottom: 0;
}
.costway-cmpwrapper .cmpboxtxtdiv {
  z-index: 33333;
  position: relative;
}
@media (max-width: 1660px) {
  .costway-cmpwrapper .cmpboxtxtdiv,
  .costway-cmpwrapper .cmpboxwelcomeprps {
    margin-left: 150px;
  }
}
.costway-cmpwrapper .cmpboxhl {
  color: #4F4F4F !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.0em !important;
  padding-bottom: 5px !important;
  margin: 10px 0 20px 0;
}
.costway-cmpwrapper .cmpboxhl,
.costway-cmpwrapper .cmpboxhl * {
  vertical-align: baseline;
}
.costway-cmpwrapper .cmpboxtxt {
  font-size: 14px !important;
  padding-bottom: 10px !important;
}
.costway-cmpwrapper *.cmpboxtxt,
.costway-cmpwrapper td.cmpvendname {
  color: #5F5F5F;
}
.costway-cmpwrapper .cmpboxbtn,
.costway-cmpwrapper .cmpboxbtn *,
.costway-cmpwrapper .cmpboxtxt,
.costway-cmpwrapper .cmpboxtxt *,
.costway-cmpwrapper .cmpmore *,
.costway-cmpwrapper .cmpprpsdescr,
.costway-cmpwrapper .cmpprpsdescr * {
  vertical-align: baseline;
}
.costway-cmpwrapper .cmpboxtxt,
.costway-cmpwrapper .cmpprpsdescr {
  line-height: 1.3em;
  text-align: justify;
}
.costway-cmpwrapper .cmpbox1 .cmpboxbtns {
  display: inline-block;
  min-width: 30%;
  margin-top: 40px;
  max-width: 30%;
  float: right;
}
.costway-cmpwrapper .cmpboxbtns {
  text-align: center;
  min-height: 50px;
  flex-shrink: 0;
}
.costway-cmpwrapper .cmpboxbtncustom {
  color: #969696 !important;
  background-color: #F8FBFF !important;
  border-radius: 8px !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-top-color: #FFFFFF !important;
  border-right-color: #FFFFFF !important;
  border-bottom-color: #FFFFFF !important;
  border-left-color: #FFFFFF !important;
  font-size: 14px !important;
  line-height: 1.0em !important;
}
.costway-cmpwrapper .cmpboxbtn {
  margin: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  width: 200px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  height: auto;
  padding: 7px 0 7px 10px;
  cursor: pointer;
}
.costway-cmpwrapper .cmpboxbtn span {
  vertical-align: bottom;
}
.costway-cmpwrapper *.cmpboxbtnyes,
.costway-cmpwrapper A.cmpboxbtnyes,
.costway-cmpwrapper A.cmpboxbtnyes:link {
  font-size: 11pt;
}
.costway-cmpwrapper .cmpboxbtnyes {
  background-color: #FDAC0E !important;
  border-radius: 12px !important;
  line-height: 1.0em !important;
}
.costway-cmpwrapper .cmpboxbtnaccept,
.costway-cmpwrapper .cmpboxbtnreject,
.costway-cmpwrapper .cmpboxbtnsave,
.costway-cmpwrapper .cmpboxbtnyes,
.costway-cmpwrapper A.cmpboxbtnaccept,
.costway-cmpwrapper A.cmpboxbtnaccept:link,
.costway-cmpwrapper A.cmpboxbtnreject,
.costway-cmpwrapper A.cmpboxbtnreject:link,
.costway-cmpwrapper A.cmpboxbtnsave,
.costway-cmpwrapper A.cmpboxbtnsave:link,
.costway-cmpwrapper A.cmpboxbtnyes,
.costway-cmpwrapper A.cmpboxbtnyes:link {
  color: #fff;
}
.costway-cmpwrapper svg.cmpexternallinkicon,
.costway-cmpwrapper svg.cmpicon,
.costway-cmpwrapper svg.cmpicosvgfill,
.costway-cmpwrapper svg.cmppurposeicon {
  margin-right: 0.5em;
}
.costway-cmpwrapper *.cmpboxbtnyes svg {
  fill: #fff;
  width: 11pt;
  height: 11pt;
}
.costway-cmpwrapper .cmpboxbtnno {
  font-size: 10px !important;
  background-color: #FFFFFD !important;
  color: #F0F0F0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  line-height: 1.0em !important;
  width: 200px !important;
  margin-top: 50px !important;
}
.costway-cmpwrapper *.cmpboxbtnno svg {
  fill: currentColor;
  width: 11pt;
  height: 11pt;
}
.costway-cmpwrapper .cmpmore {
  text-align: center;
  font-size: var(--x9pt);
  color: var(--clrLink);
  line-height: 1em;
}
@media (min-height: 926px) and (min-width: 480px), (min-width: 926px) and (min-height: 480px) {
  .costway-cmpwrapper .cmpbox {
    overflow: auto;
    max-height: 20%;
    max-width: 100%;
    width: 100%;
  }
  .costway-cmpwrapper .cmpboxcontent {
    flex-grow: 1;
    overflow: auto;
  }
}
@media (max-width: 1500px) {
  .costway-cmpwrapper .cmpbox1 .cmpboxcontent {
    max-width: calc(100% - 450px);
  }
  .costway-cmpwrapper .cmpbox1 .cmpboxbtns {
    min-width: 450px;
  }
}
@media (max-width: 1200px) {
  .costway-cmpwrapper .cmpbox1 .cmpboxcontent {
    max-width: calc(100% - 250px);
  }
  .costway-cmpwrapper .cmpbox1 .cmpboxbtns {
    width: 250px;
    min-width: 250px;
  }
}
@media (max-width: 800px) {
  .costway-cmpwrapper .cmpbox1 .cmpboxcontent {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .costway-cmpwrapper .cmpbox1 .cmpboxbtns,
  .costway-cmpwrapper .cmpbox5 .cmpboxcontent,
  .costway-cmpwrapper .cmpbox8 .cmpboxcontent {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .costway-cmpwrapper .cmpbox1 .cmpboxbtns {
    margin-top: 0;
  }
}
@media (max-height: 926px) and (max-width: 480px) and (orientation: portrait) {
  .costway-cmpwrapper .cmplogo {
    display: none;
  }
  .costway-cmpwrapper .cmpboxinner {
    display: flex;
    flex-direction: column;
  }
  .costway-cmpwrapper .cmpbox {
    width: 100%;
    max-height: 60%;
    min-height: 300px;
    height: 300px;
    overflow: auto !important;
    -webkit-overflow-scrolling: auto !important;
    padding: 15px !important;
  }
  .costway-cmpwrapper .cmpboxbtns {
    flex-grow: 1;
  }
  .costway-cmpwrapper .cmpboxcontent {
    flex-grow: 1;
    overflow: auto;
    -webkit-overflow-scrolling: auto;
  }
}
@media (max-width: 570px) {
  .costway-cmpwrapper .cmplogo {
    display: none;
  }
  .costway-cmpwrapper .cmpboxtxtdiv,
  .costway-cmpwrapper .cmpboxwelcomeprps {
    margin-left: 0;
  }
  .costway-cmpwrapper .cmpboxtxtdiv {
    padding-right: 30px;
  }
}
.costway-cmpwrapper .cmpboxwelcomeprps {
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.costway-cmpwrapper .cmpwelcomeprps {
  column-span: none;
  display: inline-flex;
  margin-bottom: 5px;
  width: 240px;
  text-align: left;
  margin-right: 15px;
  align-items: center;
}
.costway-cmpwrapper .cmpwelcomeprpstxt,
.costway-cmpwrapper .cmpwelcomeprpstxt A:link,
.costway-cmpwrapper .cmpwelcomeprpsbtn,
.costway-cmpwrapper .cmpwelcomeprpsbtn A:link,
.costway-cmpwrapper .cmpwelcomeprpsbtn span {
  font-size: 11pt;
  color: #5F5F5F;
}
.costway-cmpwrapper .cmpwelcomeprpstxt {
  display: inline;
  padding-top: 2px;
  cursor: pointer;
  vertical-align: baseline;
}
.costway-cmpwrapper .cmpimgsaveno,
.costway-cmpwrapper .cmpimgyesno,
.costway-cmpwrapper .cmpimgyesno svg,
.costway-cmpwrapper .cmptogglespan svg,
.costway-cmpwrapper .cmpwelcomeprpsbtn .cmpimgsaveno,
.costway-cmpwrapper .cmpwelcomeprpsbtn .cmpimgyesno {
  border: 0 solid #fff;
  width: 40px;
  height: 20px;
  color: #CFCFCF;
}
.costway-cmpwrapper .cmptogglespan svg .cmpsvggreenstroke,
.costway-cmpwrapper .cmptogglespan svg .cmpsvgredstroke {
  stroke: #FDAC0E;
}
.costway-cmpwrapper .cmptogglespan svg .cmpsvggreenfill,
.costway-cmpwrapper .cmptogglespan svg .cmpsvgredfill {
  fill: #FDAC0E;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 3rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-top: 2.1rem;
  margin-bottom: -12.9rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * 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/default/hooya/sv_SE/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/default/hooya/sv_SE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/default/hooya/sv_SE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/default/hooya/sv_SE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/default/hooya/sv_SE/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .cart.table-wrapper .action-gift {
  background: #ffffff;
  border: 1px solid #dddddd;
  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,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .cart.table-wrapper .action-gift:active,
.slick-dots li .cart.table-wrapper .action-gift:focus,
.slick-dots li .cart.table-wrapper .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .cart.table-wrapper .action-gift {
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.cart.table-wrapper .action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 13px 17px;
  color: #333333;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.cart.table-wrapper .action-gift.pagebuilder-button-link:visited {
  color: #333333;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .action-gift.pagebuilder-button-link:hover {
  color: #fdac0e;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .action-gift.pagebuilder-button-link:active {
  color: #fdac0e;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.cart.table-wrapper .action-gift.pagebuilder-button-link:hover,
.cart.table-wrapper .action-gift.pagebuilder-button-link:active,
.cart.table-wrapper .action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.cart.table-wrapper .action-gift.pagebuilder-button-link.disabled,
.cart.table-wrapper .action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .action-gift.pagebuilder-button-link {
  color: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cart.table-wrapper .action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 13px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .action-gift.pagebuilder-button-primary:hover,
.cart.table-wrapper .action-gift.pagebuilder-button-primary:active,
.cart.table-wrapper .action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .action-gift.pagebuilder-button-primary:focus,
.cart.table-wrapper .action-gift.pagebuilder-button-primary:active {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .action-gift.pagebuilder-button-primary:hover {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.cart.table-wrapper .action-gift.pagebuilder-button-primary.disabled,
.cart.table-wrapper .action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.cart.table-wrapper .action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 13px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .action-gift.pagebuilder-button-secondary:hover,
.cart.table-wrapper .action-gift.pagebuilder-button-secondary:active,
.cart.table-wrapper .action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .action-gift.pagebuilder-button-secondary:focus,
.cart.table-wrapper .action-gift.pagebuilder-button-secondary:active {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .action-gift.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #555555;
}
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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.cart.table-wrapper .action-gift.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #dddddd;
  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 #dddddd;
}
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 #dddddd;
  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 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f6f6f6;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.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: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.products .product-reward-points-earning {
  padding-bottom: 1rem;
}
.product-info-main .product-reward-points-earning {
  margin-bottom: 20px;
  margin-top: 1rem;
}
.form-reward-points .label.conversion-rate {
  margin-bottom: 10px;
}
.form-reward-points .field {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
.form-reward-points .field .label.for-input {
  padding-top: 5px;
}
.form-reward-points .field .control {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: auto !important;
  min-width: 75px;
}
.form-reward-points .field .control .input-text {
  width: auto;
  min-width: 75px;
}
.form-reward-points .field .control .input-text.mage-error {
  margin-bottom: 32px;
}
.form-reward-points .field .control .mage-error[generated] {
  position: absolute;
  bottom: -24px;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .cart.table-wrapper .action-gift:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  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 {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.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;
  min-height: 1px;
  height: 100%;
  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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .cart.table-wrapper .action-gift {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .cart.table-wrapper .action-gift {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .action-gift:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .action-gift:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.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;
  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 {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper > h2 {
  margin: 0 10px;
}
.amrelated-grid-wrapper .slick-arrow {
  z-index: 9;
}
.amrelated-grid-wrapper .slick-slide {
  margin: 0 5px;
}
.amrelated-grid-wrapper .slick-track {
  display: flex;
}
.amrelated-grid-wrapper .slick-dots .slick-active button,
.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .slick-active .cart.table-wrapper .action-gift {
  background: transparent;
}
.amrelated-grid-wrapper .slick-dots li {
  margin: 0 5px 5px;
}
.amrelated-grid-wrapper .slick-dots button,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .action-gift {
  border: none;
  text-indent: initial;
}
.amrelated-grid-wrapper .slick-dots button:hover,
.amrelated-grid-wrapper .slick-dots button:active,
.amrelated-grid-wrapper .slick-dots button:focus,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:active,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .actions-toolbar > .action:focus,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .action-gift:hover,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .action-gift:active,
.amrelated-grid-wrapper .slick-dots .cart.table-wrapper .action-gift:focus {
  border: none;
}
.amrelated-grid-wrapper .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: 5px 25px;
  background: #e9f6ff;
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 42px;
}
.amrelated-cart-message:before {
  position: relative;
  top: 8px;
  display: inline-block;
  margin-right: 2px;
  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-info {
  display: table-cell;
  margin: 1rem 0;
  padding: 5px 8px 6px;
  border-radius: 4px;
  background: #eef2f9;
  color: #6d88b0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 30px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: .7;
  transition: opacity .5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info {
  display: flex;
  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;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 0;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  position: unset;
  flex-direction: row-reverse;
  min-width: auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  position: static;
  margin-left: 10px;
}
.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 {
  position: static;
  align-self: center;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  min-height: 2.7rem;
  max-width: 100%;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  width: 100%;
  height: 100%;
}
.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;
  padding: 0 4px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #3978bd;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000000;
  font-weight: 600;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: 400;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #3978bd;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
  background: #FF5F44;
  color: #ffffff;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  font-size: 12px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  top: 0;
  right: 10px;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: 600;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.amrelated-price-wrapper {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
}
.amrelated-pack-item .price-box .lined-price.is-hidden {
  display: none;
}
.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: 18px;
  z-index: 9;
  width: 12px;
  height: 12px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.25);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.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;
}
.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: #E64D43;
}
.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;
}
.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;
}
.amrelated-products-block {
  overflow: hidden auto;
  margin: 20px 15px 27px;
  max-height: 366px;
  border-bottom: 1px solid #ebeef5;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-wrap: break-word;
  word-break: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  display: flex;
  margin-right: 10px;
  border: 1px solid #ebeef5;
}
.amrelated-products-block .amrelated-qty {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-weight: 800;
  font-size: 12px;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  margin-left: 10px;
  font-size: 14px;
  line-height: 19px;
}
.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;
}
.amxnotif-block {
  margin-bottom: 20px;
  clear: both;
}
.amxnotif-block .input-fields {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  margin: 0;
}
.amxnotif-block .amxnotif_guest_action {
  vertical-align: top;
  display: inline-block;
  max-width: 32%;
}
.amxnotif-block label {
  color: #2f2f2f;
  font-weight: bold;
  float: none;
  display: block;
}
.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;
}
.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;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
#amasty-shopby-product-list {
  order: 10;
  max-width: 100%;
}
.amsearch-results {
  padding: 15px 0 0;
  background-color: #ffffff;
}
.amsearch-results .amsearch-products.-waste {
  padding: 15px;
}
.amsearch-results .amsearch-item {
  cursor: pointer;
}
.amsearch-results .amsearch-item:hover {
  background-color: #f4f5fa;
}
.amsearch-results .amsearch-item .item-name {
  outline: none;
  color: inherit;
  text-decoration: none;
  font-size: 1.2rem;
}
.amsearch-results .amsearch-item-container:not(.recent_searches) .amsearch-item .item-name {
  text-decoration: underline;
  cursor: pointer;
}
.amsearch-results .actions-secondary {
  display: none;
  padding: 0 0 0 5px;
}
.amsearch-results .amsearch-item .amsearch-autocomplete-image:not([data-click-url]),
.amsearch-results .amsearch-item .price-box:not([data-click-url]) {
  cursor: pointer;
}
.amsearch-results .amsearch-item .price-box {
  width: 100%;
}
.amsearch-form-container .control {
  min-height: 36px;
}
.amsearch-form-container .amsearch-wrapper-inner .actions-secondary {
  display: none;
}
.amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
  max-width: 100%;
  background-color: #fff;
}
.amsearch-form-container .search-autocomplete {
  overflow: hidden;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 90vh;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar {
  width: 4px;
}
.amsearch-form-container .search-autocomplete::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-form-container .search-autocomplete ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-form-container.-opened .input-text {
  padding-left: 26px;
}
.amsearch-form-container.-opened .input-text::-ms-clear {
  display: none;
}
.amsearch-form-container.-opened .input-text::-webkit-input-placeholder {
  color: #cecece;
  font-style: normal;
}
.amsearch-form-container.-opened .input-text::-moz-placeholder {
  color: #cecece;
  font-style: normal;
}
.amsearch-form-container.-opened .input-text:-ms-input-placeholder {
  color: #cecece;
  font-style: normal;
}
.amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products {
  background-color: #ffffff;
}
.amsearch-wrapper-input {
  position: relative;
  max-width: 100%;
  transition: none;
}
.amsearch-wrapper-content > .amsearch-item {
  position: relative;
  display: flex;
  padding: 20px 0 16px 15px;
}
.amsearch-wrapper-content > .amsearch-item:first-child:before,
.amsearch-wrapper-content > .amsearch-item:last-child:after {
  display: none;
}
.amsearch-wrapper-content .product-item.amsearch-item {
  padding: 15px;
}
.amsearch-wrapper-content .product-item-details {
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: auto;
}
.amsearch-wrapper-content .product-item-link {
  margin: 0 0 5px;
  color: #333;
  word-break: keep-all;
}
.amsearch-wrapper-content .product-item-actions {
  display: flex;
  align-items: flex-end;
  margin-top: 6px;
}
.amsearch-wrapper-content .action.tocart {
  word-wrap: break-word;
  word-break: break-word;
  white-space: inherit;
  line-height: 1.2;
}
.ie11 .amsearch-wrapper-content .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-wrapper-content .action.tocart {
  word-break: break-all;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
  margin: 0 10px 0 0;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .price {
  font-size: 16px;
}
.block-search .search .control {
  position: relative;
  z-index: 99;
}
.block-xsearch.block-search .search .control {
  z-index: 98;
}
.amsearch-form-container .input-text:focus {
  border: 2px solid #54c6ff;
  box-shadow: 0 2px 4px #c2ebff;
}
.amsearch-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  margin: auto;
  padding: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.search .amsearch-loupe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: none;
  margin: auto;
  padding: 0;
  width: 14px;
  height: 14px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
  box-shadow: none;
}
.amsearch-products .amsearch-highlight {
  padding: 0 2px;
  background-color: #3ac39c;
  color: #fff;
  word-wrap: normal;
}
.amsearch-products {
  order: 10;
  padding: 0 0 15px;
}
.amsearch-products .amasty-xsearch-block-header {
  padding: 0 15px 10px;
}
.amsearch-leftside {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.amsearch-leftside .recent_searches,
.amsearch-leftside .amsearch-item {
  flex-basis: 100%;
  padding: 5px 0;
}
.amsearch-autocomplete-information {
  padding-left: 13px;
  width: 60%;
}
.amsearch-autocomplete-information .action.view {
  color: #757575;
  font-weight: 300;
}
.amasty-xsearch-loader {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 1000;
  margin: auto 5px auto 0;
  width: 16px;
  height: 11px;
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
}
.amasty-message.message.info {
  margin: 0;
}
.amasty-xsearch-num-results {
  float: right;
}
.amsearch-more-results {
  margin-top: 30px;
  text-align: center;
}
.amsearch-more-results .amsearch-link {
  border-bottom: 1px solid #06c;
  color: #06c;
  text-decoration: none;
}
.amsearch-more-results .amsearch-link:hover {
  border-bottom: 1px solid #1979c3;
  background-color: inherit;
  color: #1979c3;
  text-decoration: none;
}
.block-search .action.search.amasty-xsearch-hide,
.amasty-xsearch-hide {
  display: none;
}
.amasty-xsearch-block-header {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 5px;
  color: #000000;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
}
.amsearch-item-container {
  position: relative;
  flex-basis: 100%;
  padding: 0 15px 30px;
}
.amsearch-item-container:last-child:after {
  display: none;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
  color: #3ac39c;
  font-weight: 600;
}
.amsearch-item-container .amsearch-item {
  cursor: inherit;
}
.amsearch-item-container .amsearch-item:hover {
  background-color: inherit;
}
.amsearch-item-container .amsearch-highlight {
  font-size: 12px;
}
.amsearch-item-container.page a.item-name {
  color: #3ac39c;
  font-weight: 600;
}
.amsearch-item-container.recent_searches {
  padding: 0 15px 20px;
}
.amsearch-item-container.recent_searches .amsearch-item {
  display: inline-block;
  order: 1;
  box-sizing: border-box;
  margin: 0 8px 10px 0;
  padding: 5px 10px;
  border: 1px solid #e2e4ee;
  border-radius: 25px;
  text-decoration: none;
  font-size: 12px;
}
.amsearch-item-container.recent_searches .amsearch-item:hover {
  border-color: #3ac39c;
}
.amsearch-item-container.recent_searches .amsearch-item:active {
  border-color: #23745d;
}
.amsearch-item-container.recent_searches .amsearch-item:focus {
  border-color: #3ac39c;
  background-color: #3ac39c;
  color: #fff;
}
.amsearch-item-container.recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.popular_searches .amsearch-item:hover {
  background: #f4f5fa;
}
.amsearch-item-container.popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  display: inline-block;
  float: none;
  color: #ccc;
}
.amasty-xsearch-preload {
  display: none;
}
.search-autocomplete .amsearch-results div:not([data-click-url]) {
  background: none;
  cursor: default;
}
.amsearch-category-tab .amsearch-item {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
}
.block.block-search,
.form .search-autocomplete {
  z-index: 99;
}
.block.block-xsearch {
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  .amsearch-leftside,
  .amsearch-products,
  .amsearch-additional-content > .amsearch-content-block {
    width: 100% !important;
  }
  .amsearch-products.-waste {
    width: auto !important;
  }
  .form .search-autocomplete {
    top: 66px;
    left: 0;
    overflow-y: auto;
    margin: -15px 15px 0;
    max-height: 70vh;
    background: #fff;
  }
}
.amsearch-item .product-item-description,
.amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-clone-position {
  position: absolute;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(61, 62, 66, 0.05), 0 4px 25px rgba(75, 76, 83, 0.15);
}
.amsearch-autocomplete-image {
  width: 40%;
}
.amsearch-autocomplete-image .product-image-photo {
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
#amsearch-result-tabs {
  margin-top: 5px;
}
#amsearch-result-tabs .data.title {
  margin-right: 5px;
}
#amsearch-result-tabs .data.title.active {
  box-sizing: border-box;
  background: #d8d8d8;
}
#amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
#amsearch-result-tabs .title {
  position: relative;
  box-sizing: border-box;
}
#amsearch-result-tabs .title.active:before {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
}
#amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
#amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
#amsearch-result-tabs .data.content {
  display: none;
}
#amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  margin: 0 0 15px 0;
  width: 100%;
  font-weight: 700;
}
.amsearch-related-terms > .amsearch-item {
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  border-radius: 20px;
  background: #d8eeff;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-emptysearch-cms {
  padding: 30px;
  background: #fbfcfe;
  color: #1f1b1b;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  margin: 0 0 15px;
  font-weight: 800;
  font-size: 38px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  margin-top: 30px;
  font-size: 14px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.am-porto-cmtb .page-header.type1 {
  z-index: 9999;
}
.am-porto-cmtb .amsearch-clone-position {
  padding: 2px 0;
  border: 15px solid transparent;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.am-porto-cmtb .amsearch-clone-position .amsearch-results {
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.am-porto-cmtb .amsearch-autocomplete-information .product-reviews-summary .reviews-actions .action {
  margin: 0;
  padding: 0;
  border: 0;
}
.search-autocomplete .amsearch-slider-wrap:not(:first-child) {
  margin-top: 45px;
}
.search-autocomplete .amsearch-slider-block {
  margin-top: 10px;
}
.search-autocomplete .amsearch-slider-block .product-item-link {
  display: block;
  overflow: hidden;
  min-height: 39px;
  max-height: 39px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .search-autocomplete .amsearch-slider-block .product-item-link {
  word-break: break-all;
}
.ie11 .search-autocomplete .amsearch-slider-block .product-item-link {
  word-break: break-all;
}
.search-autocomplete .amsearch-slider-block.slick-slider {
  padding: 0;
}
.search-autocomplete .amsearch-slider-block .slick-slide {
  vertical-align: inherit;
}
.amsearch-additional-content {
  display: flex;
  margin: -15px 0;
  max-width: 100%;
}
.amsearch-additional-content .amsearch-leftside-sidebar,
.amsearch-additional-content .amsearch-content-block {
  padding: 15px 0;
}
.amsearch-additional-content .amsearch-leftside-sidebar {
  min-width: 30%;
}
.amsearch-additional-content .amsearch-content-block {
  box-sizing: border-box;
  max-width: 70%;
  border-left: 1px solid #e8e9ef;
}
.search-autocomplete .amsearch-slider-block .slick-dots {
  top: 100%;
  border: none;
  background: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  padding: 0;
  width: 12px;
  height: 12px;
  border: none;
  text-align: inherit;
  white-space: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation']:hover,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].slick-active button,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .actions-toolbar > .action,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'].slick-active .cart.table-wrapper .action-gift {
  border-color: #000000;
  background: #000000;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] button,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] .cart.table-wrapper .action-gift {
  padding: 3px;
  width: auto;
  height: auto;
  border: 1px solid #e8e9ef;
  border-radius: 100%;
  background: #fff;
}
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] button:before,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] .cart.table-wrapper .actions-toolbar > .action:before,
.search-autocomplete .amsearch-slider-block .slick-dots > li[role='presentation'] .cart.table-wrapper .action-gift:before {
  content: none;
}
.search-autocomplete .amsearch-slider-block .slick-arrow {
  top: 70px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTg5IDIuMDA5TDcuMTkgOS4wMS4yMzMgMTUuOTY4bDEuMTA4IDEuMTA5IDguMDQ0LTguMDQ0LTguMTEtOC4xMUwuMTg5IDIuMDA4eiIgZmlsbD0iIzU3NTg1NSIvPjwvc3ZnPg==') center no-repeat !important;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item {
  pointer-events: none;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item:hover,
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item.selected {
  background-color: transparent;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
  pointer-events: auto;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image {
  width: 100%;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
  margin: 10px 0 5px;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary {
  display: flex;
  align-items: center;
  padding: 5px;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .wishlist.split.button .action.toggle {
  display: none;
}
.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary > .action {
  flex-grow: inherit;
  margin-right: 5px;
  line-height: normal;
}
@media (min-width: 768px) {
  .search-autocomplete .amsearch-slider-wrap .rating-summary .rating-result:before,
  .search-autocomplete .amsearch-slider-wrap .rating-summary .rating-result > span:before {
    font-size: 20px;
  }
  .search-autocomplete .amsearch-slider-wrap .product-reviews-summary .reviews-actions a {
    margin-right: 0;
  }
  .search-autocomplete .amsearch-slider-wrap .rating-summary .rating-result {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .amsearch-item-container {
    padding: 0 15px 15px;
  }
  header.page-header.htype-4 .block-search #search {
    padding-left: 30px !important;
  }
  .amsearch-item-container.recent_searches .amsearch-item {
    padding: 5px 15px;
  }
}
.search-autocomplete .amsearch-slider-wrap .old-price {
  display: none;
}
.search-autocomplete .amsearch-slider-wrap .page-detail-delivery-time {
  display: none !important;
}
.search-autocomplete .amsearch-wrapper-content .amsearch-wrapper-inner .old-price {
  display: none;
}
.search-autocomplete .product-image-wrapper {
  padding-bottom: 100% !important;
}
.search-autocomplete .amsearch-item-container.recent_searches .amasty-xsearch-block-header {
  padding: 0 15px 10px;
}
.search-autocomplete .product-reviews-summary {
  display: none;
}
.search-autocomplete .amsearch-item .price {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.search-autocomplete .amsearch-results .amsearch-item-container .amsearch-item .item-name {
  text-decoration: none;
  display: block;
}
.amsearch-item-container.category .amsearch-item:hover,
.amsearch-item-container.recent_searches .amsearch-item:hover {
  background: #f4f5fa;
}
.amsearch-item-container:not(.recent_searches) .amsearch-highlight {
  color: #000;
}
.search-autocomplete .product-item-description {
  margin: 20px 0;
}
.search-autocomplete .amsearch-item .item-description,
.search-autocomplete .product-item-link {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.search-autocomplete .amsearch-item .product-item-description {
  display: none;
}
.search-autocomplete .amsearch-products .amsearch-more-results {
  margin-top: 30px;
}
.search-autocomplete .amsearch-item-container.recent_searches .amsearch-item {
  display: block;
  margin: 0;
  border: none;
  border-radius: unset;
}
.amsearch-form-container .amsearch-leftside .amsearch-item-container.recent_searches {
  padding: 0 0 25px 0 !important;
}
@media (max-width: 767px) {
  .amsearch-form-container .amsearch-leftside .amsearch-item-container.recent_searches {
    padding: 0 0 15px 0 !important;
  }
}
.amsearch-item-container.page a.item-name:hover {
  text-decoration: underline !important;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/**
 * GiaPhuGroup Co., Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the GiaPhuGroup.com license that is
 * available through the world-wide-web at this URL:
 * https://www.giaphugroup.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    PHPCuong
 * @package     PHPCuong_Core
 * @copyright   Copyright (c) 2017-2018 GiaPhuGroup Co., Ltd. All rights reserved. (http://www.giaphugroup.com/)
 * @license     https://www.giaphugroup.com/LICENSE.txt
 */
/**
 * GiaPhuGroup Co., Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the GiaPhuGroup.com license that is
 * available through the world-wide-web at this URL:
 * https://www.giaphugroup.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    PHPCuong
 * @package     PHPCuong_Core
 * @copyright   Copyright (c) 2017-2018 GiaPhuGroup Co., Ltd. All rights reserved. (http://www.giaphugroup.com/)
 * @license     https://www.giaphugroup.com/LICENSE.txt
 */
/* grid bootstrap */
.row {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gpg,
.gpg-xs-1,
.gpg-sm-1,
.gpg-md-1,
.gpg-lg-1,
.gpg-xs-2,
.gpg-sm-2,
.gpg-md-2,
.gpg-lg-2,
.gpg-xs-3,
.gpg-sm-3,
.gpg-md-3,
.gpg-lg-3,
.gpg-xs-4,
.gpg-sm-4,
.gpg-md-4,
.gpg-lg-4,
.gpg-xs-5,
.gpg-sm-5,
.gpg-md-5,
.gpg-lg-5,
.gpg-xs-6,
.gpg-sm-6,
.gpg-md-6,
.gpg-lg-6,
.gpg-xs-7,
.gpg-sm-7,
.gpg-md-7,
.gpg-lg-7,
.gpg-xs-8,
.gpg-sm-8,
.gpg-md-8,
.gpg-lg-8,
.gpg-xs-9,
.gpg-sm-9,
.gpg-md-9,
.gpg-lg-9,
.gpg-xs-10,
.gpg-sm-10,
.gpg-md-10,
.gpg-lg-10,
.gpg-xs-11,
.gpg-sm-11,
.gpg-md-11,
.gpg-lg-11,
.gpg-xs-12,
.gpg-sm-12,
.gpg-md-12,
.gpg-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gpg,
.gpg-xs-1,
.gpg-xs-2,
.gpg-xs-3,
.gpg-xs-4,
.gpg-xs-5,
.gpg-xs-6,
.gpg-xs-7,
.gpg-xs-8,
.gpg-xs-9,
.gpg-xs-10,
.gpg-xs-11,
.gpg-xs-12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gpg-xs-12 {
  width: 100%;
}
.gpg-xs-11 {
  width: 91.66666667%;
}
.gpg-xs-10 {
  width: 83.33333333%;
}
.gpg-xs-9 {
  width: 75%;
}
.gpg-xs-8 {
  width: 66.66666667%;
}
.gpg-xs-7 {
  width: 58.33333333%;
}
.gpg-xs-6 {
  width: 50%;
}
.gpg-xs-5 {
  width: 41.66666667%;
}
.gpg-xs-4 {
  width: 33.33333333%;
}
.gpg-xs-3 {
  width: 25%;
}
.gpg-xs-2 {
  width: 16.66666667%;
}
.gpg-xs-1 {
  width: 8.33333333%;
}
.gpg-xs-pull-12 {
  right: 100%;
}
.gpg-xs-pull-11 {
  right: 91.66666667%;
}
.gpg-xs-pull-10 {
  right: 83.33333333%;
}
.gpg-xs-pull-9 {
  right: 75%;
}
.gpg-xs-pull-8 {
  right: 66.66666667%;
}
.gpg-xs-pull-7 {
  right: 58.33333333%;
}
.gpg-xs-pull-6 {
  right: 50%;
}
.gpg-xs-pull-5 {
  right: 41.66666667%;
}
.gpg-xs-pull-4 {
  right: 33.33333333%;
}
.gpg-xs-pull-3 {
  right: 25%;
}
.gpg-xs-pull-2 {
  right: 16.66666667%;
}
.gpg-xs-pull-1 {
  right: 8.33333333%;
}
.gpg-xs-pull-0 {
  right: auto;
}
.gpg-xs-push-12 {
  left: 100%;
}
.gpg-xs-push-11 {
  left: 91.66666667%;
}
.gpg-xs-push-10 {
  left: 83.33333333%;
}
.gpg-xs-push-9 {
  left: 75%;
}
.gpg-xs-push-8 {
  left: 66.66666667%;
}
.gpg-xs-push-7 {
  left: 58.33333333%;
}
.gpg-xs-push-6 {
  left: 50%;
}
.gpg-xs-push-5 {
  left: 41.66666667%;
}
.gpg-xs-push-4 {
  left: 33.33333333%;
}
.gpg-xs-push-3 {
  left: 25%;
}
.gpg-xs-push-2 {
  left: 16.66666667%;
}
.gpg-xs-push-1 {
  left: 8.33333333%;
}
.gpg-xs-push-0 {
  left: auto;
}
.gpg-xs-offset-12 {
  margin-left: 100%;
}
.gpg-xs-offset-11 {
  margin-left: 91.66666667%;
}
.gpg-xs-offset-10 {
  margin-left: 83.33333333%;
}
.gpg-xs-offset-9 {
  margin-left: 75%;
}
.gpg-xs-offset-8 {
  margin-left: 66.66666667%;
}
.gpg-xs-offset-7 {
  margin-left: 58.33333333%;
}
.gpg-xs-offset-6 {
  margin-left: 50%;
}
.gpg-xs-offset-5 {
  margin-left: 41.66666667%;
}
.gpg-xs-offset-4 {
  margin-left: 33.33333333%;
}
.gpg-xs-offset-3 {
  margin-left: 25%;
}
.gpg-xs-offset-2 {
  margin-left: 16.66666667%;
}
.gpg-xs-offset-1 {
  margin-left: 8.33333333%;
}
.gpg-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .gpg,
  .gpg-sm-1,
  .gpg-sm-2,
  .gpg-sm-3,
  .gpg-sm-4,
  .gpg-sm-5,
  .gpg-sm-6,
  .gpg-sm-7,
  .gpg-sm-8,
  .gpg-sm-9,
  .gpg-sm-10,
  .gpg-sm-11,
  .gpg-sm-12 {
    float: left;
  }
  .gpg-sm-12 {
    width: 100%;
  }
  .gpg-sm-11 {
    width: 91.66666667%;
  }
  .gpg-sm-10 {
    width: 83.33333333%;
  }
  .gpg-sm-9 {
    width: 75%;
  }
  .gpg-sm-8 {
    width: 66.66666667%;
  }
  .gpg-sm-7 {
    width: 58.33333333%;
  }
  .gpg-sm-6 {
    width: 50%;
  }
  .gpg-sm-5 {
    width: 41.66666667%;
  }
  .gpg-sm-4 {
    width: 33.33333333%;
  }
  .gpg-sm-3 {
    width: 25%;
  }
  .gpg-sm-2 {
    width: 16.66666667%;
  }
  .gpg-sm-1 {
    width: 8.33333333%;
  }
  .gpg-sm-pull-12 {
    right: 100%;
  }
  .gpg-sm-pull-11 {
    right: 91.66666667%;
  }
  .gpg-sm-pull-10 {
    right: 83.33333333%;
  }
  .gpg-sm-pull-9 {
    right: 75%;
  }
  .gpg-sm-pull-8 {
    right: 66.66666667%;
  }
  .gpg-sm-pull-7 {
    right: 58.33333333%;
  }
  .gpg-sm-pull-6 {
    right: 50%;
  }
  .gpg-sm-pull-5 {
    right: 41.66666667%;
  }
  .gpg-sm-pull-4 {
    right: 33.33333333%;
  }
  .gpg-sm-pull-3 {
    right: 25%;
  }
  .gpg-sm-pull-2 {
    right: 16.66666667%;
  }
  .gpg-sm-pull-1 {
    right: 8.33333333%;
  }
  .gpg-sm-pull-0 {
    right: auto;
  }
  .gpg-sm-push-12 {
    left: 100%;
  }
  .gpg-sm-push-11 {
    left: 91.66666667%;
  }
  .gpg-sm-push-10 {
    left: 83.33333333%;
  }
  .gpg-sm-push-9 {
    left: 75%;
  }
  .gpg-sm-push-8 {
    left: 66.66666667%;
  }
  .gpg-sm-push-7 {
    left: 58.33333333%;
  }
  .gpg-sm-push-6 {
    left: 50%;
  }
  .gpg-sm-push-5 {
    left: 41.66666667%;
  }
  .gpg-sm-push-4 {
    left: 33.33333333%;
  }
  .gpg-sm-push-3 {
    left: 25%;
  }
  .gpg-sm-push-2 {
    left: 16.66666667%;
  }
  .gpg-sm-push-1 {
    left: 8.33333333%;
  }
  .gpg-sm-push-0 {
    left: auto;
  }
  .gpg-sm-offset-12 {
    margin-left: 100%;
  }
  .gpg-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .gpg-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .gpg-sm-offset-9 {
    margin-left: 75%;
  }
  .gpg-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .gpg-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .gpg-sm-offset-6 {
    margin-left: 50%;
  }
  .gpg-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .gpg-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .gpg-sm-offset-3 {
    margin-left: 25%;
  }
  .gpg-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .gpg-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .gpg-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .gpg,
  .gpg-md-1,
  .gpg-md-2,
  .gpg-md-3,
  .gpg-md-4,
  .gpg-md-5,
  .gpg-md-6,
  .gpg-md-7,
  .gpg-md-8,
  .gpg-md-9,
  .gpg-md-10,
  .gpg-md-11,
  .gpg-md-12 {
    float: left;
  }
  .gpg-md-12 {
    width: 100%;
  }
  .gpg-md-11 {
    width: 91.66666667%;
  }
  .gpg-md-10 {
    width: 83.33333333%;
  }
  .gpg-md-9 {
    width: 75%;
  }
  .gpg-md-8 {
    width: 66.66666667%;
  }
  .gpg-md-7 {
    width: 58.33333333%;
  }
  .gpg-md-6 {
    width: 50%;
  }
  .gpg-md-5 {
    width: 41.66666667%;
  }
  .gpg-md-4 {
    width: 33.33333333%;
  }
  .gpg-md-3 {
    width: 25%;
  }
  .gpg-md-2 {
    width: 16.66666667%;
  }
  .gpg-md-1 {
    width: 8.33333333%;
  }
  .gpg-md-pull-12 {
    right: 100%;
  }
  .gpg-md-pull-11 {
    right: 91.66666667%;
  }
  .gpg-md-pull-10 {
    right: 83.33333333%;
  }
  .gpg-md-pull-9 {
    right: 75%;
  }
  .gpg-md-pull-8 {
    right: 66.66666667%;
  }
  .gpg-md-pull-7 {
    right: 58.33333333%;
  }
  .gpg-md-pull-6 {
    right: 50%;
  }
  .gpg-md-pull-5 {
    right: 41.66666667%;
  }
  .gpg-md-pull-4 {
    right: 33.33333333%;
  }
  .gpg-md-pull-3 {
    right: 25%;
  }
  .gpg-md-pull-2 {
    right: 16.66666667%;
  }
  .gpg-md-pull-1 {
    right: 8.33333333%;
  }
  .gpg-md-pull-0 {
    right: auto;
  }
  .gpg-md-push-12 {
    left: 100%;
  }
  .gpg-md-push-11 {
    left: 91.66666667%;
  }
  .gpg-md-push-10 {
    left: 83.33333333%;
  }
  .gpg-md-push-9 {
    left: 75%;
  }
  .gpg-md-push-8 {
    left: 66.66666667%;
  }
  .gpg-md-push-7 {
    left: 58.33333333%;
  }
  .gpg-md-push-6 {
    left: 50%;
  }
  .gpg-md-push-5 {
    left: 41.66666667%;
  }
  .gpg-md-push-4 {
    left: 33.33333333%;
  }
  .gpg-md-push-3 {
    left: 25%;
  }
  .gpg-md-push-2 {
    left: 16.66666667%;
  }
  .gpg-md-push-1 {
    left: 8.33333333%;
  }
  .gpg-md-push-0 {
    left: auto;
  }
  .gpg-md-offset-12 {
    margin-left: 100%;
  }
  .gpg-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .gpg-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .gpg-md-offset-9 {
    margin-left: 75%;
  }
  .gpg-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .gpg-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .gpg-md-offset-6 {
    margin-left: 50%;
  }
  .gpg-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .gpg-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .gpg-md-offset-3 {
    margin-left: 25%;
  }
  .gpg-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .gpg-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .gpg-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .gpg,
  .gpg-lg-1,
  .gpg-lg-2,
  .gpg-lg-3,
  .gpg-lg-4,
  .gpg-lg-5,
  .gpg-lg-6,
  .gpg-lg-7,
  .gpg-lg-8,
  .gpg-lg-9,
  .gpg-lg-10,
  .gpg-lg-11,
  .gpg-lg-12 {
    float: left;
  }
  .gpg-lg-12 {
    width: 100%;
  }
  .gpg-lg-11 {
    width: 91.66666667%;
  }
  .gpg-lg-10 {
    width: 83.33333333%;
  }
  .gpg-lg-9 {
    width: 75%;
  }
  .gpg-lg-8 {
    width: 66.66666667%;
  }
  .gpg-lg-7 {
    width: 58.33333333%;
  }
  .gpg-lg-6 {
    width: 50%;
  }
  .gpg-lg-5 {
    width: 41.66666667%;
  }
  .gpg-lg-4 {
    width: 33.33333333%;
  }
  .gpg-lg-3 {
    width: 25%;
  }
  .gpg-lg-2 {
    width: 16.66666667%;
  }
  .gpg-lg-1 {
    width: 8.33333333%;
  }
  .gpg-lg-pull-12 {
    right: 100%;
  }
  .gpg-lg-pull-11 {
    right: 91.66666667%;
  }
  .gpg-lg-pull-10 {
    right: 83.33333333%;
  }
  .gpg-lg-pull-9 {
    right: 75%;
  }
  .gpg-lg-pull-8 {
    right: 66.66666667%;
  }
  .gpg-lg-pull-7 {
    right: 58.33333333%;
  }
  .gpg-lg-pull-6 {
    right: 50%;
  }
  .gpg-lg-pull-5 {
    right: 41.66666667%;
  }
  .gpg-lg-pull-4 {
    right: 33.33333333%;
  }
  .gpg-lg-pull-3 {
    right: 25%;
  }
  .gpg-lg-pull-2 {
    right: 16.66666667%;
  }
  .gpg-lg-pull-1 {
    right: 8.33333333%;
  }
  .gpg-lg-pull-0 {
    right: auto;
  }
  .gpg-lg-push-12 {
    left: 100%;
  }
  .gpg-lg-push-11 {
    left: 91.66666667%;
  }
  .gpg-lg-push-10 {
    left: 83.33333333%;
  }
  .gpg-lg-push-9 {
    left: 75%;
  }
  .gpg-lg-push-8 {
    left: 66.66666667%;
  }
  .gpg-lg-push-7 {
    left: 58.33333333%;
  }
  .gpg-lg-push-6 {
    left: 50%;
  }
  .gpg-lg-push-5 {
    left: 41.66666667%;
  }
  .gpg-lg-push-4 {
    left: 33.33333333%;
  }
  .gpg-lg-push-3 {
    left: 25%;
  }
  .gpg-lg-push-2 {
    left: 16.66666667%;
  }
  .gpg-lg-push-1 {
    left: 8.33333333%;
  }
  .gpg-lg-push-0 {
    left: auto;
  }
  .gpg-lg-offset-12 {
    margin-left: 100%;
  }
  .gpg-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .gpg-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .gpg-lg-offset-9 {
    margin-left: 75%;
  }
  .gpg-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .gpg-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .gpg-lg-offset-6 {
    margin-left: 50%;
  }
  .gpg-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .gpg-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .gpg-lg-offset-3 {
    margin-left: 25%;
  }
  .gpg-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .gpg-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .gpg-lg-offset-0 {
    margin-left: 0%;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/**
 * 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,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-carousel .owl-nav .cart.table-wrapper .action-gift.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .action-gift.owl-next,
.owl-carousel .cart.table-wrapper .action-gift.owl-dot {
  background: none;
  color: inherit;
  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("../../base/Magento/base/default/Mageplaza_Core/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%;
}
/**
 * GiaPhuGroup Co., Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the GiaPhuGroup.com license that is
 * available through the world-wide-web at this URL:
 * https://www.giaphugroup.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    PHPCuong
 * @package     PHPCuong_Core
 * @copyright   Copyright (c) 2018-2019 GiaPhuGroup Co., Ltd. All rights reserved. (http://www.giaphugroup.com/)
 * @license     https://www.giaphugroup.com/LICENSE.txt
 */
.owl-dots {
  text-align: center;
}
.owl-dots button.owl-dot,
.owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-dots .cart.table-wrapper .action-gift.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #b8567d;
  background: #fff;
  margin-right: 5px;
}
.owl-dots button.owl-dot.active,
.owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot.active,
.owl-dots .cart.table-wrapper .action-gift.owl-dot.active {
  border: none;
}
.owl-dots button.owl-dot.active span,
.owl-dots .cart.table-wrapper .actions-toolbar > .action.owl-dot.active span,
.owl-dots .cart.table-wrapper .action-gift.owl-dot.active span {
  background: #b8567d;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.owl-nav button.owl-next span,
.owl-nav button.owl-prev span,
.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next span,
.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev span,
.owl-nav .cart.table-wrapper .action-gift.owl-next span,
.owl-nav .cart.table-wrapper .action-gift.owl-prev span {
  position: absolute;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 20px;
}
.owl-nav button.owl-next:first-child span,
.owl-nav button.owl-prev:first-child span,
.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:first-child span,
.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:first-child span,
.owl-nav .cart.table-wrapper .action-gift.owl-next:first-child span,
.owl-nav .cart.table-wrapper .action-gift.owl-prev:first-child span {
  left: 30px;
}
.owl-nav button.owl-next:last-child span,
.owl-nav button.owl-prev:last-child span,
.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:last-child span,
.owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:last-child span,
.owl-nav .cart.table-wrapper .action-gift.owl-next:last-child span,
.owl-nav .cart.table-wrapper .action-gift.owl-prev:last-child span {
  right: 0px;
}
.owl-carousel:hover button.owl-next span,
.owl-carousel:hover button.owl-prev span,
.owl-carousel:hover .cart.table-wrapper .actions-toolbar > .action.owl-next span,
.owl-carousel:hover .cart.table-wrapper .actions-toolbar > .action.owl-prev span,
.owl-carousel:hover .cart.table-wrapper .action-gift.owl-next span,
.owl-carousel:hover .cart.table-wrapper .action-gift.owl-prev span {
  background-color: #b8567d42;
  color: #fff;
  opacity: 1;
}
.owl-carousel:hover button.owl-next:hover span,
.owl-carousel:hover button.owl-prev:hover span,
.owl-carousel:hover .cart.table-wrapper .actions-toolbar > .action.owl-next:hover span,
.owl-carousel:hover .cart.table-wrapper .actions-toolbar > .action.owl-prev:hover span,
.owl-carousel:hover .cart.table-wrapper .action-gift.owl-next:hover span,
.owl-carousel:hover .cart.table-wrapper .action-gift.owl-prev:hover span {
  background-color: #b8567d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
@media only screen and (min-width: 767px) {
  .sections.nav-sections.stickytop {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1200px) {
  .my-benefits-nav {
    display: flex;
    flex-direction: column;
    gap: 2.66vw;
    margin: 0 5.6vw;
    padding-bottom: 8vw;
  }
  .my-benefits-nav .item {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
  }
  .my-benefits-nav .item a {
    height: 12vw;
    background: #F9F9F9;
    border-radius: 1.066vw;
    display: flex;
    align-items: center;
    padding: 0 4.8vw;
    font-size: 3.466vw;
  }
  .my-benefits-nav .item a:before {
    content: '';
    width: 8.533vw;
    height: 8.533vw;
    margin-right: 1.866vw;
  }
  .my-benefits-nav .item a:after {
    content: '';
    width: 1.866vw;
    height: 3.333vw;
    background: url('/pub/images/user-nav/arrow-2.svg') no-repeat top left;
    background-size: 100% auto;
    margin-left: auto;
  }
  .my-benefits-nav .item.milestone-badge a:before {
    background: url('/pub/images/user-nav/benefits-nav-icon-1.png') no-repeat top left;
    background-size: 100% auto;
  }
  .my-benefits-nav .item.loyalty-cashback a:before {
    background: url('/pub/images/user-nav/benefits-nav-icon-2.png') no-repeat top left;
    background-size: 100% auto;
  }
  .my-benefits-nav .item.reward-points a:before {
    background: url('/pub/images/user-nav/benefits-nav-icon-3.png') no-repeat top left;
    background-size: 100% auto;
  }
  .my-benefits-nav .item.free-trial a:before {
    background: url('/pub/images/user-nav/benefits-nav-icon-4-mb.png') no-repeat top left;
    background-size: 100% auto;
  }
}
.my-benefits-nav-nav {
  display: flex;
  flex-direction: column;
}
.my-benefits-nav-nav .my-benefits-nav-title {
  font-size: 22px;
  font-weight: 500;
}
.my-benefits-nav-nav .my-benefits-nav-content .items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.my-benefits-nav-nav .my-benefits-nav-content .items .item {
  display: flex;
  flex-direction: column-reverse;
}
.my-benefits-nav-nav .my-benefits-nav-content .items .item a {
  height: 60px;
  background: #F9F9F9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 18px;
}
.my-benefits-nav-nav .my-benefits-nav-content .items .item a:before {
  content: '';
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.my-benefits-nav-nav .my-benefits-nav-content .items .item a:after {
  content: '';
  width: 7px;
  height: 12px;
  background: url('/pub/images/user-nav/arrow.svg') no-repeat top left;
  background-size: 100% auto;
  margin-left: auto;
}
.my-benefits-nav-nav .my-benefits-nav-content .items .item.milestone-badge a:before {
  background: url('/pub/images/user-nav/benefits-nav-icon-1.png') no-repeat top left;
  background-size: 100% auto;
}
.my-benefits-nav-nav .my-benefits-nav-content .items .item.loyalty-cashback a:before {
  background: url('/pub/images/user-nav/benefits-nav-icon-2.png') no-repeat top left;
  background-size: 100% auto;
}
.my-benefits-nav-nav .my-benefits-nav-content .items .item.reward-points a:before {
  background: url('/pub/images/user-nav/benefits-nav-icon-3.png') no-repeat top left;
  background-size: 100% auto;
}
.my-benefits-nav-nav .my-benefits-nav-content .items .item.free-trial a:before {
  background: url('/pub/images/user-nav/benefits-nav-icon-4-mb.png') no-repeat top left;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .my-benefits-nav-nav {
    background-color: transparent;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 2;
    left: 0;
    position: absolute;
    top: 34px;
    width: 100%;
    margin-bottom: 0px;
  }
  .my-benefits-nav-nav .my-benefits-nav-title {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    margin-bottom: 0 !important;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    font-size: 20px;
  }
  .my-benefits-nav-nav .my-benefits-nav-title:after {
    content: '';
    position: absolute;
    top: 0;
    font-size: 40px;
    line-height: 1;
    right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(50%);
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .my-benefits-nav-nav .my-benefits-nav-content {
    background: #fff;
    display: none;
    margin: 0;
    padding: 0 5.866vw 2.66vw;
  }
  .my-benefits-nav-nav .my-benefits-nav-content.active {
    display: block;
  }
  .my-benefits-nav-nav .my-benefits-nav-content .items {
    margin-top: 3.733vw;
  }
  .my-benefits-nav-nav .my-benefits-nav-content .items .item a {
    height: 12vw;
    background: #F9F9F9;
    border-radius: 1.066vw;
    display: flex;
    align-items: center;
    padding: 0 4.8vw;
    font-size: 3.466vw;
  }
  .my-benefits-nav-nav .my-benefits-nav-content .items .item a:before {
    width: 8.533vw;
    height: 8.533vw;
    margin-right: 4.266vw;
  }
  .sidebar-additional {
    margin-top: 70px !important;
  }
}
@media (max-width: 767px) {
  body.account #maincontent {
    padding-top: 110px;
  }
  body.account #maincontent .sidebar.sidebar-main {
    padding-top: 0;
  }
  body.account #maincontent .products-grid.wishlist .product-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  body.account #maincontent .products-grid.wishlist .product-items .product-item {
    width: calc(50% - 10px) !important;
    margin-left: 0 !important;
  }
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.form-address-edit .actions-toolbar .vertex-update-address {
  margin-top: 10px;
}
.vertex__address-suggestion {
  margin: 5px 0;
  padding-left: 10px;
  font-weight: 500;
  border-left: 2px solid gray;
}
.worldline-fields {
  margin-bottom: 20px;
}
.worldline-payment-icon {
  vertical-align: middle;
  width: 60px;
  margin-right: 10px;
  margin-left: 10px;
}
#worldline_groups_container,
.worldline-fields {
  max-width: 280px;
}
@media screen and (max-width: 750px) {
  #worldline_groups_container,
  .worldline-fields {
    max-width: none;
  }
}
#worldline_groups_container fieldset .choice.field,
.worldline-fields fieldset .choice.field {
  position: relative;
  border: 1px solid lightgrey;
  padding: .5em 0;
  margin-bottom: .5em;
}
#worldline_groups_container fieldset .choice.field > input.radio,
.worldline-fields fieldset .choice.field > input.radio {
  position: absolute;
  top: 20px;
}
#worldline_groups_container fieldset .choice.field .label-image,
.worldline-fields fieldset .choice.field .label-image {
  display: inline-block;
  vertical-align: middle;
  height: 40px !important;
  width: 60px !important;
  padding-right: 10px;
}
#worldline_groups_container .label,
.worldline-fields .label {
  display: block;
  cursor: pointer;
  padding-left: 20px;
}
#worldline_groups_container .fields,
.worldline-fields .fields {
  position: relative;
  padding: .5em 0;
  margin-top: calc(-.5em - 1px);
  margin-bottom: .5em;
}
@media screen and (max-width: 750px) {
  #worldline_groups_container .fields,
  .worldline-fields .fields {
    padding: .5em 1em;
  }
}
#worldline_groups_container .fields .card-logo,
.worldline-fields .fields .card-logo {
  margin-top: 8px;
  width: 30px;
  height: 20px;
}
#worldline_groups_container .fields .card-logo-dimmed,
.worldline-fields .fields .card-logo-dimmed {
  opacity: 0.4;
}
#worldline_groups_container .fields .field,
.worldline-fields .fields .field {
  margin-bottom: 10px;
}
#worldline_groups_container .fields .field .control,
.worldline-fields .fields .field .control {
  position: relative;
}
#worldline_groups_container .fields .field .label,
.worldline-fields .fields .field .label {
  padding: 0;
  margin-bottom: 5px;
  font-size: 90%;
  font-weight: normal;
}
#worldline_groups_container .fields .field .cardnumber-image,
.worldline-fields .fields .field .cardnumber-image {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 20px;
}
#worldline_groups_container .fields .field .pay-card-type,
.worldline-fields .fields .field .pay-card-type {
  display: block;
}
#worldline_groups_container .fields .field .input-text,
.worldline-fields .fields .field .input-text {
  max-width: none !important;
}
#worldline_groups_container .fields .choice.field,
.worldline-fields .fields .choice.field {
  border: 0;
  padding: 0;
}
#worldline_groups_container .fields .choice.field .label,
.worldline-fields .fields .choice.field .label {
  display: inline;
}
#worldline_groups_container .group-token .choice.field > .label,
.worldline-fields .group-token .choice.field > .label {
  font-size: 1.3em;
}
@media screen and (max-width: 750px) {
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    width: 100% !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #fff;
  color: #555;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  border: 1px solid #222;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #fdac0e;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #cc8802;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/default/hooya/sv_SE/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-cart-failed .actions .action.tocart {
  margin-right: 10px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 36px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #333333;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #333333;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #333333;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.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: 400;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.products::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  width: 49%;
  margin-left: calc((100% - 2 * 49%) / 1);
  display: inline-block;
  position: relative;
}
.products-grid .product-item:nth-child(2n+1) {
  margin-left: 0;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 0;
}
.page-products .product-item-info {
  width: 100%;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  line-height: 1;
  margin-bottom: 10px;
}
.product-item .price-box .price {
  font-size: 2rem;
  font-weight: bold;
}
.product-item .price-box .price-label {
  display: none;
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ":";
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 2rem;
  color: #E64D43;
  font-weight: bold;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: inline-block;
  padding: 0;
}
.product-item .old-price {
  display: inline-block;
  padding: 0 0 0 5px;
}
.product-item .old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 1.6rem;
  font-weight: 400;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #333333;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  white-space: nowrap;
  display: block;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.products-list .product-item-info {
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: left;
}
.products-list .product-item-photo {
  width: 30%;
  padding: 0 30px 30px 0;
  vertical-align: top;
  box-sizing: border-box;
  display: block;
  float: left;
}
.products-list .product-item-details {
  vertical-align: top;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 60%;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  padding: 0;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.invite-friends-modal.show {
  display: flex;
}
@media (max-width: 750px) {
  .invite-friends-modal.show {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: flex-end;
  }
}
.invite-friends-modal .activity-rules-content {
  width: 560px;
  height: 665px;
  padding-bottom: 0;
  background: transparent;
  box-shadow: none;
}
.invite-friends-modal .activity-rules-content .scroll-wrapper {
  padding-bottom: 30px !important;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .scroll-wrapper {
    padding-bottom: 4vw !important;
  }
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content {
    width: 100vw;
    height: 90vh;
    max-width: none;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.invite-friends-modal .activity-rules-content .popup-header {
  flex: 0 0 auto;
  background: transparent;
  padding: 0;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-header {
    position: static;
  }
}
.invite-friends-modal .activity-rules-content .popup-header .popup-title {
  width: 100%;
  height: 113px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/se/se-pc.png") no-repeat top left;
  background-size: 100% 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-header .popup-title {
    position: relative;
    width: 100vw;
    height: 20.933vw;
    background: none;
  }
  .invite-friends-modal .activity-rules-content .popup-header .popup-title::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/se/se-mb.png") no-repeat top right;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .invite-friends-modal .activity-rules-content .popup-header .popup-title::after {
    display: block;
    content: "";
    height: 10vw;
    width: 100vw;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.invite-friends-modal .activity-rules-content .popup-header .close-btn {
  right: 0;
  top: 8px;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-header .close-btn {
    right: 2.933vw;
    top: 9.2vw;
    display: block !important;
    width: 4vw;
    height: 4vw;
  }
  .invite-friends-modal .activity-rules-content .popup-header .close-btn svg {
    width: 100%;
    height: 100%;
  }
}
.invite-friends-modal .activity-rules-content .scrollbar-inner {
  background-color: #fff;
  border-radius: 0 0 21px 21px;
  flex: 1;
  min-height: 0;
  /* 关键，防止flex子项溢出 */
  overflow: hidden;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .scrollbar-inner {
    border-radius: 0;
  }
}
.invite-friends-modal .activity-rules-content .scrollbar-inner .scroll-element.scroll-y {
  right: 10px;
}
.invite-friends-modal .activity-rules-content .popup-content {
  margin: 0 30px;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content {
    margin: 0 4vw;
  }
}
.invite-friends-modal .activity-rules-content .popup-content strong {
  font-family: "Poppins-semibold";
  font-weight: 600;
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-main {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 5px;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content .invite-friends-main {
    border-radius: 1.6;
    padding: 4vw 4.266vw;
    margin-top: 2.66vw;
  }
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-main p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  padding: 0;
  margin-left: 0;
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-main p:last-child {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content .invite-friends-main p {
    font-size: 3.733vw;
    margin-bottom: 2.133vw;
  }
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-main .bf-tips {
  margin-top: 14px;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content .invite-friends-main .bf-tips {
    font-size: 3.733vw;
  }
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-main .bf-tips p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content .invite-friends-main .bf-tips p {
    font-size: 3.2vw;
  }
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-main .bf-tips p > strong {
  font-family: "Poppins-medium";
  font-weight: 600;
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes {
  margin-top: 18px;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes {
    margin-top: 6.266vw;
  }
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes h4 {
  font-family: "Poppins-semibold";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes h4 {
    font-size: 3.733vw;
    margin: 0 0 2.66vw;
  }
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes ul {
  margin-bottom: 0;
  padding-left: 14px;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes ul {
    margin-left: 4vw;
    padding-left: 0;
  }
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes ul li {
  list-style-type: disc !important;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes ul li::marker {
  font-size: 0.72em;
}
@media (max-width: 750px) {
  .invite-friends-modal .activity-rules-content .popup-content .invite-friends-important-notes ul li {
    font-size: 3.466vw;
  }
}
@media (max-width: 767px) {
  .invite-friends-modal .activity-rules-content .popup-content {
    margin: 1.333vw 4vw 0;
  }
  .invite-friends-modal .activity-rules-content .scrollbar-inner .scroll-element.scroll-y {
    right: 2px;
  }
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label] .price {
  font-size: 1.1rem;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ": ";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #333333;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product.info.detailed .additional-attributes tbody tr {
  border-bottom: none !important;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 1.42857143;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attibute.sku,
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #333333;
}
.product-info-main .product.attibute.sku > .value,
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attibute.sku .type,
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attibute.overview p,
.product-info-main .product.attribute.overview p {
  display: none;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 14px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 2rem;
  font-weight: 700;
  color: #ff5f44;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: inline-block;
  margin-right: 10px;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ": ";
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 15px 0 10px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  width: 52px;
  height: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    margin: 15px 0;
  }
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-tier_price {
  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: 2rem;
  font-weight: 700;
  color: #ff5f44;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #333333;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #fdac0e;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #fdac0e;
  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: #333333;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: none;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #dddddd;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attibute.value,
.table-comparison .cell .attribute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #dddddd;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: -6px;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  text-align: center;
  padding: 10px 0 15px;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  display: block;
  text-transform: lowercase;
  font-size: 1rem;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: block;
}
.block-category-event .dates .date {
  font-size: 5rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start:after {
  content: "\2013";
  font-size: 5rem;
  display: block;
}
.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: #333333;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #dddddd;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  padding: 10px;
  background-color: #ffffff;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  background: #ffffff;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.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;
}
.cart-summary .cart-summary-wrapper {
  background: #ffffff;
  margin-bottom: 25px;
  padding: 1px 20px 25px;
  box-shadow: 0px 2px 8px 2px rgba(107, 107, 107, 0.25);
}
.cart-summary .cart-summary-wrapper > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.cart-summary .cart-summary-wrapper .block {
  margin-bottom: 0;
}
.cart-summary .cart-summary-wrapper .block .item-options {
  margin-left: 0;
}
.cart-summary .cart-summary-wrapper .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .cart-summary-wrapper .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .cart-summary-wrapper .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .cart-summary-wrapper .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #dddddd;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .action-gift:hover,
.cart.table-wrapper .action-gift:active,
.cart.table-wrapper .action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.cart.table-wrapper .action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-discount {
  border-bottom: 1px solid #dddddd;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: center;
  font-weight: normal;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #333333;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #333333;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #333333;
}
.minicart-wrapper .block-minicart {
  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);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: none;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: none;
  border-color: none;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: none;
  border-color: none;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px 20px;
  right: 0;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .action.close {
  border: 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
}
.minicart-wrapper .action.close::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../../frontend/default/hooya/sv_SE/images/close.svg') no-repeat center center;
  background-size: 100% 100%;
}
.minicart-wrapper .action.close span {
  display: none;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 15px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 24px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 5px;
}
.minicart-items-wrapper {
  clear: both;
  border: 1px solid #dddddd;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0 10px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #dddddd;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item .cart-notApplyCoupons {
  color: #FDAC0E;
  margin-top: 10px;
  font-size: 13px;
}
.minicart-items .product-item .cart-custum-message {
  margin-top: 10px;
  margin-bottom: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: auto;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #333333;
}
.minicart-items .product-item-details {
  padding-left: 125px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty .update-cart-item {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit {
  display: none;
}
.minicart-items .action.delete {
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: block;
}
.minicart-items .action.delete::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../../frontend/default/hooya/sv_SE/images/del.svg') no-repeat center center;
  background-size: 100% 100%;
}
.minicart-items .action.delete span {
  display: none;
}
.minicart-items .mini-cart-bundle-message {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #FDAC0E;
  line-height: 1.5;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 10px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.cart-coupon-error-message {
  text-decoration: underline !important;
  color: #e02b27 !important;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 15px;
  padding: 18px 0;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  margin: 0 0 5px;
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
@media (max-width: 767px) {
  .opc-estimated-wrapper {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  #payment.checkout-payment-method #co-payment-form br {
    display: none;
  }
}
.opc-progress-bar {
  margin: 20px 0 20px;
  counter-reset: i;
  font-size: 0;
  overflow: hidden;
  width: 100%;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #fdac0e;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #fdac0e;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field._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 .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #fdac0e;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #fdac0e;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #dddddd;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #333333;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information {
  padding: 0 40px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 20px;
  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: #333333;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 20px 30px;
  margin: 0 0 40px;
  position: relative;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary > .icon-order-summary-arrow {
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.opc-block-summary > .icon-order-summary-arrow > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary > .icon-order-summary-arrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary > .icon-order-summary-arrow:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .table-totals {
  border-top: 1px solid #F4F4F4;
}
.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 .items-in-cart > .title {
  border-bottom: 1px solid #dddddd;
  padding: 10px 40px 10px 0;
  cursor: pointer;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: 20px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  padding: 0;
  height: 55px;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-billing-address .billing-address-details {
  display: none !important;
}
.page-select-modal .modal-inner-wrap {
  width: 420px;
  border-radius: 12px;
  padding: 24px;
}
.page-select-modal .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.page-select-modal .radio-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 0;
}
.page-select-modal .radio-item input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-top: 0;
}
.page-select-modal .modal-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.page-select-modal .btn-cancel {
  flex: 1;
  margin-right: 10px;
  border: 2px solid #FDAC0E;
  background: #fff;
  color: #FDAC0E;
  border-radius: 28px;
  height: 45px;
  font-size: 16px;
}
.page-select-modal .btn-done {
  flex: 1;
  background: #FDAC0E;
  color: #fff;
  border-radius: 28px;
  height: 45px;
  border: none;
  font-size: 16px;
}
.page-select-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.page-select-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  background: #fff;
  border-radius: 10px;
  z-index: 9999;
  padding: 35px;
}
.page-select-x {
  position: absolute;
  top: 0;
  right: -35px;
  cursor: pointer;
}
.page-select-x path {
  fill: #ffffff;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .page-select-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    transform: none;
    border-radius: 2.133vw 2.133vw 0 0;
    padding: 0;
    animation: slideUp 0.25s ease-out;
  }
  .page-select-modal .modal-title {
    text-align: center;
    font-size: 4.267vw;
    font-weight: 600;
    margin: 5vw 0;
  }
  .page-select-modal .modal-footer {
    margin: 8vw 6vw 0;
  }
  .page-select-modal .btn-cancel,
  .page-select-modal .btn-done {
    width: 100%;
    border-radius: 5.5vw;
    height: 10.667vw;
    font-size: 3.6vw;
  }
  .page-select-modal {
    padding-bottom: 6.667vw;
  }
  .page-select-modal .modal-content {
    margin: 0 6vw;
  }
  .page-select-modal .radio-item {
    padding: 2.667vw 4.667vw;
    font-size: 4vw;
  }
  .page-select-modal .radio-item.active {
    background: #F8F8F8;
    border-radius: 1.866vw;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(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 {
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #333333;
  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: #333333;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #333333;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.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;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  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 {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.hooya-login-modal {
  display: none;
  position: fixed;
  z-index: 666;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .hooya-login-modal {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal {
    align-items: center;
  }
}
.hooya-login-modal .hooya-login-modal-main {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main {
    width: 100%;
    height: 85vh;
    transform: translateY(100%);
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main {
    width: 664px;
    height: auto;
    border-radius: 4px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-modal-close {
  position: absolute;
  background: transparent;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-modal-close {
    top: 6.66vw;
    right: 6.66vw;
    width: 4vw;
    height: 4vw;
  }
  .hooya-login-modal .hooya-login-modal-main .hooya-login-modal-close svg {
    width: 4vw;
    height: 4vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-modal-close {
    width: 26px;
    height: 26px;
    right: -52px;
    top: 0;
  }
  .hooya-login-modal .hooya-login-modal-main .hooya-login-modal-close svg {
    width: 26px;
    height: 26px;
  }
  .hooya-login-modal .hooya-login-modal-main .hooya-login-modal-close svg path {
    fill: #fff;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-modal-title {
  margin: 5.33vw 5.33vw 0;
  padding-bottom: 4vw;
  border-bottom: 1px #ccc solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-modal-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-modal-title .hooya-login-modal-logo svg {
    width: 15.066vw;
    height: 6.66vw;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-modal-title .back {
  display: none;
  position: absolute;
  top: 6.66vw;
  left: 5.2vw;
  height: 4vw;
  width: 4vw;
  z-index: 1;
  border: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-modal-title .back svg {
  width: 1.866vw;
  height: 3.333vw;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con {
  flex: 1;
  border-radius: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con {
    padding: 10.66vw 5.33vw 0;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con {
    padding: 40px 88px;
  }
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .form-main {
    padding: 0 19px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .t1 {
  font-weight: 500;
  text-align: center;
  font-family: 'Poppins-Medium';
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .t1 {
    font-size: 4.8vw;
    padding: 0 2.66vw;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .t1 {
    font-size: 26px;
    padding: 0 18px;
    line-height: 1.4;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .t2 {
  text-align: center;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .t2 {
    font-size: 4.8vw;
    margin-top: 5.33vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .t2 {
    font-size: 16px;
    margin-top: 12px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .t2 .change-email {
  display: inline-block;
  text-decoration: underline;
  color: #FDAC0E;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .t2 .change-email {
    margin-left: 2.667vw;
    font-size: 3.466vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .t2 .change-email {
    font-size: 16px;
    margin-left: 8px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col {
    margin-top: 5.33vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col {
    margin-top: 40px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col input {
  color: #333;
  line-height: 1.5;
  padding: 0;
  border: 0;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col input {
    border-radius: 1.066vw;
    font-size: 3.466vw;
    height: 12vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col input {
    font-size: 16px;
    height: 60px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col input:not([disabled]):focus {
  box-shadow: none;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col input:-webkit-autofill {
  background-color: #fff;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .tip {
  font-size: 0;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .tip > span {
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .tip > span {
    margin-top: 1.33vw;
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .tip > span {
    margin-top: 10px;
    font-size: 16px;
    margin-right: -80px;
    margin-bottom: -10px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col.error .input-box {
  outline: 1px #E64D43 solid;
  color: #E64D43;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col.error .tip {
  color: #E64D43;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col.warn .input-box {
  outline: 1px #FDAC0E solid;
  color: #FDAC0E;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col.warn .tip {
  color: #FDAC0E;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box {
  display: block;
  position: relative;
  outline: 1px #999 solid;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box {
    border-radius: 1.066vw;
    height: 12vw;
    padding: 0 4vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box {
    border-radius: 4px;
    height: 60px;
    padding: 0 16px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box label {
  position: absolute;
  line-height: 1;
  color: #666666;
  z-index: 1;
  display: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box label {
    top: 1.6vw;
    left: 4vw;
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box label {
    top: 10px;
    left: 16px;
    font-size: 16px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass {
    right: 4vw;
    top: 3.335vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass {
    right: 23px;
    top: 22px;
    cursor: pointer;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass .pass-icon {
  display: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass .pass-icon {
    width: 5.33vw;
    height: 5.33vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass .pass-icon {
    width: 22px;
    height: 22px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass .open {
  display: block;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass .close {
  display: none;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass.on .open {
  display: none;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box .show-pass.on .close {
  display: block;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box.focus label {
  display: inline-block;
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box.focus label {
    font-size: 14px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box.focus input {
  border-radius: 1.066vw;
  color: #333;
  line-height: 1.5;
  border: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box.focus input {
    margin-top: 5.2vw;
    font-size: 3.466vw;
    height: 6vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .col .input-box.focus input {
    margin-top: 24px;
    font-size: 16px;
    height: 30px;
    border-radius: 0;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .forgot {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .forgot {
    margin: 4vw auto auto;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .forgot {
    margin: 15px auto auto;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .forgot a {
  color: #fdac0e;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .forgot a {
    font-size: 3.467vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .forgot a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box {
    margin-top: 3.6vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box {
    margin-top: 18px;
    display: flex;
    align-items: center;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box .checkbox {
  border: 1px solid #767676;
  top: 0;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box .checkbox {
    width: 3.33vw;
    height: 3.33vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box .checkbox {
    width: 16px;
    height: 16px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box label {
  line-height: 1;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box label {
    font-size: 3.466vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box label {
    font-size: 16px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .remember-me-box .remember-me-icon-box {
  position: relative;
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box {
    margin-top: 4vw;
    gap: 4vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box {
    margin-top: 20px;
    gap: 20px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box .submit-button {
  background: #FDAC0E;
  width: 100%;
  border: 0;
  border-radius: 6vw;
  color: #fff;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box .submit-button {
    height: 12vw;
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box .submit-button {
    height: 60px;
    font-size: 20px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box .guest-button {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 6vw;
  color: #333;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box .guest-button {
    height: 12vw;
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-con .submit-box .guest-button {
    height: 60px;
    font-size: 20px;
    border: 1px solid #FDAC0E;
    color: #FDAC0E;
  }
}
.hooya-login-modal .hooya-login-modal-main .go-step-2 {
  color: #fdac0e;
  cursor: pointer;
}
.hooya-login-modal .hooya-login-modal-main .terms {
  font-weight: 400;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .terms {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .terms {
    font-size: 16px;
    margin-top: 20px;
  }
}
.hooya-login-modal .hooya-login-modal-main .terms a {
  color: #fdac0e;
}
.hooya-login-modal .hooya-login-modal-main .van-switch {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  width: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  flex-shrink: 0;
  font-size: 18px;
  background-color: #e9e9ea;
  height: 1em;
}
.hooya-login-modal .hooya-login-modal-main .van-switch .van-switch__node {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  font-size: inherit;
  border-radius: 100%;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  transition: transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  transition: transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05), -webkit-transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  height: 1em;
  background-color: #fff;
}
.hooya-login-modal .hooya-login-modal-main .van-switch.van-switch--on {
  height: 1em;
  font-size: 18px;
  background-color: #fdac0e;
}
.hooya-login-modal .hooya-login-modal-main .van-switch.van-switch--on .van-switch__node {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  font-size: inherit;
  border-radius: 100%;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  transition: transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  transition: transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05), -webkit-transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  transform: translateX(1em);
}
.hooya-login-modal .hooya-login-modal-main .van-switch:focus {
  outline: none;
}
.hooya-login-modal .hooya-login-modal-main .van-switch--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.hooya-login-modal .hooya-login-modal-main .subscribe {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #333;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .subscribe {
    margin-top: 4.667vw;
    font-size: 3.467vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .subscribe {
    margin-top: 20px;
    font-size: 16px;
  }
}
.hooya-login-modal .hooya-login-modal-main .subscribe span {
  display: inline-block;
  font-weight: 400;
  color: #333;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .subscribe span {
    margin-left: 2.133vw;
    font-size: 3.467vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .subscribe span {
    margin-left: 10px;
    font-size: 16px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-footer {
  border-top: 1px solid #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-footer {
    height: 12.8vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-footer {
    height: 60px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-footer a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-footer a {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-footer a {
    font-size: 16px;
  }
}
.hooya-login-modal .hooya-login-modal-main .hooya-login-footer .line {
  display: inline-block;
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-footer .line {
    margin: 0 2.66vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-footer .line {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-footer .line svg {
    width: 0.266vw;
    height: 2.666vw;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-main .hooya-login-footer .line svg {
    width: 2px;
    height: 20px;
  }
}
.hooya-login-modal .hooya-login-modal-main.step-2 .hooya-login-modal-title .back,
.hooya-login-modal .hooya-login-modal-main.step-3 .hooya-login-modal-title .back {
  display: flex;
}
.hooya-login-modal.show {
  display: flex;
}
.hooya-login-modal.show .hooya-login-modal-main {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .hooya-login-modal .hooya-login-modal-close-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .hooya-login-modal .hooya-login-modal-close-pc {
    display: block;
  }
}
.hooya-login-modal .hooya-login-mask {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.quick-login-bar {
  display: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .quick-login-bar {
    display: flex;
    align-items: center;
    gap: 4.8vw;
    padding: 2vw 0;
    margin-bottom: 5.33vw;
  }
  .quick-login-bar.cart {
    background: rgba(39, 39, 39, 0.9399999999999999);
  }
  .quick-login-bar.checkout {
    background: #f4f4f4;
  }
  .quick-login-bar.checkout .left-text {
    color: #060606;
  }
}
.quick-login-bar .left-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 3.2vw;
  line-height: 1.2;
  color: #fff;
}
.quick-login-bar .right-button {
  flex: 0 0 auto;
  min-width: 27.33vw;
}
.quick-login-bar .right-button .sign-in {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #FFC842;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
  border: 0;
  height: 7.733vw;
  border-radius: 3.9vw;
}
@media (max-width: 767px) {
  .checkout-index-index #customer-email-fieldset .actions-toolbar {
    display: none !important;
  }
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 0;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
  padding: 15px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
}
.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: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .action-gift:hover:after {
  color: inherit;
}
.cart.table-wrapper .action-gift:active:after {
  color: inherit;
}
.cart.table-wrapper .action-gift._active:after {
  content: '\e621';
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  cursor: pointer;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #555555;
}
.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: none;
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  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: 10px 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: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.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: 60px;
}
.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 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #dddddd;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 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 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 13px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #dddddd;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
.cash-back-main {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.cash-back-main .modal-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
}
.cash-back-main .modal-content {
  width: 800px;
  height: 700px;
  background: #ffffff url("/pub/images/cash-back/cash-back.png") no-repeat top left;
  background-size: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transform: scale(1);
  transform-origin: center;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content {
    transform: none !important;
    width: 85.333vw;
    height: 128vw;
    background: #ffffff url("/pub/images/cash-back/cash-back-mb.jpg") no-repeat top left;
    background-size: 100%;
  }
}
.cash-back-main .modal-content .t1,
.cash-back-main .modal-content .t2,
.cash-back-main .modal-content .coupon,
.cash-back-main .modal-content .tips {
  text-align: center;
}
.cash-back-main .modal-content .t1 {
  margin-top: 197px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content .t1 {
    margin-top: 26.26vw;
    font-size: 3.733vw;
  }
}
.cash-back-main .modal-content .t2 {
  margin-top: 193px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.cash-back-main .modal-content .t2 .pc {
  display: block;
}
.cash-back-main .modal-content .t2 .mb {
  display: none;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content .t2 {
    margin-top: 29vw;
    font-size: 3.2vw;
  }
  .cash-back-main .modal-content .t2 span {
    display: block;
  }
  .cash-back-main .modal-content .t2 .pc {
    display: none;
  }
  .cash-back-main .modal-content .t2 .mb {
    display: block;
  }
}
.cash-back-main .modal-content .t3 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content .t3 {
    margin-top: 2vw;
    font-size: 4.8vw;
  }
}
.cash-back-main .modal-content .coupon {
  margin: 10px auto 4px;
  width: 516px;
  height: 178px;
  background: url("/pub/images/cash-back/coupon2.png") no-repeat top left;
  background-size: 100%;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content .coupon {
    margin: 2vw auto 4vw;
    width: 68.8vw;
    height: 23.733vw;
    background-size: 100%;
  }
}
.cash-back-main .modal-content .tips {
  font-size: 20px;
  line-height: 1.5;
}
.cash-back-main .modal-content .tips.pc {
  display: block;
}
.cash-back-main .modal-content .tips.mb {
  display: none;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content .tips {
    margin-top: 0vw;
    font-size: 3.2vw;
  }
  .cash-back-main .modal-content .tips.pc {
    display: none;
  }
  .cash-back-main .modal-content .tips.mb {
    display: block;
  }
}
.cash-back-main .modal-content .button-group {
  margin: 30px 50px 0;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content .button-group {
    gap: 2.666vw;
    margin: 6.666vw 2.666vw 0;
  }
}
.cash-back-main .modal-content .button-group button,
.cash-back-main .modal-content .button-group .cart.table-wrapper .actions-toolbar > .action,
.cash-back-main .modal-content .button-group .cart.table-wrapper .action-gift {
  width: 340px;
  height: 52px;
  border: 0;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content .button-group button,
  .cash-back-main .modal-content .button-group .cart.table-wrapper .actions-toolbar > .action,
  .cash-back-main .modal-content .button-group .cart.table-wrapper .action-gift {
    width: 38.66vw;
    height: 10.66vw;
    font-size: 3.733vw;
    border-radius: 0.8vw;
  }
}
.cash-back-main .modal-content .button-group .yes {
  background-color: #f02929;
  color: #fff;
}
.cash-back-main .modal-content .button-group .yes a {
  color: #fff;
}
.cash-back-main .modal-content .button-group .no {
  background-color: #ffffff;
}
.cash-back-main .modal-content .notice {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 34px;
}
@media (max-width: 750px) {
  .cash-back-main .modal-content .notice {
    margin-top: 5.33vw;
    font-size: 3.2vw;
  }
}
@media (max-width: 1919px) {
  .cash-back-main .modal-content {
    transform: scale(0.9);
  }
}
@media (max-width: 1680px) {
  .cash-back-main .modal-content {
    transform: scale(0.8);
  }
}
@media (max-width: 1440px) {
  .cash-back-main .modal-content {
    transform: scale(0.6);
  }
}
@media (max-width: 1280px) {
  .cash-back-main .modal-content {
    transform: scale(0.5);
  }
}
.custom-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20000;
  display: none;
  align-items: center;
  justify-content: center;
}
.custom-modal-wrapper.show {
  display: flex;
}
.modal-container {
  display: flex;
  width: 750px;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
}
.left-panel {
  width: 370px;
  background: #fffbf2 url('/pub/images/cashback/bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
  justify-content: space-between;
}
.right-panel {
  width: 380px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.logo-svg {
  margin-top: 30px;
  text-align: center;
}
.left-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 53px;
  margin-bottom: 13px;
  line-height: 1.5;
  color: #ffffff;
}
.span-wrap {
  display: block;
}
.left-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}
.left-coupon-box {
  position: absolute;
  top: 326px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  padding-left: 10px;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.left-coupon-box-t1 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #666;
}
.left-coupon-box-t2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 0.8;
  color: #FF5F44;
}
.left-coupon-box-t3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #666;
}
.right-title {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.progress-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 328px;
  position: relative;
  margin: 62px auto 0;
}
.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.progress-icon {
  margin-bottom: 5px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.progress-icon img {
  width: 100%;
}
.progress-icon-1 {
  width: 26px;
}
.progress-icon-2 {
  width: 21px;
}
.progress-icon-3 {
  width: 27px;
}
.progress-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  max-width: 106px;
}
.progress-bar,
.progress-bar-completed {
  height: 6px;
  position: absolute;
  border-radius: 3px;
  width: 80%;
  top: 13px;
  left: 5%;
}
.progress-bar {
  height: 6px;
  background: #E8E8E899;
  box-shadow: 0px 4px 9.8px 0px #0000000D inset;
  z-index: 1;
}
.progress-bar-completed {
  background-color: #4CD964;
  z-index: 2;
}
.progress-bar-completed.step-1 {
  width: 10%;
}
.progress-bar-completed.step-2 {
  width: 40%;
}
.progress-bar-completed.step-3 {
  width: 100%;
}
.progress-percentage {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.64);
  color: white;
  min-width: 55px;
  padding: 0 10px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  border-radius: 20px;
  white-space: nowrap;
  box-sizing: border-box;
}
.progress-percentage::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 5px 0;
  border-style: solid;
  border-color: #666666 transparent transparent;
}
.progress-step-3 .progress-percentage {
  top: -38px;
}
.btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 302px;
  margin: 15px auto 0;
}
.btn-primary {
  background: #FFC842;
  color: #333;
  border: none;
  height: 39px;
  border-radius: 20px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: Poppins-medium;
  font-weight: 500;
  text-align: center;
}
.btn-secondary {
  background: white;
  color: #333;
  border: 1px solid #ddd;
  height: 39px;
  width: 100%;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}
.btn-primary:hover {
  border: none;
  background-color: #FDAC0E;
}
.btn-secondary:hover {
  border: 1px solid #222;
}
.disclaimer {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  text-align: center;
  width: 328px;
  margin: 16px 36px 0;
}
.disclaimer a {
  text-decoration: underline;
  font-weight: bold;
}
.pointer-hand {
  position: absolute;
  display: inline-block;
  width: 55px;
  height: 49px;
  background: url("/pub/images/cashback/3-mb.png") no-repeat center center;
  background-size: 100% 100%;
  bottom: -15px;
  right: -25px;
  animation: pointClick 2s infinite;
  transform-origin: bottom right;
}
.activity-rules {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 15px;
}
.activity-rules:hover span {
  text-decoration: underline;
  color: #FDAC0E;
}
@keyframes pointClick {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-5px, -5px) scale(0.95);
  }
  60% {
    transform: translate(0, 0) scale(0.9);
  }
  70% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
/* 细则样式 */
.activity-rules-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20005;
  display: none;
  align-items: center;
  justify-content: center;
}
.activity-rules-wrapper > .close-btn {
  display: none;
}
.activity-rules-content {
  position: relative;
  width: 563px;
  height: 514px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.activity-rules-content .progress-container {
  margin: 40px auto 10px 12px;
}
.popup-header {
  padding: 24px 34px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}
.popup-title {
  line-height: 1.1;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
.popup-header > .close-btn {
  position: absolute;
  right: 25px;
  top: 24px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  width: 21px;
  height: 21px;
  z-index: 2;
}
.popup-header > .close-btn:hover {
  border: none !important;
  background: none;
}
.popup-content {
  flex: 1;
  margin: 25px 2px 0 20px;
}
.popup-content.scroll-content {
  padding-right: 18px !important;
}
.popup-content .scroll-element.scroll-x {
  display: none !important;
}
.popup-content .scroll-element.scroll-y.scroll-scrolly_visible {
  display: none !important;
}
.popup-content:hover .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block !important;
}
.popup-content p {
  margin-left: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.calculation-box {
  background: #F4F4F4;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 10px;
}
.calculation-box p {
  margin-left: 0;
}
.calculation-box p:last-child {
  margin-bottom: 0;
}
.small-text {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .custom-modal-wrapper {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
  .modal-container {
    flex-direction: column;
    width: 90.666vw;
    max-width: none;
    height: 161.33vw;
    padding: 0;
    background-color: #fff;
    border-radius: 2.66vw;
    overflow: hidden;
  }
  .left-panel {
    width: 100%;
    height: 53.6vw;
    background: transparent url('/pub/images/cashback/bg-mb.png') no-repeat center center;
    flex-shrink: 0;
    background-size: 100% 100%;
    padding-bottom: 0;
  }
  .logo-svg {
    display: none;
  }
  .left-title {
    font-size: 4vw;
    margin-top: 14vw;
    text-shadow: 0 2px 4px rgba(242, 129, 51, 0.5);
    margin-bottom: 2.666vw;
  }
  .span-wrap {
    display: inline;
  }
  .left-subtitle {
    font-size: 3.733vw;
    margin-top: 0;
    text-shadow: 0 2px 4px rgba(242, 129, 51, 0.5);
    margin-bottom: 0;
  }
  .left-coupon-box {
    top: 33.3vw;
    padding-left: 0;
  }
  .left-coupon-box-t1,
  .left-coupon-box-t3 {
    font-size: 2.7vw;
  }
  .left-coupon-box-t2 {
    line-height: 0.6;
    font-size: 9.333vw;
  }
  .right-panel {
    width: 100%;
    background-color: transparent;
    justify-content: flex-start;
  }
  .right-title {
    font-size: 3.466vw;
    margin-top: 1.33vw;
    padding: 0 2.66vw;
  }
  .progress-container {
    width: 100%;
    margin: 10.66vw auto 0;
  }
  .progress-icon {
    margin-bottom: 1.333vw;
    height: 7.4666vw;
  }
  .progress-icon-1 {
    width: 5.333vw;
  }
  .progress-icon-2 {
    width: 5.066vw;
  }
  .progress-icon-3 {
    width: 6.5333vw;
  }
  .progress-text {
    font-size: 3.2vw;
    max-width: 24vw;
  }
  .progress-bar,
  .progress-bar-completed {
    height: 1.6vw;
    border-radius: 0.8vw;
    top: 2.933vw;
  }
  .progress-bar {
    box-shadow: 0px 0.533vw 1.3066vw 0 #0000000D inset;
  }
  .progress-bar-completed.step-1 {
    width: 6%;
  }
  .progress-bar-completed.step-2 {
    width: 40%;
  }
  .progress-bar-completed.step-3 {
    width: 100%;
  }
  .progress-percentage {
    position: absolute;
    top: -7.799vw;
    min-width: 11.46vw;
    padding: 0 2.666vw;
    height: 6.133vw;
    line-height: 6.133vw;
    font-size: 3.733vw;
  }
  .progress-step-3 .progress-percentage {
    top: -7.799vw;
  }
  .left-panel .activity-rules {
    font-size: 3.2vw;
    margin-top: 1.333vw;
    position: absolute;
    right: 0;
    top: 4vw;
    height: 7.2vw;
    background: #A745024F;
    border-top-left-radius: 3.6vw;
    border-bottom-left-radius: 3.6vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0;
    padding: 0 2.666vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
  }
  .left-panel .activity-rules:hover span {
    text-decoration: none;
    color: #fff;
    font-size: 3.2vw;
  }
  .left-panel .activity-rules svg {
    width: 3.2vw;
    height: 3.2vw;
  }
  .left-panel .activity-rules svg path {
    fill: #fff;
  }
  .disclaimer {
    font-size: 3.2vw;
    width: auto;
    margin: 4vw 2.666vw 0 2.666vw;
    line-height: 1.3;
  }
  .btn-container {
    margin: 4.533vw 5.6vw 0 5.6vw;
    gap: 4vw;
  }
  .btn-container .btn-primary {
    width: 100%;
    height: 9.333vw;
    font-size: 3.733vw;
    border-radius: 6vw;
    box-shadow: 0px 3px 34.2px 0px #FFC84299;
  }
  .btn-container .btn-primary .pointer-hand {
    background: url("/pub/images/cashback/3.png") no-repeat center center;
    background-size: 100% 100%;
    width: 17.066vw;
    height: 15.2vw;
    top: 1.333vw;
    right: 0;
  }
  .btn-container .btn-secondary {
    width: 100%;
    height: 4.266vw;
    border: none;
    background: #fff;
    font-size: 3.733vw;
    padding: 0;
    margin-top: 0;
  }
  .btn-container .btn-secondary span {
    color: #333;
    text-decoration: underline;
  }
  /* 细则 */
  .activity-rules-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .activity-rules-content {
    width: 91vw;
    max-width: 680px;
    height: 141.466vw;
    padding-bottom: 5.6vw;
  }
  .popup-content {
    margin: 1.333vw 4vw 0 4vw;
  }
  .popup-content.scroll-content {
    padding-right: 0 !important;
  }
  .popup-header {
    padding: 5.6vw 4vw 0;
  }
  .popup-title {
    font-size: 3.4vw;
    margin: 0 auto 4vw auto;
    text-align: center;
  }
  .popup-header .close-btn {
    display: none;
  }
  .popup-content p {
    margin-left: 2vw;
    margin-bottom: 2.666vw;
    font-size: 3.466vw;
  }
  .calculation-box {
    border-radius: 1.333vw;
    padding: 2.333vw 2vw;
    margin-bottom: 2.666vw;
  }
  .calculation-box p {
    margin-left: 0;
  }
  .calculation-box p:last-child {
    margin-bottom: 0;
  }
  .small-text {
    font-size: 3.2vw;
    margin-top: 2.666vw;
  }
  .activity-rules-content .progress-container {
    margin: 10.66vw auto 2.666vw 0;
  }
  .activity-rules-wrapper > .close-btn {
    display: block;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .activity-rules-wrapper > .close-btn svg {
    display: inline-block;
    width: 4.266vw;
    height: 4.266vw;
  }
  .activity-rules-wrapper > .close-btn svg path {
    fill: #fff;
  }
}
.success-btn-group,
.success-cashback-box {
  margin-left: 100px;
}
.bank-transfer-success-box .success-btn-group,
.bank-transfer-success-box .success-cashback-box {
  margin-left: 0 !important;
}
.success-cashback-box {
  display: flex;
  align-items: center;
  gap: 75px;
}
.success-cashback-box .progress-container {
  margin: 56px 0 0;
  max-width: 480px;
}
.success-cashback-box .progress-container .progress-bar,
.success-cashback-box .progress-container .progress-bar-completed {
  left: 0;
  width: 90%;
}
.success-cashback-box .progress-container .progress-bar-completed.step-2 {
  width: 42%;
}
.success-cashback-box .progress-container .progress-bar-completed.step-3 {
  width: 83% !important;
}
.success-cashback-box .progress-container .progress-text {
  max-width: 100px;
}
.success-btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.success-btn-group .win-cashback-now,
.success-btn-group .continue-shopping {
  width: 224px;
  height: 45px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.success-btn-group .win-cashback-now {
  position: relative;
  background-color: #FFC842;
  border: none;
}
.success-btn-group .win-cashback-now .text {
  font-size: 16px;
  color: #333;
}
.success-btn-group .win-cashback-now .icon {
  width: 106px;
  height: 34px;
  background: url(/pub/images/cashback/up-to-icon.png) no-repeat left center;
  background-size: 100% 100%;
  position: absolute;
  top: -37px;
  right: 0;
  display: block;
}
.success-btn-group .win-cashback-now:hover {
  background-color: #FDAC0E;
}
.success-btn-group .continue-shopping {
  border: 1px #ccc solid;
}
.success-btn-group .continue-shopping:hover {
  border: 1px #FDAC0E solid;
  background-color: #FDAC0E;
  color: #fff;
}
@media (max-width: 767px) {
  .success-btn-group,
  .success-cashback-box {
    margin-left: 0;
  }
  .success-cashback-box {
    flex-direction: column;
    gap: 2.666vw;
  }
  .success-cashback-box .activity-rules {
    display: flex;
    align-items: center;
    gap: 1.333vw;
  }
  .success-cashback-box .activity-rules > span {
    text-decoration: underline;
  }
  .success-cashback-box .progress-container .progress-bar,
  .success-cashback-box .progress-container .progress-bar-completed {
    width: 85%;
  }
  .success-cashback-box .progress-container .progress-text {
    max-width: 22vw;
  }
  .success-btn-group {
    flex-direction: column;
    gap: 2.666vw;
    margin-top: 13.866vw;
  }
  .success-btn-group .win-cashback-now,
  .success-btn-group .continue-shopping {
    width: 100%;
    height: 10.666vw;
    border-radius: 5.4vw;
  }
  .success-btn-group .win-cashback-now .text {
    font-size: 3.733vw;
  }
  .success-btn-group .win-cashback-now .icon {
    width: 28.266vw;
    height: 9.066vw;
    top: -10vw;
  }
  .success-btn-group .continue-shopping {
    border: 1px #ccc solid;
  }
  .success-btn-group .continue-shopping:hover {
    border: 1px #FDAC0E solid;
    background-color: #FDAC0E;
    color: #fff;
  }
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.filter-subtitle {
  display: none;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  padding: 0px 10px;
  line-height: 2;
  background-color: #f4f4f4;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 10px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 10px;
}
.filter-options .count {
  color: #333333;
  color: #ff5f44;
  margin-left: 5px;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  position: absolute;
  left: -6px;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.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: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 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: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.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;
}
.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,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .cart.table-wrapper .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .cart.table-wrapper .action-gift + .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: #272727;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #fdac0e;
}
.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: #272727;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #fdac0e;
}
.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,
.wishlist.split.button .items:after {
  border-bottom-style: none;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: none;
  border-color: none;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: none;
  border-color: none;
  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:last-child {
  background: #e2e2e2;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.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: #fdac0e;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #747474;
  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: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.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;
  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: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #333333;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
  margin: 0 0 0;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 0;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.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: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.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 #dddddd;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../../frontend/default/hooya/sv_SE/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/default/hooya/sv_SE/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 {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.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;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fdac0e;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: 0;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #fdac0e;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: inline-block;
  margin: 0px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  position: relative;
  left: -5px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 6px;
  padding-right: 10px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #ffffff;
  border: 1px solid #333333;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-top: 10px;
  margin-bottom: 48px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.review-items > .review-item > .review-ratings > .rating-summary .rating-label {
  display: inline-block;
  width: 155px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 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;
}
.order-links {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #dddddd;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 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 #dddddd;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  line-height: 28px;
  vertical-align: top;
  display: inline-block;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 0 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 10px 5px 10px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  border-color: #fdac0e;
  font-weight: 500;
}
.block-collapsible-nav .item.current a {
  border-color: #fdac0e;
}
body {
  background-color: #ffffff;
}
.page-header.htype-1 {
  background-color: #eeeeee;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}
.page-header.htype-3 {
  background-color: #333333;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}
.page-header.htype-2 {
  background-color: #eeeeee;
  margin-bottom: 0;
}
.page-header.htype-4 {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}
.page-header.htype-5 {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}
.page-header.htype-6 {
  background-color: #eeeeee;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}
.page-header.htype-7 {
  background-color: #eeeeee;
  margin-bottom: 0;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
  float: left;
  max-width: 50%;
  margin: 0 0 10px 40px;
}
.logo img {
  max-height: 50px;
  max-width: 100%;
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #333333;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #fdac0e;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #fdac0e;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #333333;
}
.message.global.demo a:hover {
  color: #fdac0e;
}
.message.global.demo a:active {
  color: #fdac0e;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #dddddd;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: none;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: none;
  border-color: none;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: none;
  border-color: none;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 6px 10px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  margin: 0;
  font-size: 14px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.nav-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 556;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: transform 0.25s ease-in-out;
  overflow: auto;
  transform: translateX(-100%);
}
.nav-box .close-nav {
  position: absolute;
  right: 5.333vw;
  top: 5.867vw;
  z-index: 557;
  width: 4.667vw;
  height: 4.667vw;
  background: url(/pub/images/new-nav/close.svg) 50% 50% no-repeat;
  background-size: 4.667vw auto;
}
.nav-box.show {
  transform: translateX(0%);
}
.nav-box.show .sign,
.nav-box.show .defaultTop {
  display: block;
}
.nav-box .sign {
  display: none;
  height: 20.8vw;
  line-height: 20.8vw;
  text-align: center;
  position: relative;
  background: #F4F4F4;
}
.nav-box .sign p {
  font-family: "";
  font-family: "Poppins-medium";
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  background: url(/pub/images/new-nav/nav_personal.svg) 0 50% no-repeat;
  background-size: 4.667vw auto;
  text-indent: 6.667vw;
  font-size: 3.733vw;
}
.nav-box .sign p a:hover,
.nav-box .sign p a:visited {
  color: #333333;
  text-decoration: none;
}
.nav-box .banner {
  height: 9.333vw;
  overflow: hidden;
}
.nav-box .banner img {
  width: 100%;
}
.nav-box .defaultTop {
  display: none;
  height: 45.33vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 45.33vw;
  text-align: center;
  padding-top: 15.6vw;
  box-sizing: border-box;
}
.nav-box .defaultTop .wel {
  font-weight: 600;
  padding-bottom: 5.333vw;
  font-size: 4.8vw;
  margin: 0;
}
.nav-box .defaultTop p {
  font-size: 3.733vw;
}
.nav-box .defaultTop .user-points-icon {
  width: 5.33vw;
  height: 5.33vw;
  display: inline-block;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.nav-box .joinus {
  text-align: center;
  padding-bottom: 5.333vw;
  border-bottom: 1.333vw solid #f4f4f4;
  overflow: hidden;
}
.nav-box .joinus img {
  display: inline-block;
  margin-top: 4.4vw;
  width: 92vw;
  height: 15.6vw;
}
.nav-box .VIP {
  height: 88vw;
  background: url(/pub/images/new-nav/vipbg.webp) 0 0 no-repeat;
  background-size: 100% 62.8vw  ;
  text-align: center;
  padding-top: 12vw;
  border-bottom: 1.333vw solid #f4f4f4;
  position: relative;
}
.nav-box .VIP .tit {
  font-size: 3.733vw;
}
.nav-box .VIP h3 {
  font-size: 4.8vw;
  padding-top: 2vw;
}
.nav-box .VIP .vcard {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  width: 92vw;
  height: 47.867vw;
  background: url(/pub/images/new-nav/vipcard.webp) 0 0 no-repeat;
  background-size: 100% auto;
  color: #d6aa7b;
  text-align: left;
}
.nav-box .VIP .vcard .tag {
  position: absolute;
  left: 5.333vw;
  top: 5.333vw;
  font-size: 3.733vw;
}
.nav-box .VIP .vcard .tag span {
  position: absolute;
  top: -.667vw;
  font-size: 3.2vw;
}
.nav-box .VIP .vcard .fl {
  padding: 15.333vw 0 0 5.333vw;
}
.nav-box .VIP .vcard .fl .save {
  font-size: 3.2vw;
}
.nav-box .VIP .vcard .fl .save span {
  font-size: 6.667vw;
  padding-left: 1.333vw;
}
.nav-box .VIP .vcard .fl .save p {
  padding-top: 0;
}
.nav-box .VIP .vcard .fl:after {
  content: "";
  position: absolute;
  top: 14vw;
  right: 45.333vw;
  height: 18.667vw;
  width: 1px;
  background: #707070;
}
.nav-box .VIP .vcard .fr {
  font-size: 3.2vw;
  padding-top: 13.2vw;
  padding-right: 5.333vw;
}
.nav-box .VIP .vcard .fr p {
  padding-top: .667vw;
}
.nav-box .VIP .vcard .fr p img {
  display: inline;
  vertical-align: middle;
  width: 3.2vw;
  margin-left: 1.333vw;
}
.nav-box .VIP .vcard .fr .btn {
  width: 32.267vw;
  height: 7.333vw;
  line-height: 7.333vw;
  text-align: center;
  color: #0b0b0b;
  font-size: 3.2vw;
  background: url(/pub/images/new-nav/btn.webp) 0 0 no-repeat;
  background-size: 100% 7.333vw ;
  margin-top: 3.067vw;
}
.nav-box .VIP .vcard .mypoingts {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10.667vw;
  line-height: 10.667vw;
  color: #090909;
  font-size: 3.2vw;
  padding-left: 5.333vw;
  background: url(/pub/images/new-nav/icon_arr.svg) 95% 50% no-repeat;
  background-size: 2.667vw auto;
}
.nav-box .VIP .vcard .mypoingts span {
  font-size: 4.8vw;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAgCAMAAAAynjhNAAAAOVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8dlA9AAAAEnRSTlMA7x/fn78/z19/EG8wr49wUE8sRwtuAAAA8klEQVQoz4WT23aEIAxFT8IlAXR0+P+PLazYobZC95tsspBwgoscixdXGy7sJeJGDFRvkI9DSn3AqdlXnfDq1tcpHtC64ICstENdAreuTiudkGVVDPDUhwwg43g8nwoa7Bis8qcy5aYigjWXdRe6ysQXBnBSDegLoterciN/P2LfCStx/tzwgdXbMiGMf5HgG3aI4cFUpxADG03tZlebdIW73QCVB6lNZSTSvieFOqCQIgCl1B/UMzrbu6SGvu2T908cRmxHtG9xoJb9LVvrzrJftxEcdYGug/zfGHTUPXblx5T53yNochDLHmyAxZeYYXwBofMvQr2UxfgAAAAASUVORK5CYII=) 0vw 4.267vw no-repeat;
  padding-left: 5.333vw;
  text-decoration: underline;
  margin-left: .667vw;
}
.nav-box ul.my-account-nav {
  padding: 0 5.6vw;
  margin-bottom: 3.466vw;
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.nav-box ul.my-account-nav li {
  position: relative;
  margin-bottom: 0;
  display: block;
  background: url(/pub/images/new-nav/icon_arr.svg) right center no-repeat;
  background-size: 2.667vw auto ;
}
.nav-box ul.my-account-nav li a {
  display: flex;
  align-items: center;
  min-height: 8vw;
  font-size: 3.4666vw;
}
.nav-box ul.my-account-nav li img {
  display: inline-block;
  width: 5.333vw;
  height: 5.333vw;
  margin-right: 4vw;
}
.nav-box ul.my-account-nav li span {
  display: none;
  position: absolute;
  right: 10.667vw;
  top: 4vw;
  width: 5.867vw;
  height: 5.867vw;
  line-height: 5.867vw;
  background: #fdac0e;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.933vw;
}
.nav-box .logout {
  width: 89.333vw;
  height: 10.667vw;
  line-height: 10.667vw;
  border: 1px solid #ccc;
  border-radius: 8vw;
  margin: 0 auto 5.333vw;
  text-align: center;
  font-size: 3.733vw;
}
@media (min-width: 1200px) {
  .page-header {
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.09);
  }
}
@media (max-width: 1200px) {
  .page-header #header-fixed-box {
    background-color: #fff;
    position: relative;
    transition: all 0.3s;
  }
  .page-header #header-fixed-box.fix {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 105;
    box-shadow: 0 0.667vw 4vw rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1200px) {
  .page-header.htype-4 {
    border-bottom: 0;
  }
}
.new-nav-main {
  clear: both;
  width: 100%;
  position: relative;
  margin-top: 5px;
  display: block;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .new-nav-main {
    margin: 0;
    position: fixed;
    z-index: 560;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: transform 0.25s ease-in-out;
    overflow: hidden;
    transform: translateX(-100%);
  }
}
.new-nav-main::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.new-nav-main.show {
  transform: translateX(0%);
}
.new-nav-main .nav {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  z-index: 4;
}
@media (max-width: 1200px) {
  .new-nav-main .nav {
    display: none;
    background: #f4f4f4;
    margin-top: 16vw;
  }
}
.new-nav-main .nav_list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
  font-size: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-nav-main .nav_list li {
  margin-bottom: 0;
}
.new-nav-main .nav_list > li {
  float: left;
  height: 50px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: block;
}
@media (max-width: 1360px) {
  .new-nav-main .nav_list > li a {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .new-nav-main .nav_list > li a {
    font-size: 12px;
  }
}
.new-nav-main .second_nav_cont .spr-nav-ul ul {
  width: 20%;
}
.nav_list > li:hover .second_nav {
  visibility: visible;
  transition-delay: 0.3s;
}
.nav_list > li > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 50px;
  border-bottom: 0 solid #ffc842;
  z-index: 10;
  text-decoration: none;
  line-height: 50px;
  font-size: 14px;
  white-space: nowrap;
  color: #333333;
}
.nav_list .nav_title {
  color: #333;
  font-weight: bold;
  margin-bottom: 4px;
}
.nav_list .nav_title a {
  color: #333 !important;
  font-weight: bold;
}
.nav_list > li > a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 3px solid #ffc842;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  transform: scale(0, 1);
}
.nav_list > li:hover > a {
  color: #000000;
}
.nav_list > li:hover > a::before {
  opacity: 1;
  transform: scale(1);
}
.nav_list > li > a.alive {
  color: #ffc842;
}
.second_nav {
  position: absolute;
  width: 100%;
  left: 0;
  visibility: hidden;
  z-index: 999;
  box-shadow: 0px 2px 8px rgba(157, 157, 157, 0.4);
  transition: visibility 0s;
  -moz-transition: visibility 0s;
  -webkit-transition: visibility 0s;
  -o-transition: visibility 0s;
}
@media (max-width: 1280px) {
  .second_nav_pic_bady22 {
    display: none !important;
  }
}
.second_nav_cont {
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 20px 0px;
  transition-delay: 0s;
}
.second_nav_cont .second_nav_list {
  width: 81%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.second_nav_cont .second_nav_list ul {
  width: 20%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.second_nav_cont .second_nav_list ul li img {
  display: none;
}
.second_nav_cont .second_nav_list ul li a {
  text-align: left;
  display: block;
  line-height: 24px;
  padding: 0px 10px;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  transition: color, background-color 0.3s;
}
@media (max-width: 1360px) {
  .second_nav_cont .second_nav_list ul li a {
    font-size: 12px !important;
  }
}
@media (max-width: 1000px) {
  .second_nav_cont .second_nav_list ul li a {
    font-size: 12px !important;
  }
}
@media (max-width: 800px) {
  .second_nav_cont .second_nav_list ul li a {
    font-size: 11px !important;
  }
}
.second_nav_cont .second_nav_list ul li a:hover {
  text-decoration: underline;
}
.second_nav_cont .second_nav_list ul li.all {
  display: none;
}
.second_nav_cont .second_nav_list .spr-ul {
  margin-top: -200px;
}
.second_nav_cont .second_nav_pic {
  width: 18%;
  margin-bottom: 20px;
}
.second_nav_cont .second_nav_pic a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.second_nav_cont .second_nav_pic a img {
  width: 100%;
}
.second_nav_cont .second_nav_pic a .img-dec {
  overflow: hidden;
  height: 20px;
  margin-top: 3px;
}
.second_nav_cont .second_nav_pic a .img-dec .dec-t {
  float: left;
  font-weight: bold;
  font-size: 16px;
}
.second_nav_cont .second_nav_pic a .img-dec span {
  float: right;
}
.second_nav_cont .second_nav_pic a .dec-r {
  text-align: left;
  font-size: 14px;
}
.second_nav_cont .second_nav_pic a:last-child {
  margin-bottom: 0;
}
.sales_events {
  color: #FF5F44 !important;
  font-weight: bold;
}
.sales-events {
  width: 430px;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  left: -163px;
  top: 50px;
}
.sales-events a {
  display: inline-block;
  width: 49%;
}
.sales-events a:nth-of-type(1) {
  margin-right: 2%;
}
.sales-events a img {
  width: 100%;
}
.nav_8 {
  width: auto !important;
  top: 50px;
  left: -66px;
}
.nav_8 .nav-bar {
  width: 160px;
  height: 270px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 3px solid #fff;
  background: #fff;
}
.nav_8 .click-window {
  width: 100%;
  height: 100%;
}
.live_streaming .live_table {
  display: inline-block;
  width: 29px;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.turntable {
  padding: 0;
  margin: 0;
  position: relative;
}
.turntable > img {
  height: 50px;
  width: 100%;
  cursor: pointer;
}
.turntable .second_nav {
  top: 50px;
  left: -328px;
}
.turntable .second_nav .turntable1 {
  width: 450px;
}
.turntable .second_nav .nav-bar {
  width: 450px;
  height: 367px;
  position: relative;
}
.turntable .second_nav .nav-bar .apple {
  display: inline-block;
  width: 175px;
  height: 50px;
  position: absolute;
  top: 48px;
  left: 33px;
}
.turntable .second_nav .nav-bar .google {
  display: inline-block;
  width: 175px;
  height: 50px;
  position: absolute;
  top: 48px;
  left: 241px;
}
.new-nav-main .mb-categories-bar,
.new-nav-main .mb-categories-main {
  display: none;
}
.new-nav-main.show .mb-categories-bar,
.new-nav-main.show .mb-categories-main {
  display: block;
}
.new-nav-main .mb-categories-bar {
  position: relative;
}
.new-nav-main .mb-categories-bar .back {
  position: absolute;
  left: 5.333vw;
  top: 5.333vw;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcBAMAAACaHyIpAAAAG1BMVEVHcEwzMzM0NDQyMjIzMzMzMzMyMjIyMjIzMzMq2mmZAAAACHRSTlMAfyPfoc9Y7wqp6tsAAABeSURBVAjXY2AAA8ZGCM3g0QGhWToaYQIOYJq1owUiENEhAKZVoSqYLKACyngEEsAM9Y42iBkW7RABhop2BQaoWqgUXDFcO8JAbEIwZyAcBnQqTBXM8UDvtKB5EOhlAM1SHB8jLIHyAAAAAElFTkSuQmCC) 0 50% no-repeat;
  background-size: 2vw auto;
  padding-left: 4vw;
  font-size: 3.2vw;
}
.new-nav-main .mb-categories-bar .close {
  position: absolute;
  right: 5.333vw;
  top: 5.867vw;
  z-index: 557;
  width: 4.667vw;
  height: 4.667vw;
  background: url(/pub/images/new-nav/close.svg) 0 0 no-repeat;
  background-size: 100% auto ;
}
.new-nav-main .mb-categories-main {
  background: #f4f4f4;
  margin-top: 16vw;
  overflow: hidden;
}
.new-nav-main .mb-categories-main .left-side-bar-main {
  position: relative;
  width: 26.4vw;
  height: calc(100vh - 16vw );
  float: left;
  background: #f4f4f4;
  overflow: hidden;
}
.new-nav-main .mb-categories-main .left-side-bar-main .left-side-bar li {
  height: 13.333vw;
  font-size: 3.2vw;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  padding-left: 4vw;
  margin-bottom: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: none;
  hyphens: auto;
  word-break: break-word;
}
.new-nav-main .mb-categories-main .left-side-bar-main .left-side-bar li.sales {
  color: #FF5F44;
}
.new-nav-main .mb-categories-main .left-side-bar-main .left-side-bar li.cur {
  background: #fff;
  font-weight: 700;
}
.new-nav-main .mb-categories-main .mb-sub-categories {
  float: left;
  width: calc(73.59999999999999%);
  height: calc(100vh - 16vw );
  overflow: hidden;
  background: #fff;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-top-sub-nav {
  height: 13.333vw;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 8px;
  border-bottom: 1px solid #f4f4f4;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-top-sub-nav ul {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-top-sub-nav ul li {
  margin-right: 1.333vw;
  height: 8vw;
  margin-top: 1.333vw;
  border-radius: 6.667vw;
  border: 1px solid #ddd;
  font-size: 3.2vw;
  margin-bottom: 0;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-top-sub-nav ul li span {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  white-space: nowrap;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-top-sub-nav ul li.active {
  background: #fff9ee;
  color: #fdac0e;
  border-color: #fdac0e;
  transition: all .2s;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-main {
  height: calc(100% - 13.333vw );
  overflow: hidden;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 4vw;
}
@media (max-width: 750px) {
  .new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul {
    margin-bottom: 0;
  }
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li {
  width: 50%;
  margin-bottom: 13.333vw;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li a {
  display: -webkit-box;
  text-align: center;
  font-size: 3.467vw;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 750px) {
  .new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li:not(.nav_title):nth-child(odd) a {
    padding: 0 8px 0 16px;
  }
  .new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li:not(.nav_title):nth-child(even) a {
    padding: 0 8px 0 16px;
  }
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li img {
  display: block;
  width: 20vw;
  height: 20vw;
  margin: 0 auto 2.667vw;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li.nav_title {
  flex-basis: 100%;
  padding: 4vw 0;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li.nav_title {
    padding: 0 0 4vw 0;
  }
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li.nav_title a {
  font-weight: bold;
  text-align: center;
  font-size: 3.467vw;
  padding: 4vw 0;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li.all {
  display: block;
  position: relative;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li.all span {
  display: block;
  width: 18.667vw;
  height: 18.667vw;
  margin: 0 auto;
  line-height: 18.667vw;
  background: #f4f4f4;
  border-radius: 10vw;
  color: #000;
  font-size: 3.467vw;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul li.all a {
  padding: 0 !important;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul.nav-title-group {
  border-bottom: 0;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul.nav-title-group li.all {
  padding-bottom: 2.667vw;
  margin-bottom: 2.667vw;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul.nav-title-group li.all:after {
  content: '';
  width: calc(73.59999999999999vh);
  position: absolute;
  bottom: -2.667vw;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-50%);
  border-bottom: 1px solid #f4f4f4;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul.nav-title-group li.all:last-child::after {
  display: none;
}
.new-nav-main .mb-categories-main .mb-sub-categories .mb-sub-categories-content ul:last-child {
  padding-bottom: 13.333vw;
}
.sales-content {
  display: none;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.sales-content .sales-items {
  display: flex;
  flex-direction: column;
  gap: 2.66vw;
  padding: 10px 0 20px;
  border-bottom: 0;
}
.sales-content .sales-items > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.sales-content .sales-items > li a {
  width: 62.933vw;
}
.sales-content .sales-items > li a img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.nav-box .menu-title {
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 3.733vw;
  padding: 0 5.6vw;
  margin-bottom: 3.733vw;
  margin-top: 6.66vw;
}
.nav-box .menu-title.border {
  margin-top: 0;
  padding-top: 6.66vw;
  border-top: 1.333vw solid #f4f4f4;
}
.nav-box .menu-title.my-benefits-title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 3.733vw;
}
.nav-box .menu-title.my-benefits-title::before {
  position: absolute;
  right: 10.2vw;
  content: '';
  width: 1.866vw;
  height: 3.333vw;
  background: url('/pub/images/user-nav/arrow-2.svg') no-repeat top left;
  background-size: 100% auto;
  margin-left: auto;
}
.nav-box .menu-title.my-benefits-title::after {
  position: absolute;
  right: 16vw;
  content: '';
  width: 9.33vw;
  height: 9.33vw;
  background: url('/pub/images/user-nav/myrewardszone.png') no-repeat top left;
  background-size: 100% auto;
  margin-left: auto;
  top: 3.8vw;
}
.sidebar-product-wrapper .sidebar-product-bg {
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.sidebar-product-wrapper .sidebar-product-main {
  background-color: #FFFFFF;
  top: 0;
  right: -470px;
  position: fixed;
  z-index: 1000000001;
  height: 100%;
  width: 450px;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main {
    width: 100%;
    bottom: -100%;
    right: 0;
    top: auto;
    height: 85vh;
    border-radius: none;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-title {
  position: relative;
  text-align: center;
  height: 60px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-title {
    height: 12vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-title .close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: none;
  padding: 0;
  line-height: 1;
  color: #000;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-title .close {
    top: 3.6vw;
    right: 4.266vw;
    width: 4.66vw;
    height: 4.66vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-title .close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con {
  padding: 0 30px;
  position: relative;
  height: calc(100% - 150px);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con {
    padding: 0 4.266vw;
    height: calc(85vh - 30.66vw);
    overflow-y: auto;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper {
    gap: 5.33vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .qty-select {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .qty-select {
    margin-bottom: 50vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info {
    gap: 2.4vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-l {
  font-size: 0;
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-l {
    width: 38.933vw;
    height: 38.933vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-l .product-img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r {
  flex: 1;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .title {
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word;
  word-break: break-word;
  height: auto;
  text-transform: none !important;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: auto;
  text-align: left;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .title {
    font-size: 3.466vw;
    margin-bottom: 1.733vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .price {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 8px;
  font-family: Poppins-semiBold;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .price {
    font-size: 6.4vw;
    margin: 0 0 1.733vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .old-price {
  font-size: 14px;
  text-decoration: line-through !important;
  color: #666 !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .old-price {
    font-size: 3.2vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .off {
  color: #666;
  font-size: 14px;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .off {
    font-size: 3.2vw;
    margin-left: 1.33vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .product-tag {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #E64D43;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .product-info-r .product-tag {
    font-size: 4vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-info .full-tag {
  flex-basis: 100%;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .early-bird-warpper .early-bird-main {
  margin-bottom: 0;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .early-bird-warpper .early-bird-main .tips {
  flex: 0 0 auto;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .price-drop-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .price-drop-wrap .coupon-tips-svg {
  flex: 0 0 auto;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attr-option,
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attr-item {
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attr-option,
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attr-item {
    margin-bottom: 3.2vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attr-option .attr-label {
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attr-option .attr-label {
    font-size: 3.733vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attr-item:last-child {
  margin-bottom: 0;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option {
  border: 1px solid #ccc;
  outline: 1px solid transparent;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  margin: 0 10px 10px 1px;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option {
    border: 1px solid #ccc;
    outline: none;
    margin: 0 2.66vw 2.66vw 0;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.color-option {
  width: 62px;
  height: 62px;
  padding: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.color-option {
    width: 13.866vw;
    height: 13.866vw;
    padding: 1.066vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.text-option {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  line-height: 1.5;
  padding: 0 15px;
  min-width: 66px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.text-option {
    height: auto;
    min-height: 10.66vw;
    line-height: 10.66vw;
    padding: 0 4vw 0 2.66vw;
    text-transform: none !important;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%;
    min-width: 17.6vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.select,
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option:hover {
  margin-left: 1px;
  border: 1px solid #FDAC0E;
  outline: 1px solid #FDAC0E;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.select,
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option:hover {
    margin-left: 0;
    outline: none;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.select {
  border: 1px solid #FDAC0E !important;
  outline: 1px solid #FDAC0E !important;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.select::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: url(../../frontend/default/hooya/sv_SE/images/icon_configurable_checked.png) right bottom no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.select::after {
    right: -1px;
    bottom: -1px;
    z-index: 1;
    width: 4.533vw;
    height: 4.533vw;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNyAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2IDJMMiAzNkwzNCAzNkMzNS4xMDQ2IDM2IDM2IDM1LjEwNDYgMzYgMzRMMzYgMloiIGZpbGw9IiNGREFDMEUiLz4KPHBhdGggZD0iTTM2IDJMMiAzNkwzNCAzNkMzNS4xMDQ2IDM2IDM2IDM1LjEwNDYgMzYgMzRMMzYgMloiIHN0cm9rZT0iI0ZEQUMwRSIvPgo8cGF0aCBkPSJNMjMuNjg4NSAzMEMyMy4zNTQyIDMwIDIzLjAzMzIgMjkuODczNyAyMi43OTQ1IDI5LjY0NTJMMjAuNDM3NyAyNy4zODlMMTkuMjM5NSAyNi4yODM2QzE4LjkyODMgMjUuOTk2NCAxOC45MTkyIDI1LjUyMjEgMTkuMjE5MSAyNS4yMjQyQzE5LjUxOSAyNC45MjYyIDIwLjAxNDQgMjQuOTE3NSAyMC4zMjU3IDI1LjIwNDZMMjEuNTM5NCAyNi4zMjQ1TDIzLjY0OTggMjguMzQ0OUwyOS41NzgzIDIwLjMxNjhDMjkuODI3OCAxOS45Nzg5IDMwLjMxNjIgMTkuODk4NiAzMC42NjkxIDIwLjEzNzVDMzEuMDIyIDIwLjM3NjQgMzEuMTA1OSAyMC44NDM5IDMwLjg1NjQgMjEuMTgxOEwyNC43MjI1IDI5LjQ4NzlDMjQuNTA2NyAyOS43ODAyIDI0LjE2OTIgMjkuOTY1MiAyMy43OTY3IDI5Ljk5NTZDMjMuNzYwNyAyOS45OTg1IDIzLjcyNDYgMzAgMjMuNjg4NSAzMFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) 0 0% auto no-repeat;
  }
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.out-of-stock {
  border: 1px #ccc dashed;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option.out-of-stock:hover {
  border: 1px solid #FDAC0E;
  outline: 1px solid #FDAC0E;
}
.sidebar-product-wrapper .sidebar-product-main .sidebar-product-con .sidebar-product-info-wraper .product-attr .attribute-option .attr-img {
  width: 100%;
  height: 100%;
}
.sidebar-product-wrapper .sidebar-product-main .scrollbar-outer .scroll-element.scroll-x {
  display: none !important;
  opacity: 0 !important;
}
.sidebar-product-wrapper .sidebar-product-main .scrollbar-outer .scroll-element.scroll-y {
  opacity: 0 !important;
}
.sidebar-product-wrapper .sidebar-product-main .scrollbar-outer:hover .scroll-element.scroll-y {
  opacity: 1 !important;
}
.sidebar-product-wrapper .sidebar-product-main .confirm-row {
  height: 80px;
  box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  background-color: #fff;
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .confirm-row {
    height: 16vw;
    box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.2);
    padding: 2.66vw 4.266vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .confirm-row .confirm-btn {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  background: #222222;
  font-size: 18px;
  color: #fff;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sidebar-product-wrapper .sidebar-product-main .confirm-row .confirm-btn.disabled {
  background: #d9d9d9;
  color: #fff;
  cursor: default;
  border: none;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .confirm-row .confirm-btn {
    font-size: 3.733vw;
  }
}
.sidebar-product-wrapper .sidebar-product-main .tips-out-of-stock {
  background: #F3F3F3;
  padding: 4px 15px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5;
  width: max-content;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper .sidebar-product-main .tips-out-of-stock {
    font-size: 4.66vw;
    padding: 1.0866vw 4vw;
  }
}
.sidebar-product-wrapper.active .sidebar-product-bg {
  display: block;
}
.sidebar-product-wrapper.active .sidebar-product-main {
  right: 0;
}
@media (max-width: 767px) {
  .sidebar-product-wrapper.active .sidebar-product-main {
    bottom: 0;
  }
}
.ui-tooltip.sidebar-product {
  z-index: 1000000002 !important;
  /* 才能生效 */
}
.qty-select {
  position: relative;
  width: 142px;
  z-index: 0;
}
@media (max-width: 767px) {
  .qty-select {
    width: 31.2vw;
    margin-top: 0;
  }
}
.qty-select .select-trigger {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px 12px 8px 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .qty-select .select-trigger {
    border-radius: 20vw;
    padding: 2.933vw 6.133vw 2.933vw 4vw;
  }
}
.qty-select .select-trigger:hover {
  border-color: #999;
}
.qty-select .options {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 120px;
  overflow-y: auto;
  display: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .qty-select .options {
    border-radius: 1.066vw;
    box-shadow: 0 0.533vw 1.6vw rgba(0, 0, 0, 0.1);
    max-height: 32vw;
    top: 105%;
  }
}
.qty-select .options .option {
  padding: 8px 12px 8px 16px;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 767px) {
  .qty-select .options .option {
    padding: 2.666vw 6.133vw 2.666vw 4vw;
    font-size: 3.733vw;
  }
}
.qty-select .options .option:hover {
  background: #f5f5f5;
}
.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: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #fdac0e;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #fdac0e;
  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: #333333;
  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: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #fdac0e;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #fdac0e;
  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: #333333;
  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;
}
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.product-info-main .product-addto-links {
  display: inline-block;
}
.product-info-main .product-addto-links .towishlist:before {
  content: '\e600';
}
.product-info-main .product-addto-links .tocompare:before {
  content: '\e61e';
}
.product-info-main .product-social-links .mailto:before {
  content: '\e61d';
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  margin: 10px 0;
  display: block;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  position: relative;
  overflow: hidden;
  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;
  white-space: normal;
  vertical-align: top;
  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 {
  content: "\2013";
  font-size: 1.8rem;
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  font-weight: 300;
  display: block;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #ffffff;
  border: 2px solid #333333;
  color: #333333;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    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: 10px;
    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;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    margin-bottom: 25px;
    float: none;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    position: relative;
    padding-top: 41px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-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 #dddddd;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    padding: 0;
    list-style: none none;
    margin: 0;
    border-bottom: 1px solid #dddddd;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #dddddd;
    font-weight: 700;
    padding: 0.8rem 20px;
    display: none;
  }
  .nav-sections .header.links li.item.link.compare {
    display: none;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #dddddd;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
    overflow: auto;
  }
  .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-y: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
  }
  .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;
    display: block !important;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 50%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 10px 40px 10px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #fdac0e;
    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: #fdac0e;
    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 #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #fdac0e;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .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;
  }
  .category .subscribe-popup {
    width: 100%;
    top: 35%;
    text-align: center;
  }
  .category .subscribe-popup .input-fields {
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    width: 100%;
    margin: auto;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    margin-top: 20px;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .search-autocomplete .amsearch-slider-wrap:not(:first-child) {
    margin-top: 50px;
  }
  .amsearch-additional-content {
    flex-direction: column;
  }
  .amsearch-additional-content .amsearch-content-block {
    padding: 15px;
    max-width: 100%;
    border-top: 1px solid #e8e9ef;
    border-left: none;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image {
    display: inline-block;
    margin-right: 10px;
    max-width: 110px;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
    display: inline-block;
    vertical-align: top;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
    margin: 0 20px 0 0;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .product-item-actions {
    display: flex;
  }
  .sol-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sol-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sol-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sol-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sol-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sol-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sol-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sol-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sol-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sol-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sol-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sol-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sol-megamenu.navigation li.ui-menu-item {
    position: relative;
  }
  .sol-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sol-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sol-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sol-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sol-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sol-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sol-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sol-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sol-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sol-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    margin: 5px 0;
    display: block;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: inline-block;
  }
  .product-image-photo {
    max-width: 100%;
  }
  .search-autocomplete {
    margin-top: -10px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart-summary .cart-summary-wrapper {
    padding: 0;
    box-shadow: none;
    margin-bottom: 10px;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .opc-block-shipping-information .shipping-information {
    padding: 0;
  }
  .opc-block-summary > .icon-order-summary-arrow {
    right: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .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: 10px;
  }
  .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 #dddddd;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 10px 0 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #dddddd;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
  }
  .products-grid.wishlist .product-item {
    float: left;
    width: 48.5%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .products-grid.wishlist .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .products-grid.wishlist .product-item:nth-child(2n+1) {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .products-grid.wishlist .product-item-photo {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-right: 0;
  }
  .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;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }
  .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:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .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,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    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: 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: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot 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%;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 50%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #dddddd;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #dddddd;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .account .page.messages {
    margin-bottom: 20px;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .order-details-items .action.print {
    display: none;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-autocomplete-image,
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .information-container {
    display: block;
    margin: 0 auto;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .amsearch-wrapper-inner {
    flex-direction: column;
  }
  .search-autocomplete .amsearch-slider-block .amsearch-item.product-item .price-box {
    margin: 5px 0 10px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@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: 25.8%;
  }
  .abs-visually-hidden-desktop-s,
  .modes-label {
    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;
  }
  .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;
  }
  .amsearch-form-container .actions-secondary {
    display: flex;
  }
  .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: #333333;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #333333;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #fdac0e;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #fdac0e;
    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: #333333;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
    text-align: center;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    width: 50%;
    padding-left: 5px;
    white-space: nowrap;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-layout-1column .products-grid .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-layout-1column .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-1column .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-1column .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-layout-3columns .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-3columns .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-3columns .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #333333;
    border: 1px solid #dddddd;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #333333;
    background: #ededed;
  }
  .modes-mode:last-child {
    border-right: 1px solid #dddddd;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #333333;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 0;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-ratings {
    max-width: 240px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .review-field-summary,
  .review-field-text,
  .review-field-nickname {
    max-width: 500px;
  }
  .review-form-actions {
    max-width: 180px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .block.widget .products-grid .product-item:nth-child(3n+1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .block.widget .products-grid .product-item:nth-child(2n+1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 49%;
    margin-left: calc((100% - 2 * 49%) / 1);
    padding: 0;
    position: relative;
  }
  .page-layout-3columns .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-3columns .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 49%) / 1);
  }
  .page-layout-3columns .block.widget .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
/*media width*/
@font-face {
  font-family: 'Poppins-medium';
  src: url('https://cdn1.costway.de/public/font/poppins-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-regular';
  src: url('https://cdn1.costway.de/public/font/poppins-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-semibold';
  src: url('https://cdn1.costway.de/public/font/poppins-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url('https://cdn1.costway.de/public/font/poppins-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('https://cdn1.costway.de/public/font/poppins-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Semibold';
  src: url('https://cdn1.costway.de/public/font/poppins-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*===============================
Theme Main color variables
============================*/
/*===================
text color variables
====================*/
/*text align*/
/*text transform*/
/*text decoration*/
/*background color*/
/*header background colors*/
/*border color*/
/*border style*/
/*border width*/
/*border radius*/
/*font-size*/
/*font weight*/
/*=======================
Theme less variables
=======================*/
/*general*/
/*@color-gray76: @cpanel-border-color-base;*/
/*==============================
Theme hyperlink override
================================*/
/*============================
Home page Main Block title
============================*/
/*==============================
Theme primary button override
================================*/
/*@button__padding: 0;*/
/*=========================================
product detail page add to links variables
========================================*/
/*product detail page tabs override less variables*/
/*new and sale labels*/
/*===========================
form variables override
=============================*/
/*=========================================================================
navigation override variables and variables used in theme for navigation
===========================================================================*/
/*=====================================================================
minicart overirde variables and variables used in theme for minicart
======================================================================*/
/*======================================
variables used in theme for top search
========================================*/
/*==============================
top header block less variables
===============================*/
/*main title*/
/*======================
footer less variables
=======================*/
/*footer main */
/*footer title*/
/*footer social block*/
/*footer links*/
/*contact block*/
/*copyright block*/
/*newsletter block*/
/*========================================
Product detail page less variables
=======================================*/
/*review box*/
/*price box*/
/*add-to links*/
/*=============================================
sidebar and sidebar additional less variables
===============================================*/
/*sidebar and sidebar additional block*/
/*sidebar title*/
/*sidebar sub title*/
/*sidebar block filter and its options*/
/*sidebar block filter and its options title*/
/*===========================
Contact Us Page less Variables
=============================*/
/*contact us page less varibales*/
/*store title*/
/*store address title*/
/*store address text*/
/*===========================
Blog All Pages less Variables
=============================*/
/*blog day*/
/*blog month and year and comment*/
/*blog title*/
/*blog description*/
/*blog tags*/
/*blog sidebar*/
/*===========================
category page pagination less Variables
=============================*/
/*pagination less variales*/
/*override toolbar variables*/
@font-face {
  font-family: "iconfont";
  src: url('../../frontend/default/hooya/sv_SE/fonts/iconfont.eot');
  src: url('../../frontend/default/hooya/sv_SE/fonts/iconfont.eot?#iefix') format('eot'), url('../../frontend/default/hooya/sv_SE/fonts/iconfont.woff2') format('woff2'), url('../../frontend/default/hooya/sv_SE/fonts/iconfont.woff') format('woff'), url('../../frontend/default/hooya/sv_SE/fonts/iconfont.ttf') format('truetype'), url('../../frontend/default/hooya/sv_SE/fonts/iconfont.svg#iconfont') format('svg');
}
.icon-base-pseudo,
.icon-cart:before,
.icon-remove:before,
.icon-towishlist:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-cart:before {
  content: "\E001";
}
.icon-remove:before {
  content: "\E002";
}
.icon-towishlist:before {
  content: "\E003";
}
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: #ccc !important;
}
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: #cccc !important;
}
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: #cccc !important;
}
.swiper {
  --swiper-theme-color: #fdac0e;
  --swiper-preloader-color: #999999;
}
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: 1 !important;
  color: #333 !important;
}
body._has-modal {
  height: auto !important;
}
body.cms-index-index .price-box > .normal-price .price,
body.cms-index-index .price-box > .price-final_price .price,
body.cms-index-index .price-box > .special-price .price,
body.cms-index-index .price-box .home-special-price {
  color: #333 !important;
}
body:not(.cms-index-index) .price-box > .normal-price .price,
body:not(.cms-index-index) .price-box > .price-final_price .price,
body:not(.cms-index-index) .price-box > .special-price .price,
body:not(.cms-index-index) .price-box:has(.lined-price.is-hidden) > .price .price,
.minicart-items-wrapper .price-wrapper > .price-excluding-tax .price {
  color: #333 !important;
}
body:not(.cms-index-index) .price-box:has(.old-price) > .special-price .price,
body:not(.cms-index-index) .price-box:has(.old-price) > .price-final_price .price,
body:not(.cms-index-index) .price-box:has(.old-price) > .normal-price .price,
body:not(.cms-index-index) .price-box > .price .price,
.minicart-items-wrapper .price-wrapper:has(.price-original) > .price-excluding-tax .price {
  color: #E64D43 !important;
}
body:not(.cms-index-index) .price-box:has(.old-price.is-hidden) > .special-price .price,
body:not(.cms-index-index) .price-box:has(.old-price.is-hidden) > .price-final_price .price,
body:not(.cms-index-index) .price-box:has(.old-price.is-hidden) > .normal-price .price,
body .amsearch-wrapper-content .amsearch-wrapper-inner .price-box:has(.old-price) > .special-price .price,
body .amsearch-wrapper-content .amsearch-wrapper-inner .price-box:has(.old-price) .price {
  color: #333 !important;
}
.cc-revoke.cc-top {
  right: 3em !important;
  left: auto !important;
}
@media (max-width: 1280px) {
  .cc-revoke.cc-top {
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .5em !important;
    border-top-right-radius: 0 !important;
  }
}
.cc-revoke {
  color: #ffffff !important;
  background-color: #fdac0e !important;
}
.cc-window {
  color: #ffffff !important;
  background-color: #fdac0e !important;
}
@media (max-width: 1280px) {
  .cc-window {
    top: 0;
    bottom: 0;
    max-height: 12em;
    left: 0;
    right: 0;
    margin: auto;
  }
}
html {
  overflow-x: hidden !important;
}
@media (max-width: 767px) {
  .cc-window {
    max-width: 90% !important;
  }
}
@media (min-width: 767px) {
  .cc-window {
    padding-top: .2em !important;
    padding-bottom: .2em !important;
  }
}
.cc-highlight .cc-btn:first-child {
  color: #ffffff !important;
}
.cc-btn.cc-allow {
  color: #fdac0e !important;
  background-color: #ffffff !important;
}
.cc-btn {
  padding-top: .2em !important;
  padding-bottom: .2em !important;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
header.page-header.htype-4 {
  vertical-align: middle;
}
header.page-header.htype-4 .logo {
  float: none;
  max-width: none;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .logo {
    padding-top: 0;
    padding-bottom: 9px;
    display: block;
    max-width: 183px;
    margin: 15px auto 0 auto;
  }
}
@media (max-width: 767px) {
  header.page-header.htype-4 .logo {
    max-width: 13vw;
  }
}
header.page-header.htype-4 .logo img {
  position: static;
  width: 100px !important;
  height: 44px !important;
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .logo img {
    width: auto !important;
    height: 30px !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  header.page-header.htype-4 .logo img {
    height: 5.33vw !important;
    width: auto !important;
    margin: 0 auto;
  }
}
header.page-header.htype-4 .page-main {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none !important;
  border-bottom: 1px #f9f9f9 solid;
}
header.page-header.htype-4 .page-main::after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
}
header.page-header.htype-4 .panel.wrapper {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 111;
  border: 0;
  margin: auto;
  background: #f9f9f9;
}
header.page-header.htype-4 .panel.wrapper .costway-slogan {
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}
header.page-header.htype-4 .panel.wrapper .header.panel .header.links > li {
  padding: 10px 0;
}
header.page-header.htype-4 .panel.wrapper .header.panel .header.links > li.welcome {
  padding: 10px 0;
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .panel.wrapper {
    height: auto !important;
  }
}
header.page-header.htype-4 .header.content {
  padding: 0 0 !important;
  margin-top: 60px;
}
@media (max-width: 1280px) {
  header.page-header.htype-4 .header.content {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  header.page-header.htype-4 .header.content {
    margin-top: 0;
  }
}
header.page-header.htype-4 .block-search {
  position: absolute !important;
  padding-right: 0 !important;
  padding-left: 0;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 0px 0 150px;
  width: 83%;
  z-index: 5;
}
header.page-header.htype-4 .block-search .block-content {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 20px;
}
header.page-header.htype-4 .block-search .block-content .minisearch {
  position: relative;
  width: 600px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .block-search .block-content .minisearch {
    width: 100%;
  }
}
header.page-header.htype-4 .block-search #search {
  padding-left: 30px !important;
}
@media (max-width: 1280px) {
  header.page-header.htype-4 .block-search {
    padding-left: 0;
    left: auto;
    margin: 0;
    right: 80px;
    z-index: 5;
  }
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .block-search {
    position: static !important;
    width: 100%;
  }
  header.page-header.htype-4 .block-search .label {
    position: absolute;
    right: 60px;
    top: -50px;
  }
  header.page-header.htype-4 .block-search input {
    margin: 10px auto 20px;
    border: 1px solid #cccccc !important;
  }
  header.page-header.htype-4 .block-search .control {
    border-top: 0;
  }
  header.page-header.htype-4 .block-search .amsearch-wrapper-input::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    padding: 0;
    width: 14px;
    height: 14px;
    border: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
    box-shadow: none;
  }
  header.page-header.htype-4 .block-search .amsearch-loupe {
    position: absolute;
    height: 40px;
    width: 82px;
    border-radius: 0 20px 20px 0;
    right: 0;
    border: 0;
    left: auto;
    top: 5px;
    opacity: 0;
    z-index: 1;
  }
  header.page-header.htype-4 .block-search .block.block-content .actions .action.search {
    position: absolute;
    height: 40px;
    width: 82px;
    border-radius: 0 20px 20px 0;
    right: 0;
    top: 0 !important;
    border: 0;
    z-index: 99;
  }
  header.page-header.htype-4 .block-search .block.block-content .actions .action.search::before {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    content: '\e615';
    font-family: icons-blank-theme;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  header.page-header.htype-4 .block-search .block.block-content .actions .action.search > span {
    display: none;
  }
  header.page-header.htype-4 .block-search .block.block-content .active .actions .action.search {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  header.page-header.htype-4 .block-search .amsearch-wrapper-input::before {
    top: -14px;
  }
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .block-search .label {
    display: none;
  }
  header.page-header.htype-4 .block-search input {
    position: static;
    margin: 5px auto 10px;
  }
  header.page-header.htype-4 .block-search .action.search {
    display: block;
    top: 5px !important;
  }
  header.page-header.htype-4 .block-search .action.search::before {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    content: '\e615';
    font-family: icons-blank-theme;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  header.page-header.htype-4 .block-search .action.search > span {
    display: none;
  }
}
@media (max-width: 767px) {
  header.page-header.htype-4 .block-search input {
    position: static;
    margin: 5px auto 20px;
  }
  header.page-header.htype-4 .block-search .action.search {
    display: block !important;
  }
}
header.page-header.htype-4 .minicart-wrapper {
  position: static;
  margin-top: 25px !important;
  background-color: transparent !important;
  width: auto;
}
header.page-header.htype-4 .minicart-wrapper .action.showcart {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-image: url('/pub/images/user-nav/cart-icon-pc.png');
  background-size: 100% 100%;
  float: right;
}
header.page-header.htype-4 .minicart-wrapper .action.showcart .counter.qty {
  top: -5px;
  right: -9px;
  min-width: 18px;
  height: 18px !important;
  font-size: 12px !important;
  line-height: 18px !important;
  border-radius: 9px;
  margin: 0;
  color: #ffffff !important;
}
header.page-header.htype-4 .minicart-wrapper .action.showcart::before {
  content: '' !important;
  display: table !important;
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .minicart-wrapper {
    right: 15px !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  header.page-header.htype-4 .minicart-wrapper {
    position: absolute;
    top: 15px !important;
    right: 15px !important;
    width: 5.33vw !important;
    height: 5.33vw !important;
    border-radius: 0;
    z-index: 100;
  }
  header.page-header.htype-4 .minicart-wrapper .action.showcart {
    width: 5.33vw !important;
    height: 5.33vw !important;
    background-image: url('/pub/images/user-nav/cart-icon-mb.png');
    background-size: 100% 100%;
  }
  header.page-header.htype-4 .minicart-wrapper .action.showcart::before {
    line-height: 1;
  }
  header.page-header.htype-4 .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    right: -3.2vw !important;
    top: -2.7vw !important;
    min-width: auto !important;
    width: 5.333vw !important;
    height: 5.333vw !important;
    line-height: 5.333vw !important;
    background: #ff5f44 !important;
    text-align: center !important;
    font-size: 2.667vw !important;
    color: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0;
  }
  header.page-header.htype-4 .minicart-wrapper .product-item-details .product-item-name,
  header.page-header.htype-4 .minicart-wrapper .product-item-details .price-container,
  header.page-header.htype-4 .minicart-wrapper .product-item-details .details-qty {
    text-align: left;
  }
  header.page-header.htype-4 .minicart-wrapper .product-item-details .product-item-pricing .label {
    width: auto;
    margin-right: 5px;
  }
  header.page-header.htype-4 .minicart-wrapper .product-item-details .product-item-pricing .update-cart-item {
    padding: 9px 5px !important;
  }
}
header.page-header.htype-4 .nav-sections .navigation {
  float: none;
  margin: 0 auto;
  background-color: #ffffff !important;
  border-top: none !important;
  border-bottom: none !important;
}
header.page-header.htype-4 .nav-sections .navigation > ul {
  padding-right: 0;
}
@media (max-width: 767px) {
  header.page-header.htype-4 .nav-sections {
    width: 80%;
  }
  header.page-header.htype-4 .nav-sections .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1920px) {
  header:not(.no-top-ad) .header.content {
    margin-top: 3.125vw !important;
  }
  .checkout-index-index #header-fixed-box .header.content {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  header.page-header.htype-4 .nav-sections .navigation > ul li.level0.parent > a.level-top {
    padding-left: 10px;
    padding-right: 30px;
    text-transform: none;
    font-size: 14px !important;
  }
  header.page-header.htype-4 .nav-sections .navigation > ul li.level0.parent:first-child > a.level-top {
    padding-left: 0 !important;
  }
  .cms-index-index .block-new-products.grid {
    padding-top: 0;
  }
  .catalog-product-view .product-reward-points-share {
    position: static;
    width: 100%;
    display: block;
  }
  .hooya-hy-widget-box > div {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hooya-hy-widget-box > div .owl-item {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .hooya-hy-widget-box > div .owl-item .dimg {
    display: block;
    text-align: center;
  }
  .hooya-hy-widget-box > div .owl-item .dimg img {
    width: 100%;
  }
  .header.links .greet.welcome .not-logged-in {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    width: 300px;
    text-align: center;
  }
  .header.links .my-account > a {
    border: 0 !important;
  }
  .header.links .my-account.logged-in > a {
    border-left: 1px #cccccc solid !important;
  }
  .opc-block-shipping-information {
    padding: 0 !important;
  }
}
.sol-megamenu.navigation ul li.level0.parent > a:after,
.page-products .page-title-wrapper,
.page-products .category-view {
  display: none;
}
.flexslider {
  margin-bottom: 40px !important;
}
.bh-type-4 .s-div {
  max-width: none !important;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.flex-control-nav {
  bottom: 0;
  z-index: 2;
}
.flex-control-nav > li a {
  background-color: #cccccc !important;
  box-shadow: none !important;
}
.flex-control-nav > li a.flex-active {
  background-color: #fdac0e !important;
  border-radius: 10px;
}
.flex-direction-nav a {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.block-title-main {
  border-top: none !important;
  border-bottom: none !important;
  text-align: center;
}
.block-title-main h2 > span {
  color: #333333 !important;
}
.product-item-name,
.product.name a {
  font-size: 14px;
  text-transform: none !important;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.products-grid.wishlist .product-item-inner {
  text-align: center;
}
.products-grid.wishlist .product-item-inner .field.comment-box,
.products-grid.wishlist .product-item-inner .box-tocart .field.qty,
.products-grid.wishlist .product-item-inner .product-item-actions .action.edit {
  display: none;
}
.products-grid.wishlist .product-item-inner .product-item-actions {
  margin-top: 0;
}
.products-grid.wishlist .product-item-inner > .box-tocart,
.products-grid.wishlist .product-item-inner > .product-item-actions {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5rem;
}
@media (max-width: 767px) {
  .products-grid.wishlist .product-item-inner > .box-tocart,
  .products-grid.wishlist .product-item-inner > .product-item-actions {
    margin: 0 1rem;
  }
}
.products-grid.wishlist .product-item-inner .action.tocart.primary {
  background-color: transparent !important;
  border: 0;
  margin: 4px 10px 0;
  width: 25px !important;
  height: 25px !important;
  background: url('/pub/images/home/cart.png') no-repeat top center !important;
  background-size: 25px auto !important;
}
.products-grid.wishlist .product-item-inner .action.tocart.primary:before {
  content: "" !important;
  display: inline-block !important;
  font-family: 'iconfont';
  font-size: 28px;
  color: #333;
  transition: none;
  line-height: 1.4;
  background-color: transparent !important;
}
.products-grid.wishlist .product-item-inner .action.tocart.primary:hover {
  background-color: transparent !important;
  border: 0;
}
.products-grid.wishlist .product-item-inner .action.tocart.primary:hover::before {
  color: #333;
  transition: none;
}
.products-grid.wishlist .product-item-inner .action.tocart.primary span {
  display: none;
}
.products-grid.wishlist .product-item-inner .btn-remove.action.delete {
  display: inline-block;
  padding: 0 10px;
  margin-top: 6px;
}
.products-grid.wishlist .product-item-inner .btn-remove.action.delete::before {
  content: "\E002";
  display: inline-block;
  font-family: 'iconfont';
  font-size: 22px;
  margin-top: -5px;
  color: #333;
}
.products-grid.wishlist .product-item-inner .btn-remove.action.delete:hover::before {
  color: #333;
  transition: none;
}
.products-grid.wishlist .product-item-inner .btn-remove.action.delete span {
  display: none;
}
.actions-toolbar .primary .update,
.actions-toolbar .primary .share {
  display: none;
}
.form-wishlist-items .actions-toolbar .primary {
  display: block !important;
  width: 100%;
}
.block-wishlist .actions-toolbar .primary {
  float: none;
  width: 100% !important;
}
.block-wishlist .actions-toolbar .primary .action.details {
  display: inline-block;
  background-color: #fdbd3e;
  padding: 0;
  font-size: 1.4rem;
  line-height: 40px !important;
  border-radius: 3px;
  width: 100% !important;
  height: 40px;
  max-width: 280px;
}
.block-wishlist .actions-toolbar .primary .action.details:hover {
  background-color: #fdac0e;
}
.block-wishlist .actions-toolbar .primary .action.details span {
  color: #ffffff;
}
.block-wishlist .actions-toolbar {
  text-align: center;
}
.block-wishlist .actions-toolbar .primary .action {
  margin: 0 !important;
}
.block-wishlist .actions-toolbar .primary {
  display: block;
  width: 100%;
}
.block-wishlist .actions-toolbar .primary .action.tocart {
  padding: 10px 15px !important;
}
@media (min-width: 1201px) {
  .nav-toggle {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-toggle {
    display: flex;
    width: 30px;
    height: 30px;
    background: url(/pub/images/user-nav/menu-icon-mb.png) center center no-repeat;
    background-size: 100% 100%;
    top: 15px;
    position: absolute;
    left: 15px;
    z-index: 1;
  }
  .nav-toggle:before {
    display: none !important;
  }
  .nav-toggle > span {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    display: flex;
    width: 5.33vw;
    height: 5.33vw;
    background: url(/pub/images/user-nav/menu-icon-mb.png) center center no-repeat;
    background-size: 100% 100%;
    top: 15px;
    position: absolute;
    left: 15px;
    z-index: 1;
  }
  .nav-toggle:before {
    display: none !important;
  }
  .nav-toggle > span {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: block;
  }
  .hooya-hy-widget-main {
    padding: 0 !important;
  }
  .hooya-hy-widget-box > div {
    margin-left: -5px;
    margin-right: -5px;
  }
  .hooya-hy-widget-box > div .owl-item {
    box-sizing: border-box;
    padding: 0 5px;
  }
  .hooya-hy-widget-box > div .owl-item .dimg {
    display: block;
    text-align: center;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
}
.minicart-wrapper .block-minicart {
  min-width: auto !important;
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -320px;
  /* 默认隐藏在右侧 */
  background: white;
  border: 1px solid #ccc;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.block-minicart .block-content > .actions .primary .action.primary {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  border: 0;
  font-size: 14px;
  background-color: #ff5f44;
}
.block-minicart .block-content > .actions .secondary.add-cus-btn {
  float: none;
  position: static;
  margin: 0 10px;
  width: auto;
}
.block-minicart .block-content > .actions .secondary.add-cus-btn .action.viewcart {
  background-color: #fdbd3e;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 3px;
  width: 100%;
  border: 0;
}
.block-minicart .block-content > .actions .secondary.add-cus-btn .action.viewcart:hover {
  background-color: #fdac0e;
  color: #ffffff;
}
.block-minicart .block-content > .actions .secondary.add-cus-btn .action.viewcart:hover::before {
  display: none;
  transition: none;
}
#wishlist-sidebar .product-image-photo {
  width: 75px !important;
  height: 75px !important;
}
#wishlist-sidebar .product-image-container {
  width: 75px !important;
}
#wishlist-sidebar .product-item-name {
  margin-right: 0 !important;
}
.product-slider .flex-wrap {
  display: block;
  float: left;
}
.product-slider .flex-wrap::after {
  content: '';
  display: block;
  clear: both;
}
.product-slider .flex-wrap .owl-item {
  float: none;
  display: inline-block;
  width: 23.233% !important;
  margin-left: calc((100% - 4 * 23.233%) / 3);
  padding: 0;
  position: relative;
}
.product-slider .flex-wrap .owl-item:nth-child(2n+1) {
  margin-left: calc((100% - 4 * 23.233%) / 3);
}
.product-slider .flex-wrap .owl-item:nth-child(3n+1) {
  margin-left: calc((100% - 4 * 23.233%) / 3);
}
.product-slider .flex-wrap .owl-item:nth-child(5n+1) {
  margin-left: calc((100% - 4 * 23.233%) / 3);
}
.product-slider .flex-wrap .owl-item:nth-child(4n+1) {
  margin-left: 0;
}
.product-slider .flex-wrap .owl-item .product-item {
  margin-bottom: 10px;
  width: 100% !important;
}
@media (max-width: 767px) {
  .product-slider .flex-wrap .owl-item {
    width: 49% !important;
    margin-left: calc((100% - 2 * 49%) / 1) !important;
    padding: 0;
    position: relative;
  }
  .product-slider .flex-wrap .owl-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
#shopping-cart-table .remove {
  min-width: 100px;
  text-align: center;
  font-size: 0;
}
#shopping-cart-table .remove > a {
  margin: 0 5px;
  vertical-align: middle;
}
#shopping-cart-table .remove > a :hover {
  margin: 0;
  padding: 0;
}
#shopping-cart-table .remove .gift-options-cart-item,
#shopping-cart-table .remove .action-edit {
  display: none;
}
@media (max-width: 767px) {
  #shopping-cart-table .remove {
    min-width: auto;
  }
}
#shopping-cart-table .action-delete {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none !important;
  color: #333333;
  border-radius: 0;
  background: none !important;
}
#shopping-cart-table .action-delete:before {
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  background: none;
  content: "\E002";
  font-size: 20px;
  font-family: 'iconfont';
  color: #333333;
  transition: none;
}
#shopping-cart-table .action-delete > span {
  display: none;
}
#shopping-cart-table .action-delete:hover {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none !important;
  background: none !important;
  color: #333333 !important;
}
#shopping-cart-table .action-delete:hover:before {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  color: #fdac0e;
}
#shopping-cart-table .action-delete:hover > span {
  display: none;
}
#shopping-cart-table .action-towishlist {
  position: relative;
  display: inline-block;
  border: none !important;
  color: #333333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f9f9f9 !important;
  vertical-align: middle;
  text-align: center;
}
#shopping-cart-table .action-towishlist:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../frontend/default/hooya/sv_SE/images/towishlist.png) no-repeat top left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#shopping-cart-table .action-towishlist > span {
  display: none;
}
#shopping-cart-table .action-towishlist:hover {
  border: none !important;
  color: #333333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(204, 204, 204, 0.65) !important;
}
#shopping-cart-table .action-towishlist:hover:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
#shopping-cart-table .action-towishlist:hover > span {
  display: none;
}
.action.primary.checkout {
  background-color: #ff5f44 !important;
  border-color: #ff5f44 !important;
  color: #ffffff !important;
}
.action.primary.checkout:link {
  color: #ffffff;
}
.action.primary.checkout:hover {
  border-color: #ff5f44 !important;
  background-color: #ff5f44 !important;
}
#maincontent.page-main .page-title-wrapper {
  margin-top: 100px;
}
#maincontent.page-main .page-title-wrapper .page-title {
  display: block;
  font-size: 24px;
  margin: 0 auto 20px auto;
}
#maincontent.page-main .page-title-wrapper.product .page-title {
  text-align: left;
}
#maincontent.page-main .cart-empty {
  text-align: center;
  padding: 0;
  position: relative;
  width: 360px;
  margin: 120px auto 0 auto;
}
#maincontent.page-main .cart-empty::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -200px;
  display: block;
  width: 183px;
  height: 165px;
  background: url(../../frontend/default/hooya/sv_SE/images/cart-empty.jpg) no-repeat 0 0;
}
#maincontent.page-main .cart-empty p {
  text-align: center;
  margin: 0 0 20px;
}
#maincontent.page-main .cart-empty p > a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background: #fdac0e;
  color: #ffffff;
  line-height: 40px;
  padding: 0 50px;
  border-radius: 2px;
}
#maincontent.page-main .cart-empty p > a:hover {
  background: #fdbd3e;
}
@media (max-width: 980px) {
  #maincontent.page-main .cart-empty::before {
    display: none;
  }
}
@media (max-width: 750px) {
  #maincontent.page-main .page-title-wrapper .page-title {
    margin-top: 24px !important;
    font-size: 1.6rem !important;
  }
}
.modal-popup.confirm .modal-inner-wrap .action-close {
  padding: 1rem !important;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer {
  text-align: center;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-dismiss,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-accept {
  min-width: 120px;
  margin: 0 15px;
  font-size: 18px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-dismiss:hover:before,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-accept:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .modal-popup.confirm .modal-inner-wrap .modal-footer .action-dismiss,
  .modal-popup.confirm .modal-inner-wrap .modal-footer .action-accept {
    min-width: 80px;
    margin: 0 5px;
    font-size: 16px;
  }
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-dismiss {
  background-color: transparent;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-accept {
  border-color: #fdac0e;
  background-color: #fdac0e;
  color: #ffffff;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-accept:hover {
  border-color: #fdbd3e;
  background-color: #fdbd3e;
}
.owl-theme .owl-controls {
  clear: both !important;
}
.owl-theme .owl-controls .owl-page span {
  background: #cccccc;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fdac0e;
  opacity: 1;
  filter: none;
}
.page.messages .button-box {
  display: none;
}
.product .page-title {
  display: none;
}
.product-add-form .field.qty #qty-error {
  position: absolute;
  white-space: nowrap;
}
.catalog-product-view .review-items .image {
  margin: 12px 12px 0 0;
  width: 100px;
}
.catalog-product-view .review-items .image .product-image-wrapper {
  height: 100px;
  width: 100px;
}
.catalog-product-view .review-items .image .product-image-wrapper .product-image {
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .review-items .image {
    margin: 10px 8px 0 0;
    width: 20vw;
  }
  .catalog-product-view .review-items .image .product-image-wrapper,
  .catalog-product-view .review-items .image .video-wrap,
  .catalog-product-view .review-items .image video {
    height: 20vw;
    width: 20vw;
    margin-bottom: 0;
  }
}
.catalog-product-view .product-info-stock-sku > div {
  display: inline-block;
}
.catalog-product-view .product-info-stock-sku > div.configurable-variation-qty {
  margin-right: 10px;
}
.catalog-product-view .swatch-option {
  border-radius: 4px;
}
.catalog-product-view .swatch-option.image {
  width: 70px !important;
  height: 70px !important;
  background-size: 88.57% 88.57% !important;
  border: 1px #cccccc solid;
  margin: 0 10px 5px 0;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  background-position: center;
}
.catalog-product-view .swatch-option.image:first-child {
  margin-left: 0 !important;
}
.catalog-product-view .swatch-option.image.selected,
.catalog-product-view .swatch-option.image:hover {
  border: 1px #222 solid !important;
  outline: none;
  box-shadow: 0 0 0 1px #222;
}
.catalog-product-view .swatch-option.image.selected:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: url("../../frontend/default/hooya/sv_SE/images/icon_configurable_checked1.png?v=1") right bottom no-repeat;
  background-size: 25px 25px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.catalog-product-view .swatch-option.image.oos {
  border: 1px #ccc solid !important;
  box-shadow: none;
}
.catalog-product-view .swatch-option.image.oos::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 1px;
  background: #ccc;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog-product-view .swatch-option.image:not(.disabled):hover {
  outline: none;
}
.catalog-product-view .swatch-option.color:not(.disabled):hover {
  outline: none;
}
.catalog-product-view .swatch-option.text {
  border: 1px #cccccc solid;
  background-color: #ffffff;
  padding: 7px 15px;
  font-size: 14px;
  margin-right: 10px;
  min-width: 34px;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-product-view .swatch-option.text.selected,
.catalog-product-view .swatch-option.text:hover {
  background-color: #ffffff;
  border: 1px #222 solid;
  outline: none;
  box-shadow: 0 0 0 1px #222;
}
.catalog-product-view .swatch-option.text.selected:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: url("../../frontend/default/hooya/sv_SE/images/icon_configurable_checked1.png") right bottom no-repeat;
  background-size: 25px 25px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.catalog-product-view .swatch-option.text.oos {
  border: 1px dashed #ccc;
  box-shadow: none;
  color: #ccc;
}
.catalog-product-view .swatch-option.text.oos.selected,
.catalog-product-view .swatch-option.text.oos:hover {
  border: 1px dashed #000;
}
.catalog-product-view .product-info-main .product-add-form {
  display: block;
}
.catalog-product-view .product-info-main .product-add-form .tocart {
  margin-right: 20px !important;
}
@media (max-width: 750px) {
  .catalog-product-view .product-info-main .product-add-form .product-addto-links {
    display: none !important;
  }
}
.catalog-product-view .product-info-main .product-social-links {
  float: none;
  display: none;
  width: auto;
  margin-left: 0 !important;
  vertical-align: bottom;
  padding-bottom: 18px;
}
.catalog-product-view .product-info-main .product-reward-points-share {
  float: none;
  margin-left: 0 !important;
  display: none;
  margin-bottom: 1rem !important;
}
.catalog-product-view .hooya-price-tips {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px !important;
}
.catalog-product-view .hooya-price-tips b {
  font-weight: normal;
}
.catalog-product-view .product-info-price .special-price .price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: none;
  margin: 0;
  overflow: none;
  padding: 0;
  position: static;
  width: none;
}
.catalog-product-view .product-info-price .special-price .price {
  font-size: 20px;
  color: #ff5f44;
}
.catalog-product-view .product-info-price .old-price {
  display: block;
  margin-top: 12px;
}
.catalog-product-view .product-reward-points-earning p strong {
  color: #ff5f44;
}
.catalog-product-view .product-reward-points-share.product-social-links .reward-points-share-google-plus {
  display: none !important;
}
.catalog-product-view .product.info.detailed .description ul li {
  list-style: disc !important;
}
.catalog-product-view .product.info.detailed .description ol li {
  list-style: decimal !important;
}
.catalog-product-view .product.info.detailed .description ul,
.catalog-product-view .product.info.detailed .description ol {
  padding-left: 18px;
}
.product-info-main .price-box .old-price .price-wrapper .price {
  font-weight: normal !important;
}
.hooya-product-order-box .hooya-product-order-select {
  position: relative;
  margin: 0 0 0 7px;
}
.hooya-product-order-box .hooya-product-order-select .order-name {
  border: 1px #cccccc solid;
  padding: 8px 25px 8px 15px;
  cursor: pointer;
  position: relative;
}
.hooya-product-order-box .hooya-product-order-select .order-name::after {
  content: "\e622";
  font-family: "icons-blank-theme";
  font-size: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.hooya-product-order-box .hooya-product-order-select .select-dropdown {
  left: auto;
  right: 0;
}
.hooya-product-order-box .select-dropdown {
  display: none;
  width: 150px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
  background: white;
  top: 30px;
  left: 62px;
  padding-top: 10px;
}
.hooya-product-order-box .select-dropdown p {
  text-align: left;
  padding-left: 10px;
}
.swatch-option-tooltip {
  display: none !important;
}
.search-autocomplete ul li .amount,
.search .toolbar-products .toolbar-amount {
  display: none !important;
}
@media (max-width: 767px) {
  .modal-custom .action-close {
    margin: 0;
  }
  .sol-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    overflow: hidden;
  }
  .sol-megamenu.navigation li.ui-menu-item > .open-children-toggle::after {
    content: "\e622";
    font-family: "icons-blank-theme";
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
  }
  .sol-megamenu.navigation li.ui-menu-item .subchildmenu {
    display: block;
  }
  .sol-megamenu.navigation li.ui-menu-item .subchildmenu::after {
    content: "\e622";
    font-family: "icons-blank-theme";
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
  }
  .sol-megamenu.navigation li.ui-menu-item .subchildmenu.opened {
    display: none;
  }
  .sidebar-main .block,
  .sidebar-additional .block {
    background-color: transparent;
  }
  .catalog-product-view .hooya-price-tips b {
    font-size: 16px;
  }
}
.wishlist-index-index .sidebar .block-wishlist,
.account.aw_rewardpoints-info-coupon .sidebar .block-wishlist,
.page-with-filter .sidebar .block-wishlist {
  display: none;
}
.filter-current .items {
  padding: 10px 10px 0 10px;
  background-color: #f9f9f9;
}
.filter-options-content .items {
  padding: 10px;
}
.points-coupons-box h4 {
  font-size: 22px;
}
.points-coupons-box .nav-tabs {
  border-bottom: 1px #f9f9f9 solid;
}
.points-coupons-box .nav-tabs li {
  display: inline-block;
  margin: 0 30px;
  cursor: pointer;
  height: 35px;
  line-height: 31px;
  margin-bottom: -1px;
}
.points-coupons-box .nav-tabs li a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}
.points-coupons-box .nav-tabs li.active {
  border-bottom: 2px solid #fdac0e;
}
.points-coupons-box .nav-tabs li.active a {
  color: #fdac0e;
}
.points-coupons-box .nav-tabs li:first-child {
  margin-left: 0;
}
.points-coupons-box .tab-content .coupon-head {
  display: block;
  font-size: 0;
}
.points-coupons-box .tab-content .coupon-head > div {
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
}
.points-coupons-box .tab-content .tab-pane {
  display: none;
  padding: 0;
}
.points-coupons-box .tab-content .tab-pane.active {
  display: block;
}
.points-coupons-box .tab-content .tab-pane .coupon-row {
  padding: 10px 0;
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.points-coupons-box .tab-content .tab-pane .coupon-row > div {
  display: inline-block;
  width: 33.3333%;
  vertical-align: middle;
  line-height: 1;
  font-size: 14px;
}
.points-coupons-box .tab-content .tab-pane .coupon-row > div > div {
  display: block;
}
.points-coupons-box .tab-content .tab-pane .coupon-row > div .coupon_available {
  width: 116px;
  height: 60px;
  background: url("../../frontend/default/hooya/sv_SE/images/coupon_available.png?v=1") left top no-repeat;
  background-size: cover;
}
.points-coupons-box .tab-content .tab-pane .coupon-row > div .coupon_available::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.points-coupons-box .tab-content .tab-pane .coupon-row > div .coupon_available .discount_amount {
  display: inline-block;
  padding-left: 12px;
  vertical-align: middle;
  font-size: 23px;
  color: #ffffff;
}
.points-coupons-box .tab-content .tab-pane .coupon-row > div .coupon_code {
  line-height: 26px;
  font-size: 16px;
}
.points-coupons-box .tab-content .tab-pane.fail .coupon-row {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .points-coupons-box .nav-tabs > li {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .points-coupons-box .nav-tabs > li a {
    font-size: 14px;
  }
  .points-coupons-box .tab-content .coupon-head > div {
    padding: 12px 0;
  }
  .points-coupons-box .tab-content .tab-pane .coupon-row {
    padding: 10px 0;
  }
  .points-coupons-box .tab-content .tab-pane .coupon-row > div {
    line-height: 1.6;
  }
  .points-coupons-box .tab-content .tab-pane .coupon-row > div .coupon_available {
    width: 92.8px;
    height: 48px;
  }
  .points-coupons-box .tab-content .tab-pane .coupon-row > div .coupon_available .discount_amount {
    padding-left: 10px;
    font-size: 18px;
  }
  .points-coupons-box .tab-content .tab-pane .coupon-row > div .coupon_code {
    font-size: 14px;
  }
}
.product .add-attribute > h4 {
  font-size: 20px;
}
.shipping-information-title .action-edit::before {
  background: none !important;
}
.checkout-success {
  margin-bottom: 48px;
  margin-top: 30px;
}
.checkout-success p {
  font-size: 16px;
}
.checkout-success p > a {
  color: #ff5f44;
  text-decoration: underline;
}
.checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-cart-index .page-header.htype-4,
.customer-account-login .page-header.htype-4,
.customer-account-create .page-header.htype-4,
.checkout-index-index .page-header.htype-4 {
  margin-bottom: 20px;
}
.checkout-index-index .opc-block-summary .totals th,
.checkout-index-index .opc-block-summary .totals td {
  line-height: 1.5;
}
.checkout-index-index .opc-block-summary .totals th {
  font-size: 18px;
  font-weight: 500 !important;
}
.checkout-index-index .opc-block-summary .totals td {
  font-size: 20px;
}
.checkout-index-index .opc-block-summary .totals.discount .price,
.checkout-index-index .opc-block-summary .totals.reward-points .price {
  color: #E64D43;
}
.checkout-index-index .opc-block-summary .grand.totals {
  border-top: 1px solid #F4F4F4;
}
.checkout-index-index .opc-block-summary .grand.totals th,
.checkout-index-index .opc-block-summary .grand.totals td {
  font-weight: 500 !important;
  line-height: 1.5;
}
.checkout-index-index .opc-block-summary .grand.totals th {
  font-size: 24px;
}
.checkout-index-index .opc-block-summary .grand.totals td {
  font-size: 28px;
}
.checkout-index-index .opc-block-summary .totals.excl-gst {
  border-top: 1px solid #F4F4F4;
}
.checkout-index-index .opc-block-summary .totals.discount {
  border-bottom: 1px solid #F4F4F4;
}
.checkout-index-index .opc-block-summary .totals.reward-points {
  border-bottom: 1px solid #F4F4F4;
}
.checkout-index-index .opc-block-summary .items-in-cart {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.checkout-index-index .opc-block-summary .items-in-cart .title {
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  border: 0;
  cursor: default;
  padding: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items {
  display: none;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item {
  border-top: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item-inner {
  margin-bottom: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item-name-block {
  vertical-align: top !important;
  padding-right: 0 !important;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item-details {
  padding-left: 98px !important;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item-details .price-excluding-tax,
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item-details .price-including-tax {
  margin: 0 !important;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item-name {
  -webkit-line-clamp: 1 !important;
  line-clamp: 1 !important;
  font-size: 16px;
  margin-bottom: 5px !important;
  line-height: 1;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .details-qty {
  font-size: 16px;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .details-qty .pc {
  display: inline-block;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .details-qty .mb {
  display: none;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .subtotal {
  position: absolute;
  bottom: 0;
  right: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .subtotal .cart-price > span {
  display: block;
  text-align: right;
  padding: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .subtotal .cart-price .old-price {
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .subtotal .cart-price .price {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  color: #E64D43;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .options-row {
  display: block;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .options-row .options-labels {
  display: inline-block;
  margin-right: 5px;
  background: #F9F9F9;
  border-radius: 2px;
  padding: 3px 6px;
  font-size: 16px;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-image-container {
  width: 80px !important;
  height: 80px !important;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 5px;
  box-sizing: border-box;
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item .cart.item.message.notice {
  background: #fff;
  color: #FDAC0E;
  padding: 0 0 10px 22px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item .cart.item.message.notice {
    display: inline-block;
    margin: 5px 0 0 16px;
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item .cart.item.message.notice {
    margin-top: 5px;
  }
}
.checkout-index-index .opc-block-summary .items-in-cart .minicart-items .product-item .cart.item.message.notice > *:first-child:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzcxNjRfMzg4MikiPgo8cGF0aCBkPSJNNy40OTk4MiAxNC4zMzI0QzMuNzQwMjggMTQuMzMyNCAwLjY4MTY0MSAxMS4yNzM3IDAuNjgxNjQxIDcuNTEzNDlDMC42ODE2NDEgMy43NTM5NSAzLjc0MDI4IDAuNjk1MzEyIDcuNDk5ODIgMC42OTUzMTJDMTEuMjU5NCAwLjY5NTMxMiAxNC4zMTggMy43NTM5NSAxNC4zMTggNy41MTM0OUMxNC4zMTggMTEuMjczIDExLjI1OTQgMTQuMzMyNCA3LjQ5OTgyIDE0LjMzMjRaTTcuNDk5ODIgMS43MTgwNEM0LjMwNDE0IDEuNzE4MDQgMS43MDQzNyA0LjMxNzgxIDEuNzA0MzcgNy41MTM0OUMxLjcwNDM3IDEwLjcwOTkgNC4zMDQxNCAxMy4zMDk2IDcuNDk5ODIgMTMuMzA5NkMxMC42OTU1IDEzLjMwOTYgMTMuMjk1MyAxMC43MDk5IDEzLjI5NTMgNy41MTM0OUMxMy4yOTUzIDQuMzE3ODEgMTAuNjk1NSAxLjcxODA0IDcuNDk5ODIgMS43MTgwNFpNOC4wMTExOSA5LjE0ODQ5VjQuMDIzOTVDOC4wMTExOSAzLjg4ODMzIDcuOTU3MzEgMy43NTgyNiA3Ljg2MTQxIDMuNjYyMzZDNy43NjU1MSAzLjU2NjQ2IDcuNjM1NDQgMy41MTI1OSA3LjQ5OTgyIDMuNTEyNTlDNy4zNjQyIDMuNTEyNTkgNy4yMzQxMyAzLjU2NjQ2IDcuMTM4MjMgMy42NjIzNkM3LjA0MjMzIDMuNzU4MjYgNi45ODg0NiAzLjg4ODMzIDYuOTg4NDYgNC4wMjM5NVY5LjE0ODQ5QzYuOTg4NDYgOS4yODQxMiA3LjA0MjMzIDkuNDE0MTggNy4xMzgyMyA5LjUxMDA4QzcuMjM0MTMgOS42MDU5OCA3LjM2NDIgOS42NTk4NiA3LjQ5OTgyIDkuNjU5ODZDNy42MzU0NCA5LjY1OTg2IDcuNzY1NTEgOS42MDU5OCA3Ljg2MTQxIDkuNTEwMDhDNy45NTczMSA5LjQxNDE4IDguMDExMTkgOS4yODQxMiA4LjAxMTE5IDkuMTQ4NDlaTTguMDExMTkgMTAuOTQ0NFYxMC44MTI4QzguMDExMTkgMTAuNjc3MiA3Ljk1NzMxIDEwLjU0NzEgNy44NjE0MSAxMC40NTEyQzcuNzY1NTEgMTAuMzU1MyA3LjYzNTQ0IDEwLjMwMTQgNy40OTk4MiAxMC4zMDE0QzcuMzY0MiAxMC4zMDE0IDcuMjM0MTMgMTAuMzU1MyA3LjEzODIzIDEwLjQ1MTJDNy4wNDIzMyAxMC41NDcxIDYuOTg4NDYgMTAuNjc3MiA2Ljk4ODQ2IDEwLjgxMjhWMTAuOTQ0NEM2Ljk4ODQ2IDExLjA4IDcuMDQyMzMgMTEuMjEwMSA3LjEzODIzIDExLjMwNkM3LjIzNDEzIDExLjQwMTkgNy4zNjQyIDExLjQ1NTggNy40OTk4MiAxMS40NTU4QzcuNjM1NDQgMTEuNDU1OCA3Ljc2NTUxIDExLjQwMTkgNy44NjE0MSAxMS4zMDZDNy45NTczMSAxMS4yMTAxIDguMDExMTkgMTEuMDggOC4wMTExOSAxMC45NDQ0WiIgZmlsbD0iI0ZEQUMwRSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzcxNjRfMzg4MiI+CjxyZWN0IHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  margin-right: 5px;
  margin-top: -2px;
  font-size: 24px;
  line-height: 12px;
  vertical-align: middle;
  display: inline-block;
  top: 0;
  width: auto;
}
.checkout-index-index .opc-block-summary .items-in-cart .img-box {
  display: block;
  margin-top: 30px;
}
.checkout-index-index .opc-block-summary .items-in-cart .img-box ul {
  margin: 0;
  padding: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .img-box ul:after {
  content: '';
  display: block;
  clear: both;
}
.checkout-index-index .opc-block-summary .items-in-cart .img-box ul li {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.checkout-index-index .opc-block-summary .items-in-cart .img-box ul li:last-child {
  margin-right: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart .img-box ul li img {
  width: 69px;
  height: 69px;
}
@media (max-width: 767px) {
  .checkout-index-index .opc-block-summary .items-in-cart .img-box ul li {
    width: 16vw;
    height: 16vw;
  }
  .checkout-index-index .opc-block-summary .items-in-cart .img-box ul li img {
    width: 100%;
    height: 100%;
  }
}
.checkout-index-index .opc-block-summary.active .items-in-cart .img-box {
  display: none;
}
.checkout-index-index .opc-block-summary.active .items-in-cart .minicart-items {
  display: block;
}
.checkout-index-index .opc-block-summary.active .icon-order-summary-arrow::after {
  content: '\e621';
}
@media (max-width: 767px) {
  .checkout-index-index .opc-block-shipping-information .shipping-information-title {
    font-size: 4vw;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information-content {
    font-size: 2.4vw;
  }
  .checkout-index-index .opc-block-summary {
    margin: 0 0 4vw;
    padding: 2vw 3vw;
  }
  .checkout-index-index .opc-block-summary > span.title {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .checkout-index-index .opc-block-summary .totals th,
  .checkout-index-index .opc-block-summary .totals td {
    line-height: 1.5;
  }
  .checkout-index-index .opc-block-summary .totals th {
    font-size: 2.4vw;
  }
  .checkout-index-index .opc-block-summary .totals td {
    font-size: 2.4vw;
  }
  .checkout-index-index .opc-block-summary .grand.totals {
    margin-top: 2vw;
  }
  .checkout-index-index .opc-block-summary .grand.totals th {
    font-size: 3.2vw;
  }
  .checkout-index-index .opc-block-summary .grand.totals td {
    font-size: 3.6vw;
  }
  .checkout-index-index .opc-block-summary .items-in-cart {
    padding-bottom: 3vw;
    margin-bottom: 2vw;
  }
  .checkout-index-index .opc-block-summary .items-in-cart .title {
    font-size: 2.4vw;
    line-height: 1.5;
  }
  .checkout-index-index .opc-block-summary.active .items-in-cart .img-box {
    display: none;
  }
  .checkout-index-index .opc-block-summary.active .items-in-cart .minicart-items {
    display: block;
  }
  .checkout-index-index .opc-block-summary.active .icon-order-summary-arrow::after {
    content: '\e621';
  }
}
.opc-block-summary .table-totals .mark strong {
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .checkout-index-index #maincontent {
    margin-top: 10px;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #maincontent {
    margin-top: 30px;
  }
}
.checkout-cart-index .cart-summary .cart-summary-wrapper {
  background-color: #fff !important;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .payment-option-title,
.checkout-cart-index .cart-summary .cart-summary-wrapper .payment-option-inner .label {
  display: none;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .checkout-methods-items .action.primary.checkout span {
  font-size: 16px;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .action.primary.checkout {
  background: #ff5f44 !important;
  box-shadow: 0px 4px 15px 2px rgba(255, 95, 68, 0.28) !important;
  border-radius: 30px !important;
  color: #fff !important;
  padding: 10px 5px !important;
  display: block !important;
  font-size: 500px;
  text-align: center;
  font-size: 16px !important;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .action.primary.checkout span {
  color: #fff;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .action.primary.checkout span {
  text-decoration: none !important;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .afterpay-container {
  text-align: center;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .cart-totals .grand .mark,
.checkout-cart-index .cart-summary .cart-summary-wrapper .cart-totals .grand .amount {
  padding-top: 10px !important;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .grand.totals > th {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .grand.totals > th.mark strong {
  font-weight: 500 !important;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .grand.totals > td .price {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals.points-box .price,
.checkout-cart-index .cart-summary .cart-summary-wrapper .discount-box .price {
  font-size: 14px;
  line-height: 21px;
  color: #E64D43;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .discount-label th {
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  padding: 0;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .summary.title {
  margin-bottom: 15px !important;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals.sub .price {
  font-weight: 600;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box > td {
  padding: 0 0 10px 0;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .discount-code {
  display: block;
  margin-top: 15px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #F4F4F4;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .form-discount {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .payment-option-inner {
  flex: 1;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .payment-option-inner .input-text {
  background-color: #F9F9F9;
  height: 40px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .actions-toolbar {
  margin-top: 0px !important;
  margin-left: 10px !important;
  margin-right: 0;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .actions-toolbar .action,
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .actions-toolbar .action:hover,
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .actions-toolbar .action:focus {
  width: 84px;
  height: 40px;
  background: #fdac0e;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 14px;
  border: none;
  color: #fff;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .actions-toolbar .primary .action:active,
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .actions-toolbar .primary .action:hover,
.checkout-cart-index .cart-summary .cart-summary-wrapper .totals-discount-box .actions-toolbar .primary .action:focus {
  background: rgba(253, 172, 14, 0.8) !important;
  border: 0;
  color: #fff;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box > td {
  padding: 0 0 10px 0;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points {
  margin-top: 15px !important;
  padding-bottom: 22px;
  border-bottom: 1px dashed #F4F4F4;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .actions-toolbar {
  background: #F9F9F9;
  border-radius: 4px;
  padding: 20px 10px;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .field {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .control {
  margin-left: 0;
  min-width: auto;
  position: relative;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .control .input-text {
  width: 101px;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  min-width: auto;
  font-size: 12px;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .control .input-text.mage-error {
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .control .remove-reward-points {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4px;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .conversion-rate {
  margin-bottom: 0;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .conversion-rate > span {
  font-size: 12px;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .primary {
  margin-left: auto;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .primary button,
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .primary .cart.table-wrapper .action-gift {
  width: auto;
  height: 35px;
  margin-right: 0;
  font-size: 12px;
  padding: 0 5px;
  background: #fdac0e;
  border-radius: 4px;
  border: 0;
}
.checkout-cart-index .cart-summary .cart-summary-wrapper .reward-points-box .reward-points .form-reward-points .mage-error {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 69.05% !important;
  }
}
.product-item-photo .sold-out,
.cms-home .pro-img.pro-effect .sold-out {
  width: 220px;
  height: 60px;
  background-color: rgba(51, 51, 51, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .product-item-photo .sold-out,
  .cms-home .pro-img.pro-effect .sold-out {
    width: 33vw;
    height: 8vw;
    font-size: 3.2vw;
    line-height: 8vw;
  }
}
.bank-transfer-success-box {
  box-shadow: 0px 0px 6px 3px #f1f1f1;
  padding: 40px;
}
.bank-transfer-success-box h4 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px #cccccc solid;
  margin-top: 0;
}
.bank-transfer-success-box .bank-transfer-id {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}
.bank-transfer-success-box .bank-transfer-payment-success {
  margin: 20px 0 48px;
}
.bank-transfer-success-box .bank-transfer-payment-success p {
  text-align: left;
}
.bank-transfer-success-box .bank-transfer-payment-success p .grand-total {
  font-weight: 600;
  color: #ff5f44;
}
.bank-transfer-success-box .bank-transfer-payment-success p.print {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #f4f4f4 solid;
}
.bank-transfer-success-box .bank-transfer-payment-success p a.no-color {
  color: #333;
  text-decoration: none;
}
.bank-transfer-success-box .bank-transfer-success-btn {
  text-align: center;
}
.checkout-success.bank-transfer-success-box > p,
.bank-transfer-success-box .actions-toolbar {
  padding-left: 0;
}
@media (max-width: 767px) {
  .checkout-success.bank-transfer-success-box {
    margin-top: 15px;
    padding: 20px 20px 40px;
  }
}
.breadcrumbs {
  margin: 20px auto;
}
.breadcrumbs .items .item {
  color: rgba(0, 0, 0, 0.45);
}
.breadcrumbs .items .item:first-child {
  display: none;
}
.breadcrumbs .items .item a {
  color: rgba(0, 0, 0, 0.45);
}
.breadcrumbs .items .item a:hover {
  text-decoration: none;
  color: #fdac0e;
}
.breadcrumbs .items .item:last-child {
  color: #000000;
}
.catalog-product-view .breadcrumbs .items .item:last-child,
.catalog-product-view .breadcrumbs .items .item:nth-last-child(2)::after {
  display: none;
}
.catalog-product-view .breadcrumbs .items .item:nth-last-child(2) a {
  color: #000000;
}
@media (max-width: 767px) {
  .breadcrumbs .items .item a {
    line-height: 24px;
    color: #666;
  }
  .breadcrumbs .items .item:not(:last-child)::after {
    font-size: 28px;
    color: #666;
    vertical-align: middle;
  }
}
@media (max-width: 420px) {
  .catalog-product-view .page-title-wrapper .page-title {
    margin-top: 24px !important;
    font-size: 18px !important;
  }
  .catalog-product-view .hooya-price-tips {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-product-view .hooya-price-tips b {
    font-size: 16px;
  }
  .catalog-product-view .breadcrumbs .items li:last-child {
    display: none;
  }
  .catalog-product-view #product-addtocart-button {
    font-size: 1.4rem !important;
    margin-right: 10 !important;
  }
  .catalog-product-view .product-info-main .product-social-links {
    margin-left: 0 !important;
  }
}
@media (max-width: 750px) {
  .catalog-product-view .product-info-main .product-social-links.product-reward-points-share {
    position: fixed !important;
    bottom: -100% !important;
    left: 0 !important;
    z-index: 10000;
    width: 100% !important;
    height: 40.333vw;
    background: #fff;
    transition: all .3s;
    top: auto !important;
    margin-bottom: 0 !important;
  }
  .catalog-product-view .product-info-main .product-social-links.product-reward-points-share.show {
    bottom: -1px !important;
  }
  .product-social-links.product-reward-points-share .share-tips {
    display: none;
  }
  .page-title-con {
    position: relative;
  }
  .page-title-con .share-title {
    position: absolute;
    top: 0.667vw;
    right: 4.533vw;
    width: 4.4vw;
    height: 4.267vw;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAgBAMAAABulgz5AAAAG1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABp4cHsAAAACHRSTlMA5sAjel9EmEm9Mu4AAAD1SURBVCjPXZG9bwIxDMUDx8d6BVFlvEpFyhhVldqRwsIIEpVuBKSijjdmbFIo78+undLDJoOl97uz/Wwb0769fTTq9QCMFanT4S0p4kozwFYSVnZ2S5wi9L1QWYWdmGG8CM9hB4zsKevBA6bsJjnEvzIhO3OYFZvtv9U7xB3u24qvaMwaSL4l4ch9CF9tlBSWZ2m14tSjtNrcEsdZ9Y9cS678JUgXC5pgrCYkh+BBWOQ4BOIcmJDFJ5tWedR3b16As6ffcW36bJHWcbEXO+s74JvMVKJFYPt1KbsGIp+luiGpUEnSSb6Plb58tPrOvMtGE/NBOb8bsj3y7QMXvgAAAABJRU5ErkJggg==);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .product-reward-points-share-con {
    display: flex;
    justify-content: space-evenly;
  }
  .mask-share {
    position: fixed;
    left: 0;
    top: -1%;
    z-index: 555;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.65);
    -webkit-animation: fadepop .1s linear forwards;
    animation: fadepop .1s linear forwards;
    display: none;
  }
  .product-reward-points-share h4 i {
    filter: brightness(50%);
    position: absolute;
    top: 5.333vw;
    right: 4vw;
    width: 5vw;
    height: 5vw;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 4.3vw;
  }
  .product-reward-points-share h4 {
    font-size: 4.267vw;
    text-align: center;
    font-weight: 400;
    padding: 5.333vw 0 1vw;
    position: relative;
    margin: 0;
  }
  .catalog-product-view .product-reward-points-share a {
    margin-right: 0;
    padding-top: 66px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .minicart-wrapper .block-minicart {
    display: none !important;
  }
}
@media (min-width: 749px) {
  .product-reward-points-share h4 {
    display: none;
  }
}
.review-form .review-field-media .label {
  width: 35% !important;
}
#payment_form_adyen_hpp_klarna_account .dob .ui-datepicker-trigger,
#payment_form_adyen_hpp_klarna_paynow .dob .ui-datepicker-trigger {
  display: none;
}
.ui-datepicker {
  min-width: 320px !important;
}
.wishlist-index-index .wishlist .product-item .product-item-info .unavailable.stock {
  margin-top: 10px !important;
}
.wishlist-index-index .wishlist .product-item .product-item-tooltip {
  display: none !important;
}
.modal-popup._show {
  z-index: 1000000020 !important;
  /* 我要超过抽屉层 */
}
@media (max-width: 767px) {
  .modal-popup._show .modal-inner-wrap .modal-footer .secondary {
    width: auto;
  }
  .modal-popup._show .modal-inner-wrap .modal-footer .secondary.action-hide-popup {
    margin-left: 10px;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .checkout-index-index .modal-popup._show .modal-inner-wrap .modal-footer .action {
    width: 100%;
  }
  .checkout-index-index .modal-popup._show .modal-inner-wrap .modal-footer .secondary.action-hide-popup {
    margin-left: 0;
    margin-top: 30px;
  }
}
.klarna-placement-container,
.payment-methods .klarna-osm {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 21.5px;
}
.klarna-placement-container klarna-placement::part(osm-container),
.payment-methods .klarna-osm klarna-placement::part(osm-container) {
  border: none;
  padding: 0;
  background-color: transparent;
}
.klarna-placement-container klarna-placement::part(osm-badge),
.payment-methods .klarna-osm klarna-placement::part(osm-badge) {
  width: 50px;
  height: 21.05px;
}
.klarna-placement-container klarna-placement::part(osm-legal),
.payment-methods .klarna-osm klarna-placement::part(osm-legal) {
  display: none;
}
.klarna-placement-container klarna-placement::part(osm-message),
.payment-methods .klarna-osm klarna-placement::part(osm-message) {
  margin-left: -4px;
}
.klarna-placement-container klarna-placement::part(osm-message),
.payment-methods .klarna-osm klarna-placement::part(osm-message),
.klarna-placement-container klarna-placement::part(osm-cta),
.payment-methods .klarna-osm klarna-placement::part(osm-cta) {
  font-family: "Poppins-regular";
  font-size: 14px;
  line-height: 1.5;
}
.payment-methods .klarna-osm {
  margin-bottom: 0;
}
.payment-methods .klarna-osm .klarna-osm-static {
  display: flex;
  align-items: center;
}
.payment-methods .klarna-osm .klarna-osm-static-badge {
  height: 21px;
  margin-right: 10px;
}
.payment-methods .klarna-osm .klarna-osm-static-badge svg {
  width: 50px;
  height: 21px;
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method {
  background: #f6f6f6;
  border-radius: 8px;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .items.payment-methods .payment-group[data-repeat-index="1"] .payment-method {
    margin: 10px 15px;
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title:has(#worldline_cards) {
    padding-bottom: 35px;
  }
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .airwallex-card {
  background-color: #fff;
}
@media (max-width: 768px) {
  .items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title {
    margin: 0 15px;
    padding: 0;
  }
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title input[type="radio"][name="payment[method]"] {
  margin: 0 10px 0 0;
  transform: scale(1.33);
  transform-origin: center;
  flex-shrink: 0;
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label {
  font-family: 'Poppins-medium';
  font-weight: 500;
  width: 100%;
  height: 55px;
  cursor: pointer;
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label img,
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label .adyen-sprite {
  display: none !important;
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label::before {
  content: '';
  width: 57px;
  height: 39px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  border: none;
  box-sizing: border-box;
  margin-right: 20px;
  background-size: 100%;
}
@media (max-width: 768px) {
  .items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label::before {
    margin-right: 10px;
  }
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="paypal_express"]::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/payment-icon/PayPal.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="banktransfer"]::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/payment-icon/Banktransfer.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="adyen_cc"]::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/payment-icon/CreditCard.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="klarna"]::before,
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="klarna_account"]::before,
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="klarna_paynow"]::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/payment-icon/Klarna.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="giropay"]::before {
  background-color: #f4f4f4;
  background-image: url(../../frontend/default/hooya/sv_SE/images/payment-icon/Giropay.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="adyen_sepadirectdebit"]::before,
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="sepadirectdebit"]::before {
  background-color: #9a1b27;
  background-image: url(/static/frontend/default/hooya/de_DE/Adyen_Payment/images/logos/sepadirectdebit.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="adyen_alipay"]::before,
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="alipay"]::before {
  background-color: #fff;
  background-image: url(/static/frontend/default/hooya/de_DE/Adyen_Payment/images/logos/alipay.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="adyen_ideal"]::before,
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="ideal"]::before {
  background-color: #fff;
  background-image: url(/static/frontend/default/hooya/de_DE/Adyen_Payment/images/logos/ideal.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="cup"]::before {
  background-color: #fff;
  background-image: url(/static/frontend/default/hooya/de_DE/Adyen_Payment/images/logos/cup.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="worldline_americanexpress"]::before {
  background-color: #006fcf;
  background-image: url(https://assets.pay1.preprod.secured-by-ingenico.com/templates/master/global/css/img/ppimages/pp_logo_2_v2.png);
  background-size: 80% auto;
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="swish"]::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/payment-icon/Swish.png);
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="worldline_cards"]::before {
  background-image: url(../../frontend/default/hooya/sv_SE/images/payment-icon/Mastercard.png), url(../../frontend/default/hooya/sv_SE/images/payment-icon/Visa.png), url(../../frontend/default/hooya/sv_SE/images/payment-icon/Amex.png), url(../../frontend/default/hooya/sv_SE/images/payment-icon/CreditCard.png);
  background-size: 57px 39px, 57px 39px, 57px 39px, 57px 39px;
  background-position: 0px 0px,
                                67px 0px,
                                134px 0px,
                                201px 0px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  width: 258px;
  height: 39px;
}
@media (max-width: 1200px) {
  .items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .payment-method-title label[for="worldline_cards"]::before {
    transform: scale(0.82);
    transform-origin: left center;
    top: 40px;
    left: 15px;
  }
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .fieldset .gender {
  margin-top: 20px;
}
.items.payment-methods .payment-group[data-repeat-index="1"] .payment-method .fieldset .ssn {
  margin-top: 20px;
}
.checkout-billing-address {
  margin-bottom: 40px;
  display: none;
  margin-top: 15px;
}
.checkout-billing-address .fieldset .field-select-billing {
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 2rem;
}
.checkout-billing-address .fieldset .field-select-billing span {
  font-weight: 600;
}
@media (max-width: 639px) {
  .checkout-billing-address .fieldset .field-select-billing {
    font-size: 18px;
  }
}
.body-step-shipping .checkout-billing-address {
  display: block !important;
}
#shipping .step-title,
#opc-shipping_method .step-title {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 2rem;
}
@media (max-width: 639px) {
  #shipping .step-title,
  #opc-shipping_method .step-title {
    font-size: 18px;
  }
}
.shipping-address-item.selected-item button,
.shipping-address-item.not-selected-item button,
.shipping-address-item.selected-item .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-item.not-selected-item .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-item.selected-item .cart.table-wrapper .action-gift,
.shipping-address-item.not-selected-item .cart.table-wrapper .action-gift {
  color: #fdac0e;
}
.field-error > span {
  color: #E64D43;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  color: #E64D43 !important;
  border-color: #E64D43 !important;
}
.login_comment {
  display: inline-block;
  float: left;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .login_comment {
    line-height: initial;
    margin-top: 5px;
    padding-left: 0;
  }
}
.form-address-edit .actions-toolbar .secondary {
  display: inline-block !important;
  margin-top: 0 !important;
}
.form-address-edit .actions-toolbar .secondary a.action,
.form-address-edit .actions-toolbar .secondary .back {
  display: block !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.checkout-cart-index .cart-totals .totals-tax {
  display: none !important;
}
.form-edit-account .current-new-password-confirm {
  display: none;
}
.towishlist.successful:before {
  background: url(../../frontend/default/hooya/sv_SE/images/s-wish.png?v=1) no-repeat !important;
  background-position: center !important;
}
.product-info-main .towishlist-tips {
  display: none;
  position: fixed;
  left: 50%;
  top: 20%;
  z-index: 9;
  transform: translate(-50%, -50%);
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: max-content;
  opacity: 0;
}
.product-info-main .towishlist-tips:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(/pub/images/checked-w.png) no-repeat center left;
  margin-right: 5px;
}
.product-info-main .towishlist-tips > a {
  color: #fff;
  text-decoration: underline;
}
.product-info-main .towishlist-tips.show {
  display: inline-block;
}
@media (max-width: 767px) {
  .product-info-main .towishlist-tips {
    width: 83%;
    line-height: 25px;
    padding: 10px;
    height: auto;
  }
  .product-info-main .towishlist-tips.show {
    display: block;
  }
}
.sidebar .product-items .product-item {
  min-height: 72px;
}
.covid-19-hinweis {
  display: none;
  margin-bottom: 10px;
}
.covid-19-hinweis a {
  padding: 0px 5px;
  background: #295ca3;
  height: 25px;
  line-height: 26px;
  color: white;
  border-radius: 3px;
  display: inline-block;
}
.covid-19-hinweis a .icon-warning {
  background: url('/pub/images/home/warning.png') no-repeat top center;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 4px;
  display: inline-block;
}
.covid-19-hinweis a:hover {
  color: white;
  text-decoration: none;
}
.additional_info .col-mp {
  padding: 0 !important;
}
.checkout-cart-index #block-shipping {
  display: none !important;
}
.old-price .price-final_price .price-wrapper .price {
  color: #999;
}
.shipping-checkbox {
  margin-top: 24px !important;
}
.shipping-checkbox div {
  position: relative;
}
.shipping-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.shipping-checkbox label {
  display: inline-block;
  padding-left: 23px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
.shipping-checkbox label > a {
  color: #fdac0e;
  text-decoration: underline;
}
.shipping-checkbox .field-error {
  display: none;
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  color: #e64d43;
}
.amrelated-grid-wrapper .product-item-actions,
.amrelated-grid-wrapper .product-reviews-summary {
  display: none !important;
  margin: 0;
}
.amrelated-grid-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper {
    margin-top: 7.66vw;
    margin-bottom: 2.66vw;
  }
}
.amrelated-grid-wrapper .widget-product-grid {
  position: relative;
  padding: 0;
  z-index: 1;
}
.amrelated-grid-wrapper .block-title {
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .block-title {
    font-size: 4.266666vw;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .block-content {
    margin: 0 -16px;
    padding: 0;
  }
}
.amrelated-grid-wrapper .slick-arrow {
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #CCCCCC;
}
.amrelated-grid-wrapper .slick-arrow.slick-prev {
  left: 20px;
}
.amrelated-grid-wrapper .slick-arrow.slick-next {
  right: 10px;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-list {
    padding: 2vw 0 2vw 4.2666vw !important;
  }
}
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) {
    padding: 2vw 0 2vw 4.2666vw !important;
  }
}
.amrelated-grid-wrapper .slick-slide,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item {
  flex: 0 0 240px;
  margin: 0 !important;
  display: inline-flex !important;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item {
    flex: none;
    flex-shrink: 0;
    width: 42.666vw !important;
  }
}
.amrelated-grid-wrapper .slick-slide .product-item,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-item {
  max-width: none !important;
}
@media (min-width: 767px) {
  .amrelated-grid-wrapper .slick-slide .product-item-name,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-item-name {
    max-width: 180px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide .product-item-name,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-item-name {
    font-size: 3.2vw !important;
    margin-bottom: 2.6666vw;
    max-width: 34vw;
  }
}
.amrelated-grid-wrapper .slick-slide .product-item-name a,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-item-name a {
  line-height: 1.5;
  text-align: left;
}
.amrelated-grid-wrapper .slick-slide .product-item-info .product-item-photo a,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-item-info .product-item-photo a {
  display: block;
  font-size: 0;
}
.amrelated-grid-wrapper .slick-slide > div,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div {
  margin: 0  10px 10px;
  background: #FFFFFF;
  box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 20px 20px 10px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide > div,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div {
    margin: 0  2.666vw 2.666vw 0 ;
    border: 1px solid rgba(204, 204, 204, 0.4);
    box-shadow: 1px 1px 1.5vw 2px rgba(102, 102, 102, 0.1);
    padding: 2.666666vw;
    border-radius: 8px;
  }
}
.amrelated-grid-wrapper .slick-slide > div .price-box,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box {
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide > div .price-box,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box {
    margin-bottom: 1.33333vw;
  }
}
.amrelated-grid-wrapper .slick-slide > div .price-box .price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .price {
  font-weight: normal;
}
.amrelated-grid-wrapper .slick-slide > div .price-box .normal-price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .normal-price {
  display: inline-block;
}
.amrelated-grid-wrapper .slick-slide > div .price-box .special-price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price,
.amrelated-grid-wrapper .slick-slide > div .price-box .old-price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .old-price,
.amrelated-grid-wrapper .slick-slide > div .price-box .normal-price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .normal-price {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide > div .price-box .special-price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price,
  .amrelated-grid-wrapper .slick-slide > div .price-box .old-price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .old-price,
  .amrelated-grid-wrapper .slick-slide > div .price-box .normal-price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .normal-price {
    margin-bottom: 1.3333vw;
  }
}
.amrelated-grid-wrapper .slick-slide > div .price-box .special-price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price,
.amrelated-grid-wrapper .slick-slide > div .price-box .old-price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .old-price {
  text-decoration: none;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide > div .price-box .special-price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price,
  .amrelated-grid-wrapper .slick-slide > div .price-box .old-price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .old-price {
    padding-left: 0;
    padding-right: 0;
  }
}
.amrelated-grid-wrapper .slick-slide > div .price-box .special-price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide > div .price-box .special-price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price {
    margin-right: 1.333vw !important;
  }
}
.amrelated-grid-wrapper .slick-slide > div .price-box .special-price .price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price .price,
.amrelated-grid-wrapper .slick-slide > div .price-box .price-final_price .price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .price-final_price .price {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide > div .price-box .special-price .price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price .price,
  .amrelated-grid-wrapper .slick-slide > div .price-box .price-final_price .price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .price-final_price .price {
    font-size: 4vw !important;
  }
}
@media (max-width: 380px) {
  .amrelated-grid-wrapper .slick-slide > div .price-box .special-price .price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .special-price .price,
  .amrelated-grid-wrapper .slick-slide > div .price-box .price-final_price .price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .price-final_price .price {
    font-size: 3.755vw !important;
  }
}
.amrelated-grid-wrapper .slick-slide > div .price-box .old-price > span,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .old-price > span {
  text-decoration: none;
}
.amrelated-grid-wrapper .slick-slide > div .price-box .old-price .price,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .old-price .price {
  font-size: 14px !important;
  text-decoration: line-through;
  color: #999;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide > div .price-box .old-price .price,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .price-box .old-price .price {
    font-size: 3.2vw !important;
  }
}
.amrelated-grid-wrapper .slick-slide > div :hover .towishlist,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div :hover .towishlist {
  position: absolute;
  background: #f9f9f9;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  z-index: 1;
}
.amrelated-grid-wrapper .slick-slide > div :hover .towishlist::before,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div :hover .towishlist::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 20px 20px;
  background: url(/pub/images/home/towish.png) no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .slick-slide > div .towishlist,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .towishlist {
    position: absolute;
    background: #f9f9f9;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    right: 0 !important;
    top: 0 !important;
  }
  .amrelated-grid-wrapper .slick-slide > div .towishlist::before,
  .amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item > div .towishlist::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 20px 20px;
    background: url(/pub/images/home/towish.png) no-repeat;
    background-position: center;
  }
}
.amrelated-grid-wrapper .slick-slide .product-image-container,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-image-container {
  width: 100% !important;
}
.amrelated-grid-wrapper .slick-slide .product-image-wrapper,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-image-wrapper {
  padding-bottom: 100% !important;
}
.amrelated-grid-wrapper .slick-slide .product-item-actions > .actions-primary,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-item-actions > .actions-primary {
  display: none;
}
.amrelated-grid-wrapper .slick-slide .product-item-actions .tocompare,
.amrelated-grid-wrapper div[data-amrelated-js="slider"]:not(.slick-initialized) > .product-item .product-item-actions .tocompare {
  display: none;
}
.amrelated-grid-wrapper .product-item-info .on-sale-tips {
  top: -10px;
  left: -10px;
}
@media (max-width: 767px) {
  .amrelated-grid-wrapper .product-item-info .on-sale-tips {
    top: -1vw;
    left: -1vw;
  }
}
@media (min-width: 768px) {
  .catalog-category-view .amrelated-grid-wrapper .block-title,
  .catalogsearch-result-index .amrelated-grid-wrapper .block-title {
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .amrelated-grid-wrapper .block-title,
  .catalogsearch-result-index .amrelated-grid-wrapper .block-title {
    margin-left: 15px;
  }
}
.amxnotif_guest_action {
  margin-top: 0 !important;
}
.amxnotif_guest_action button,
.amxnotif_guest_action .cart.table-wrapper .actions-toolbar > .action,
.amxnotif_guest_action .cart.table-wrapper .action-gift {
  min-height: 36px;
}
@media (max-width: 750px) {
  .search .amsearch-loupe {
    top: 20px;
    bottom: auto;
  }
}
.field-error > span {
  color: #E64D43;
}
.shipping-checkbox {
  margin-top: 28px !important;
}
.shipping-checkbox div {
  position: relative;
}
.shipping-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.shipping-checkbox label {
  display: inline-block;
  padding-left: 23px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
.shipping-checkbox label > a {
  color: #fdac0e;
  text-decoration: underline;
}
.shipping-checkbox .field-error {
  display: none;
}
.cursor_benefits {
  float: right;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.cursor_benefits .icon-question-sign:before {
  content: "?";
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  background-color: #fdac0e;
  color: #ffffff;
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  font-style: normal;
  vertical-align: middle;
}
.cursor_benefits .sign_benefits {
  font-weight: normal !important;
  line-height: 25px !important;
  color: #fdac0e !important;
  width: auto !important;
  text-decoration: underline;
  vertical-align: middle;
  margin-right: 2px;
}
.benefits_list {
  position: absolute;
  right: -390px;
  transform: translateY(-50%);
  width: 380px;
  height: auto;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 6px;
  background: #ffffff;
  padding: 10px 10px 5px 8px;
  display: none;
  z-index: 9;
}
.benefits_list .mHeader {
  overflow: hidden;
  padding-bottom: 15px;
  font-size: 17px;
  margin-left: 10px;
  color: #444;
  font-weight: bold;
  display: block;
  line-height: 20px;
}
.benefits_list .mHeader span {
  font-size: 17px;
  width: auto;
  margin-left: 10px;
  color: #444;
  font-weight: bold;
  display: block;
  height: 20px;
  line-height: 20px;
}
.benefits_list .s_triangle {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  width: 0;
  height: 0;
}
.benefits_list .s_triangle:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 1px;
  left: -16px;
  padding: 0;
  border-right: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}
.benefits_list .s_triangle:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: -18px;
  padding: 0;
  border-right: 9px solid #cccccc;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid transparent;
  display: block;
  content: '';
  z-index: 10;
}
.benefits_list .mFeatures {
  width: 100% !important;
}
.benefits_list .mFeatures ul {
  margin-top: 10px;
  padding: 0;
  overflow: inherit;
}
.benefits_list .mFeatures ul li {
  margin: 0;
  padding-bottom: 5px;
  padding-bottom: 0 !important;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
.benefits_list .mFeatures ul li img {
  width: 21px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  padding: 0;
}
.benefits_list .mFeatures ul li span {
  color: #444444;
  font-size: 15px;
  line-height: 140%;
  margin-left: 30px;
  display: block;
}
.benefits_list.mb {
  left: auto;
  right: 0;
  top: auto;
  bottom: 30px;
  margin: auto;
  transform: none;
  width: 100%;
  max-width: 380px;
}
.benefits_list.mb .mHeader {
  padding-bottom: 5px;
  font-size: 16px;
}
.benefits_list.mb ul li span {
  font-size: 14px;
}
.benefits_list.mb ul li img {
  width: 19px;
  top: 1px;
}
.benefits_list.mb .s_triangle {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 0;
  margin-top: auto;
}
.benefits_list.mb .s_triangle:before {
  bottom: -16px;
  left: auto;
  right: 1px;
  top: auto;
  border-top: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
.benefits_list.mb .s_triangle:after {
  bottom: -18px;
  right: 0;
  left: auto;
  top: auto;
  border-top: 9px solid #cccccc;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid transparent;
}
#review-picture-upload label {
  margin-bottom: 28px;
}
#review-picture-upload .review-images {
  float: left;
  background: url(https://assets.costway.com/skin/frontend/default/hooya/hooya/images/review/photo.png) center no-repeat !important;
  width: 100px;
  height: 100px;
  border: 2px dashed #ccc;
}
#review-picture-upload .review-images input {
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 10px;
  background: #fff;
  border: 1px solid #c7c7c7;
  padding: 5px;
  color: #666;
  outline: none;
  margin-bottom: 10px;
}
#review-picture-upload .review-picture-preview {
  float: left;
  margin-right: 10px;
}
#review-picture-upload .review-picture-preview .img-box {
  border: 1px solid #ccc;
  float: left;
  width: 100px;
  height: 100px;
  padding: 2px 1px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
#review-picture-upload .review-picture-preview .img-box .close {
  color: #fff;
  background: #ccc;
  height: 25px;
  line-height: 26px;
  width: 25px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}
#review-picture-upload .review-picture-preview .img-box .mid-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100px;
  width: 100px;
}
#review-picture-upload .review-picture-preview .img-box .mid-img .img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
  display: block;
}
#review-picture-upload .review-picture-preview .video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#review-picture-upload .review-picture-preview .video-box svg {
  width: 26px;
  height: 26px;
}
#review-picture-upload .review-picture-preview .ant-upload-list-item-name {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
  margin-top: 10px;
  padding: 0 5px;
}
#media_field-error {
  clear: both;
  float: left;
}
@media (max-width: 750px) {
  #review-picture-upload .review-picture-preview {
    margin-right: 0;
  }
  .review-form .review-field-media .label {
    width: 100% !important;
  }
}
#discount-code-layer {
  display: none;
  width: 300px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 9999;
  width: 100%;
  max-width: 280px;
  background: white;
  top: 36px;
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
}
#discount-code-layer p {
  cursor: pointer;
}
@media (max-width: 750px) {
  #discount-code-layer {
    max-width: none;
  }
}
@media (max-width: 750px) {
  .amsearch-close {
    top: 60px !important;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .cart.item .product-image-container {
    max-width: 110px !important;
  }
}
@media (max-width: 750px) {
  .checkout-cart-index .cart.item .product-image-container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .fotorama-item .fotorama__stage {
    min-width: auto;
    min-height: auto;
  }
  .catalog-product-view .fotorama-item.fotorama--fullscreen .fotorama__stage {
    min-width: auto;
    min-height: auto;
  }
  .catalog-product-view .gallery-placeholder__image {
    width: 627px;
    height: auto;
  }
  .fotorama__nav-wrap {
    margin-top: 20px;
  }
  .fotorama__thumb {
    max-width: 106px;
    max-height: 106px;
    left: 7px !important;
    top: 0px !important;
  }
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    width: 106px !important;
    height: 106px !important;
  }
  .fotorama .fotorama__thumb-border {
    width: 106px !important;
    margin: 0 7px;
  }
  .page-layout-1column .product.media {
    width: 49%;
    min-height: 757px;
  }
  .page-layout-1column .product-info-main {
    width: 48%;
  }
  .fotorama--fullscreen .fotorama__nav-wrap {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .catalog-product-view .product.media {
    width: calc(100vw - 30px) !important;
    height: calc(100vw - 30px) !important;
    overflow: hidden;
  }
  .catalog-product-view .gallery-placeholder__image {
    width: calc(100vw - 30px) !important;
    height: calc(100vw - 30px) !important;
  }
  .catalog-product-view .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
    width: calc(100vw - 30px) !important;
    height: calc(100vw - 30px) !important;
  }
  .catalog-product-view .fotorama-item:not(.fotorama--fullscreen) .fotorama__nav-wrap {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  #maincontent > div.columns > div > div.page-main .pad-main .hy-widget-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #maincontent > div.columns > div > div.page-main .pad-main .hy-widget-row .img-main-1 {
    padding-left: 0;
    padding-right: 5px;
    display: inline-block;
    width: 50%;
  }
  #maincontent > div.columns > div > div.page-main .pad-main .hy-widget-row .img-main-1:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
  }
  #maincontent > div.columns > div > div.page-main .pad-main .hy-widget-row .img-main-1 img {
    width: 100%;
    height: auto;
  }
}
.list-reviews-Summary {
  line-height: 1;
  font-size: 0;
}
.cms-page-view .amrelated-pack-wrapper .amrelated-title {
  display: none !important;
}
.cms-page-view .amrelated-pack-wrapper .amrelated-content-wrapper {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .amrelated-pack-wrapper .amrelated-details .amrelated-name {
    text-transform: none !important;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: auto;
  }
  .amrelated-pack-wrapper .amrelated-details .amrelated-name a {
    line-height: 1.4;
  }
}
.amrelated-pack-wrapper .amrelated-details .amxnotif-container,
.amrelated-pack-wrapper .amrelated-details .price-label {
  display: none !important;
}
.customer-account-login .page.messages.show > div[data-bind="scope: 'messages'"]:before,
.customer-account-create .page.messages.show > div[data-bind="scope: 'messages'"]:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 998;
}
.customer-account-login .page.messages.show .messages:last-child > div,
.customer-account-create .page.messages.show .messages:last-child > div {
  background-color: transparent;
}
.customer-account-login .page.messages.show .messages:last-child div.message.success,
.customer-account-create .page.messages.show .messages:last-child div.message.success {
  color: #333333;
  padding: 20px 15px;
  position: static;
  margin: 0;
}
.customer-account-login .page.messages.show .messages:last-child div.message.success > *:first-child:before,
.customer-account-create .page.messages.show .messages:last-child div.message.success > *:first-child:before {
  display: none;
}
.customer-account-login .page.messages.show .messages:last-child div.message.success > div,
.customer-account-create .page.messages.show .messages:last-child div.message.success > div {
  text-align: center;
}
.customer-account-login .page.messages.show .messages:last-child div.message.success .message-title,
.customer-account-create .page.messages.show .messages:last-child div.message.success .message-title,
.customer-account-login .page.messages.show .messages:last-child div.message.success .message-p,
.customer-account-create .page.messages.show .messages:last-child div.message.success .message-p {
  display: block;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.customer-account-login .page.messages.show .messages:last-child div.message.success .message-title,
.customer-account-create .page.messages.show .messages:last-child div.message.success .message-title {
  font-size: 24px;
  font-weight: 600;
}
.customer-account-login .page.messages.show .messages:last-child div.message.success .message-p,
.customer-account-create .page.messages.show .messages:last-child div.message.success .message-p {
  font-size: 18px;
}
.customer-account-login .page.messages.show .messages:last-child div.message.success .message-p a,
.customer-account-create .page.messages.show .messages:last-child div.message.success .message-p a {
  color: #fdac0e !important;
  text-decoration: underline !important;
}
.customer-account-login .page.messages.show .messages:last-child div.message.success .customer-model-close,
.customer-account-create .page.messages.show .messages:last-child div.message.success .customer-model-close {
  position: absolute;
  right: -48px;
  top: -14px;
  z-index: 1000;
  display: inline-block;
  cursor: pointer;
  font-style: normal;
  color: #fff;
}
@media (max-width: 767px) {
  .customer-account-login .page.messages.show .messages:last-child div.message.success .customer-model-close,
  .customer-account-create .page.messages.show .messages:last-child div.message.success .customer-model-close {
    right: 0;
    top: 0;
    color: #333;
  }
}
.customer-account-login .page.messages.show .messages:last-child div.message.success .customer-model-close:before,
.customer-account-create .page.messages.show .messages:last-child div.message.success .customer-model-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px;
  line-height: 48px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .customer-account-login .page.messages.show .messages:last-child,
  .customer-account-create .page.messages.show .messages:last-child {
    width: 80% !important;
  }
}
.checkout-top-banner {
  display: block;
  margin: 20px auto;
  cursor: pointer;
  position: relative;
}
.checkout-top-banner a {
  display: block;
  font-size: 0;
  line-height: 0;
}
.model-wrapper {
  position: fixed;
  top: 165px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  display: none;
  pointer-events: none;
  text-align: center;
}
.model-wrapper .model-pop {
  display: inline-block;
  background-color: #333333;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
}
.model-wrapper .model-pop p {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.model-wrapper .model-pop p::before {
  content: '\e610';
  font-family: 'icons-blank-theme';
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
}
.product-item-info .on-sale-tips {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  background-color: #FEF6F5;
  color: #e64d43;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}
.product-item-info .on-sale-tips.clearance,
.product-item-info .on-sale-tips.best,
.product-item-info .on-sale-tips.bestseller {
  background-color: #FF5F44;
  color: #fff;
}
.product-item-info .on-sale-tips.limited_stock {
  background-color: #F9F9F9;
  color: #000;
}
.catalog-product-view.page-product-configurable .product-info-main .limited_stock {
  display: none;
}
.catalog-product-view .product-info-main .limited_stock .stock10 {
  color: #FDAC0E;
  font-weight: 600;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .limited_stock {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .box-tocart .qty #qty-error {
    margin-top: 3px;
  }
}
.catalog-product-view .availability.only,
.catalog-product-view .stock.unavailable,
.catalog-product-view .stock.available {
  display: none;
}
@media (max-width: 767px) {
  .product-item-info .on-sale-tips {
    top: 5px;
    left: 5px;
    font-size: 14px;
    padding: 2px 8px;
  }
}
#discount-code-layer-cart {
  -webkit-text-size-adjust: 100%;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  color: #333333;
  line-height: 1.42857143;
  font-size: 1.4rem;
  list-style: none !important;
  letter-spacing: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  background: white;
  top: 40px;
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  display: none;
}
#discount-code-layer-cart p {
  -webkit-text-size-adjust: 100%;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  color: #333333;
  line-height: 1.42857143;
  font-size: 1.4rem;
  list-style: none !important;
  letter-spacing: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 0rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
#coupon_code-error {
  margin: 0px;
  position: absolute;
}
.no-data-center {
  text-align: center;
  margin-top: 30px;
}
.no-data-center p {
  margin: 20px 0;
  font-size: 18px;
}
.no-data-center a {
  background-color: #222;
  color: #fff !important;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  padding: 0 46px;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 767px) {
  .no-data-center {
    margin-top: 10.6vw;
  }
  .no-data-center .icon-no-data {
    width: 15vw;
  }
  .no-data-center p {
    font-size: 3.2vw;
  }
  .no-data-center a {
    height: 10.6vw;
    line-height: 10.6vw;
    padding: 0 12.4vw;
    border-radius: 5.3vw;
    font-size: 3.2vw;
  }
}
.rules-text {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  white-space: initial;
  padding-right: 5px;
}
.rules-text .icon-question {
  margin-right: 5px;
  vertical-align: middle;
}
.rules-text .tips {
  position: absolute;
  display: none;
  left: 22px;
  top: -15px;
  padding: 10px;
  width: 408px;
  text-align: left;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 18px rgba(75, 75, 75, 0.13);
  cursor: auto;
  z-index: 2;
}
.rules-text .tips p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0.625rem;
}
.rules-text .tips p:last-child {
  margin-bottom: 0;
}
.rules-text:hover .tips {
  display: block;
}
.rules-text .got-it {
  display: none;
}
.totals.discount-box .rules-text {
  position: static;
}
.totals.discount-box .rules-text .tips {
  left: auto;
  right: 0;
  top: auto;
}
.checkout-payment-method .payment-option-title .rules-text .tips {
  left: 68px;
}
.checkout-payment-method .payment-option-title .rules-text .rules {
  text-decoration: underline;
}
.write-review .rules-text .tips {
  width: 212px;
}
.checkout-payment-method .rules-text {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .rules-text .tips {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    width: 100% !important;
    border-radius: 0;
    padding: 0;
  }
  .rules-text .tips .tips-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .rules-text .tips .tips-inner .tips-con {
    background-color: #FFFFFF;
    border-radius: 2.66vw;
    width: 72vw;
    padding: 5.6vw 6.66vw;
    font-size: 3.4vw;
    position: relative;
  }
  .rules-text .tips .tips-inner .tips-con i {
    position: absolute;
    bottom: -49px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
  }
  .rules-text .tips .tips-inner .tips-con i::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: 30px;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    color: #fff;
    font-style: normal;
    display: flex;
    justify-content: center;
  }
  .rules-text .tips p {
    font-size: 3.4vw;
  }
  .rules-text .got-it {
    display: block;
    color: #fff;
    background-color: #000;
    width: fit-content;
    margin: 3vw auto 1vw;
    padding: 2vw 8vw;
    border-radius: 5vw;
  }
}
@media (max-width: 1900px) {
  .write-review .rules-text .tips {
    right: 0;
    left: auto;
    top: 22px;
  }
}
.common-pop {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  width: 100% !important;
  border-radius: 0;
  padding: 0;
}
.common-pop .common-pop-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.common-pop .common-pop-con {
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 580px;
  padding: 40px 30px;
  font-size: 18px;
  position: relative;
}
.common-pop .common-pop-con .close {
  position: absolute;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  right: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
  top: 10px;
}
.common-pop .common-pop-con .close::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 30px;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  font-style: normal;
  display: flex;
  justify-content: center;
  color: inherit;
}
.common-pop p {
  font-size: 18px;
}
.mbShow {
  display: none !important;
}
@media (max-width: 767px) {
  .pcShow {
    display: none !important;
  }
  .mbShow {
    display: block !important;
  }
  .common-pop .common-pop-con {
    border-radius: 2.66vw;
    width: 75vw;
    padding: 7vw 4.8vw;
    font-size: 3.73vw;
  }
  .common-pop .common-pop-con .close {
    bottom: -49px;
    left: 0;
    right: 0;
    top: auto;
  }
  .common-pop .common-pop-con .close::before {
    font-size: 38px;
    color: #fff;
  }
  .common-pop p {
    font-size: 3.73vw;
  }
}
.searchdel {
  width: 16px;
  height: 16px;
  margin-right: 0px;
  float: right;
  position: absolute;
  right: 2%;
  top: 30%;
  color: grey;
  border: 1px grey solid;
  border-radius: 50%;
  line-height: 100%;
  cursor: pointer;
  display: none;
}
input#coupon_code::placeholder,
#review_field::placeholder {
  color: #999;
}
.mb-hooya-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
.mb-hooya-image-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mb-hooya-image-preview video {
  width: auto;
  max-height: 90%;
}
.mb-hooya-image-preview__close-icon-wrap {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #c8c9cc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.mb-hooya-image-preview__close-icon {
  z-index: 1;
  color: #c8c9cc;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  width: 10px;
  height: 10px;
  font-size: 15px;
  display: block;
  filter: brightness(42%);
}
.mb-hooya-image-preview .swiper-container {
  width: 100%;
  height: 100%;
}
.mb-hooya-image-preview .swiper-container img {
  display: block;
  width: auto;
  height: auto;
  max-height: 90%;
}
.mb-hooya-image-preview .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.mb-hooya-image-preview .swiper-pagination-fraction {
  position: absolute;
  top: 16px;
  left: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0 1px 1px #323233;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 20px;
  width: auto;
}
.catalog-product-view .review-add .message.info.notlogged {
  display: none;
}
@media (max-width: 750px) {
  .account.wishlist-index-index .products-grid.wishlist .product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    float: none;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-items .product-item .reviews-actions span {
    display: none !important;
  }
  .account.wishlist-index-index .wishlist-toolbar .pages {
    float: none;
  }
}
.ant-btn-loading-icon {
  display: inline-block;
  opacity: 0.65;
  cursor: default;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn-loading-icon .anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ant-btn-loading-icon .anticon > * {
  line-height: 1;
}
.ant-btn-loading-icon .anticon svg {
  display: inline-block;
}
.ant-btn-loading-icon .anticon::before {
  display: none;
}
.ant-btn-loading-icon .anticon .anticon-icon {
  display: block;
}
.ant-btn-loading-icon .anticon[tabindex] {
  cursor: pointer;
}
.ant-btn-loading-icon .anticon-spin::before,
.ant-btn-loading-icon .anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container {
  position: relative;
}
.swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-slide:last-child {
  margin-right: 0;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  position: absolute;
  z-index: 1;
  color: #7A7A7A !important;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #F4F4F4;
  top: 50% !important;
  transform: translate(0%, -50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: all 0.5s;
}
.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
  border: 1px solid #FDAC0E;
  transition: all 0.5s;
  background-color: #FFF9EE;
  opacity: 1;
}
.swiper-container .swiper-button-prev:hover::after,
.swiper-container .swiper-button-next:hover::after {
  color: #FDAC0E;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  font-size: 18px;
  transition: all 0.5s;
  color: #FDAC0E;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-container .swiper-button-prev.swiper-button-disabled,
.swiper-container .swiper-button-next.swiper-button-disabled {
  filter: grayscale(100%);
  cursor: auto;
  opacity: 0;
}
.swiper-container .swiper-button-prev.swiper-button-disabled:hover,
.swiper-container .swiper-button-next.swiper-button-disabled:hover {
  border: 1px solid #F4F4F4;
}
.swiper-container .swiper-button-prev.swiper-button-disabled:hover::after,
.swiper-container .swiper-button-next.swiper-button-disabled:hover::after {
  color: #FDAC0E;
}
@media (max-width: 767px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
  .amrelated-cart-bundle {
    float: none !important;
    padding: 0;
  }
}
.ant-btn-loading-icon {
  display: inline-block;
  opacity: 0.65;
  cursor: default;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn-loading-icon .anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ant-btn-loading-icon .anticon > * {
  line-height: 1;
}
.ant-btn-loading-icon .anticon svg {
  display: inline-block;
}
.ant-btn-loading-icon .anticon::before {
  display: none;
}
.ant-btn-loading-icon .anticon .anticon-icon {
  display: block;
}
.ant-btn-loading-icon .anticon[tabindex] {
  cursor: pointer;
}
.ant-btn-loading-icon .anticon-spin::before,
.ant-btn-loading-icon .anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
input.warning {
  border-color: #FDAC0E !important;
  color: #FDAC0E;
}
.field._warn input {
  border-color: #FDAC0E !important;
  color: #FDAC0E;
}
.field-error a {
  color: #E64D43;
  text-decoration: underline;
}
.message.warning,
.message.info {
  color: #FDAC0E;
  background-color: transparent !important;
  padding: 0 0 0 25px;
}
.message.warning a,
.message.info a {
  color: #FDAC0E;
  text-decoration: underline;
}
.message.warning > *:first-child:before,
.message.info > *:first-child:before {
  flex: 0 0 25px;
  content: '';
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
  background: url('../../frontend/default/hooya/sv_SE/images/warning.svg') no-repeat top left;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
  color: #FDAC0E;
  font-size: 0;
  line-height: 0;
  top: -3px;
  font-family: initial;
}
.checkout-index-index #customer-email-fieldset .field.required,
.checkout-index-index #customer-email-fieldset .fieldset .field {
  margin-bottom: 0;
}
.checkout-index-index #customer-email-fieldset .primary button,
.checkout-index-index #customer-email-fieldset .primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index #customer-email-fieldset .primary .cart.table-wrapper .action-gift {
  margin-top: 15px;
}
.checkout-index-index #customer-email-fieldset .primary button.register,
.checkout-index-index #customer-email-fieldset .primary button.login,
.checkout-index-index #customer-email-fieldset .primary .cart.table-wrapper .actions-toolbar > .action.register,
.checkout-index-index #customer-email-fieldset .primary .cart.table-wrapper .actions-toolbar > .action.login,
.checkout-index-index #customer-email-fieldset .primary .cart.table-wrapper .action-gift.register,
.checkout-index-index #customer-email-fieldset .primary .cart.table-wrapper .action-gift.login {
  min-width: 165px;
  height: 35px;
}
.checkout-index-index #customer-email-fieldset .as-guest {
  margin-left: 20px;
  background-color: #fff !important;
  color: #333 !important;
  padding: 0;
  text-decoration: underline;
  line-height: 35px;
}
@media (max-width: 767px) {
  .checkout-index-index #customer-email-fieldset .as-guest {
    margin: 0 !important;
    width: auto;
  }
  .checkout-index-index #customer-email-fieldset .backto-w {
    text-align: left;
  }
  .checkout-index-index #customer-email-fieldset .password-w {
    margin: 10px 0 0 0;
  }
  .checkout-index-index #customer-email-fieldset .password-w #customer-register-password::placeholder {
    font-size: 12px;
  }
  .checkout-index-index #customer-email-fieldset .subscribed-w {
    margin: 5px 0;
  }
  .checkout-index-index #customer-email-fieldset .actions-toolbar {
    margin-top: 0;
  }
}
.checkout-index-index #customer-email-fieldset .backto {
  width: auto;
  background: none !important;
  color: #FDAC0E !important;
  text-decoration: underline;
  padding: 0;
  height: auto;
  min-width: auto;
  margin-top: 10px;
}
.checkout-index-index #customer-email-fieldset .backto span::before {
  content: '<';
  margin-right: 3px;
  font-size: 20px;
  margin-top: 1px;
  line-height: 12px;
  vertical-align: middle;
  display: inline-block;
}
.checkout-index-index .opc-wrapper .form-login {
  border-bottom: 0;
  padding: 0;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note {
  color: #FDAC0E;
}
.checkout-index-index .opc-wrapper .form-login .fieldset .note::before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzcxNjRfMzg4MikiPgo8cGF0aCBkPSJNNy40OTk4MiAxNC4zMzI0QzMuNzQwMjggMTQuMzMyNCAwLjY4MTY0MSAxMS4yNzM3IDAuNjgxNjQxIDcuNTEzNDlDMC42ODE2NDEgMy43NTM5NSAzLjc0MDI4IDAuNjk1MzEyIDcuNDk5ODIgMC42OTUzMTJDMTEuMjU5NCAwLjY5NTMxMiAxNC4zMTggMy43NTM5NSAxNC4zMTggNy41MTM0OUMxNC4zMTggMTEuMjczIDExLjI1OTQgMTQuMzMyNCA3LjQ5OTgyIDE0LjMzMjRaTTcuNDk5ODIgMS43MTgwNEM0LjMwNDE0IDEuNzE4MDQgMS43MDQzNyA0LjMxNzgxIDEuNzA0MzcgNy41MTM0OUMxLjcwNDM3IDEwLjcwOTkgNC4zMDQxNCAxMy4zMDk2IDcuNDk5ODIgMTMuMzA5NkMxMC42OTU1IDEzLjMwOTYgMTMuMjk1MyAxMC43MDk5IDEzLjI5NTMgNy41MTM0OUMxMy4yOTUzIDQuMzE3ODEgMTAuNjk1NSAxLjcxODA0IDcuNDk5ODIgMS43MTgwNFpNOC4wMTExOSA5LjE0ODQ5VjQuMDIzOTVDOC4wMTExOSAzLjg4ODMzIDcuOTU3MzEgMy43NTgyNiA3Ljg2MTQxIDMuNjYyMzZDNy43NjU1MSAzLjU2NjQ2IDcuNjM1NDQgMy41MTI1OSA3LjQ5OTgyIDMuNTEyNTlDNy4zNjQyIDMuNTEyNTkgNy4yMzQxMyAzLjU2NjQ2IDcuMTM4MjMgMy42NjIzNkM3LjA0MjMzIDMuNzU4MjYgNi45ODg0NiAzLjg4ODMzIDYuOTg4NDYgNC4wMjM5NVY5LjE0ODQ5QzYuOTg4NDYgOS4yODQxMiA3LjA0MjMzIDkuNDE0MTggNy4xMzgyMyA5LjUxMDA4QzcuMjM0MTMgOS42MDU5OCA3LjM2NDIgOS42NTk4NiA3LjQ5OTgyIDkuNjU5ODZDNy42MzU0NCA5LjY1OTg2IDcuNzY1NTEgOS42MDU5OCA3Ljg2MTQxIDkuNTEwMDhDNy45NTczMSA5LjQxNDE4IDguMDExMTkgOS4yODQxMiA4LjAxMTE5IDkuMTQ4NDlaTTguMDExMTkgMTAuOTQ0NFYxMC44MTI4QzguMDExMTkgMTAuNjc3MiA3Ljk1NzMxIDEwLjU0NzEgNy44NjE0MSAxMC40NTEyQzcuNzY1NTEgMTAuMzU1MyA3LjYzNTQ0IDEwLjMwMTQgNy40OTk4MiAxMC4zMDE0QzcuMzY0MiAxMC4zMDE0IDcuMjM0MTMgMTAuMzU1MyA3LjEzODIzIDEwLjQ1MTJDNy4wNDIzMyAxMC41NDcxIDYuOTg4NDYgMTAuNjc3MiA2Ljk4ODQ2IDEwLjgxMjhWMTAuOTQ0NEM2Ljk4ODQ2IDExLjA4IDcuMDQyMzMgMTEuMjEwMSA3LjEzODIzIDExLjMwNkM3LjIzNDEzIDExLjQwMTkgNy4zNjQyIDExLjQ1NTggNy40OTk4MiAxMS40NTU4QzcuNjM1NDQgMTEuNDU1OCA3Ljc2NTUxIDExLjQwMTkgNy44NjE0MSAxMS4zMDZDNy45NTczMSAxMS4yMTAxIDguMDExMTkgMTEuMDggOC4wMTExOSAxMC45NDQ0WiIgZmlsbD0iI0ZEQUMwRSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzcxNjRfMzg4MiI+CjxyZWN0IHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K');
  margin-right: 5px;
  margin-top: -2px;
  font-size: 24px;
  line-height: 12px;
  vertical-align: middle;
  display: inline-block;
}
.cart-oos-tips {
  background: #FEF6F5;
  color: #E64D43;
  margin-top: -5px;
  border-radius: 4px;
  line-height: 18px;
  padding: 7px 0 7px 10px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: left;
}
.cart-oos-tips .cart-oos-tips-icon {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 2px;
}
.cart-oos-tips .cart-oos-tips-icon::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 18px;
  color: #E64D43;
  content: '\e616';
  font-family: 'icons-blank-theme';
  font-weight: bold;
  display: inline-block;
}
.checkout-cart-index .cart-oos-tips {
  margin-top: 10px;
}
.cart-someitem-oos {
  cursor: not-allowed;
  opacity: 1;
  pointer-events: auto;
}
.cart-someitem-oos span {
  color: #E64D43;
}
.cart-someitem-oos[disabled] span {
  color: #fff;
}
.minicart-wrapper .minicart-items .item-qty {
  width: 87px !important;
  border-radius: 35px;
  margin-left: 5px;
}
#shopping-cart-table .message.error,
#minicart-content-wrapper .message.error,
#shopping-cart-table .message.notice,
#minicart-content-wrapper .message.notice {
  background: #fff;
  font-size: 14px;
  padding-left: 24px;
  margin-bottom: 0;
  padding-right: 0;
}
#shopping-cart-table .message.error > *:first-child:before,
#minicart-content-wrapper .message.error > *:first-child:before,
#shopping-cart-table .message.notice > *:first-child:before,
#minicart-content-wrapper .message.notice > *:first-child:before {
  top: 15px;
  width: 18px;
}
#shopping-cart-table .message.error > *:first-child:before,
#minicart-content-wrapper .message.error > *:first-child:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjkyNjEgMTYuMzI0N0gzLjA3NDJDMi4yNzkzOSAxNi4zMjQ3IDEuNjQwOTUgMTYuMDEzMSAxLjMyMjAyIDE1LjQ2OTdDMS4wMDMwOCAxNC45MjYzIDEuMDQxODkgMTQuMjE2NSAxLjQyODg5IDEzLjUyMjlMNy40MDg4MyAyLjgwNjE2QzcuNzk4MDggMi4xMDc1MyA4LjM3Njg5IDEuNzA3MDMgOC45OTYyIDEuNzA3MDNDOS42MTU1MiAxLjcwNzAzIDEwLjE5MzggMi4xMDY5NyAxMC41ODQxIDIuODA1MDNMMTYuNTcwMyAxMy41MjRDMTYuOTU3MyAxNC4yMTc2IDE2Ljk5NzIgMTQuOTI2OSAxNi42Nzc3IDE1LjQ3MDNDMTYuMzU5MyAxNi4wMTM3IDE1LjcyMDMgMTYuMzI0NyAxNC45MjYxIDE2LjMyNDdaTTguOTk2NzcgMi44MzIwM0M4Ljc5OTg5IDIuODMyMDMgOC41NzQzMyAzLjAyNzIyIDguMzkxNTIgMy4zNTQwM0wyLjQxMTU4IDE0LjA3MTlDMi4yMjQyNyAxNC40MDgzIDIuMTgwMzkgMTQuNzEwMyAyLjI5MjMzIDE0LjkwMUMyLjQwNDI3IDE1LjA5MTIgMi42ODk0NSAxNS4yMDAzIDMuMDc0MiAxNS4yMDAzSDE0LjkyNjFDMTUuMzExNCAxNS4yMDAzIDE1LjU5NiAxNS4wOTE3IDE1LjcwOCAxNC45MDFDMTUuODE5MyAxNC43MTA5IDE1Ljc3NiAxNC40MDg4IDE1LjU4ODEgMTQuMDcyNUw5LjYwMjAyIDMuMzU0MDNDOS40MTk3NyAzLjAyNzIyIDkuMTkzMDggMi44MzIwMyA4Ljk5Njc3IDIuODMyMDNaIiBmaWxsPSIjRTY0RDQzIi8+CjxwYXRoIGQ9Ik05IDExLjI1QzguNjg5NSAxMS4yNSA4LjQzNzUgMTAuOTk4NiA4LjQzNzUgMTAuNjg3NVY1LjYyNUM4LjQzNzUgNS4zMTQ1IDguNjg5NSA1LjA2MjUgOSA1LjA2MjVDOS4zMTA1IDUuMDYyNSA5LjU2MjUgNS4zMTQ1IDkuNTYyNSA1LjYyNVYxMC42ODc1QzkuNTYyNSAxMC45OTg2IDkuMzEwNSAxMS4yNSA5IDExLjI1WiIgZmlsbD0iI0U2NEQ0MyIvPgo8cGF0aCBkPSJNOC4xNTYyNSAxMy4yMjA3QzguMTU2MjUgMTMuNDQ0NSA4LjI0NTE0IDEzLjY1OTEgOC40MDMzOCAxMy44MTczQzguNTYxNjEgMTMuOTc1NiA4Ljc3NjIyIDE0LjA2NDUgOSAxNC4wNjQ1QzkuMjIzNzggMTQuMDY0NSA5LjQzODM5IDEzLjk3NTYgOS41OTY2MiAxMy44MTczQzkuNzU0ODUgMTMuNjU5MSA5Ljg0Mzc1IDEzLjQ0NDUgOS44NDM3NSAxMy4yMjA3QzkuODQzNzUgMTIuOTk2OSA5Ljc1NDg1IDEyLjc4MjMgOS41OTY2MiAxMi42MjQxQzkuNDM4MzkgMTIuNDY1OCA5LjIyMzc4IDEyLjM3NyA5IDEyLjM3N0M4Ljc3NjIyIDEyLjM3NyA4LjU2MTYxIDEyLjQ2NTggOC40MDMzOCAxMi42MjQxQzguMjQ1MTQgMTIuNzgyMyA4LjE1NjI1IDEyLjk5NjkgOC4xNTYyNSAxMy4yMjA3WiIgZmlsbD0iI0U2NEQ0MyIvPgo8L3N2Zz4K');
}
#shopping-cart-table .message.notice > *:first-child:before,
#minicart-content-wrapper .message.notice > *:first-child:before {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzcxNjRfMzg4MikiPgo8cGF0aCBkPSJNNy40OTk4MiAxNC4zMzI0QzMuNzQwMjggMTQuMzMyNCAwLjY4MTY0MSAxMS4yNzM3IDAuNjgxNjQxIDcuNTEzNDlDMC42ODE2NDEgMy43NTM5NSAzLjc0MDI4IDAuNjk1MzEyIDcuNDk5ODIgMC42OTUzMTJDMTEuMjU5NCAwLjY5NTMxMiAxNC4zMTggMy43NTM5NSAxNC4zMTggNy41MTM0OUMxNC4zMTggMTEuMjczIDExLjI1OTQgMTQuMzMyNCA3LjQ5OTgyIDE0LjMzMjRaTTcuNDk5ODIgMS43MTgwNEM0LjMwNDE0IDEuNzE4MDQgMS43MDQzNyA0LjMxNzgxIDEuNzA0MzcgNy41MTM0OUMxLjcwNDM3IDEwLjcwOTkgNC4zMDQxNCAxMy4zMDk2IDcuNDk5ODIgMTMuMzA5NkMxMC42OTU1IDEzLjMwOTYgMTMuMjk1MyAxMC43MDk5IDEzLjI5NTMgNy41MTM0OUMxMy4yOTUzIDQuMzE3ODEgMTAuNjk1NSAxLjcxODA0IDcuNDk5ODIgMS43MTgwNFpNOC4wMTExOSA5LjE0ODQ5VjQuMDIzOTVDOC4wMTExOSAzLjg4ODMzIDcuOTU3MzEgMy43NTgyNiA3Ljg2MTQxIDMuNjYyMzZDNy43NjU1MSAzLjU2NjQ2IDcuNjM1NDQgMy41MTI1OSA3LjQ5OTgyIDMuNTEyNTlDNy4zNjQyIDMuNTEyNTkgNy4yMzQxMyAzLjU2NjQ2IDcuMTM4MjMgMy42NjIzNkM3LjA0MjMzIDMuNzU4MjYgNi45ODg0NiAzLjg4ODMzIDYuOTg4NDYgNC4wMjM5NVY5LjE0ODQ5QzYuOTg4NDYgOS4yODQxMiA3LjA0MjMzIDkuNDE0MTggNy4xMzgyMyA5LjUxMDA4QzcuMjM0MTMgOS42MDU5OCA3LjM2NDIgOS42NTk4NiA3LjQ5OTgyIDkuNjU5ODZDNy42MzU0NCA5LjY1OTg2IDcuNzY1NTEgOS42MDU5OCA3Ljg2MTQxIDkuNTEwMDhDNy45NTczMSA5LjQxNDE4IDguMDExMTkgOS4yODQxMiA4LjAxMTE5IDkuMTQ4NDlaTTguMDExMTkgMTAuOTQ0NFYxMC44MTI4QzguMDExMTkgMTAuNjc3MiA3Ljk1NzMxIDEwLjU0NzEgNy44NjE0MSAxMC40NTEyQzcuNzY1NTEgMTAuMzU1MyA3LjYzNTQ0IDEwLjMwMTQgNy40OTk4MiAxMC4zMDE0QzcuMzY0MiAxMC4zMDE0IDcuMjM0MTMgMTAuMzU1MyA3LjEzODIzIDEwLjQ1MTJDNy4wNDIzMyAxMC41NDcxIDYuOTg4NDYgMTAuNjc3MiA2Ljk4ODQ2IDEwLjgxMjhWMTAuOTQ0NEM2Ljk4ODQ2IDExLjA4IDcuMDQyMzMgMTEuMjEwMSA3LjEzODIzIDExLjMwNkM3LjIzNDEzIDExLjQwMTkgNy4zNjQyIDExLjQ1NTggNy40OTk4MiAxMS40NTU4QzcuNjM1NDQgMTEuNDU1OCA3Ljc2NTUxIDExLjQwMTkgNy44NjE0MSAxMS4zMDZDNy45NTczMSAxMS4yMTAxIDguMDExMTkgMTEuMDggOC4wMTExOSAxMC45NDQ0WiIgZmlsbD0iI0ZEQUMwRSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzcxNjRfMzg4MiI+CjxyZWN0IHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K');
}
#shopping-cart-table .message.notice,
#minicart-content-wrapper .message.notice {
  color: #FDAC0E;
}
.customer-account-createpassword .page-title-wrapper {
  margin-top: 40px !important;
}
:root {
  --dynamic-mini-cart-product-height: 152px;
}
.toast-add-prodcut {
  top: 80px;
  right: 60px;
}
.toast-add-prodcut > div {
  min-width: 300px !important;
  max-width: 100% !important;
}
.toast-add-prodcut > div .toast-message {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .toast-add-prodcut {
    top: 20%;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .toast-add-prodcut > div {
    margin-left: auto;
    margin-right: auto;
    min-width: auto !important;
    max-width: 90vw !important;
  }
  .toast-add-prodcut > div .toast-message {
    white-space: normal;
  }
}
#toast-container.toast-add-prodcut > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAYAAAAGRPQsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE0SURBVHgBtZPRTcMwEIbvYoQQ5iEjlA3KBNQb0AlIAzxTJsCdAHgnkA3oBlYmgBEyQiVKhUDtcU5xYtKUQhC/FMk+nb/4/jsD/EG7WXxpP7dHaCkLQUJt14SkZ4d3oy1oIZmdHAOBLm+0wP1WN5Mm6gKKRy/09NJLDuwigF9ox0QdQvFQRSif07zvdoFLkuasuwkUoDBcSqcCLdSrSvMS5pK4cFN40aDQRGENNKmDCphAcf+ZFLKpqd9qp7cqZ3mIcFAHFXGueUB8ZRew7faBMouvGHRUniC8eFbJGBqEzg+xNNb3LWXyhA8PvR+NpupWwxqVo2F9eQdxzZFG35DgZqqSIXyjlTnbM6eaJ/qLbwQwnvWSPmzQypzZMmw5HirfZl/hB1r7AqSJI0A8t0PZ1Ll/1wcI9Hs7Ksq/hgAAAABJRU5ErkJggg==") !important;
}
.minicart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  /* 默认隐藏在右侧 */
  width: 420px;
  height: 100%;
  background: white;
  transition: transform 0.3s ease-in-out;
  z-index: 1000000010;
  transform: translateX(100%);
}
.minicart-sidebar .block-title {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F4F4F4;
  box-sizing: border-box;
  font-size: 18px;
}
.minicart-sidebar .block-content .subtitle.empty {
  margin-top: 20px;
  display: block;
}
.minicart-sidebar .block-content .product-image-photo,
.minicart-sidebar .block-content .product-image-container {
  width: 110px !important;
}
.minicart-sidebar .block-content .product-image-phot {
  height: 110px !important;
}
.minicart-sidebar .block-content .minicart-items-wrapper {
  margin: 0 !important;
  border: 0;
  padding: 20px;
}
.minicart-sidebar .block-content .minicart-items-wrapper .product-item-name {
  line-height: 20px;
  margin-bottom: 8px;
}
.minicart-sidebar .block-content .qty .label,
.minicart-sidebar .block-content .items-total {
  display: none;
}
.minicart-sidebar .block-content .prodcut-attr-qty-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.minicart-sidebar .block-content .prodcut-attr-qty-actions .prodcut-attr {
  height: 35px;
  background-color: #F4F4F4;
  width: 107px;
  padding: 0 10px;
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.minicart-sidebar .block-content .prodcut-attr-qty-actions .prodcut-attr span::after {
  content: ", ";
}
.minicart-sidebar .block-content .prodcut-attr-qty-actions .prodcut-attr span:last-child::after {
  content: "";
}
.minicart-sidebar .block-content .prodcut-attr-qty-actions .details-qty {
  margin-right: auto;
}
.minicart-sidebar .block-content .prodcut-attr-qty-actions .product.actions .primary {
  display: none !important;
}
.minicart-sidebar .block-content .scrollbar-inner .scroll-content {
  max-height: calc(100vh - 60px - var(--dynamic-mini-cart-product-height));
}
.minicart-sidebar .block-content .product-item-pricing {
  margin-bottom: 8px;
}
.minicart-sidebar .block-content .product-item-pricing .price-container .price-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
}
.minicart-sidebar .block-content .product-item-pricing .price-excluding-tax {
  margin: 0;
}
.minicart-sidebar .block-content .product-item-pricing .price {
  color: #E64D43;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.minicart-sidebar .block-content .product-item-pricing .price-original .price {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #999999;
}
.minicart-sidebar.active {
  transform: translateX(0%);
}
.custom-minicart-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
#custom-minicart-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000000009;
}
#custom-minicart-overlay.active {
  display: block;
}
.mini-bottom-main {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 16px;
  box-shadow: 0px -2px 11px -2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: #fff;
}
.mini-bottom-main .subtotal {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  margin-bottom: 5px;
}
.mini-bottom-main .subtotal.grand-total {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
.mini-bottom-main .actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}
.mini-bottom-main .actions .mini-viewcart a {
  width: 189px;
  height: 50px;
  border-radius: 60px;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333;
}
.mini-bottom-main .actions .mini-checkout-btn .checkout {
  width: 186px;
  height: 50px;
  border-radius: 60px !important;
  font-size: 18px;
}
.pac-container {
  z-index: 1000000030 !important;
}
.remember-me-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.login_mian .remember-me-box {
  gap: 4px;
}
@media (min-width: 768px) {
  #form-validate .remember-me-box input[type="checkbox"] {
    top: 0 !important;
  }
}
.remember-me-box label {
  text-align: left;
}
.remember-me-box label > span {
  vertical-align: middle;
  line-height: 0;
}
.remember-me-icon-box {
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
}
.tooltip-remember-me {
  z-index: 1001;
  max-width: 240px;
  box-sizing: border-box;
}
.tooltip-inner {
  display: flex;
  background-color: #fff;
  color: #666;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px #cbcbcb solid;
}
.tooltip-remember-me .arrow {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
}
.tooltip-remember-me .arrow::before,
.tooltip-remember-me .arrow::after {
  content: '';
  position: absolute;
}
.tooltip-remember-me.right {
  margin-left: 10px;
}
.tooltip-remember-me.right .arrow {
  left: -11px;
  top: 50% !important;
  transform: translateY(-8px);
}
.tooltip-remember-me.right .arrow::before {
  border: 6px solid transparent;
  border-right-color: #cbcbcb;
  left: -1px;
}
.tooltip-remember-me.right .arrow::after {
  border: 6px solid transparent;
  border-right-color: #fff;
  left: 0;
}
/* top */
.tooltip-remember-me.top {
  margin-top: -10px;
}
.tooltip-remember-me.top .arrow {
  bottom: -11px;
  left: 50% !important;
  transform: translateX(-6px);
}
.tooltip-remember-me.top .arrow::before {
  border: 6px solid transparent;
  border-top-color: #cbcbcb;
  bottom: -1px;
}
.tooltip-remember-me.top .arrow::after {
  border: 6px solid transparent;
  border-top-color: #fff;
  bottom: 0;
}
.tooltip-remember-me-tips {
  position: relative;
  background: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #cbcbcb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 220px;
  font-size: 12px;
  color: #666;
}
.tooltip-remember-me-tips::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #cbcbcb transparent transparent;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip-remember-me-tips::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #fff transparent transparent;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .tooltip-remember-me-tips {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    max-width: 90vw !important;
    box-sizing: border-box;
    display: flex !important;
  }
  .tooltip-remember-me-tips::after,
  .tooltip-remember-me-tips::before {
    display: none;
  }
}
.early-bird-warpper {
  display: block;
}
.early-bird-warpper .early-bird-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main {
    gap: 2vw;
  }
}
.early-bird-warpper .early-bird-main .early-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main .early-left {
    width: 86vw;
  }
}
.early-bird-warpper .early-bird-main .early-left .early-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 30px;
  padding-left: 8px;
  gap: 5px;
  padding-right: 4px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(110deg, #ffc842 0%, #ffc842 40%, #ffc22e 40%, #ffc22e 70%, #fdac0e 70%, #fdac0e 100%);
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main .early-left .early-title {
    min-width: 32vw;
    height: 8vw;
    padding-left: 2.933vw;
    gap: 1.866vw;
    padding-right: 0;
    border-radius: 0.533vw 0 0 0.533vw;
    background: linear-gradient(110deg, #ffc842 0%, #ffc842 30%, #ffc22e 30%, #ffc22e 60%, #feb926 60%, #feb926 100%);
  }
}
.early-bird-warpper .early-bird-main .early-left .early-title .early-time-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main .early-left .early-title .early-time-icon {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.early-bird-warpper .early-bird-main .early-left .early-title .early-time-icon svg {
  width: 100%;
  height: 100%;
}
.early-bird-warpper .early-bird-main .early-left .early-title .early-title-cen {
  font-size: 14px;
  color: #50390d;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .early-bird-warpper .early-bird-main .early-left .early-title .early-title-cen {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main .early-left .early-title .early-title-cen {
    font-size: 3.466vw;
    line-height: 8vw;
  }
}
.early-bird-warpper .early-bird-main .early-left .early-cen {
  flex-shrink: 0;
  width: 21px;
  height: 30px;
  background: url("/pub/images/eb-detail-pc.png") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main .early-left .early-cen {
    width: 6.08vw;
    height: 8vw;
    background: url("/pub/images/eb-detail-mb.png") no-repeat center center;
    background-size: 100% 100%;
  }
}
.early-bird-warpper .early-bird-main .early-left .early-text {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 30px;
  background: #fff5dc;
  border: 1px solid #ffe7ac;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 0 10px 0 0;
  font-size: 14px;
  color: #50390d;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .early-bird-warpper .early-bird-main .early-left .early-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main .early-left .early-text {
    flex: 1;
    min-width: auto;
    gap: 4px;
    height: 8vw;
    border-radius: 0 0.533vw 0.533vw 0;
    padding: 0 2.666vw 0 0;
    font-size: 3.733vw;
    border: calc(0.6333px) solid #ffe7ac;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main .early-left .early-text .early-stock-num {
    font-weight: 600;
    font-size: 3.466vw;
  }
}
.early-bird-warpper .early-bird-main .tips {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.early-bird-warpper .early-bird-main .tips .svg-box {
  font-size: 0;
  cursor: pointer;
}
.early-bird-warpper .early-bird-main .tips .svg-box svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .early-bird-warpper .early-bird-main .tips .svg-box svg {
    width: 3.466vw;
    height: 3.466vw;
  }
}
.early-bird-warpper.list-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  z-index: 99;
}
.early-bird-warpper.list-item .early-bird-main {
  gap: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item .early-bird-main {
    gap: 0;
  }
}
.early-bird-warpper.list-item .early-bird-main .early-left {
  flex-grow: 1;
  align-items: flex-end;
  flex-shrink: inherit;
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item .early-bird-main .early-left {
    width: 100%;
  }
}
.early-bird-warpper.list-item .early-bird-main .early-left .early-title {
  min-width: auto;
  height: 38px;
  padding-left: 15px;
  gap: 5px;
  padding-right: 0;
  border-radius: 0;
  background: linear-gradient(110deg, #fec339 0%, #fec339 40%, #ffc740 40%, #ffc740 70%, #feb927 70%, #feb927 100%);
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item .early-bird-main .early-left .early-title {
    min-width: auto;
    height: 5.866vw;
    padding-left: 2.933vw;
    gap: 1.866vw;
    padding-right: 0;
    border-radius: 0;
    background: linear-gradient(110deg, #fec339 0%, #fec339 30%, #ffc740 30%, #ffc740 60%, #feb927 60%, #feb927 100%);
  }
}
@media (max-width: 1024px) {
  .early-bird-warpper.list-item .early-bird-main .early-left .early-title .early-time-icon {
    display: none;
  }
}
.early-bird-warpper.list-item .early-bird-main .early-left .early-title .early-title-cen {
  font-size: 16px;
  color: #50390d;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .early-bird-warpper.list-item .early-bird-main .early-left .early-title .early-title-cen {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item .early-bird-main .early-left .early-title .early-title-cen {
    font-size: 2.933vw;
  }
}
.early-bird-warpper.list-item .early-bird-main .early-left .early-cen {
  width: 26px;
  height: 38px;
  background: url("/pub/images/eb-center-bg-pc.png") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item .early-bird-main .early-left .early-cen {
    width: 3.33vw;
    height: 5.866vw;
    background: url("/pub/images/eb-center-bg-mb.png") no-repeat center center;
    background-size: 100% 100%;
  }
}
.early-bird-warpper.list-item .early-bird-main .early-left .early-text {
  min-width: auto;
  height: 29px;
  border-radius: 0;
  padding: 0;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .early-bird-warpper.list-item .early-bird-main .early-left .early-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item .early-bird-main .early-left .early-text {
    flex: 1;
    min-width: auto;
    gap: 0.533vw;
    height: 4.4vw;
    border-radius: 0;
    padding: 0;
    font-size: 1.866vw;
    border: calc(0.6333px) solid #ffe7ac;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item .early-bird-main .early-left .early-text .early-stock-num {
    font-weight: 400;
    font-size: 2.4vw;
  }
}
.early-bird-warpper.list-item .early-bird-main .tips {
  display: none;
}
.early-bird-warpper.list-item.emarsys-item {
  width: 220px;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item.emarsys-item {
    width: calc(40vw - 2px);
    margin: 0 -2.66vw;
  }
}
.early-bird-warpper.list-item.emarsys-item .early-bird-main .early-left .early-title {
  padding-left: 5px;
  gap: 0;
}
.early-bird-warpper.list-item.emarsys-item .early-bird-main .early-left .early-title .early-time-icon {
  display: none;
}
.early-bird-warpper.list-item.emarsys-item .early-bird-main .early-left .early-title .early-title-cen {
  font-size: 12px;
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item.emarsys-item .early-bird-main .early-left .early-title .early-title-cen {
    font-size: 2.66vw;
  }
}
.early-bird-warpper.list-item.emarsys-item .early-bird-main .early-left .early-text {
  font-size: 12px;
  gap: 2px;
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item.emarsys-item .early-bird-main .early-left .early-text {
    font-size: 1.866vw;
    gap: 0.533vw;
  }
}
.early-bird-warpper.list-item.emarsys-item .early-bird-main .early-left .early-text .early-stock-num {
  font-weight: 400;
}
@media (max-width: 767px) {
  .early-bird-warpper.list-item.emarsys-item .early-bird-main .early-left .early-text .early-stock-num {
    font-weight: 400;
    font-size: inherit;
  }
}
.early-bird-warpper.list-item.emarsys-item .early-bird-main .tips {
  display: none;
}
.early-bird-date-warpper {
  margin-top: 1rem;
  display: block;
  margin-bottom: 1rem;
}
.early-bird-date-warpper > svg {
  vertical-align: middle;
  margin-right: 5px;
}
.early-bird-date-warpper .early-bird-date-cen .expected-to-ship-date {
  font-weight: 600;
}
.minicart-items-wrapper .early-bird-date-warpper .early-bird-date-cen .expected-to-ship-date {
  font-size: 13px;
}
@media (min-width: 751px) {
  .success-share-my-order,
  .success-share-my-order:hover,
  .success-share-my-order:active {
    border: 0 !important;
    width: 264px;
    height: 101px;
    background: url("/pub/images/order-share/s-icon-3.png") no-repeat top left !important;
    background-size: 100% !important;
    position: relative;
    z-index: 0;
    margin: 0 -20px;
  }
  .success-share-my-order .text,
  .success-share-my-order:hover .text,
  .success-share-my-order:active .text,
  .success-share-my-order .t2,
  .success-share-my-order:hover .t2,
  .success-share-my-order:active .t2 {
    display: none;
  }
  .success-share-my-order .icon,
  .success-share-my-order:hover .icon,
  .success-share-my-order:active .icon {
    position: absolute;
    top: -11px;
    right: 18px;
    display: block;
    width: 191px;
    height: 37px;
    background: url("/pub/images/order-share/s-icon-4.png") no-repeat left center;
    background-size: 100%;
  }
  .success-share-my-order.share .icon,
  .success-share-my-order:hover.share .icon,
  .success-share-my-order:active.share .icon {
    display: none;
  }
  .success-share-my-order.heiwu-end .icon,
  .success-share-my-order.heiwu-end:hover .icon,
  .success-share-my-order.heiwu-end:active .icon {
    position: absolute;
    top: -10px;
    right: 18px;
    display: block;
    width: 207px;
    height: 33px;
    background: url("/pub/images/order-share/s-icon-4-p.png") no-repeat left center;
    background-size: 100%;
  }
  .success-share-my-order.heiwu-end.share .icon,
  .success-share-my-order.heiwu-end:hover.share .icon,
  .success-share-my-order.heiwu-end:active.share .icon {
    display: none;
  }
}
@media (min-width: 640px) {
  .orders-history-row .id,
  .orders-history-row .date,
  .orders-history-row .total,
  .orders-history-row .status {
    padding-top: 15.5px !important;
  }
  .refunded-status {
    display: flex;
    justify-content: flex-end;
  }
  .refunded-status .refunded-status-con {
    max-width: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 0;
  }
  .refunded-status .status-badge {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: none;
    width: fit-content;
    white-space: nowrap;
  }
  .refunded-status .status-claim {
    background: linear-gradient(85.27deg, #ff651e -16.91%, #ffa435 121.44%);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 20px;
    line-height: 19px;
  }
  .refunded-status .status-claim-tips {
    margin-top: 5px;
    color: #A4A4A4;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    min-width: 170px;
  }
  .refunded-status .status-claim-tips.hide {
    display: none;
  }
  .refunded-status .status-approved {
    background: #e2f9e3;
    color: #0bc063;
    line-height: 20px;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .refunded-status .status-pending {
    background: #fff8e7;
    color: #fdac0e;
    line-height: 20px;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .orders-history thead > tr > th {
    border-width: 2px !important;
    border-color: #D9D9D9;
  }
  .orders-history thead > tr > th.actions {
    color: #fff;
    opacity: 0;
  }
  .orders-history .orders-history-row > td {
    vertical-align: top !important;
  }
  .orders-history .orders-history-row .track-order {
    text-align: right;
  }
  .orders-history .orders-history-row .track-order .pc-track-order {
    text-decoration: underline;
    color: #333;
  }
  .orders-history .orders-history-row-status {
    text-align: right !important;
    border-bottom: 1px #F2F4F5 solid !important;
  }
  .orders-history .orders-history-row-status .refunded-status-con {
    display: none !important;
  }
  .orders-history .orders-history-row-status > td {
    padding-bottom: 10px;
  }
  .orders-history .orders-history-row-status > td a:last-child {
    margin-right: 0 !important;
  }
  .orders-history .orders-history-row-status > td .track-order {
    display: none !important;
  }
  .orders-history .orders-history-row-status.order-share > td {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    font-size: 0;
  }
  .orders-history .orders-history-row-status .action {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 130px !important;
    padding: 10px !important;
    height: 35px !important;
    border-radius: 18px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 12px !important;
    margin-right: 10px !important;
  }
  .orders-history .orders-history-row-status .share-my-order {
    display: inline-flex;
    width: 192px;
    height: 83px;
    background: url("/pub/images/order-share/s-icon-1.png") no-repeat left center;
    background-size: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff;
    border: 0;
    padding: 0;
    vertical-align: baseline;
    transform: translateX(-10px);
  }
  .orders-history .orders-history-row-status .share-my-order span {
    margin-bottom: 2px;
    font-size: 12px;
    color: #fff;
  }
  .orders-history .orders-history-row-status .share-my-order::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 12px;
    display: inline-flex;
    width: 59px;
    height: 24px;
    background: url("/pub/images/order-share/s-icon-2.png") no-repeat left center;
    background-size: 100%;
    justify-content: center;
    align-items: center;
  }
  .orders-history .orders-history-row-status .share-my-order.heiwu-end::before {
    width: 71px;
    height: 24px;
    background: url("/pub/images/order-share/s-icon-2-p.png") no-repeat left center;
    background-size: 100%;
  }
  .orders-history .orders-history-row-status.share .share-my-order::before {
    display: none;
  }
}
@media (max-width: 750px) {
  .checkout-onepage-success .page-main {
    padding: 0 4.266vw !important;
  }
  .checkout-success.bank-transfer-success-box {
    padding: 0;
    box-shadow: none;
  }
  .success-share-my-order,
  .success-share-my-order:hover,
  .success-share-my-order:active {
    border: 0 !important;
    width: 96.8vw;
    height: 16vw;
    background: url("/pub/images/order-share/s-icon-5-mb.png") no-repeat top left !important;
    background-size: 100% !important;
    margin: -10px -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
  }
  .success-share-my-order .text,
  .success-share-my-order:hover .text,
  .success-share-my-order:active .text,
  .success-share-my-order .t2,
  .success-share-my-order:hover .t2,
  .success-share-my-order:active .t2 {
    font-size: 3.733vw;
    line-height: 1.3;
    color: #fff !important;
  }
  .success-share-my-order .t2,
  .success-share-my-order:hover .t2,
  .success-share-my-order:active .t2 {
    display: inline;
  }
  .success-share-my-order .t2 .t3,
  .success-share-my-order:hover .t2 .t3,
  .success-share-my-order:active .t2 .t3 {
    color: #FFC842;
  }
  .success-share-my-order .text,
  .success-share-my-order:hover .text,
  .success-share-my-order:active .text {
    display: none;
  }
  .success-share-my-order .icon,
  .success-share-my-order:hover .icon,
  .success-share-my-order:active .icon {
    display: none;
  }
  .success-share-my-order.even,
  .success-share-my-order:hover.even,
  .success-share-my-order:active.even {
    width: 96.8vw;
    height: 17.33vw;
    background: url("/pub/images/order-share/s-icon-6-mb.png") no-repeat top left;
    background-size: 100%;
  }
  .success-share-my-order.share .text,
  .success-share-my-order:hover.share .text,
  .success-share-my-order:active.share .text {
    display: inline;
  }
  .success-share-my-order.share .t2,
  .success-share-my-order:hover.share .t2,
  .success-share-my-order:active.share .t2 {
    display: none;
  }
}
@media (max-width: 639px) {
  .refunded-status {
    display: none !important;
  }
  .orders-history-row-status .refunded-status-con {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 10px 0;
  }
  .orders-history-row-status .status-badge {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: none;
    width: fit-content;
  }
  .orders-history-row-status .status-claim {
    background: linear-gradient(85.27deg, #ff651e -16.91%, #ffa435 121.44%);
    color: #fff;
    border-radius: 50px;
    padding: 10px 15px !important;
    height: 30px !important;
    line-height: 1.5;
    font-size: 12px !important;
    border-radius: 18px !important;
  }
  .orders-history-row-status .status-claim.mb-btn {
    opacity: 0.5;
  }
  .orders-history-row-status .status-claim-tips {
    color: #A4A4A4;
    margin-top: 1.333vw;
    font-size: 3.2vw;
    text-align: center;
    display: none;
  }
  .orders-history-row-status .status-approved {
    background: #e2f9e3;
    color: #0bc063;
    border-radius: 50px;
    padding: 10px 15px !important;
    height: 30px !important;
    line-height: 1.5;
    font-size: 12px !important;
    border-radius: 18px !important;
  }
  .orders-history-row-status .status-pending {
    background: #fff8e7;
    color: #fdac0e;
    border-radius: 50px;
    padding: 10px 15px !important;
    height: 30px !important;
    line-height: 1.5;
    font-size: 12px !important;
    border-radius: 18px !important;
  }
  .orders-history-row-status .status-pending .status-claim-icon {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
  }
  .orders-history-row-status .status-pending .status-claim-icon svg {
    width: 12.5px;
    height: 24px;
  }
  .orders-history-row-status:not(.share) .share-my-order.heiwu-end ~ .refunded-status-con {
    margin-top: 16px;
  }
  .orders-history {
    overflow: inherit;
  }
  .orders-history .orders-history-row {
    position: relative;
    z-index: 0;
  }
  .orders-history .orders-history-row:first-child::before {
    content: "";
    display: table;
    border-top: 2.133vw #F9F9F9 solid;
    position: absolute;
    width: 100vw;
    z-index: 1;
    margin: 0 -15px;
  }
  .orders-history .orders-history-row .status {
    padding-bottom: 10px !important;
  }
  .orders-history .orders-history-row .track-order .pc-track-order {
    display: none;
  }
  .orders-history .orders-history-row-status {
    position: relative;
    text-align: right !important;
    z-index: 0;
  }
  .orders-history .orders-history-row-status::after {
    content: "";
    display: table;
    border-top: 2.133vw #F9F9F9 solid;
    position: absolute;
    width: 100vw;
    z-index: 1;
    margin: 0 -15px;
  }
  .orders-history .orders-history-row-status > td {
    padding-top: 0px !important;
    font-size: 0;
  }
  .orders-history .orders-history-row-status > td::before {
    display: none !important;
  }
  .orders-history .orders-history-row-status.order-share > td {
    padding: 10 0 !important;
  }
  .orders-history .orders-history-row-status .action {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 130px !important;
    padding: 10px !important;
    height: 30px !important;
    border-radius: 18px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #fff !important;
    color: #333 !important;
    font-size: 12px !important;
    margin-right: 10px;
    min-width: auto !important;
    margin-bottom: 10px !important;
  }
  .orders-history .orders-history-row-status .share-my-order {
    display: inline-flex;
    width: 178.5px;
    height: 60px;
    background: url("/pub/images/order-share/s-icon-1-mb.png") no-repeat left center;
    background-size: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff;
    margin-left: -8px;
    border: 0;
    padding: 0;
    vertical-align: baseline;
  }
  .orders-history .orders-history-row-status .share-my-order span {
    margin-bottom: 2px;
    font-size: 12px;
    color: #fff;
  }
  .orders-history .orders-history-row-status .share-my-order::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 10px;
    display: inline-flex;
    width: 60px;
    height: 21px;
    background: url("/pub/images/order-share/s-icon-2-mb.png") no-repeat left center;
    background-size: 100%;
    justify-content: center;
    align-items: center;
  }
  .orders-history .orders-history-row-status .share-my-order.heiwu-end::after {
    width: 55px;
    height: 20.5px;
    background: url("/pub/images/order-share/s-icon-2-mb-p.png") no-repeat left center;
    background-size: 100%;
  }
  .orders-history .orders-history-row-status.share td {
    padding-bottom: 0 !important;
  }
  .orders-history .orders-history-row-status.share .share-my-order::after {
    display: none;
  }
}
.product-notdiscount-box.bg {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product-notdiscount-box.bg > span {
  display: inline-block;
  border-radius: 5px;
  background-color: #F4F4F4;
  padding: 5px 8px;
}
.product-notdiscount-box.icon {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  line-height: 1;
  font-size: 0;
}
.cart-discount-add-on-items {
  cursor: pointer;
}
.stock-box {
  display: block;
  font-size: 0;
}
.stock-box .stock-con {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 26px;
  color: #666666;
}
@media (max-width: 750px) {
  .stock-box .stock-con {
    font-size: 3.2vw;
    margin-top: 1.33vw;
    margin-bottom: 2.666vw;
  }
}
.stock-box .stock-con > span {
  color: #FF5F44;
}
.stock-box.product .stock-con {
  margin-top: 30px;
  margin-bottom: 0;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  background: #FEF6F5;
  padding: 2px 10px;
}
@media (max-width: 750px) {
  .stock-box.product .stock-con {
    font-size: 3.2vw;
    margin-top: 5.33vw;
    margin-bottom: 0;
    padding: 1.333vw 2vw;
    display: block;
  }
}
.stock-box.product .stock-con.attr {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .stock-box.product .stock-con.attr {
    margin-top: 2.66vw;
  }
}
.stock-box.product .stock-con.add-cart {
  margin-top: 0;
  margin-bottom: -20px;
}
@media (max-width: 750px) {
  .stock-box.product .stock-con.add-cart {
    margin-bottom: -2.66vw;
  }
}
.stock-box.product .stock-con > span {
  font-family: "Poppins-medium";
  font-weight: 500;
}
.stock-box.cart .stock-con {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 750px) {
  .stock-box.cart .stock-con {
    font-size: 3.2vw;
  }
}
.stock-box.mb {
  display: none;
}
@media (max-width: 750px) {
  .stock-box.mb {
    display: block;
  }
}
@media (max-width: 750px) {
  .stock-box.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .hooya-order-benefits {
    margin: 0 -15px;
    padding: 5.333vw 0;
    background: #F9F9F9;
  }
}
.hooya-order-benefits .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .hooya-order-benefits .benefits-list {
    margin: 0 15px;
    gap: 2.666vw;
  }
}
.hooya-order-benefits .benefits-list .benefit-item {
  background: #F9F9F9;
  padding: 10px 20px;
  border-radius: 2px;
  margin: 0;
}
@media (max-width: 767px) {
  .hooya-order-benefits .benefits-list .benefit-item {
    background: #fff;
    padding: 2.133vw 2.66vw;
  }
}
.hooya-order-benefits .benefits-list .benefit-item .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .hooya-order-benefits .benefits-list .benefit-item .title {
    gap: 1.066vw;
  }
}
.hooya-order-benefits .benefits-list .benefit-item .title > span {
  color: #333;
}
.hooya-order-benefits .benefits-list .benefit-item .title img {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .hooya-order-benefits .benefits-list .benefit-item .title img {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.hooya-order-benefits .benefits-list .benefit-item .benefit-item-content {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  max-height: 54px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hooya-order-benefits .benefits-list .benefit-item .benefit-item-content {
    margin-top: 0.533vw;
    font-size: 3.2vw;
    max-height: none;
  }
}
.hooya-order-benefits .benefits-list .benefit-item .benefit-item-content .benefits-toggle-more {
  color: #FDAC0E;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hooya-order-benefits .benefits-list .benefit-item .benefit-item-content .benefits-toggle-more {
    font-size: 3.2vw;
  }
}
.hooya-order-benefits .benefits-list .benefit-item .benefit-logos {
  display: flex;
  flex-wrap: wrap;
}
.hooya-order-benefits .benefits-list .benefit-item .benefit-logos .benefit-logo {
  width: 38px;
  margin-right: 7px;
  margin-top: 7px;
}
.hooya-order-benefits .mb-move-box {
  display: none;
}
@media (max-width: 767px) {
  .hooya-order-benefits.cartpage {
    margin: 0 -15px 12vw;
    padding: 5.333vw 0;
    position: relative;
  }
  .hooya-order-benefits.cartpage::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 25%, #ffffff 40%, #ffffff 100%);
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .hooya-order-benefits.cartpage .benefits-list {
    max-height: 85.2vw;
    overflow: hidden;
    background: #F9F9F9;
    margin: 0 15px;
    gap: 2.666vw;
  }
}
@media (max-width: 767px) {
  .hooya-order-benefits.cartpage .benefits-list .benefit-item {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .hooya-order-benefits.cartpage .mb-move-box {
    margin-top: 2.66vw;
    z-index: 3;
    position: absolute;
    bottom: 10px;
    margin: 0 15px;
    width: calc(100vw - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hooya-order-benefits.cartpage .mb-move-box .mb-move-link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7.33vw;
    height: 9.33vw;
    border-radius: 4.665vw;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
  }
}
.hooya-order-benefits.expanded .mb-move-box {
  display: none;
}
.hooya-order-benefits.expanded::after {
  display: none;
}
@media (max-width: 767px) {
  .hooya-order-benefits.expanded .benefits-list {
    max-height: none;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .hooya-order-benefits {
    display: none;
  }
}
.order-benefits-modal .activity-rules-content {
  width: 570px;
  max-width: auto;
  height: auto;
}
.order-benefits-modal .activity-rules-content .popup-header .popup-title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.order-benefits-modal .activity-rules-content .popup-header .popup-title img {
  max-width: 28px;
  max-height: 28px;
}
.order-benefits-modal .activity-rules-content .popup-header .popup-title > span {
  font-family: "Poppins-medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.order-benefits-modal .activity-rules-content .popup-content {
  margin: 25px 30px 0 30px;
}
.order-benefits-modal .activity-rules-content .popup-content .benefits-full-text {
  margin-left: 18px;
  margin-right: 54px;
  margin-bottom: 18px;
  color: #2F2F2F;
}
.order-benefits-modal .activity-rules-content .popup-content .go-cms-page {
  margin-bottom: 0;
}
.order-benefits-modal .activity-rules-content .popup-content .go-cms-page a {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #000;
}
.order-benefits-modal .activity-rules-content .popup-content .go-cms-page a svg {
  margin-left: 4px;
  vertical-align: middle;
}
.mb-order-benefits-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.mb-order-benefits-modal .mb-order-benefits-wapper {
  width: 100%;
  background: #fff;
  border-radius: 2.66vw 2.66vw 0 0;
  position: relative;
  padding: 8vw 5.866vw 8.8vw;
  z-index: 2;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .mb-order-benefits-close {
  position: absolute;
  top: 8vw;
  right: 3.2vw;
  z-index: 3;
  line-height: 1;
  cursor: pointer;
  width: 6.4vw;
  height: 6.4vw;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .mb-order-benefits-close svg {
  width: 4vw;
  height: 4vw;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8vw;
  font-size: 4vw;
  font-family: "Poppins-medium";
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content {
  max-height: 70vh;
  overflow-y: auto;
  box-sizing: border-box;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 6.666vw;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item {
  margin-bottom: 0;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .title {
  display: flex;
  align-items: center;
  gap: 1.066vw;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .title > span {
  color: #000;
  font-size: 3.733vw;
  font-family: "Poppins-medium";
  font-weight: 500;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .title img {
  width: 6.4vw;
  height: 6.4vw;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .benefit-item-content {
  margin-top: 3.2vw;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .benefit-item-content .benefits-full-text {
  line-height: 1.5;
  color: #333 !important;
  font-size: 3.466vw;
  padding-left: 4vw;
  color: #2F2F2F;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .benefit-item-content .go-cms-page {
  padding-left: 4vw;
  margin-bottom: 0;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .benefit-item-content .go-cms-page a {
  font-size: 3.466vw;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #000;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .benefit-item-content .go-cms-page a svg {
  margin-left: 4px;
  vertical-align: middle;
}
.mb-order-benefits-modal .mb-order-benefits-wapper .modal-content .benefits-list .benefit-item .benefit-item-content .go-cms-page a svg path {
  fill: #333;
}
.mb-order-benefits-modal .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
header.page-header.htype-4 .logo {
  padding-top: 24px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .logo {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
header.page-header.htype-4 .minicart-wrapper {
  margin-top: 25px;
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .minicart-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .header-search-icon {
    position: absolute;
    top: 15px;
    border-radius: 0;
    z-index: 100;
    right: 115px;
    height: 30px;
    width: 30px;
    background: url("/pub/images/user-nav/search-icon-mb.png") no-repeat center center;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  header.page-header.htype-4 .header-search-icon {
    top: 15px;
    right: calc(5.33vw * 2 + 4vw *2  + 15px);
    height: 5.33vw;
    width: 5.33vw;
  }
}
@media (min-width: 1201px) {
  header.page-header.htype-4 .header-search-icon {
    display: none;
  }
}
@media (max-width: 1200px) {
  .checkout-index-index header.page-header.htype-4 .header-search-icon,
  .cms-index-index header.page-header.htype-4 .header-search-icon {
    display: none;
  }
}
.search-suggestions {
  margin-bottom: 0;
  text-align: left;
  min-height: 40px;
  line-height: 40px;
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.search-suggestions a {
  font-size: 14px;
  margin: 0 20px 0 0;
  color: #ff5f44;
}
.search-suggestions a:hover {
  color: #ff5f44 !important;
}
@media (max-width: 1200px) {
  .search-suggestions {
    display: none;
  }
  header.page-header.htype-4 .panel.wrapper {
    position: static;
  }
}
.header-widget {
  width: 100%;
  margin: 0 auto;
  height: 2.0833vw;
  max-height: 40px;
  overflow: hidden;
}
.header-widget .header-lb {
  padding: 0;
}
.header-widget .header-lb li {
  margin-bottom: 0 !important;
  font-size: 0;
  height: 100%;
}
.header-widget .header-lb li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-widget .header-lb li > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .header-widget {
    height: 9.3333vw;
    max-height: none;
  }
  .header-widget.pc {
    display: none !important;
  }
  .header-widget.mb {
    display: block !important;
  }
  .header-widget .header-lb li a {
    width: 100vw;
    height: 9.3333vw;
    position: relative;
    text-align: center;
  }
  .header-widget .header-lb li a .pc {
    display: none;
  }
  .header-widget .header-lb li a .mb {
    display: block;
  }
  .header-widget .header-lb li img {
    height: 100%;
  }
  header.page-header.htype-4 .header.content {
    margin-top: 32px !important;
  }
  header.page-header.htype-4 .panel.wrapper {
    position: static !important;
  }
  .checkout-index-index header.page-header.htype-4 .header.content {
    margin-top: 0 !important;
  }
  .checkout-index-index header.page-header.htype-4 .panel.wrapper {
    display: none;
  }
}
@media (max-width: 720px) {
  header.page-header.htype-4 .header.content {
    margin-top: 20px !important;
  }
}
@media (max-width: 600px) {
  header.page-header.htype-4 .header.content {
    margin-top: 10px !important;
  }
}
@media (max-width: 500px) {
  header.page-header.htype-4 .header.content {
    margin-top: 0 !important;
  }
}
.checkout-index-index header.page-header.htype-4 {
  box-shadow: none;
}
.checkout-index-index #header-fixed-box {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.checkout-index-index .header-widget {
  display: none !important;
}
.product-info-ad {
  display: none;
  margin: 5px 0 10px 0;
  border-bottom: 1px dashed #dddddd;
}
.product-info-stock-sku {
  border-bottom: none !important;
}
.black-friday-time {
  display: block;
  position: relative;
  font-size: 0;
  margin-bottom: 20px;
}
.black-friday-time .con {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
  font-size: 23px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.2;
}
.black-friday-time .con span {
  display: inline-block;
  vertical-align: middle;
}
.black-friday-time .con .text {
  font-weight: bolder;
  font-style: italic;
  background: linear-gradient(to right, #75b8f7, #a045fd, #75b8f7);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.8em;
}
.black-friday-time .con .time {
  font-weight: bolder;
}
@media screen and (max-width: 640px) {
  .black-friday-time .con {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 420px) {
  .black-friday-time .con {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .black-friday-time .con {
    font-size: 12px;
  }
}
.search-right-icon {
  display: inline-flex;
  align-content: center;
  flex-shrink: 0;
}
.search-right-icon a {
  display: block;
  font-size: 0;
}
.jiabao-tips {
  height: 26px;
  border: 1px solid #0BC063;
  background: #EFFFF7;
  border-radius: 8px 6px 6px 8px !important;
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  top: 15px;
  left: 15px;
  font-size: 12px;
  line-height: 26px;
  pointer-events: none;
  padding: 0 10px 0 32px;
  color: #0BC063;
}
.jiabao-tips::before {
  content: '';
  width: 22px;
  height: 26px;
  background: url('/pub/images/black-friday/jiabao-icon-pc.png') no-repeat top left;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.checkout-cart-index #shopping-cart-table .cart-jiabao {
  display: block;
}
.checkout-cart-index #shopping-cart-table .jiabao-tips {
  position: relative;
  display: inline-flex;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.price-drop-list.black-friday {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #FFC842;
}
.price-drop-list.black-friday .drop-txt {
  flex-shrink: 0;
  display: inline-block;
  width: 168px !important;
  height: 30px !important;
  background: #ffc842 url('/pub/images/black-friday/list-spike-bg.png') no-repeat top left !important;
  padding-left: 88px;
  font-size: 16px;
  position: static;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
  box-sizing: border-box;
}
.price-drop-list.black-friday .price-drop-con {
  background: none;
  padding-left: 10px;
  color: #000;
}
.price-drop-list.black-friday .price-drop-con .icon-time {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.price-drop-list.black-friday .price-drop-con .end-in {
  font-size: 14px;
}
.price-drop-list.black-friday .price-drop-con .end-days {
  font-weight: 600;
  font-size: 16px;
  min-width: auto;
}
.price-drop-list.black-friday .price-drop-con .end-days-emarsys {
  font-weight: 600;
}
.price-drop-wrap.black-friday {
  display: block;
}
.price-drop-wrap.black-friday .black-friday-main {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.price-drop-wrap.black-friday::after {
  content: '';
  display: block;
  clear: both;
}
.price-drop-wrap.black-friday .black-friday-baojia-tips-svg {
  margin-left: 5px;
  cursor: pointer;
}
.price-drop-wrap.black-friday .price-drop-con {
  background: #FFC842 !important;
  height: 30px;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 10px 0 0;
  min-width: 350px;
  color: #000;
  overflow: inherit;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.price-drop-wrap.black-friday .text {
  width: 168px;
  height: 30px;
  background: url('/pub/images/black-friday/detail-spike-bg.png') no-repeat top left !important;
  flex-shrink: 0;
  background-size: 100% 100%;
  display: inline-block;
  padding-left: 88px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  box-sizing: border-box;
  margin-right: 10px;
}
.price-drop-wrap.black-friday .icon-time {
  display: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.price-drop-wrap.black-friday .end-in {
  flex-shrink: 0;
  font-size: 14px;
}
.price-drop-wrap.black-friday .end-days {
  font-weight: 600;
  font-size: 16px;
  min-width: auto;
}
#black-friday-baojia-popups {
  display: none;
}
.black-friday-baojia-warpper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
}
.black-friday-baojia-warpper:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.black-friday-baojia-warpper .black-friday-baojia-main {
  display: block;
  position: absolute;
  z-index: 2;
  width: 790px;
  margin: auto;
  max-height: 90vh;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-sizing: border-box;
}
.black-friday-baojia-warpper .black-friday-baojia-main .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
  z-index: 11;
}
.black-friday-baojia-warpper .black-friday-baojia-main .scrollbar-inner {
  padding-right: 12px !important;
}
.black-friday-baojia-warpper .black-friday-baojia-main .scrollbar-inner .scroll-content {
  max-height: calc(90vh - 102px);
}
.black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con {
  display: block;
}
.black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con .baojia-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con .baojia-title {
    margin-bottom: 6px;
  }
}
.black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con .notapply-tips {
  color: #fdac0e;
  margin-left: 10px;
}
@media (min-width: 751px) {
  .black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con .notapply-tips.mb {
    display: none;
  }
}
@media (max-width: 750px) {
  .black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con .notapply-tips {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
    margin-left: 0;
  }
  .black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con .notapply-tips.pc {
    display: none;
  }
}
.black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 0;
}
.black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 751px) {
  .amrelated-grid-wrapper .jiabao-tips {
    top: -10px;
    left: -10px;
  }
  .amrelated-grid-wrapper .price-drop-list.black-friday {
    height: 22px;
  }
  .amrelated-grid-wrapper .price-drop-list.black-friday .drop-txt {
    background-size: 100% !important;
    background-position: -8px 0px !important;
    width: 122px !important;
    height: 22px !important;
    padding-left: 57px !important;
    line-height: 22px !important;
  }
  .amrelated-grid-wrapper .price-drop-list.black-friday .price-drop-con {
    padding-left: 0 !important;
  }
  .amrelated-grid-wrapper .price-drop-list.black-friday .price-drop-con .end-days {
    font-size: 14px;
    vertical-align: top;
  }
}
@media (max-width: 1200px) {
  .search-right-icon {
    display: none !important;
  }
  .nav-box ul li.black-friday .menu-icon,
  .nav-box ul li.black-friday .m-search-right-icon {
    vertical-align: middle;
  }
  .nav-box ul li.black-friday .menu-icon {
    width: 5.067vw;
  }
  .nav-box ul li.black-friday .m-search-right-icon {
    width: 24vw;
    margin: 0;
  }
}
@media (max-width: 750px) {
  .jiabao-tips {
    height: 4.533vw;
    border: 1px solid #0BC063;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 1.4vw !important;
    border-bottom-right-radius: 1.4vw !important;
    top: -2.667vw;
    left: 0;
    font-size: 2.4vw;
    line-height: 4.533vw;
    padding: 0 1.33vw 0 5.2vw;
  }
  .jiabao-tips::before {
    width: 4vw;
    height: 4.4vw;
    background: url('/pub/images/black-friday/jiabao-icon-mb-list.png') no-repeat top left;
    background-size: 100% 100%;
  }
  .checkout-cart-index #shopping-cart-table .jiabao-tips {
    border-top-right-radius: 1.07vw !important;
    border-bottom-left-radius: 1.07vw !important;
    border-top-left-radius: 1.2vw !important;
    border-bottom-right-radius: 1.2vw !important;
  }
  .checkout-cart-index #shopping-cart-table .jiabao-tips::before {
    background: url('/pub/images/black-friday/jiabao-icon-mb-cart.png') no-repeat top left;
    background-size: 100% 100%;
  }
  .price-drop-list.black-friday {
    height: 4.8vw !important;
  }
  .price-drop-list.black-friday .drop-txt {
    width: 22.4vw !important;
    height: 4.8vw !important;
    background: #ffc842 url('/pub/images/black-friday/list-spike-bg-mb.png') no-repeat top left !important;
    background-size: 100% 100% !important;
    padding-left: 10.66vw;
    font-size: 2.66vw;
    line-height: 4.8vw;
  }
  .price-drop-list.black-friday .price-drop-con {
    padding-left: 1.33vw;
    height: 4.8vw;
    line-height: 4.8vw;
  }
  .price-drop-list.black-friday .price-drop-con .icon-time {
    display: inline-block !important;
    width: 2.66vw;
    height: 2.66vw;
    margin-bottom: 0.266vw;
  }
  .price-drop-list.black-friday .price-drop-con .end-in {
    font-size: 2.66vw;
  }
  .price-drop-list.black-friday .price-drop-con .end-days,
  .price-drop-list.black-friday .price-drop-con .end-days-emarsys {
    font-size: 2.66vw;
    vertical-align: middle;
  }
  .price-drop-wrap.black-friday {
    flex-wrap: nowrap;
  }
  .price-drop-wrap.black-friday::after {
    display: none;
  }
  .price-drop-wrap.black-friday .black-friday-baojia-tips-svg {
    margin-left: 2.66vw;
    flex-shrink: 0;
    width: 3.466vw;
    height: 3.466vw;
  }
  .price-drop-wrap.black-friday .price-drop-con {
    height: 8vw;
    padding: 0 2.66vw 0 0;
    min-width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    gap: 1.333vw;
    flex-shrink: 1;
  }
  .price-drop-wrap.black-friday .text {
    width: 40vw;
    height: 8vw;
    background: url('/pub/images/black-friday/detail-spike-bg-mb.png') no-repeat top left !important;
    flex-shrink: 0;
    background-size: 100% 100% !important;
    padding-left: 5.8vw;
    color: #fff;
    font-size: 3.733vw;
    font-weight: 600;
    margin-right: 2.66vw;
    line-height: 8vw;
  }
  .price-drop-wrap.black-friday .icon-time {
    display: none;
    width: 3.466vw;
    height: 3.466vw;
    margin-bottom: 0;
  }
  .price-drop-wrap.black-friday .end-in {
    font-size: 3.466vw;
  }
  .price-drop-wrap.black-friday .end-days {
    font-size: 3.466vw;
  }
  .black-friday-baojia-warpper .black-friday-baojia-main {
    width: 100vw;
    max-height: 94vh;
    bottom: 0;
    border-radius: 2.66vw 2.66vw 0 0;
    padding: 5.066vw 3vw 0 4vw;
  }
  .black-friday-baojia-warpper .black-friday-baojia-main .close {
    right: 5.33vw;
    top: 5.33vw;
    width: 4vw;
    height: 4vw;
  }
  .black-friday-baojia-warpper .black-friday-baojia-main .close svg {
    width: 100%;
    height: 100%;
  }
  .black-friday-baojia-warpper .black-friday-baojia-main .scrollbar-inner .scroll-content {
    max-height: calc(94vh - 16vw);
  }
  .black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con h3 {
    font-size: 4vw;
    text-align: center;
  }
  .black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con h4 {
    font-size: 3.733vw;
    margin-bottom: 1.333vw;
  }
  .black-friday-baojia-warpper .black-friday-baojia-main .black-friday-baojia-con p {
    font-size: 3.2vw;
    margin-bottom: 3.2vw;
  }
  .amrelated-grid-wrapper .jiabao-tips {
    left: -2.666vw;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list.black-friday .price-drop-con {
    padding-left: 0;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list.black-friday .price-drop-con .icon-time {
    margin-right: 0;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list.black-friday .price-drop-con .icon-time {
    font-size: 2.56vw;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list.black-friday .price-drop-con .end-days {
    vertical-align: middle;
  }
  .amrelated-grid-wrapper .price-drop-list.black-friday .drop-txt {
    width: 21.4vw !important;
    padding-left: 10.2vw;
  }
}
.activity-rules-wrapper {
  z-index: 1000000002 !important;
}
@media (min-width: 768px) {
  .early-bird-policy-model .activity-rules-content {
    width: 750px;
    height: 460px;
  }
}
.early-bird-policy-model .activity-rules-content .popup-header {
  flex: 0 0 auto;
}
.early-bird-policy-model .activity-rules-content .popup-header .popup-title {
  font-family: "Poppins-semibold";
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .early-bird-policy-model .activity-rules-content .popup-header .popup-title {
    padding-bottom: 0;
    font-size: 4.2vw;
  }
}
.early-bird-policy-model .activity-rules-content .scrollbar-inner {
  flex: 1 1 0;
  min-height: 0;
  /* 关键，防止flex子项溢出 */
  overflow: hidden;
}
.early-bird-policy-model .activity-rules-content .scrollbar-inner .scroll-element.scroll-y {
  right: 10px;
}
.early-bird-policy-model .activity-rules-content .popup-content {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .early-bird-policy-model .activity-rules-content .popup-content {
    margin: 1.333vw 4vw 0;
  }
  .early-bird-policy-model .activity-rules-content .scrollbar-inner .scroll-element.scroll-y {
    right: 2px;
  }
}
.coupons-tips {
  padding: 0 !important;
  height: auto !important;
  justify-content: flex-start !important;
  align-items: stretch;
}
.coupons-tips::before,
.coupons-tips::after {
  content: '';
  display: inline-block;
  width: 10px;
  background-image: url(/pub/images/coupons-reg-maxbg.png);
  background-size: auto 84px;
  background-position-y: 0px;
  flex-grow: 0;
}
.coupons-tips::after {
  background-position: top right;
}
.coupons-tips p {
  padding: 5px 10px !important;
  background-color: #FAF8F3;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: normal !important;
  margin: 0 !important;
  flex-grow: 1;
  height: auto !important;
  color: #FDAC0E;
  position: relative;
}
.coupons-tips p::before {
  content: '';
  display: block;
  width: 20px;
  height: 12px;
  background: url(/pub/images/coupons-reg-icon.png) no-repeat top left;
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: 10px;
}
.coupons-tips p span {
  float: left;
  margin-left: 30px;
  color: #FDAC0E;
}
.coupons-tips p span b {
  font-size: 14px;
}
.newsletter-block {
  position: relative;
}
.newsletter-block .newsletter-block-left {
  width: 100% !important;
  padding-right: 320px !important;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.newsletter-block .newsletter-block-left .news-block-title {
  float: none !important;
}
.newsletter-block .newsletter-block-left .news-block-title h2 {
  display: none !important;
}
.newsletter-block .newsletter-block-left .news-block-title .coupons-newsletter-tile {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  display: inline-block !important;
}
.newsletter-block .newsletter-block-left .news-block-title .coupons-newsletter-tile b {
  color: #FF5F44;
}
.newsletter-block .newsletter-block-left #newsletter-validate-detail {
  float: none !important;
  display: inline-block !important;
}
.newsletter-block .newsletter-block-left .coupons-newsletter-tips {
  clear: both;
  display: block;
  margin-top: 16px;
  font-size: 12px;
}
.newsletter-block .newsletter-block-left .coupons-newsletter-tips span {
  display: block;
}
.newsletter-block .newsletter-block-left .coupons-newsletter-tips a {
  color: #FDAC0E !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 750px) {
  .newsletter-block .newsletter-block-left .coupons-newsletter-tips {
    margin-top: 6px;
  }
}
.newsletter-block .newsletter-block-right {
  position: absolute !important;
  top: 0;
  right: 0;
  width: auto !important;
  float: none !important;
  z-index: 2;
}
.product-discount,
.product-tag-type,
.product-free-shipping,
.product-incl-btw {
  display: none;
}
.price-box .price-label {
  display: none !important;
}
.hooya-price-tips {
  display: none !important;
}
.catalog-product-view .product-info-price .price-container {
  line-height: inherit !important;
}
.catalog-product-view .product-info-price .price-wrapper {
  line-height: inherit !important;
  vertical-align: middle;
}
.catalog-product-view .product-info-price .special-price {
  margin-right: 0 !important;
  vertical-align: middle;
}
.catalog-product-view .product-info-price .special-price .price {
  font-size: 24px !important;
}
.catalog-product-view .product-info-price .price-final_price {
  vertical-align: middle;
}
.catalog-product-view .product-info-price .price-final_price .price {
  font-size: 24px !important;
}
.catalog-product-view .product-info-price .old-price {
  display: inline-block;
  margin-left: 5px !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  vertical-align: middle;
  font-size: 18px !important;
}
.catalog-product-view .product-info-price .old-price .price {
  font-size: 18px !important;
  color: #999 !important;
  font-weight: normal !important;
  text-decoration: line-through !important;
}
.catalog-product-view .product-info-price .old-price .price-final_price .price {
  font-size: 18px !important;
  color: #999 !important;
}
.catalog-product-view .product-info-price .product-discount,
.catalog-product-view .product-info-price .product-incl-btw {
  margin-left: 5px !important;
}
.catalog-product-view .product-info-price .product-discount {
  display: inline-block;
  vertical-align: middle;
  color: #E64D43;
  font-size: 1.4rem;
}
.catalog-product-view .product-info-price .product-tag-type,
.catalog-product-view .product-info-price .product-free-shipping {
  display: block;
  margin-top: 10px;
}
.catalog-product-view .product-info-price .product-tag-type {
  color: #E64D43;
  font-size: 20px;
  font-weight: bold;
}
.catalog-product-view .product-info-price .product-free-shipping {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
}
.catalog-product-view .product-info-price .product-incl-btw {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
}
.dePro-delivery-wrapper {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.dePro-delivery-wrapper .detailPro-delivery {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  display: flex;
  align-items: center;
}
.dePro-delivery-wrapper .detailPro-delivery svg {
  margin-right: 5px;
}
.dePro-delivery-wrapper .detailPro-delivery.free-delivery {
  font-weight: 600;
}
.dePro-delivery-wrapper .free-delivery {
  float: left;
  margin-bottom: 0;
  line-height: 30px;
  margin-right: 6px;
}
.sub-catagory {
  display: block;
  padding: 0 0 30px 0;
  border-bottom: 1px #ccc solid;
  margin-bottom: 30px;
}
.sub-catagory .content {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .sub-catagory .all {
    display: none;
  }
}
@media (max-width: 750px) {
  .sub-catagory .select {
    border: 0.267vw solid #fdac0e;
    border-radius: 1.333vw;
  }
}
.sub-catagory .catalog-sub-menu .more {
  display: none;
}
@media (max-width: 750px) {
  .sub-catagory {
    position: relative;
    margin-bottom: 10px;
    max-width: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px #F4F4F4 solid;
  }
  .sub-catagory .catalog-sub-menu {
    padding: 0 1.6vw 4vw;
    position: relative;
  }
  .sub-catagory .catalog-sub-menu .more {
    width: 7.733vw;
    background: rgba(255, 255, 255, 0.72);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0;
    z-index: 1;
  }
  .sub-catagory .catalog-sub-menu .more > img {
    width: 3.2vw;
    margin: auto;
    padding: 0;
    height: 2vw;
  }
  .sub-catagory .cat-box {
    overflow: hidden;
  }
  .sub-catagory::after {
    content: '';
    display: none;
    position: absolute;
    font-size: 0;
    zoom: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px #F4F4F4 solid;
    width: 100vw;
  }
}
.sub-catagory .ant-row {
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  row-gap: 20PX;
  flex-wrap: nowrap;
  display: flex;
  flex-flow: row wrap;
  padding: 0 1px;
}
@media (max-width: 750px) {
  .sub-catagory .ant-row {
    width: inherit;
    row-gap: inherit;
    margin-left: 0;
    margin-right: 0;
    flex-flow: initial;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.sub-catagory .ant-row .ant-col {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  width: 122px;
  margin: 0 0;
  min-height: 1px;
}
@media (max-width: 750px) {
  .sub-catagory .ant-row .ant-col {
    padding: 0 1.2vw;
    width: 24vw;
    height: 26.667vw;
    flex-shrink: 0;
    transition: all .2s linear 0s;
    margin-right: 2vw;
    border-radius: 1.333vw;
    box-sizing: border-box;
  }
}
.sub-catagory .ant-row.long {
  flex-wrap: wrap;
  justify-content: left;
}
.sub-catagory .ant-row.long .ant-col {
  margin: 0 0 20px;
  width: 12.5%;
  max-width: 180px;
}
.sub-catagory h1 {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
  font-family: "Poppins-medium";
}
@media (max-width: 750px) {
  .sub-catagory h1 {
    margin: 4vw 0;
    font-size: 4.267vw;
    font-weight: 500;
    line-height: 6.4vw;
    color: #333;
    padding: 0 4vw;
    text-align: center;
  }
}
.sub-catagory a {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 750px) {
  .sub-catagory .catagory-name a {
    font-weight: 400;
    font-size: 2.933vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
  }
}
.sub-catagory h3 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 750px) {
  .sub-catagory h3 {
    font-weight: 400;
    font-size: 2.933vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.sub-catagory .img-box {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .sub-catagory .img-box {
    width: 12vw;
    height: 12vw;
    margin: 2.8vw auto auto;
  }
}
.sub-catagory img {
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .sub-catagory .c-menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10008;
    overflow: hidden;
    display: none;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all .3s;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-main {
    position: absolute;
    max-height: calc(100vh - 17.333vw);
    width: 100%;
    display: block;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    padding-bottom: 3.2vw;
    box-sizing: border-box;
    overflow: hidden;
    top: -100%;
    transition: all .3s;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-main .c-menu-modal-head {
    display: flex;
    align-items: center;
    padding: 0 3.2vw 0 5.333vw;
    border-bottom: 1px solid #f4f4f4;
    height: 13.333vw;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-main .c-menu-modal-head .c-menu-modal-go-back {
    flex: 0 0 auto;
    width: 3.4vw;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-main .c-menu-modal-head .c-menu-modal-go-back img {
    display: block;
    width: 1.733vw;
    height: 3.067vw;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-main .c-menu-modal-head .c-menu-modal-title {
    flex: 1;
    font-size: 4.267vw;
    font-weight: 600;
    line-height: 6.4vw;
    color: #333;
    padding: 0 4vw;
    text-align: center;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-main .c-menu-modal-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: calc(100vh - 38.666vw);
    overflow-y: auto;
    transition: all .2s linear 0s;
    margin: 4vw 1.6vw 0;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-main .c-menu-modal-con .ant-col {
    display: flex;
    align-items: center;
    width: 73.333vw;
    height: 12.533vw;
    margin-bottom: 2.133vw;
  }
  .sub-catagory .c-menu-modal .c-menu-modal-main .c-menu-modal-con .ant-col .img-box {
    margin: 0 2.133vw;
  }
  .sub-catagory .c-menu-modal.show .c-menu-modal-bg {
    opacity: 1;
  }
  .sub-catagory .c-menu-modal.show .c-menu-modal-main {
    top: 0;
  }
}
.sub-catagory.no-sub-catagory {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.sub-catagory.no-sub-catagory .content h1 {
  text-align: left;
}
@media (max-width: 750px) {
  .sub-catagory.no-sub-catagory .content h1 {
    text-align: center;
  }
}
.price-drop-wrap {
  margin: 10px 0;
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .price-drop-wrap {
    display: flex;
    align-items: center;
  }
}
.price-drop-wrap .coupon-tips-svg {
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
.price-drop-wrap .price-drop-con {
  background: linear-gradient(90.34deg, #e24035 0.06%, #ef4932 100%);
  border-radius: 4px;
  color: #fff;
  padding: 0 14px 0 14px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  min-width: 380px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .price-drop-wrap .price-drop-con {
    min-width: auto;
    flex: 1;
    text-align: center;
  }
}
.price-drop-wrap .text {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .price-drop-wrap .text {
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  .price-drop-wrap .text {
    font-size: 13px;
  }
}
.price-drop-wrap .end-in {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
@media (max-width: 374px) {
  .price-drop-wrap .end-in {
    font-size: 12px;
    margin-right: 2px;
  }
}
.price-drop-wrap .img-decline {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 374px) {
  .price-drop-wrap .img-decline {
    margin: 0 5px;
  }
}
.price-drop-wrap .icon-time {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 374px) {
  .price-drop-wrap .icon-time {
    margin-right: 2px;
  }
}
.price-drop-wrap .end-days {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .price-drop-wrap .end-days {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .price-drop-wrap .end-days {
    font-size: 12px;
  }
}
.drop-coupon-tips {
  position: relative;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  border: 0 !important;
  max-width: 520px;
  display: inline-flex !important;
}
@media (min-width: 751px) {
  .drop-coupon-tips.clearanceTips {
    max-width: 250px !important;
  }
}
.drop-coupon-tips::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) scale(1);
}
.drop-coupon-tips::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1480px) {
  .drop-coupon-tips {
    max-width: 420px;
  }
}
@media (max-width: 1280px) {
  .drop-coupon-tips {
    max-width: 360px;
  }
}
@media (max-width: 750px) {
  .drop-coupon-tips {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    max-width: 90vw !important;
    box-sizing: border-box;
    display: flex !important;
  }
  .drop-coupon-tips::after,
  .drop-coupon-tips::before {
    display: none;
  }
}
.price-drop-list {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  z-index: 99;
}
@media (max-width: 750px) {
  .price-drop-list {
    height: 4.4vw;
    line-height: 4.4vw;
  }
}
.price-drop-list .drop-txt {
  position: absolute;
  left: -8px;
  bottom: -11px;
  z-index: 1;
  width: 148px;
  height: 58px;
  line-height: 38px;
  background: url(/pub/images/decline/price-drop.png) no-repeat center center;
  background-size: 100%;
  padding-left: 24px;
  font-size: 16px;
  line-height: 58px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .price-drop-list .drop-txt {
    left: -1.4vw;
    bottom: -1.1vw;
    width: 25.33vw;
    height: 8.533vw;
    padding-left: 3.2vw;
    font-size: 3.2vw;
    line-height: 8.533vw;
    padding-top: 0;
  }
}
.price-drop-list .price-drop-con {
  background: linear-gradient(90.34deg, #e24035 0.06%, #ef4932 100%);
  color: #fff;
  padding: 0 10px 0 0;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  padding-left: 136px;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .price-drop-list .price-drop-con {
    padding: 0 1.2vw 0 24vw;
    line-height: 4.4vw;
    height: 4.4vw;
    vertical-align: top;
    display: block;
  }
}
.price-drop-list .end-in {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
@media (max-width: 1280px) {
  .price-drop-list .end-in {
    display: none;
  }
}
@media (max-width: 750px) {
  .price-drop-list .end-in {
    display: none;
    font-size: 2.1996vw;
    margin-right: 0.48vw;
    vertical-align: top;
  }
}
.price-drop-list .icon-time {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
@media (max-width: 750px) {
  .price-drop-list .icon-time {
    display: none !important;
  }
}
.price-drop-list .end-days {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  min-width: 76px;
}
@media (max-width: 750px) {
  .price-drop-list .end-days {
    font-size: 2.1996vw;
    min-width: 12.1596vw;
    vertical-align: top;
    font-size: 3.2vw;
  }
}
.price-drop-list.list-mode-list {
  position: relative;
  margin-top: 20px;
}
.price-drop-list.list-mode-list .price-drop-con {
  padding-left: 158px;
  width: auto;
  min-width: 340px;
  box-sizing: border-box;
  border-radius: 0;
}
.price-drop-list.list-mode-list .price-drop-con .end-days {
  font-size: 16px;
}
.amrelated-grid-wrapper .product-item-photo {
  position: relative;
  display: block;
}
@media only screen and (min-width: 751px) {
  .amrelated-grid-wrapper .product-item-photo .sold-out {
    width: 160px;
    height: 45px;
    line-height: 45px;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list .drop-txt {
    width: 100px;
    height: 38px;
    line-height: 38px;
    left: -5px;
    bottom: -2px;
    padding-left: 10px;
    font-size: 12px;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list .price-drop-con {
    height: 20px;
    line-height: 20px;
    padding-left: 88px;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list .icon-time {
    margin-right: 0;
    width: 14px;
    height: 14px;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list .end-in {
    font-size: 12px;
    margin-right: 0;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list .end-days {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .amrelated-grid-wrapper .product-item-photo .price-drop-list {
    width: calc(100% + 5.332vw);
    margin-left: -2.666vw;
  }
  .amrelated-grid-wrapper .product-item-photo .price-drop-list .price-drop-con {
    padding-left: 23.5vw;
  }
}
.page-product-configurable .price-drop-wrap {
  display: none;
}
.search.results .toolbar-sorter {
  display: none !important;
}
.cms-page-view .add-wish-list {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
  display: none;
}
.cms-page-view .add-wish-list a {
  display: block;
}
.cms-page-view .add-wish-list .towishlist {
  background-color: #f9f9f9;
  height: 35px;
  border-radius: 16px;
  line-height: 35px;
  padding: 0 17px;
}
.cms-page-view .add-wish-list .towishlist:hover,
.cms-page-view .add-wish-list .towishlist:before {
  content: " " !important;
}
.cms-page-view .add-wish-list .towishlist .wish-svg {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
@media (min-width: 751px) {
  .cms-page-view .add-wish-list .towishlist .wish-svg:hover {
    fill: #ff5f44;
  }
}
.cms-page-view .add-wish-list .towishlist:before {
  display: none;
  font-size: 0;
  line-height: 0;
  content: url("../../frontend/default/hooya/sv_SE/svg/red-wish-icon.svg");
  color: #ff5f44;
}
.cms-page-view .add-wish-list .towishlist:hover:before {
  display: none;
  content: url("../../frontend/default/hooya/sv_SE/svg/red-wish-icon1.svg");
}
.cms-page-view .add-wish-list .towishlist .wish-num {
  border: 0;
  clip: auto;
  height: auto;
  margin: 0 !important;
  overflow: hidden;
  padding: 0;
  position: static !important;
  width: auto;
  font-size: 16px;
  color: #666;
  line-height: 1;
  pointer-events: none;
  vertical-align: middle;
}
.cms-page-view .add-wish-list .towishlist.successful .wish-svg {
  fill: #ff5f44;
}
.cms-page-view .add-wish-list .towishlist.successful .wish-svg path {
  stroke: #ff5f44;
}
.cms-page-view .add-wish-list .towishlist.loading {
  pointer-events: none;
}
.cms-page-view .pro_sku:hover .add-wish-list {
  display: block;
}
.catalog-category-view .products-grid .four_blocks .product-item,
.catalogsearch-result-index .products-grid .four_blocks .product-item,
.search-result-index .products-grid .four_blocks .product-item {
  position: relative;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
  display: none;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list a,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list a,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list a {
  display: block;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist {
  background-color: #f9f9f9;
  height: 35px;
  border-radius: 16px;
  line-height: 35px;
  padding: 0 17px;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist:hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist:hover,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist:hover,
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist:before,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist:before,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist:before {
  content: " " !important;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
@media (min-width: 751px) {
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg:hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg:hover,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg:hover {
    fill: #ff5f44;
  }
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist:before,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist:before,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist:before {
  display: none;
  font-size: 0;
  line-height: 0;
  content: url("../../frontend/default/hooya/sv_SE/svg/red-wish-icon.svg");
  color: #ff5f44;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist:hover:before,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist:hover:before,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist:hover:before {
  display: none;
  content: url("../../frontend/default/hooya/sv_SE/svg/red-wish-icon1.svg");
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-num,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-num,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-num {
  border: 0;
  clip: auto;
  height: auto;
  margin: 0 !important;
  overflow: hidden;
  padding: 0;
  position: static !important;
  width: auto;
  font-size: 16px;
  color: #666;
  line-height: 1;
  pointer-events: none;
  vertical-align: middle;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg {
  fill: #ff5f44;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg path,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg path,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg path {
  stroke: #ff5f44;
}
.catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.loading,
.catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.loading,
.search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.loading {
  pointer-events: none;
}
.catalog-category-view .products-grid .four_blocks .product-item .attr-text,
.catalogsearch-result-index .products-grid .four_blocks .product-item .attr-text,
.search-result-index .products-grid .four_blocks .product-item .attr-text {
  font-size: 14px;
}
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more {
  width: 18px;
  height: 18px;
  border-radius: 11px;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  margin: 0 8px 0 0;
  box-shadow: none;
  box-sizing: content-box;
  border: 1px #fff solid;
  outline: 1px #fff solid;
  padding: 0;
}
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color:not(.disabled):hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color:not(.disabled):hover,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color:not(.disabled):hover,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image:not(.disabled):hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image:not(.disabled):hover,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image:not(.disabled):hover,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data:not(.disabled):hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data:not(.disabled):hover,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data:not(.disabled):hover,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more:not(.disabled):hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more:not(.disabled):hover,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more:not(.disabled):hover {
  border: 1px #fff solid;
  outline: 1px #fff solid;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color.white,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color.white,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color.white,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image.white,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image.white,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image.white,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data.white,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data.white,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data.white,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more.white,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more.white,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more.white {
  border: 1px #ccc solid;
  outline: 1px #fff solid;
}
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color.white:hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color.white:hover,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color.white:hover,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image.white:hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image.white:hover,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image.white:hover,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data.white:hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data.white:hover,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data.white:hover,
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more.white:hover,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more.white:hover,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more.white:hover {
  border: 1px #ccc solid;
  outline: 1px #fff solid;
}
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.selected,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.selected,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.selected {
  border: 1px #fff solid !important;
  outline: 1px #fff solid !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3) !important;
}
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .see-more,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more {
  border: 1px #ccc solid !important;
  outline: 1px #fff solid !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .see-more svg,
.catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more svg,
.search-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more svg {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.catalog-category-view .products-grid .four_blocks .product-item:hover .add-wish-list,
.catalogsearch-result-index .products-grid .four_blocks .product-item:hover .add-wish-list,
.search-result-index .products-grid .four_blocks .product-item:hover .add-wish-list {
  display: block;
}
.catalog-category-view .products-grid .four_blocks .product-item .price-box .old-price .price,
.catalogsearch-result-index .products-grid .four_blocks .product-item .price-box .old-price .price,
.search-result-index .products-grid .four_blocks .product-item .price-box .old-price .price {
  color: #999;
}
.catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box,
.catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box,
.search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box,
  .search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box {
    right: 2.667vw;
    bottom: 2.667vw;
  }
}
.catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart,
.catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart,
.search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart,
.catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart,
.catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart,
.search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart,
.catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart,
.catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart,
.search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #FCC922;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart,
  .search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart,
  .catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart,
  .search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart,
  .catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart,
  .search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart {
    width: 8vw;
    height: 8vw;
  }
}
.catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart svg,
.catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart svg,
.search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart svg,
.catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart svg,
.catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart svg,
.search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart svg,
.catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart svg,
.catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart svg,
.search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart svg {
  pointer-events: none;
}
@media (max-width: 767px) {
  .catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart svg,
  .search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box button.list-add-to-cart svg,
  .catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart svg,
  .search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .actions-toolbar > .action.list-add-to-cart svg,
  .catalog-category-view .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart svg,
  .search-result-index .products-grid .four_blocks .product-item .list-product-add-cart-box .cart.table-wrapper .action-gift.list-add-to-cart svg {
    width: 4.66vw;
    height: 4.66vw;
  }
}
.catalog-category-view .hide,
.catalogsearch-result-index .hide,
.search-result-index .hide {
  display: none;
}
.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid,
.search-result-index .products-grid {
  margin: 0;
}
.catalog-category-view .sidebar-main .pages,
.catalogsearch-result-index .sidebar-main .pages,
.search-result-index .sidebar-main .pages {
  display: none !important;
}
.catalog-category-view .toolbar-products,
.catalogsearch-result-index .toolbar-products,
.search-result-index .toolbar-products {
  text-align: right;
}
.catalog-category-view .toolbar-products .pages,
.catalogsearch-result-index .toolbar-products .pages,
.search-result-index .toolbar-products .pages {
  float: none !important;
}
.catalog-category-view .toolbar-products .pages .item,
.catalogsearch-result-index .toolbar-products .pages .item,
.search-result-index .toolbar-products .pages .item {
  margin: 0 6px;
  font-size: 14px;
}
.catalog-category-view .toolbar-products .pages .item.current strong.page,
.catalogsearch-result-index .toolbar-products .pages .item.current strong.page,
.search-result-index .toolbar-products .pages .item.current strong.page {
  border-radius: 4px;
  background: #FDAC0E;
  color: #fff !important;
  border: 1px solid #FDAC0E;
}
.catalog-category-view .toolbar-products .pages .item a,
.catalogsearch-result-index .toolbar-products .pages .item a,
.search-result-index .toolbar-products .pages .item a {
  border-radius: 4px;
  border: 1px solid #CCC;
}
.catalog-category-view .toolbar-products .pages .item a.action.next:before,
.catalogsearch-result-index .toolbar-products .pages .item a.action.next:before,
.search-result-index .toolbar-products .pages .item a.action.next:before {
  font-size: 28px;
}
.catalog-category-view .page-wrapper .mb-filters-main,
.catalogsearch-result-index .page-wrapper .mb-filters-main,
.search-result-index .page-wrapper .mb-filters-main,
.catalog-category-view .page-wrapper .mb-filters-bg,
.catalogsearch-result-index .page-wrapper .mb-filters-bg,
.search-result-index .page-wrapper .mb-filters-bg {
  display: none;
}
.catalog-category-view .list-dropdown-box,
.catalogsearch-result-index .list-dropdown-box,
.search-result-index .list-dropdown-box {
  position: relative;
  display: inline-block;
}
.catalog-category-view .list-dropdown-box .dropdown-toggle,
.catalogsearch-result-index .list-dropdown-box .dropdown-toggle,
.search-result-index .list-dropdown-box .dropdown-toggle {
  border-radius: 36px;
  height: 40px;
  padding-left: 17px;
  padding-right: 17px;
  background: #F4F4F4;
  color: #000;
  border: 0;
  white-space: nowrap;
  font-size: 0;
}
.catalog-category-view .list-dropdown-box .dropdown-toggle span,
.catalogsearch-result-index .list-dropdown-box .dropdown-toggle span,
.search-result-index .list-dropdown-box .dropdown-toggle span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.catalog-category-view .list-dropdown-box .dropdown-toggle svg,
.catalogsearch-result-index .list-dropdown-box .dropdown-toggle svg,
.search-result-index .list-dropdown-box .dropdown-toggle svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.catalog-category-view .list-dropdown-box .dropdown-menu,
.catalogsearch-result-index .list-dropdown-box .dropdown-menu,
.search-result-index .list-dropdown-box .dropdown-menu {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1050;
  background-color: #fff;
  display: none;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  padding: 4px;
  min-width: 160px;
}
.catalog-category-view .list-dropdown-box .dropdown-menu li,
.catalogsearch-result-index .list-dropdown-box .dropdown-menu li,
.search-result-index .list-dropdown-box .dropdown-menu li {
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  margin-bottom: 8px;
  margin-top: 4px;
  padding: 0 16px;
}
.catalog-category-view .list-dropdown-box .dropdown-menu li:hover,
.catalogsearch-result-index .list-dropdown-box .dropdown-menu li:hover,
.search-result-index .list-dropdown-box .dropdown-menu li:hover {
  color: #fdac0e;
}
.catalog-category-view .list-dropdown-box .dropdown-menu li:active,
.catalogsearch-result-index .list-dropdown-box .dropdown-menu li:active,
.search-result-index .list-dropdown-box .dropdown-menu li:active {
  background: #fffbe6;
}
.catalog-category-view .list-dropdown-box .dropdown-menu li .count,
.catalogsearch-result-index .list-dropdown-box .dropdown-menu li .count,
.search-result-index .list-dropdown-box .dropdown-menu li .count {
  color: #000;
  margin-left: 5px;
}
.catalog-category-view .list-dropdown-box .dropdown-menu li .count:before,
.catalogsearch-result-index .list-dropdown-box .dropdown-menu li .count:before,
.search-result-index .list-dropdown-box .dropdown-menu li .count:before {
  content: '(';
}
.catalog-category-view .list-dropdown-box .dropdown-menu li .count:after,
.catalogsearch-result-index .list-dropdown-box .dropdown-menu li .count:after,
.search-result-index .list-dropdown-box .dropdown-menu li .count:after {
  content: ')';
}
.catalog-category-view .list-dropdown-box .dropdown-menu li .filter-count-label,
.catalogsearch-result-index .list-dropdown-box .dropdown-menu li .filter-count-label,
.search-result-index .list-dropdown-box .dropdown-menu li .filter-count-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-category-view .list-dropdown-box.open .dropdown-menu,
.catalogsearch-result-index .list-dropdown-box.open .dropdown-menu,
.search-result-index .list-dropdown-box.open .dropdown-menu {
  display: block;
}
.catalog-category-view .products-grid .four_blocks .product-item .product-item-photo .imgage-box .product-image-photo,
.catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-photo .imgage-box .product-image-photo,
.search-result-index .products-grid .four_blocks .product-item .product-item-photo .imgage-box .product-image-photo {
  min-height: 265px;
}
@media (max-width: 1280px) {
  .catalog-category-view .products-grid .four_blocks .product-item .product-item-photo .imgage-box .product-image-photo,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-photo .imgage-box .product-image-photo,
  .search-result-index .products-grid .four_blocks .product-item .product-item-photo .imgage-box .product-image-photo {
    min-height: auto;
  }
}
@media (min-width: 767px) {
  .catalogsearch-result-index .sidebar-main,
  .search-result-index .sidebar-main {
    display: flex;
  }
  .mb-filter-list-icon {
    display: none;
  }
  .pc-show {
    display: block !important;
  }
  .mb-show {
    display: none !important;
  }
  .search-result-index .page-main .sidebar-main {
    padding-left: 0;
  }
  .search-result-index .products {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog-category-view .sidebar-main,
  .catalogsearch-result-index .sidebar-main,
  .search-result-index .sidebar-main {
    width: 100%;
    padding-right: 0;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .catalog-category-view .sidebar-main .toolbar-products,
  .catalogsearch-result-index .sidebar-main .toolbar-products,
  .search-result-index .sidebar-main .toolbar-products {
    flex-shrink: 0;
    width: 286px;
    padding-left: 20px;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .catalog-category-view .sidebar-main .toolbar-products .toolbar-amount,
  .catalogsearch-result-index .sidebar-main .toolbar-products .toolbar-amount,
  .search-result-index .sidebar-main .toolbar-products .toolbar-amount,
  .catalog-category-view .sidebar-main .toolbar-products .limiter,
  .catalogsearch-result-index .sidebar-main .toolbar-products .limiter,
  .search-result-index .sidebar-main .toolbar-products .limiter {
    display: none !important;
  }
  .catalog-category-view .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text,
  .catalogsearch-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text,
  .search-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text {
    display: inline-block;
  }
  .catalog-category-view .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text,
  .catalogsearch-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text,
  .search-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text {
    display: none;
  }
  .catalog-category-view .sidebar-main .toolbar-products .list-dropdown-box .dropdown-menu li,
  .catalogsearch-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-menu li,
  .search-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-menu li {
    text-align: left;
  }
  .catalog-category-view .sidebar-main .block.filter,
  .catalogsearch-result-index .sidebar-main .block.filter,
  .search-result-index .sidebar-main .block.filter {
    padding: 0;
    margin-bottom: 0;
  }
  .catalog-category-view .column.main,
  .catalogsearch-result-index .column.main,
  .search-result-index .column.main {
    width: 100%;
    float: none;
  }
  .catalog-category-view .toolbar-products .toolbar-amount,
  .catalogsearch-result-index .toolbar-products .toolbar-amount,
  .search-result-index .toolbar-products .toolbar-amount,
  .catalog-category-view .toolbar-products .limiter,
  .catalogsearch-result-index .toolbar-products .limiter,
  .search-result-index .toolbar-products .limiter {
    display: none !important;
  }
  .catalog-category-view .products-grid + .toolbar-products,
  .catalogsearch-result-index .products-grid + .toolbar-products,
  .search-result-index .products-grid + .toolbar-products {
    text-align: center;
    padding: 45px 20px;
  }
  .catalog-category-view .products-grid .four_blocks.product-items,
  .catalogsearch-result-index .products-grid .four_blocks.product-items,
  .search-result-index .products-grid .four_blocks.product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .catalog-category-view .products-grid .four_blocks .product-item,
  .catalogsearch-result-index .products-grid .four_blocks .product-item,
  .search-result-index .products-grid .four_blocks .product-item {
    width: calc(33.33% - 15px) !important;
    box-sizing: border-box;
    box-shadow: -1px 5px 16px 3px rgba(122, 122, 122, 0.15);
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0 !important;
    transition: all .2s linear;
    margin-bottom: 15px !important;
  }
  .catalog-category-view .products-grid .four_blocks .product-item:last-child:nth-child(3n - 1),
  .catalogsearch-result-index .products-grid .four_blocks .product-item:last-child:nth-child(3n - 1),
  .search-result-index .products-grid .four_blocks .product-item:last-child:nth-child(3n - 1) {
    margin-right: calc((33.33% - 15px) + 15px*3 / 2);
  }
  .catalog-category-view .products-grid .four_blocks .product-item:last-child:nth-child(3n - 2),
  .catalogsearch-result-index .products-grid .four_blocks .product-item:last-child:nth-child(3n - 2),
  .search-result-index .products-grid .four_blocks .product-item:last-child:nth-child(3n - 2) {
    margin-right: calc((33.33% - 15px)*2 + 15px*6 / 2);
  }
  .catalog-category-view .products-grid .four_blocks .product-item:hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item:hover,
  .search-result-index .products-grid .four_blocks .product-item:hover {
    transform: translate3d(0, -10px, 0);
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-item-photo .imgage-box,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-photo .imgage-box,
  .search-result-index .products-grid .four_blocks .product-item .product-item-photo .imgage-box {
    padding: 20px 20px 0;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-item-details,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-details,
  .search-result-index .products-grid .four_blocks .product-item .product-item-details {
    margin-top: 10px;
    padding: 0 20px 20px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-attr,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-attr,
  .search-result-index .products-grid .four_blocks .product-item .product-attr {
    min-height: 22px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    display: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist {
    background-color: #F9F9F9;
    height: 35px;
    border-radius: 16px;
    line-height: 35px;
    padding: 0 17px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg:hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg:hover,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg:hover {
    fill: #FF5F44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist:before,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist:before,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist:before {
    display: none;
    font-size: 0;
    line-height: 0;
    content: url('../../frontend/default/hooya/sv_SE/svg/red-wish-icon.svg');
    color: #FF5F44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist:hover:before,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist:hover:before,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist:hover:before {
    display: none;
    content: url('../../frontend/default/hooya/sv_SE/svg/red-wish-icon1.svg');
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-num,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-num,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-num {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: static;
    width: auto;
    font-size: 16px;
    color: #666;
    line-height: 1;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg {
    fill: #FF5F44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg path,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg path,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg path {
    stroke: #FF5F44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist.loading,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.loading,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.loading {
    pointer-events: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item:hover .add-wish-ist,
  .catalogsearch-result-index .products-grid .four_blocks .product-item:hover .add-wish-ist,
  .search-result-index .products-grid .four_blocks .product-item:hover .add-wish-ist {
    display: block;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .price-save-box,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .price-save-box,
  .search-result-index .products-grid .four_blocks .product-item .price-save-box {
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary {
    min-height: 42px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions {
    font-size: 14px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions span,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions span,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions span {
    display: none;
  }
  .catalog-category-view .toolbar-products .sorter,
  .catalogsearch-result-index .toolbar-products .sorter,
  .search-result-index .toolbar-products .sorter {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .catalog-category-view .toolbar-products .sort-by,
  .catalogsearch-result-index .toolbar-products .sort-by,
  .search-result-index .toolbar-products .sort-by {
    margin-right: 12px;
  }
  .catalog-category-view .filter .list-dropdown-box,
  .catalogsearch-result-index .filter .list-dropdown-box,
  .search-result-index .filter .list-dropdown-box {
    margin-right: 10px;
  }
  .catalog-category-view .filter > div:last-child,
  .catalogsearch-result-index .filter > div:last-child,
  .search-result-index .filter > div:last-child {
    margin-right: 0;
  }
  .catalog-category-view .filter-content,
  .catalogsearch-result-index .filter-content,
  .search-result-index .filter-content {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .filter-content > div,
  .catalogsearch-result-index .filter-content > div,
  .search-result-index .filter-content > div {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .catalog-category-view .filter-price,
  .catalogsearch-result-index .filter-price,
  .search-result-index .filter-price {
    display: none;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .catalog-category-view .filter-price .num,
  .catalogsearch-result-index .filter-price .num,
  .search-result-index .filter-price .num {
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  .catalog-category-view .filter-price .num:last-child,
  .catalogsearch-result-index .filter-price .num:last-child,
  .search-result-index .filter-price .num:last-child {
    margin-right: 0;
  }
  .catalog-category-view .filter-price .num .label,
  .catalogsearch-result-index .filter-price .num .label,
  .search-result-index .filter-price .num .label {
    position: absolute;
    top: 1px;
    left: 1px;
    min-width: 52px;
    text-align: center;
    margin: auto;
    line-height: 38px;
    z-index: 2;
    height: 38px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
    color: #999;
  }
  .catalog-category-view .filter-price .num .ant-input-number,
  .catalogsearch-result-index .filter-price .num .ant-input-number,
  .search-result-index .filter-price .num .ant-input-number {
    width: 125px;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
    position: relative;
    color: #999;
    background-color: #fff;
    transition: all .3s;
    display: inline-block;
    border: 1px solid #ccc;
    word-break: keep-all;
    word-break: normal;
    white-space: normal;
    height: 40px;
  }
  .catalog-category-view .filter-price .num .ant-input-number .ant-input-number-input:placeholder-shown,
  .catalogsearch-result-index .filter-price .num .ant-input-number .ant-input-number-input:placeholder-shown,
  .search-result-index .filter-price .num .ant-input-number .ant-input-number-input:placeholder-shown {
    text-overflow: ellipsis;
  }
  .catalog-category-view .filter-price .num .ant-input-number .ant-input-number-input,
  .catalogsearch-result-index .filter-price .num .ant-input-number .ant-input-number-input,
  .search-result-index .filter-price .num .ant-input-number .ant-input-number-input {
    padding-left: 56px;
    touch-action: manipulation;
    width: 100%;
    height: 32px;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    outline: 0;
    transition: all .3s linear;
    appearance: textfield !important;
    overflow: visible;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    color: #999;
    line-height: inherit;
  }
  .catalog-category-view .filter-price .num .ant-input-number .ant-input-number-input:focus,
  .catalogsearch-result-index .filter-price .num .ant-input-number .ant-input-number-input:focus,
  .search-result-index .filter-price .num .ant-input-number .ant-input-number-input:focus {
    box-shadow: none;
  }
  .catalog-category-view .filter-price .num .ant-input-number.font-color,
  .catalogsearch-result-index .filter-price .num .ant-input-number.font-color,
  .search-result-index .filter-price .num .ant-input-number.font-color {
    border: 1px solid #111;
  }
  .catalog-category-view .filter-price .num .ant-input-number.font-color .ant-input-number-input,
  .catalogsearch-result-index .filter-price .num .ant-input-number.font-color .ant-input-number-input,
  .search-result-index .filter-price .num .ant-input-number.font-color .ant-input-number-input {
    color: #000;
  }
  .catalog-category-view .filter-price .price-go,
  .catalogsearch-result-index .filter-price .price-go,
  .search-result-index .filter-price .price-go {
    width: 59px;
    height: 40px;
    border-radius: 20px;
    border: 0;
    background: #FDAC0E;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .sidebar-main,
  .catalogsearch-result-index .sidebar-main,
  .search-result-index .sidebar-main {
    width: 100%;
    padding-right: 0;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .catalog-category-view .sidebar-main .toolbar-products,
  .catalogsearch-result-index .sidebar-main .toolbar-products,
  .search-result-index .sidebar-main .toolbar-products {
    flex-shrink: 0;
    width: 286px;
    padding-left: 20px;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .catalog-category-view .sidebar-main .toolbar-products .toolbar-amount,
  .catalogsearch-result-index .sidebar-main .toolbar-products .toolbar-amount,
  .search-result-index .sidebar-main .toolbar-products .toolbar-amount,
  .catalog-category-view .sidebar-main .toolbar-products .limiter,
  .catalogsearch-result-index .sidebar-main .toolbar-products .limiter,
  .search-result-index .sidebar-main .toolbar-products .limiter {
    display: none !important;
  }
  .catalog-category-view .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text,
  .catalogsearch-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text,
  .search-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text {
    display: inline-block;
  }
  .catalog-category-view .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text,
  .catalogsearch-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text,
  .search-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text {
    display: none;
  }
  .catalog-category-view .sidebar-main .toolbar-products .list-dropdown-box .dropdown-menu li,
  .catalogsearch-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-menu li,
  .search-result-index .sidebar-main .toolbar-products .list-dropdown-box .dropdown-menu li {
    text-align: left;
  }
  .catalog-category-view .sidebar-main .block.filter,
  .catalogsearch-result-index .sidebar-main .block.filter,
  .search-result-index .sidebar-main .block.filter {
    padding: 0;
    margin-bottom: 0;
  }
  .catalog-category-view .column.main,
  .catalogsearch-result-index .column.main,
  .search-result-index .column.main {
    width: 100%;
    float: none;
  }
  .catalog-category-view .toolbar-products .toolbar-amount,
  .catalogsearch-result-index .toolbar-products .toolbar-amount,
  .search-result-index .toolbar-products .toolbar-amount,
  .catalog-category-view .toolbar-products .limiter,
  .catalogsearch-result-index .toolbar-products .limiter,
  .search-result-index .toolbar-products .limiter {
    display: none !important;
  }
  .catalog-category-view .products-grid + .toolbar-products,
  .catalogsearch-result-index .products-grid + .toolbar-products,
  .search-result-index .products-grid + .toolbar-products {
    text-align: center;
    padding: 45px 20px;
  }
  .catalog-category-view .products-grid .four_blocks.product-items,
  .catalogsearch-result-index .products-grid .four_blocks.product-items,
  .search-result-index .products-grid .four_blocks.product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .catalog-category-view .products-grid .four_blocks .product-item,
  .catalogsearch-result-index .products-grid .four_blocks .product-item,
  .search-result-index .products-grid .four_blocks .product-item {
    width: calc(25% - 15px) !important;
    box-sizing: border-box;
    box-shadow: -1px 5px 16px 3px rgba(122, 122, 122, 0.15);
    border-radius: 8px;
    overflow: hidden;
    margin-left: 0 !important;
    transition: all .2s linear;
    margin-bottom: 15px !important;
  }
  .catalog-category-view .products-grid .four_blocks .product-item:last-child:nth-child(4n - 1),
  .catalogsearch-result-index .products-grid .four_blocks .product-item:last-child:nth-child(4n - 1),
  .search-result-index .products-grid .four_blocks .product-item:last-child:nth-child(4n - 1) {
    margin-right: calc((25% - 15px) + 15px*4 / 3);
  }
  .catalog-category-view .products-grid .four_blocks .product-item:last-child:nth-child(4n - 2),
  .catalogsearch-result-index .products-grid .four_blocks .product-item:last-child:nth-child(4n - 2),
  .search-result-index .products-grid .four_blocks .product-item:last-child:nth-child(4n - 2) {
    margin-right: calc((25% - 15px)*2 + 15px*8 / 3);
  }
  .catalog-category-view .products-grid .four_blocks .product-item:hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item:hover,
  .search-result-index .products-grid .four_blocks .product-item:hover {
    transform: translate3d(0, -10px, 0);
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-item-photo .imgage-box,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-photo .imgage-box,
  .search-result-index .products-grid .four_blocks .product-item .product-item-photo .imgage-box {
    padding: 20px 20px 0;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-item-details,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-details,
  .search-result-index .products-grid .four_blocks .product-item .product-item-details {
    margin-top: 10px;
    padding: 0 20px 20px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-attr,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-attr,
  .search-result-index .products-grid .four_blocks .product-item .product-attr {
    min-height: 22px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    display: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist {
    background-color: #F9F9F9;
    height: 35px;
    border-radius: 16px;
    line-height: 35px;
    padding: 0 17px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg:hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg:hover,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-svg:hover {
    fill: #FF5F44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist:before,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist:before,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist:before {
    display: none;
    font-size: 0;
    line-height: 0;
    content: url('../../frontend/default/hooya/sv_SE/svg/red-wish-icon.svg');
    color: #FF5F44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist:hover:before,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist:hover:before,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist:hover:before {
    display: none;
    content: url('../../frontend/default/hooya/sv_SE/svg/red-wish-icon1.svg');
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-num,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-num,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist .wish-num {
    border: 0;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: static;
    width: auto;
    font-size: 16px;
    color: #666;
    line-height: 1;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg {
    fill: #FF5F44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg path,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg path,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.successful .wish-svg path {
    stroke: #FF5F44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-ist .towishlist.loading,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.loading,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-ist .towishlist.loading {
    pointer-events: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item:hover .add-wish-ist,
  .catalogsearch-result-index .products-grid .four_blocks .product-item:hover .add-wish-ist,
  .search-result-index .products-grid .four_blocks .product-item:hover .add-wish-ist {
    display: block;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .price-save-box,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .price-save-box,
  .search-result-index .products-grid .four_blocks .product-item .price-save-box {
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary {
    min-height: 28px;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions {
    font-size: 14px;
  }
  .catalog-category-view .toolbar-products .sorter,
  .catalogsearch-result-index .toolbar-products .sorter,
  .search-result-index .toolbar-products .sorter {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .catalog-category-view .toolbar-products .sort-by,
  .catalogsearch-result-index .toolbar-products .sort-by,
  .search-result-index .toolbar-products .sort-by {
    margin-right: 12px;
  }
  .catalog-category-view .filter .list-dropdown-box,
  .catalogsearch-result-index .filter .list-dropdown-box,
  .search-result-index .filter .list-dropdown-box {
    margin-right: 10px;
  }
  .catalog-category-view .filter > div:last-child,
  .catalogsearch-result-index .filter > div:last-child,
  .search-result-index .filter > div:last-child {
    margin-right: 0;
  }
  .catalog-category-view .filter-content,
  .catalogsearch-result-index .filter-content,
  .search-result-index .filter-content {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .filter-content > div,
  .catalogsearch-result-index .filter-content > div,
  .search-result-index .filter-content > div {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .catalog-category-view .filter-price,
  .catalogsearch-result-index .filter-price,
  .search-result-index .filter-price {
    display: none;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .catalog-category-view .filter-price .num,
  .catalogsearch-result-index .filter-price .num,
  .search-result-index .filter-price .num {
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  .catalog-category-view .filter-price .num:last-child,
  .catalogsearch-result-index .filter-price .num:last-child,
  .search-result-index .filter-price .num:last-child {
    margin-right: 0;
  }
  .catalog-category-view .filter-price .num .label,
  .catalogsearch-result-index .filter-price .num .label,
  .search-result-index .filter-price .num .label {
    position: absolute;
    top: 1px;
    left: 1px;
    min-width: 52px;
    text-align: center;
    margin: auto;
    line-height: 38px;
    z-index: 2;
    height: 38px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
    color: #999;
  }
  .catalog-category-view .filter-price .num .ant-input-number,
  .catalogsearch-result-index .filter-price .num .ant-input-number,
  .search-result-index .filter-price .num .ant-input-number {
    width: 125px;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    box-sizing: border-box;
    position: relative;
    color: #999;
    background-color: #fff;
    transition: all .3s;
    display: inline-block;
    border: 1px solid #ccc;
    word-break: keep-all;
    word-break: normal;
    white-space: normal;
    height: 40px;
  }
  .catalog-category-view .filter-price .num .ant-input-number .ant-input-number-input:placeholder-shown,
  .catalogsearch-result-index .filter-price .num .ant-input-number .ant-input-number-input:placeholder-shown,
  .search-result-index .filter-price .num .ant-input-number .ant-input-number-input:placeholder-shown {
    text-overflow: ellipsis;
  }
  .catalog-category-view .filter-price .num .ant-input-number .ant-input-number-input,
  .catalogsearch-result-index .filter-price .num .ant-input-number .ant-input-number-input,
  .search-result-index .filter-price .num .ant-input-number .ant-input-number-input {
    padding-left: 56px;
    touch-action: manipulation;
    width: 100%;
    height: 32px;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    outline: 0;
    transition: all .3s linear;
    appearance: textfield !important;
    overflow: visible;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    color: #999;
    line-height: inherit;
  }
  .catalog-category-view .filter-price .num .ant-input-number .ant-input-number-input:focus,
  .catalogsearch-result-index .filter-price .num .ant-input-number .ant-input-number-input:focus,
  .search-result-index .filter-price .num .ant-input-number .ant-input-number-input:focus {
    box-shadow: none;
  }
  .catalog-category-view .filter-price .num .ant-input-number.font-color,
  .catalogsearch-result-index .filter-price .num .ant-input-number.font-color,
  .search-result-index .filter-price .num .ant-input-number.font-color {
    border: 1px solid #111;
  }
  .catalog-category-view .filter-price .num .ant-input-number.font-color .ant-input-number-input,
  .catalogsearch-result-index .filter-price .num .ant-input-number.font-color .ant-input-number-input,
  .search-result-index .filter-price .num .ant-input-number.font-color .ant-input-number-input {
    color: #000;
  }
  .catalog-category-view .filter-price .price-go,
  .catalogsearch-result-index .filter-price .price-go,
  .search-result-index .filter-price .price-go {
    width: 59px;
    height: 40px;
    border-radius: 20px;
    border: 0;
    background: #FDAC0E;
    color: #fff;
  }
  .catalog-category-view .related-searches,
  .catalogsearch-result-index .related-searches,
  .search-result-index .related-searches {
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 20px;
  }
}
.filter-state-content {
  margin-bottom: 30px;
}
.filter-state-content > div {
  margin-right: 10px;
}
.filter-state-content > div:last-child {
  margin-right: 0;
}
.filter-state-content .filter-current {
  display: inline-block;
}
.filter-state-content .filter-current .items {
  padding: 0;
  background: none;
}
.filter-state-content .filter-current .items .item {
  border: 1px solid #ccc;
  background-color: #fff;
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 40px;
  padding: 0 46px 0 17px;
  position: relative;
}
.filter-state-content .filter-current .items .item .filter-value {
  white-space: nowrap;
}
.filter-state-content .filter-current .items .item .action.remove {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  font-size: 0;
  height: 40px;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.filter-state-content .filter-current .items .item .action.remove > span {
  display: none;
}
.filter-state-content .filter-current .items .item .action.remove:after {
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #333;
  font-size: 32px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .filter-state-content .filter-current .items .item .action.remove:after {
    margin-right: 3px;
  }
}
.filter-state-content .filter-actions {
  display: inline-block;
}
.filter-state-content .filter-actions .filter-clear {
  color: #FDAC0E;
  font-size: 14px;
  text-decoration-line: underline;
  background: none;
}
.filter-state-content .filter-actions .filter-clear:hover {
  color: #FDAC0E !important;
  background: none;
}
.filters-nodata {
  display: none;
}
@media (max-width: 1200px) {
  .header_top_search {
    display: none;
  }
  .cms-index-index .header_top_search {
    display: block;
  }
}
@media (max-width: 750px) {
  .cms-page-view .add-wish-list {
    right: 1.334vw;
    top: 1.334vw;
    display: block;
  }
  .cms-page-view .add-wish-list .towishlist {
    display: block;
    width: 8vw;
    height: 8vw;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5.333vw;
    padding: 0;
    text-align: center;
    line-height: 8vw;
  }
  .cms-page-view .add-wish-list .towishlist .wish-svg {
    width: 4.267vw;
    height: 4vw;
    margin: auto;
  }
  .cms-page-view .add-wish-list .towishlist .wish-svg path {
    stroke: #666;
  }
  .cms-page-view .add-wish-list .towishlist .wish-num {
    display: none;
  }
  .cms-page-view .add-wish-list .towishlist.successful .wish-svg,
  .cms-page-view .add-wish-list .towishlist.successful .wish-svg:hover,
  .cms-page-view .add-wish-list .towishlist.successful .wish-svg:active {
    fill: #ff5f44;
  }
  .cms-page-view .add-wish-list .towishlist.successful .wish-svg path,
  .cms-page-view .add-wish-list .towishlist.successful .wish-svg:hover path,
  .cms-page-view .add-wish-list .towishlist.successful .wish-svg:active path {
    stroke: #ff5f44;
  }
  .filters-nodata {
    border-top: 1px solid #F2F2F2;
    text-align: center;
    padding: 27vw 8vw 0;
  }
  .filters-nodata svg {
    width: 10.66vw;
    height: 16vw;
  }
  .filter-state-content {
    margin-bottom: 0;
  }
  .filter-state-content .filter-current .items .item {
    height: 30px;
    line-height: 30px;
    padding: 0 33px 0 10px;
  }
  .filter-state-content .filter-current .items .item .action.remove {
    line-height: 30px;
    height: 30px;
  }
  .filter-state-content .filter-actions {
    margin-bottom: 15px;
  }
  .catalog-category-view.mb-filters-overflow-hidden,
  .catalogsearch-result-index.mb-filters-overflow-hidden,
  .search-result-index.mb-filters-overflow-hidden {
    overflow: hidden !important;
  }
  .catalog-category-view .pc-show,
  .catalogsearch-result-index .pc-show,
  .search-result-index .pc-show {
    display: none !important;
  }
  .catalog-category-view .mb-show,
  .catalogsearch-result-index .mb-show,
  .search-result-index .mb-show {
    display: block !important;
  }
  .catalog-category-view #maincontent,
  .catalogsearch-result-index #maincontent,
  .search-result-index #maincontent {
    padding: 0;
    margin: 0;
  }
  .catalog-category-view .sidebar-main,
  .catalogsearch-result-index .sidebar-main,
  .search-result-index .sidebar-main {
    padding: 0 2.8vw;
    display: flex;
    flex-direction: column;
  }
  .catalog-category-view .sidebar-main .filter,
  .catalogsearch-result-index .sidebar-main .filter,
  .search-result-index .sidebar-main .filter {
    padding: 0;
    margin: 0;
    order: 2;
  }
  .catalog-category-view .sidebar-main .filter .filter-content,
  .catalogsearch-result-index .sidebar-main .filter .filter-content,
  .search-result-index .sidebar-main .filter .filter-content,
  .catalog-category-view .sidebar-main .filter .filter-price,
  .catalogsearch-result-index .sidebar-main .filter .filter-price,
  .search-result-index .sidebar-main .filter .filter-price {
    display: none;
  }
  .catalog-category-view .sidebar-main .toolbar-products,
  .catalogsearch-result-index .sidebar-main .toolbar-products,
  .search-result-index .sidebar-main .toolbar-products {
    margin-bottom: 3.2vw;
    margin-top: 3.2vw;
  }
  .catalog-category-view .sidebar-main .toolbar-products .toolbar-amount,
  .catalogsearch-result-index .sidebar-main .toolbar-products .toolbar-amount,
  .search-result-index .sidebar-main .toolbar-products .toolbar-amount {
    display: none !important;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter,
  .search-result-index .sidebar-main .toolbar-sorter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .sort-by,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .sort-by,
  .search-result-index .sidebar-main .toolbar-sorter .sort-by {
    display: none;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter::after,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter::after,
  .search-result-index .sidebar-main .toolbar-sorter::after {
    clear: both;
    display: block;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle {
    background: none;
    font-size: 0;
    padding: 0;
    height: 6.4vw;
    line-height: 6.4vw;
    color: #666;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle .pc-sort-by-dufault-text {
    display: none;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-toggle .mb-sort-by-dufault-text {
    display: inline-block;
    font-size: 3.2vw;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu {
    position: absolute;
    top: 6.4vw;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
    padding: 4px;
    min-width: 34vw;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu li,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu li,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu li {
    height: auto;
    line-height: 1.5;
    margin-bottom: 2.666vw;
    margin-top: 2.666vw;
    padding: 0 5.333vw;
    text-align: left;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu li a,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu li a,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box .dropdown-menu li a {
    font-weight: 500;
    font-size: 3.467vw;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle {
    position: relative;
    padding-right: 18px;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle svg,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle svg,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle svg {
    display: none;
  }
  .catalog-category-view .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle::after,
  .catalogsearch-result-index .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle::after,
  .search-result-index .sidebar-main .toolbar-sorter .list-dropdown-box.open .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    border-color: transparent transparent #ee0a24 #ee0a24;
    border-style: solid;
    border-width: 4px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .8;
    content: "";
  }
  .catalog-category-view .products,
  .catalogsearch-result-index .products,
  .search-result-index .products {
    margin: 0;
  }
  .catalog-category-view .products-grid,
  .catalogsearch-result-index .products-grid,
  .search-result-index .products-grid,
  .catalog-category-view .pro_tagu,
  .catalogsearch-result-index .pro_tagu,
  .search-result-index .pro_tagu,
  .catalog-category-view .related-searches,
  .catalogsearch-result-index .related-searches,
  .search-result-index .related-searches {
    padding: 2.533vw 2.8vw 4vw;
  }
  .catalog-category-view .block-content,
  .catalogsearch-result-index .block-content,
  .search-result-index .block-content {
    margin: 0;
    padding: 0;
  }
  .catalog-category-view .products-grid,
  .catalogsearch-result-index .products-grid,
  .search-result-index .products-grid {
    background-color: #f4f4f4;
  }
  .catalog-category-view .products-grid + .toolbar-products,
  .catalogsearch-result-index .products-grid + .toolbar-products,
  .search-result-index .products-grid + .toolbar-products {
    text-align: center;
    background-color: #f4f4f4;
    padding: 2.533vw 4vw 8vw;
  }
  .catalog-category-view .related-searches,
  .catalogsearch-result-index .related-searches,
  .search-result-index .related-searches {
    margin-bottom: 4.8vw;
    font-size: 4.266vw;
  }
  .catalog-category-view .products-grid .four_blocks,
  .catalogsearch-result-index .products-grid .four_blocks,
  .search-result-index .products-grid .four_blocks {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .products-grid .four_blocks .product-item,
  .catalogsearch-result-index .products-grid .four_blocks .product-item,
  .search-result-index .products-grid .four_blocks .product-item {
    box-sizing: border-box;
    width: 44.267vw;
    overflow: hidden;
    padding-bottom: 2.667vw;
    position: relative;
    background: #fff;
    box-shadow: 0 0.267vw 0.533vw 0.267vw rgba(102, 102, 102, 0.1);
    border-radius: 1.067vw;
    margin: 1.467vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .pro-img,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .pro-img,
  .search-result-index .products-grid .four_blocks .product-item .pro-img {
    width: 100%;
    min-height: 38.933vw;
    position: relative;
    margin-bottom: 2.667vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .pro-img .imgage-box img,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .pro-img .imgage-box img,
  .search-result-index .products-grid .four_blocks .product-item .pro-img .imgage-box img {
    width: 38.933vw;
    margin: 2.667vw 2.667vw 0;
    height: auto;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-item-details,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-details,
  .search-result-index .products-grid .four_blocks .product-item .product-item-details {
    padding: 0 2.667vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-item-name,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-name,
  .search-result-index .products-grid .four_blocks .product-item .product-item-name {
    margin: 0 0 1.333vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-item-name a,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-item-name a,
  .search-result-index .products-grid .four_blocks .product-item .product-item-name a {
    word-wrap: break-word;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .on-sale-tips,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .on-sale-tips,
  .search-result-index .products-grid .four_blocks .product-item .on-sale-tips {
    position: absolute;
    top: 0;
    left: 2.667vw;
    padding: 0.667vw 1.867vw;
    border-radius: 0.8vw;
    text-align: center;
    font-weight: 400;
    font-size: 2.667vw;
    line-height: 1.5;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary {
    padding: 0;
    min-height: 6.4vw;
    align-items: center;
    margin: 2vw 0 0 0;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result {
    width: 17.4vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result:before,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result:before,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result:before,
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result > span:before,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result > span:before,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .rating-summary .rating-result > span:before {
    font-size: 4.8vw;
    height: 4.8vw;
    letter-spacing: -1.6vw;
    line-height: 4.8vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions {
    line-height: 4.8vw;
    height: 4.8vw;
    font-size: 3.2vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions a,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions a,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions a {
    display: inline-block;
    vertical-align: middle;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions span,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions span,
  .search-result-index .products-grid .four_blocks .product-item .list-reviews-Summary .reviews-actions span {
    display: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .price-box,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .price-box,
  .search-result-index .products-grid .four_blocks .product-item .price-box {
    margin: 1.33vw 0 ;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .special-price .price,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .special-price .price,
  .search-result-index .products-grid .four_blocks .product-item .special-price .price,
  .catalog-category-view .products-grid .four_blocks .product-item .minimal-price .price,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .minimal-price .price,
  .search-result-index .products-grid .four_blocks .product-item .minimal-price .price,
  .catalog-category-view .products-grid .four_blocks .product-item .price-box .price,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .price-box .price,
  .search-result-index .products-grid .four_blocks .product-item .price-box .price {
    font-weight: 400;
    font-size: 3.733vw;
    line-height: 1;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .old-price,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .old-price,
  .search-result-index .products-grid .four_blocks .product-item .old-price {
    padding: 0;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .old-price .price,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .old-price .price,
  .search-result-index .products-grid .four_blocks .product-item .old-price .price {
    color: #999;
    font-weight: 400;
    font-size: 3.733vw;
    line-height: 1;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    margin-left: 1.333vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .price-save-box,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .price-save-box,
  .search-result-index .products-grid .four_blocks .product-item .price-save-box {
    display: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .product-attr,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .product-attr,
  .search-result-index .products-grid .four_blocks .product-item .product-attr {
    min-height: 4.8vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .attr-text p,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .attr-text p,
  .search-result-index .products-grid .four_blocks .product-item .attr-text p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 0;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list {
    right: 1.334vw;
    top: 1.334vw;
    display: block;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist {
    display: block;
    width: 8vw;
    height: 8vw;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5.333vw;
    padding: 0;
    text-align: center;
    line-height: 8vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg {
    width: 4.267vw;
    height: 4vw;
    margin: auto;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg path,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg path,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-svg path {
    stroke: #666;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-num,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-num,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist .wish-num {
    display: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg,
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:hover,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:hover,
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:active,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:active,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:active {
    fill: #ff5f44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg path,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg path,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg path,
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:hover path,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:hover path,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:hover path,
  .catalog-category-view .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:active path,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:active path,
  .search-result-index .products-grid .four_blocks .product-item .add-wish-list .towishlist.successful .wish-svg:active path {
    stroke: #ff5f44;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color,
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image,
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data,
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more {
    width: 5.333vw;
    height: 5.333vw;
    border-radius: 50%;
    margin: 0 2.666vw 0 0;
    border: 0 #fff solid;
    box-sizing: border-box;
    outline: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color:not(.disabled):hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color:not(.disabled):hover,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.color:not(.disabled):hover,
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image:not(.disabled):hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image:not(.disabled):hover,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.image:not(.disabled):hover,
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data:not(.disabled):hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data:not(.disabled):hover,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.no-data:not(.disabled):hover,
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more:not(.disabled):hover,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more:not(.disabled):hover,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.see-more:not(.disabled):hover {
    border: 1px #fff solid;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white {
    border: 1px #ccc solid !important;
    outline: none;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white.selected,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white.selected,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white.selected {
    position: relative;
    z-index: 0;
    outline: none !important;
    box-shadow: none !important;
    overflow: inherit;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white.selected:before,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white.selected:before,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.white.selected:before {
    display: inline-block;
    content: "";
    width: 6.9333vw;
    height: 6.9333vw;
    border-radius: 50%;
    border: 0;
    outline: 0;
    box-shadow: 0px 0px 0.4vw 0 rgba(0, 0, 0, 0.3) !important;
    position: absolute;
    top: -0.8vw;
    left: -0.8vw;
    z-index: -1;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.selected,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.selected,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .swatch-option.selected {
    border: 0 !important;
    outline: 0.8vw #fff solid !important;
    box-shadow: 0px 0px 0.4vw 0.8vw rgba(0, 0, 0, 0.3) !important;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .see-more,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more {
    border: 1px #ccc solid;
    outline: none;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .see-more svg,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more svg,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more svg {
    display: inline-block;
    width: 2.66vw;
    height: 2.66vw;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .see-more.selected,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more.selected,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more.selected {
    position: relative;
    z-index: 0;
    outline: none !important;
    box-shadow: none !important;
    overflow: inherit;
  }
  .catalog-category-view .products-grid .four_blocks .product-item .swatch-attribute .see-more.selected:before,
  .catalogsearch-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more.selected:before,
  .search-result-index .products-grid .four_blocks .product-item .swatch-attribute .see-more.selected:before {
    display: inline-block;
    content: "";
    width: 6.9333vw;
    height: 6.9333vw;
    border-radius: 50%;
    border: 0;
    outline: 0;
    box-shadow: 0px 0px 0.4vw 0 rgba(0, 0, 0, 0.3) !important;
    position: absolute;
    top: -0.8vw;
    left: -0.8vw;
    z-index: -1;
  }
  .catalog-category-view .catalog-four-sub-menu,
  .catalogsearch-result-index .catalog-four-sub-menu,
  .search-result-index .catalog-four-sub-menu {
    display: block;
    overflow: hidden;
    padding: 0 0 3.3333vw;
  }
  .catalog-category-view .catalog-four-sub-menu ul,
  .catalogsearch-result-index .catalog-four-sub-menu ul,
  .search-result-index .catalog-four-sub-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
  }
  .catalog-category-view .catalog-four-sub-menu ul li,
  .catalogsearch-result-index .catalog-four-sub-menu ul li,
  .search-result-index .catalog-four-sub-menu ul li {
    flex-shrink: 0;
    border: 1px solid #ccc;
    border-radius: 4vw;
    padding: 1.333vw 2.133vw;
    margin: 0 0.667vw;
  }
  .catalog-category-view .catalog-four-sub-menu ul li a,
  .catalogsearch-result-index .catalog-four-sub-menu ul li a,
  .search-result-index .catalog-four-sub-menu ul li a {
    font-weight: 400;
    font-size: 3.2vw;
    color: #333;
    text-align: none;
  }
  .catalog-category-view .catalog-four-sub-menu ul li a:hover,
  .catalogsearch-result-index .catalog-four-sub-menu ul li a:hover,
  .search-result-index .catalog-four-sub-menu ul li a:hover,
  .catalog-category-view .catalog-four-sub-menu ul li a:active,
  .catalogsearch-result-index .catalog-four-sub-menu ul li a:active,
  .search-result-index .catalog-four-sub-menu ul li a:active {
    color: #333;
  }
  .catalog-category-view .catalog-four-sub-menu ul li.current,
  .catalogsearch-result-index .catalog-four-sub-menu ul li.current,
  .search-result-index .catalog-four-sub-menu ul li.current {
    border: 1px solid #FDAC0E;
    background: #FFF9EE;
  }
  .catalog-category-view .catalog-four-sub-menu ul li.current a,
  .catalogsearch-result-index .catalog-four-sub-menu ul li.current a,
  .search-result-index .catalog-four-sub-menu ul li.current a {
    color: #FDAC0E;
  }
  .catalog-category-view .mb-filter-list-icon,
  .catalogsearch-result-index .mb-filter-list-icon,
  .search-result-index .mb-filter-list-icon {
    float: right;
    display: block;
    font-size: 0;
  }
  .catalog-category-view .mb-filter-list-icon .filters,
  .catalogsearch-result-index .mb-filter-list-icon .filters,
  .search-result-index .mb-filter-list-icon .filters {
    display: flex;
    align-items: center;
  }
  .catalog-category-view .mb-filter-list-icon .filters svg,
  .catalogsearch-result-index .mb-filter-list-icon .filters svg,
  .search-result-index .mb-filter-list-icon .filters svg {
    width: 3.333vw;
    height: 3.466vw;
    margin-right: 1.333vw;
  }
  .catalog-category-view .mb-filter-list-icon .filters .txt,
  .catalogsearch-result-index .mb-filter-list-icon .filters .txt,
  .search-result-index .mb-filter-list-icon .filters .txt {
    color: #333;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
  .catalog-category-view .page-wrapper .mb-filters-main,
  .catalogsearch-result-index .page-wrapper .mb-filters-main,
  .search-result-index .page-wrapper .mb-filters-main {
    display: block;
    position: fixed;
    height: 100%;
    width: 85%;
    overflow: hidden;
    right: -100%;
    top: 0;
    -webkit-transition: right .3s linear;
    transition: right .3s linear;
    z-index: 11111;
    background-color: #fff;
  }
  .catalog-category-view .page-wrapper .mb-filters-main.show,
  .catalogsearch-result-index .page-wrapper .mb-filters-main.show,
  .search-result-index .page-wrapper .mb-filters-main.show {
    display: block;
    right: 0;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-head,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-head,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-head {
    display: block;
    height: 16vw;
    padding: 4vw;
    line-height: 8vw;
    text-align: center;
    font-size: 3.733vw;
    box-sizing: border-box;
    position: relative;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-icon,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-icon,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-icon {
    position: absolute;
    z-index: 1;
    color: #c8c9cc;
    cursor: pointer;
    top: 16px;
    right: 16px;
    width: 5.866vw;
    height: 5.866vw;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-icon:after,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-icon:after,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-icon:after {
    display: inline-block;
    content: "\e616";
    font-family: 'icons-blank-theme';
    font-weight: normal;
    font-style: normal;
    font-size: 9.6vw;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: -35%;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-bottom.button-box,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box {
    display: flex;
    padding: 0 2.667vw;
    justify-content: space-between;
    margin-top: 2.667vw;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-bottom.button-box .btn,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box .btn,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box .btn {
    width: 36.667vw;
    height: 9.333vw;
    border-radius: 6.667vw;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 9.333vw;
    color: #000;
    padding: 0;
    border: none;
    background-color: #efefef;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-bottom.button-box .btn.apply,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box .btn.apply,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box .btn.apply {
    background: #fdac0e;
    color: #fff;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button {
    box-shadow: 0 -13px 17px 0 rgba(131, 131, 131, 0.1);
    padding: 0 4vw;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button .rest,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button .rest,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button .rest {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ffffff;
    margin-top: 15px;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button .apply,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button .apply,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-bottom.button-box.nodata-button .apply {
    display: none;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content {
    position: relative;
    height: 90%;
    overflow-y: scroll;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row {
    position: relative;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title {
    display: flex;
    padding: 1.333vw 2.1333vw;
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label {
    display: flex;
    color: #323233;
    font-size: 3.733vw;
    line-height: 1.5;
    flex: 1;
    align-items: center;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label > span,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label > span,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label > span {
    display: none;
    width: 1.333vw;
    height: 1.333vw;
    background: #fdac0e;
    border-radius: 1.333vw;
    margin-left: 1.333vw;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label > span.show,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label > span.show,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-title-label > span.show {
    display: inline-block;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title:active,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title:active,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title:active {
    background-color: #f2f3f5;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-arrow-icon,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-arrow-icon,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-arrow-icon {
    margin-left: 4px;
    color: #969799;
    width: 9.6vw;
    height: 9.6vw;
    line-height: 9.6vw;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-arrow-icon:after,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-arrow-icon:after,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title .filters-arrow-icon:after {
    content: "\e622";
    font-family: "icons-blank-theme";
    font-size: 9.6vw;
    font-style: normal;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title.expanded .filters-arrow-icon,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title.expanded .filters-arrow-icon,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title.expanded .filters-arrow-icon {
    transform: rotateZ(-180deg);
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title.expanded:after,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title.expanded:after,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-title.expanded:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 2.1333vw;
    bottom: 0;
    left: 2.1333vw;
    border-bottom: 1px solid #ebedf0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item {
    display: none;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content {
    background-color: #fff;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list {
    display: flex;
    flex-wrap: wrap;
    padding: 1.6vw 2.1333vw;
    color: #969799;
    font-size: 3.733vw;
    line-height: 1.5;
    justify-content: space-between;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.color,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.color,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.color {
    justify-content: normal;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.color .color .name,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.color .color .name,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.color .color .name {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input {
    width: 34.667vw;
    height: 9.333vw;
    margin: 1.333vw;
    padding: 0 4vw;
    color: #999;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 9.333vw;
    border: 1px solid #ccc;
    border-radius: 4.667vw;
    text-align: left;
    transition: all .3s linear;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input.font-color,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input.font-color,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input.font-color {
    color: #000;
    border: 1px solid #000;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input:focus,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input:focus,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-input:focus {
    box-shadow: none;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item {
    min-width: calc(50% - 6.665vw);
    height: 9.333vw;
    margin: 1.333vw 0;
    padding: 0 2.666vw;
    font-weight: 400;
    font-size: 3.2vw;
    text-align: center;
    color: #333;
    background: #f6f6f6;
    border: 0.267vw transparent solid;
    border-radius: 4.667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item.active,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item.active,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item.active {
    color: #fdac0e;
    background: #fff9ee;
    border: 0.267vw solid #fdac0e;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item.hide,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item.hide,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .filters-type-item.hide {
    display: none;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color {
    text-align: center;
    margin: 1.333vw;
    width: 16vw;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece {
    width: 10.667vw;
    height: 10.667vw;
    border: 0.4vw solid #fff;
    box-shadow: 0 0 0.4vw rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    margin: 0 auto;
    background: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece img,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece img,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece img {
    display: none;
    width: 4.267vw;
    pointer-events: none;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece.black img:first-child,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece.black img:first-child,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece.black img:first-child {
    display: block;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece.white img:last-child,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece.white img:last-child,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .piece.white img:last-child {
    display: block;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .name,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .name,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list .color .name {
    font-weight: 400;
    font-size: 3.2vw;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color {
    justify-content: normal;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color .filters-type-item,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color .filters-type-item,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color .filters-type-item {
    min-width: auto;
    margin: 1.333vw;
    max-width: 100%;
    overflow: hidden;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color .filters-type-item > span,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color .filters-type-item > span,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item .filters-item-content .filters-content-list.eu-color .filters-type-item > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item.show,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item.show,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row .filters-item.show {
    display: block;
  }
  .catalog-category-view .page-wrapper .mb-filters-main .mb-filters-content .filters-row:after,
  .catalogsearch-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row:after,
  .search-result-index .page-wrapper .mb-filters-main .mb-filters-content .filters-row:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    right: 2.1333vw;
    top: 0;
    left: 2.1333vw;
    border-top: 1px solid #ebedf0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .catalog-category-view .page-wrapper .mb-filters-bg,
  .catalogsearch-result-index .page-wrapper .mb-filters-bg,
  .search-result-index .page-wrapper .mb-filters-bg {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 11110;
    -webkit-transition: right .3s;
    transition: right .3s;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .catalog-category-view .page-wrapper .mb-filters-bg.show,
  .catalogsearch-result-index .page-wrapper .mb-filters-bg.show,
  .search-result-index .page-wrapper .mb-filters-bg.show {
    display: block;
    right: 0;
  }
  .catalog-category-view .amrelated-grid-wrapper .products-grid,
  .catalogsearch-result-index .amrelated-grid-wrapper .products-grid,
  .search-result-index .amrelated-grid-wrapper .products-grid {
    padding: 0 0 4vw 0;
    background: none;
  }
  header.page-header.htype-4 .page-main {
    border-bottom: 0;
  }
  .breadcrumbs {
    margin: 0;
    padding: 2.667vw 2.8vw;
    border-bottom: 1.333vw solid #f4f4f4;
  }
  .breadcrumbs .items > li {
    vertical-align: middle;
  }
  .search-result-index .block-title {
    margin-left: 2.8vw;
  }
}
.subscribe-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.subscribe-modal .modal-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.subscribe-modal .modal-content {
  width: 452px;
  height: 580px;
  padding: 20px;
  background: #ffffff url("../../frontend/default/hooya/sv_SE/images/subscribe/modal-bg.jpg") no-repeat top left;
  background-size: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content {
    width: 85.333vw;
    height: 118.266vw;
    padding: 2.6666vw;
    background: #ffffff url("../../frontend/default/hooya/sv_SE/images/subscribe/modal-m-bg.jpg") no-repeat top left;
  }
}
.subscribe-modal .modal-content .subscribe-box .modal-logo {
  margin-top: 6px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .modal-logo {
    margin-top: 2.4vw;
    margin-bottom: 4.8vw;
  }
  .subscribe-modal .modal-content .subscribe-box .modal-logo svg {
    width: 14vw;
    height: 6vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .title {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin-bottom: 0;
}
.subscribe-modal .modal-content .subscribe-box .title strong {
  font-weight: 600;
  color: #000;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .title {
    font-size: 4.266vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .coupon-box {
  margin: 0 auto 10px;
  width: 298px;
  height: 202px;
  background: url("../../frontend/default/hooya/sv_SE/images/subscribe/max-coupon-bg.png") no-repeat top left;
  background-size: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .coupon-box {
    margin: 0 auto 2.6666vw;
    width: 54vw;
    height: 34.533vw;
    background: url("../../frontend/default/hooya/sv_SE/images/subscribe/max-coupon-m-bg.png") no-repeat top left;
    background-size: 100%;
    padding: 2.6666vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .coupon-box .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 162px;
  text-align: center;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .coupon-box .txt {
    width: 47.6vw;
    height: 30.133vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .coupon-box .txt .price {
  font-size: 44px;
  line-height: 1;
  color: #ff5f44;
  font-weight: 600;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .coupon-box .txt .price {
    font-size: 9.0666vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .coupon-box .txt .exp {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1;
  color: #707070;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .coupon-box .txt .exp {
    margin-top: 3.2vw;
    font-size: 3.733vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form {
  display: block;
  max-width: 348px;
  margin: 0 auto 20px auto;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .popover-subscribe-form {
    margin-bottom: 4vw;
    max-width: 72vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-form-row {
  display: flex;
  flex-wrap: wrap;
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-form-row .popover-subscribe-field {
  flex-basis: 100%;
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-form-row .popover-subscribe-button-field {
  flex-basis: 100%;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-form-row .popover-subscribe-button-field {
    flex-basis: 100%;
    margin-top: 2.26666vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-input {
  display: block;
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding-left: 12px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-input {
    height: 9.333vw;
    border-radius: 1.006vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-input.error {
  border: 1px solid #ff5f44;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-input {
    height: 9.3333vw;
    font-size: 3.2vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-input:focus {
  box-shadow: none;
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-btn,
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-no-thanks-btn {
  display: block;
  width: 100%;
  height: 45px;
  border: 0;
  color: #fff;
  background: #fdac0e;
  font-size: 16px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-subscribe-btn,
  .subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-no-thanks-btn {
    height: 9.3333vw;
    font-size: 3.4666vw;
    border-radius: 4.666vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-no-thanks-btn {
  background: #fff;
  border: 1px solid #cccccc;
  color: #333;
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .popover-no-thanks-btn {
  background: #fff;
  border: 1px solid #cccccc;
  color: #333;
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .validate-error {
  margin-top: 5px;
  display: none;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .validate-error {
    margin-top: 1.333vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .validate-error.show {
  display: block;
}
.subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .validate-error span {
  display: block;
  height: auto;
  padding: 0;
  color: #ff5f44;
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .popover-subscribe-form .validate-error span {
    font-size: 3.2vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .tips {
  margin-top: 20px;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .tips {
    margin-top: 4vw;
    max-width: 72.666vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .tips p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box .tips p {
    font-size: 3.2vw;
  }
}
.subscribe-modal .modal-content .subscribe-box .tips p a {
  text-decoration: underline;
  color: #fdac0e;
}
.subscribe-modal .modal-content .subscribe-box.phone-box .t1 {
  margin-top: 49px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box.phone-box .t1 {
    margin-top: 4.533vw;
    font-size: 4.266vw;
  }
}
.subscribe-modal .modal-content .subscribe-box.phone-box .t2 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.subscribe-modal .modal-content .subscribe-box.phone-box .t2 > span {
  display: inline-block;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box.phone-box .t2 {
    margin-top: 2.4vw;
    font-size: 3.466vw;
    margin-bottom: 4.2vw;
  }
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box.phone-box .popover-subscribe-form .popover-subscribe-form-row .popover-subscribe-field .tips {
    max-width: 76vw;
  }
}
.subscribe-modal .modal-content .subscribe-box.phone-box .popover-subscribe-form .popover-subscribe-form-row .popover-subscribe-button-field {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box.phone-box .popover-subscribe-form .popover-subscribe-form-row .popover-subscribe-button-field {
    margin-top: 4.2vw;
    gap: 2vw;
  }
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .subscribe-box.phone-box .tips {
    max-width: none;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .succscss-icon,
.subscribe-modal .modal-content .unregistered-user-box .succscss-title {
  text-align: center;
}
.subscribe-modal .modal-content .unregistered-user-box .succscss-icon {
  padding-top: 21px;
  line-height: 1;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .succscss-icon {
    padding-top: 5.333vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .succscss-icon svg {
  width: 39px;
  height: 39px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .succscss-icon svg {
    width: 7.6vw;
    height: 7.8vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .succscss-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .succscss-title {
    margin-top: 2.6666vw;
    font-size: 4vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items {
  display: flex;
  justify-content: space-between;
  width: 348px;
  margin: 20px auto 0;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items {
    width: 74.666vw;
    margin: 3.2vw auto 0;
    gap: 1.4666vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background-color: #fff;
  flex: 1 1 calc(27.333%);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item {
    height: 21.333vw;
    border-radius: 1.0666vw;
    flex: 1 1 calc(31.8664%);
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .item:nth-child(2n) {
  min-width: calc(44%);
  margin-right: 0;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .item:nth-child(2n) {
    min-width: calc(48.5334%);
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item > div {
  padding-top: 10px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item > div {
    padding-top: 1.3333vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .num {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff5f44;
  font-size: 14px;
  text-align: center;
  height: 20px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 8px;
  color: #fff;
  padding: 0 6px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .num.used {
  background-color: #ffc9c0;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .num {
    font-size: 3.2vw;
    line-height: 4.2666vw;
    height: 4.2666vw;
    border-bottom-left-radius: 3.6vw;
    border-top-right-radius: 1.0666vw;
    color: #fff;
    padding: 0 1.6vw 0 2.4vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .num .x-scg {
  line-height: 1;
  font-size: 0;
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .num .count {
  font-weight: 500;
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .pirce {
  color: #ff5f44;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .pirce {
    font-size: 4.5333vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .des {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .des {
    font-size: 2.933vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modlal-succscss-coupon-items .item .des span {
  display: block;
}
.subscribe-modal .modal-content .unregistered-user-box .ends-in-box {
  margin-top: 30px;
  text-align: center;
  color: #333;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .ends-in-box {
    margin-top: 5.333vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .ends-in-box .text {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .ends-in-box .text {
    font-size: 3.46666vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .ends-in-box .countdown {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .ends-in-box .countdown {
    font-size: 3.46666vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .ends-in-box .countdown > span {
  display: inline-block;
  vertical-align: middle;
}
.subscribe-modal .modal-content .unregistered-user-box .ends-in-box .countdown .number {
  width: 30px;
  height: 30px;
  background-color: #ff5f44;
  border-radius: 4px;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .ends-in-box .countdown .number {
    width: 6.266vw;
    height: 6.266vw;
    font-size: 3.4666vw;
    border-radius: 0.5333vw;
    line-height: 6.266vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .modal-shop-now {
  display: block;
  margin: 30px auto 20px auto;
  width: 348px;
  height: 45px;
  border-radius: 2px;
  background-color: #fdac0e;
  border: 0;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .modal-shop-now {
    margin: 5.333vw auto 3.2vw auto;
    width: 72vw;
    height: 9.3333vw;
    border-radius: 4.67vw;
    font-size: 3.4666vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .tips {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box .tips {
    font-size: 3.2vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box .tips a {
  color: #fdac0e;
  text-decoration: underline;
}
.subscribe-modal .modal-content .unregistered-user-box.sign-up-first .succscss-icon {
  padding-top: 30px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box.sign-up-first .succscss-icon {
    padding-top: 12vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box.sign-up-first .valid {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #666666;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box.sign-up-first .valid {
    margin-top: 2.666vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.subscribe-modal .modal-content .unregistered-user-box.sign-up-first .modal-shop-now {
  margin-top: 80px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box.sign-up-first .modal-shop-now {
    margin-top: 14vw;
  }
}
.subscribe-modal .modal-content .unregistered-user-box.reg .valid {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin-top: 14px;
  text-align: center;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-title {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 15px 0;
  color: #333;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box {
  margin: 10px 15px 0;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields {
  display: flex;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field {
  position: relative;
  z-index: 1;
  flex: 1;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .input-password {
  width: 100%;
  height: 45px;
  border: 1px #ccc solid;
  border-right-width: 0;
  border-radius: 0;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .ant-input-suffix {
  position: absolute;
  top: 6px;
  right: 17px;
  display: flex;
  flex: none;
  align-items: center;
  height: 32px;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .ant-input-suffix > .anticon {
  display: none;
  line-height: 0;
  cursor: pointer;
  opacity: 0.6;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .ant-input-suffix > .anticon:hover {
  opacity: 1;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .ant-input-suffix > .anticon.anticon-eye-invisible {
  display: inline-block;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .ant-input-suffix.eye .anticon-eye {
  display: inline-block;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .ant-input-suffix.eye .anticon-eye-invisible {
  display: none;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .actions {
  flex-basis: 120px;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .actions .action-reg {
  width: 100%;
  height: 45px;
  border: 0;
  background-color: #fdac0e;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields.error .input-password {
  border-color: #e64d43;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips {
  margin-top: 10px;
  display: none;
  align-items: center;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips .icon {
  line-height: 1;
  padding-right: 4px;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips .txt {
  font-size: 12px;
  color: #fdac0e;
  line-height: 1.5;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips.error .txt {
  color: #e64d43;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips.error .icon {
  display: none;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips.show {
  display: flex;
}
.subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .remember-me-box {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .subscribe-modal .modal-content .unregistered-user-box.reg .valid {
    font-size: 3.2vw;
    margin-top: 2.6667vw;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-title {
    font-size: 3.2vw;
    margin: 2.4vw 1.6vw 0;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box {
    margin: 1.3333vw 1.6vw 0;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .input-password {
    height: 9.333vw;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .field .ant-input-suffix {
    top: 1.333vw;
    right: 2.4vw;
    height: 6.6666vw;
    font-size: 3.73333vw;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .actions {
    flex-basis: 24vw;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .fields .actions .action-reg {
    height: 9.333vw;
    font-size: 3.4666vw;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips {
    margin-top: 2.1333vw;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips .icon {
    display: none;
  }
  .subscribe-modal .modal-content .unregistered-user-box.reg .reg-form-box .subscribe-reg-form .reg-tips .txt {
    font-size: 3.2vw;
  }
}
.subscribe-modal .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  line-height: 1;
}
.subscribe-modal .close-button svg {
  width: 20px;
  height: 21px;
}
.subscribe-modal .close-button:hover,
.subscribe-modal .close-button:focus {
  color: black;
  cursor: pointer;
}
@media (max-width: 750px) {
  .subscribe-modal .close-button {
    top: 4vw;
    right: 4vw;
    z-index: 2;
    line-height: 1;
  }
  .subscribe-modal .close-button svg {
    width: 4.5333vw;
    height: 4.666vw;
  }
}
@media (min-width: 750px) {
  .subscribe-modal.rec .modal-content {
    height: 600px;
    background: #ffffff url("../../frontend/default/hooya/sv_SE/images/subscribe/modal-reg-bg.jpg") no-repeat top left;
  }
  .subscribe-modal.rec .modal-content .unregistered-user-box .succscss-title,
  .subscribe-modal.rec .modal-content .unregistered-user-box .modlal-succscss-coupon-items {
    margin-top: 15px;
  }
  .subscribe-modal.rec .modal-content .unregistered-user-box .succscss-icon {
    padding-top: 15px;
  }
}
@media (max-width: 750px) {
  .subscribe-modal.rec .unregistered-user-box .succscss-title {
    margin-top: 2.6666vw;
  }
  .subscribe-modal.rec .unregistered-user-box .modlal-succscss-coupon-items {
    margin-top: 3.3333vw;
  }
  .subscribe-modal.rec .unregistered-user-box .succscss-icon {
    padding-top: 2.6666vw;
  }
}
.subscribe-modal.summer-cooling-theme .modal-logo {
  visibility: hidden;
}
.subscribe-modal.summer-cooling-theme .modal-content {
  height: 590px;
  background: #ffffff url("../../frontend/default/hooya/sv_SE/images/subscribe/summer-modal-bg.png") no-repeat top left;
}
@media (max-width: 750px) {
  .subscribe-modal.summer-cooling-theme .modal-content {
    height: 121.733vw;
    background: #ffffff url("../../frontend/default/hooya/sv_SE/images/subscribe/summer-modal-m-bg.png") no-repeat top left;
    border-radius: 2.66vw;
    background-size: 100% 100%;
  }
}
@media (min-width: 751px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .title {
    font-size: 16px;
  }
}
.subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .title.mian-title {
  font-weight: 600;
}
@media (min-width: 751px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .title.mian-title {
    font-size: 21px;
  }
}
@media (max-width: 750px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .title.mian-title {
    margin-bottom: 1.2vw;
    font-size: 4vw;
  }
}
.subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .title.title-tips {
  width: 350px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .title.title-tips {
    width: 80vw;
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
}
@media (min-width: 751px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .txt-content {
    padding: 0 10px;
  }
}
.subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .coupon-box {
  background: url(../../frontend/default/hooya/sv_SE/images/subscribe/summer-max-coupon-bg.png) no-repeat top left;
}
@media (max-width: 750px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .coupon-box {
    background: url(../../frontend/default/hooya/sv_SE/images/subscribe/summer-max-coupon-m-bg.png) no-repeat top left;
    padding: 2vw 2.6666vw;
    background-size: 100% 100%;
  }
}
.subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .coupon-box .txt .price {
  line-height: 1.5;
}
@media (min-width: 751px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .coupon-box .txt .price {
    font-size: 48px;
  }
}
.subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .coupon-box .txt .exp {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .coupon-box .txt .exp {
    font-size: 3.2vw;
  }
}
.subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .coupon-box .txt .exp2 {
  font-size: 14px;
}
@media (max-width: 750px) {
  .subscribe-modal.summer-cooling-theme .modal-content .subscribe-box .coupon-box .txt .exp2 {
    font-size: 3vw;
  }
}
@media (min-width: 750px) {
  .right-coupon-icon {
    position: fixed;
    right: 44px;
    bottom: 139px;
    display: none;
    width: 53px;
    height: 39px;
    background: url("../../frontend/default/hooya/sv_SE/images/subscribe/subscibers-icon.png") no-repeat 0 0;
    background-size: 100%;
    z-index: 99;
    border-radius: 0;
    cursor: pointer;
  }
  .right-coupon-icon div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    margin-left: 2px;
    height: 31px;
    width: 45px;
  }
  .right-coupon-icon div .price-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }
  .right-coupon-icon div .price-box .price {
    font-size: 1em;
  }
  .right-coupon-icon div .price-box .coin {
    font-size: 0.8em;
    margin-left: 2px;
  }
  .customer-account-create .right-coupon-icon,
  .customer-account-login .right-coupon-icon,
  .checkout-index-index .right-coupon-icon {
    display: none !important;
  }
  .m-subscribe-rows {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1480px) {
  .right-coupon-icon {
    right: 3px;
  }
}
@media (max-width: 750px) {
  .right-coupon-icon {
    display: none;
  }
  .m-subscribe-rows {
    display: none;
    position: fixed;
    bottom: -10vw;
    left: 0;
    width: 100vw;
    height: 9.3333vw;
    background: rgba(0, 0, 0, 0.8100000000000001);
    transition: all 0.5s;
    z-index: 9;
    padding: 0 4.2666vw;
    box-sizing: border-box;
  }
  .m-subscribe-rows > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-subscribe-rows .close-btn {
    line-height: 1;
    margin-right: 2.666vw;
  }
  .m-subscribe-rows .close-btn svg {
    width: 3.4666vw;
    height: 3.4666vw;
  }
  .m-subscribe-rows .txt {
    font-size: 3.4666vw;
    line-height: 1;
    display: inline-block;
    margin-right: auto;
    color: #fff;
  }
  .m-subscribe-rows .txt strong {
    font-weight: 600;
    color: #ff5f44;
  }
  .m-subscribe-rows .btn {
    height: 6.6666vw;
    border-radius: 3.34vw;
    background: #ff5f44;
    color: #fff;
    font-size: 3.4666vw;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    border: 0;
  }
  .cms-index-index .m-subscribe-rows {
    bottom: 0;
  }
  .catalog-product-view .m-subscribe-rows {
    bottom: 16vw;
  }
  .catalog-product-view .scrollup {
    bottom: 120px !important;
  }
  .customer-account-create .m-subscribe-rows,
  .customer-account-login .m-subscribe-rows,
  .checkout-index-index .m-subscribe-rows {
    display: none !important;
  }
}
div[data-amsearch-js="rightside-content"] {
  padding: 15px !important;
}
div[data-amsearch-js="rightside-content"] .slick-track {
  display: flex;
  gap: 10px;
}
div[data-amsearch-js="rightside-content"] .slick-track .amsearch-autocomplete-image .product-image-photo {
  border: 0 !important;
}
.checkout-index-index header.htype-4 .panel.wrapper {
  display: none !important;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .new-nav-main .nav,
  .sub-catagory.no-sub-catagory .content h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  header.page-header.htype-4 .block-search .block-content .minisearch {
    width: 100%;
  }
  header.page-header.htype-4 .minicart-wrapper {
    position: absolute;
    top: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    z-index: 112;
    margin-top: 0;
  }
  header.page-header.htype-4 .minicart-wrapper .action.showcart {
    margin: 0;
  }
  header.page-header.htype-4 .block-search {
    position: static !important;
    width: 100%;
  }
  .amsearch-wrapper-input {
    position: static !important;
    max-width: 100% !important;
  }
  .search-autocomplete {
    width: 100% !important;
    max-width: 100% !important;
  }
  .hy-widget-2 .img-main-1 {
    width: 33.33% !important;
  }
  .amsearch-form-container.-opened .action.search {
    display: none !important;
  }
  header.page-header.htype-4 .block-search input {
    margin: 5px auto !important;
  }
  .search-autocomplete.amsearch-clone-position {
    top: 41px !important;
  }
  .amsearch-additional-content .amsearch-content-block {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-layout-1column .product.media {
    min-height: auto !important;
  }
  .opc-block-shipping-information {
    padding: 0 !important;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 62% !important;
  }
  .cart-summary {
    width: 36% !important;
  }
  .checkout-index-index header.page-header.htype-4 .header.content {
    margin-top: 0 !important;
  }
  .checkout-index-index .backto-cart {
    margin-top: 0 !important;
  }
  .pcad .page-main {
    padding: 0 !important;
  }
  .cms-home .columns .column.main .page-main .pad-main .hy-widget-3 {
    margin-bottom: 0 !important;
  }
  .checkout-cart-index .cart-summary .cart-summary-wrapper .grand.totals > th,
  .checkout-index-index .opc-block-summary .grand.totals th {
    font-size: 16px;
  }
  .checkout-index-index .opc-block-summary .grand.totals td {
    font-size: 18px;
  }
  .opc-wrapper .step-title,
  .opc-block-shipping-information .shipping-information-title,
  .opc-block-summary > .title,
  .checkout-agreements-items .checkout-agreements-item-title {
    font-size: 18px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .cart-summary {
    position: static;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item,
  .cart-summary {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  header.page-header.htype-4 .block-search {
    margin-top: 0 !important;
    padding: 0 !important;
  }
}
.bfth-warpper {
  position: fixed;
  right: 36px;
  bottom: 185px;
  z-index: 95;
  width: 69px;
  height: auto;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.bfth-warpper.active {
  display: flex;
}
@media (max-width: 1480px) {
  .bfth-warpper {
    right: -5px;
  }
}
@media (max-width: 750px) {
  .bfth-warpper {
    right: 0;
    bottom: calc(12vw + 125px);
    width: 75px;
    height: 75px;
  }
}
.bfth-warpper .bfth-icon {
  cursor: pointer;
}
@media (max-width: 750px) {
  .bfth-warpper .bfth-icon {
    display: block;
    width: 75px;
    height: 75px;
    transition: all 0.2s ease;
  }
}
.bfth-warpper .bfth-icon.half-hidden {
  transform: translateX(50%);
}
.bfth-warpper #dotLottie-canvas-icon {
  width: 69px;
  height: 70px;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 750px) {
  .bfth-warpper #dotLottie-canvas-icon {
    display: block;
    width: 75px;
    height: 75px;
  }
}
.bfth-warpper #dotLottie-canvas-icon .bfth-progress-container {
  position: absolute;
  bottom: 0;
  right: -15px;
  z-index: 1;
  display: none;
}
.bfth-warpper #bfth-icon-png {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 69px;
  height: 70px;
  z-index: 2;
  transition: 0.2s;
}
.bfth-warpper #bfth-icon-png img {
  transform-origin: bottom center;
  animation: flame-swing 2.5s infinite ease-in-out alternate;
}
.bfth-warpper #dotLottie-canvas-text {
  position: absolute;
  bottom: 0px;
  right: 50px;
  width: 179px;
  height: 77px;
  opacity: 1;
  border-radius: 10px;
  transition: all 0.2s ease;
  background: transparent;
  position: relative;
  z-index: 1;
  transform: translateX(0%);
  overflow: hidden;
}
@media (max-width: 750px) {
  .bfth-warpper #dotLottie-canvas-text {
    display: none;
  }
}
.bfth-warpper #dotLottie-canvas-text #dotLottie-canvas-text-full {
  width: 179px;
  height: 93px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
.bfth-warpper:not(.logged):hover #dotLottie-canvas-text {
  opacity: 1;
  transform: translateX(0%);
}
@media (min-width: 768px) {
  .bfth-warpper.isClick #bfth-icon-png {
    display: block;
  }
  .bfth-warpper.isClick #dotLottie-canvas-text {
    display: none;
  }
}
.bfth-warpper.logged #dotLottie-canvas-text {
  display: none;
}
@media (min-width: 768px) {
  .bfth-warpper.logged {
    right: -10px;
    transform: translateX(-50%);
    bottom: 183px;
  }
  .bfth-warpper.logged #bfth-icon-png {
    display: block;
    bottom: 32px;
    right: 0;
  }
  .bfth-warpper.logged #dotLottie-canvas-icon {
    bottom: 24px;
  }
  .bfth-warpper.logged .bfth-icon .bfth-progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bfth-warpper.logged .bfth-icon .bfth-progress-container .bfth-progress-icon {
    display: none;
  }
}
@media (max-width: 750px) {
  .bfth-warpper.logged {
    width: 17.33vw;
    height: 19.6vw;
    bottom: calc(12vw + 135px);
  }
  .bfth-warpper.logged .bfth-icon {
    width: 17.33vw;
    height: 19.6vw;
  }
  .bfth-warpper.logged .bfth-icon #dotLottie-canvas-icon {
    bottom: 1vw;
    width: 17.46vw;
    height: 17.46vw;
  }
  .bfth-warpper.logged .bfth-icon .bfth-progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 100%;
  }
  .bfth-warpper.logged .bfth-icon .bfth-progress-container .bfth-progress-bar {
    z-index: 1;
    width: 100%;
  }
  .bfth-warpper.logged .bfth-icon .bfth-progress-container .bfth-progress-text {
    font-size: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    display: inline-block;
    line-height: 4.8vw;
  }
  .bfth-warpper.logged .bfth-icon .bfth-progress-container .bfth-progress-text .bfth-progress-text-inner .bfth-progress-percent {
    color: #462318;
    font-weight: 600;
    font-style: Italic;
    font-size: 2.933vw;
    text-align: center;
  }
  .bfth-warpper.logged .bfth-icon .bfth-progress-container .bfth-progress-text .bfth-progress-text-inner .bfth-progress-numbers {
    display: none;
  }
}
@media (max-width: 750px) {
  .catalog-product-view .bfth-warpper {
    bottom: calc(27vw + 125px);
  }
  .catalog-product-view .bfth-warpper.logged {
    bottom: calc(27vw + 135px);
  }
}
.bfth-progress-container {
  display: none;
  text-align: center;
}
.bfth-progress-container .bfth-progress-bar {
  width: 93px;
  height: 15px;
  background: #fff4d3;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  .bfth-progress-container .bfth-progress-bar {
    height: 4.8vw;
    border-radius: 2.4vw;
  }
}
.bfth-progress-container .bfth-progress-bar .bfth-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffd04d 0%, #ff7327 100%);
  border-radius: 8px;
  width: 0%;
  animation: none;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .bfth-progress-container .bfth-progress-bar .bfth-progress-fill {
    border-radius: 2.4vw;
  }
}
.bfth-progress-container .bfth-progress-bar .bfth-progress-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: none;
}
.bfth-progress-container .bfth-progress-icon {
  position: absolute;
  left: 0;
  top: -22px;
  width: 43px;
  height: 44px;
  z-index: 2;
  transform: translateX(-50%);
  animation: none;
}
@media (max-width: 750px) {
  .bfth-progress-container .bfth-progress-icon {
    top: -6vw;
    width: 12vw;
    height: 12vw;
  }
}
.bfth-progress-container .bfth-progress-icon .bfth-icon-inner {
  width: 100%;
  height: 100%;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/icon-2.png") no-repeat top left;
  background-size: 100%;
  transform-origin: bottom center;
  animation: fire-swing 2s infinite ease-in-out alternate;
}
@media (max-width: 750px) {
  .bfth-progress-container .bfth-progress-icon .bfth-icon-inner {
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/icon-2-mb.png") no-repeat top left;
    background-size: 100%;
  }
}
.bfth-progress-container .bfth-progress-text {
  display: flex;
  font-size: 14px;
  color: #ff842e;
  line-height: 1.5;
  font-style: italic;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.5);
  margin-top: 4px;
}
@media (max-width: 750px) {
  .bfth-progress-container .bfth-progress-text {
    margin-top: 3.2vw;
    font-size: 3.466vw;
  }
}
.bfth-progress-container .bfth-progress-text .bfth-progress-text-inner {
  display: inline-flex;
  gap: 5px;
}
.bfth-progress-container .bfth-progress-text .bfth-progress-percent {
  font-weight: bold;
}
@media (max-width: 1480px) {
  .bfth-progress-container .bfth-progress-text {
    font-size: 12px;
  }
}
.bfth-modal .bfth-progress-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 28px 20px 0;
  position: relative;
}
.bfth-modal .bfth-progress-container .bfth-progress-bar {
  width: 100%;
  background: #e9e9e9;
}
.bfth-modal .bfth-progress-container .bfth-progress-text {
  justify-content: flex-start;
  text-shadow: none;
}
.bfth-modal .bfth-progress-container .bfth-progress-text .bfth-progress-text-inner {
  animation: none;
}
.bfth-modal {
  position: fixed;
  z-index: 10000;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.bfth-modal .bfth-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  cursor: pointer;
}
.bfth-modal .bfth-close svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-close {
    right: 4vw;
    top: 4vw;
  }
  .bfth-modal .bfth-close svg {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.bfth-modal.active {
  opacity: 1;
  visibility: visible;
}
.bfth-modal.active .bfth-progress-icon {
  animation: progressIconPos 2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.bfth-modal.active .bfth-progress-fill {
  animation: fillProgress 2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
.bfth-modal.active .bfth-progress-fill::before {
  animation: shine 2s ease-in-out infinite;
}
.bfth-modal.active .bfth-progress-text .bfth-progress-text-inner {
  animation: progressTextPos 2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@media (min-width: 768px) {
  .bfth-modal {
    background: #ff7327 url(https://cdn1.costway.de/public/blackfriday/torch-hunt/bf-bg.jpg) no-repeat center center;
    border-radius: 80px 16px 16px;
    background-size: 100%;
    bottom: 5vh;
    right: 0;
    width: 425px;
    height: 566px;
    transform: translateX(100%);
  }
  .bfth-modal.active {
    transform: translateX(-124px);
  }
}
@media (max-width: 750px) {
  .bfth-modal {
    background: #ff7327;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 80vh;
    height: 80dvh;
    transform: translateY(100%);
    background: #f9f8f5 url(https://cdn1.costway.de/public/blackfriday/torch-hunt/bf-bg-mb.png) no-repeat top left;
    border-radius: 5.6vw 5.6vw 0 0;
    background-size: 100%;
  }
  .bfth-modal.active {
    transform: translateY(0%);
  }
}
.bfth-modal .bfth-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bfth-modal .bfth-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  flex-shrink: 0;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-title {
    height: 12vw;
  }
}
.bfth-modal .bfth-title::before {
  content: "";
  width: 116px;
  height: 115px;
  background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/icon-1.png) no-repeat top left;
  position: absolute;
  background-size: 100%;
  top: -34px;
  left: -30px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-title::before {
    background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/icon-1-mb.png) no-repeat top left;
    background-size: 100%;
    width: 25.2vw;
    height: 20vw;
    top: auto;
    bottom: 0;
    left: 0;
    background-size: 100% 100%;
  }
}
.bfth-modal .bfth-title img {
  width: 246px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-title img {
    width: 58vw;
    height: auto;
  }
}
.bfth-modal .bfth-centent {
  flex: 1;
  background: #f9f8f5;
  margin: 0 4px 4px 4px;
  position: relative;
  z-index: 2;
  border-radius: 24px 24px 12px 12px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent {
    margin: 0;
    border-radius: 5.6vw 6vw 0 0;
  }
}
.bfth-modal .bfth-centent .bfth-tabs {
  display: flex;
  width: 100%;
  flex-shrink: 0;
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab {
  width: 50%;
  cursor: pointer;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.25s, border-color 0.25s;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  position: relative;
  background: #e5e3df;
  z-index: 0;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-tabs .bfth-tab {
    height: 12.53vw;
    font-size: 4vw;
  }
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab:last-child {
  border-top-right-radius: 24px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-tabs .bfth-tab:last-child {
    border-top-right-radius: 5.6vw;
  }
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab:last-child::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 29px;
  height: 40px;
  background: #f9f8f5 url(https://cdn1.costway.de/public/blackfriday/torch-hunt/tab-left.png) no-repeat top left;
  background-size: 100%;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-tabs .bfth-tab:last-child::before {
    width: 7.466vw;
    height: 12.53vw;
    background: #f9f8f5 url(https://cdn1.costway.de/public/blackfriday/torch-hunt/tab-left-mb.png) no-repeat top left;
    background-size: 100%;
  }
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab:first-child {
  border-top-left-radius: 24px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-tabs .bfth-tab:first-child {
    border-top-left-radius: 5.6vw;
  }
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab:first-child::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  content: "";
  width: 29px;
  height: 40px;
  background: #f9f8f5 url(https://cdn1.costway.de/public/blackfriday/torch-hunt/tab-right.png) no-repeat top left;
  background-size: 100%;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-tabs .bfth-tab:first-child::before {
    width: 7.466vw;
    height: 12.53vw;
    background: #f9f8f5 url(https://cdn1.costway.de/public/blackfriday/torch-hunt/tab-right-mb.png) no-repeat top left;
    background-size: 100%;
  }
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab > span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab > span::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f88e30;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  opacity: 0;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-tabs .bfth-tab > span::after {
    bottom: -3.6vw;
    height: 0.8vw;
  }
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab.bfth-tab-active {
  background: none;
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab.bfth-tab-active::before {
  display: none;
}
.bfth-modal .bfth-centent .bfth-tabs .bfth-tab.bfth-tab-active > span::after {
  opacity: 1;
  transform: scaleX(1);
}
.bfth-modal .bfth-centent .bfth-tab-centent {
  flex: 1;
  height: 417px;
  overflow: hidden;
}
.bfth-modal .bfth-centent .bfth-tab-centent > div {
  padding-top: 5px;
  display: none;
  will-change: opacity;
}
.bfth-modal .bfth-centent .bfth-tab-centent > div:first-child {
  display: block;
}
.bfth-modal .bfth-centent .bfth-tab-centent > div > .scrollbar-inner {
  height: 450px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-tab-centent > div > .scrollbar-inner {
    height: 67vh;
    height: 67dvh;
  }
}
.bfth-modal .bfth-centent .bfth-tab-centent > div > .scrollbar-inner .scroll-element.scroll-x {
  display: none !important;
  opacity: 0 !important;
}
.bfth-modal .bfth-centent .bfth-tab-centent > div > .scrollbar-inner .scroll-element.scroll-y {
  opacity: 0;
}
.bfth-modal .bfth-centent .bfth-tab-centent:hover > div > .scrollbar-inner .scroll-element.scroll-y {
  opacity: 1;
}
.bfth-modal .bfth-centent .bfth-tips-warper {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  width: 376px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  z-index: 3;
}
.bfth-modal .bfth-centent .bfth-tips-warper.active {
  display: flex;
}
.bfth-modal .bfth-centent .bfth-tips-warper .bfth-tips-icon {
  font-size: 0;
}
.bfth-modal .bfth-centent .bfth-tips-warper .bfth-tips-icon svg {
  width: 20px;
  height: 20px;
}
.bfth-modal .bfth-centent .bfth-tips-warper .bfth-tips-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-tips-warper {
    top: 42vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 90vw;
    gap: 2.66vw;
    border-radius: 2.133vw;
    padding: 2.66vw 2.66vw 2.66vw 3.2vw;
  }
  .bfth-modal .bfth-centent .bfth-tips-warper .bfth-tips-icon svg {
    width: 4.8vw;
    height: 4.8vw;
  }
  .bfth-modal .bfth-centent .bfth-tips-warper .bfth-tips-text {
    font-size: 3.2vw;
  }
}
.bfth-modal .bfth-centent .bfth-ordertips-warper-pc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transform: translateY(-65%);
}
.bfth-modal .bfth-centent .bfth-ordertips-warper-pc img {
  max-width: 400px;
  height: auto;
}
.bfth-modal .bfth-centent .bfth-ordertips-warper-pc .bfth-ordertips-bg {
  display: none;
}
.bfth-modal .bfth-centent .bfth-ordertips-warper-pc .bfth-tips-close {
  display: none;
}
.bfth-modal .bfth-centent .bfth-ordertips-warper-pc.active {
  display: flex;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-ordertips-warper-pc {
    display: none;
  }
}
.bfth-modal .bfth-centent .ways-to-earn,
.bfth-modal .bfth-centent .bfth-details-rules {
  height: 100%;
  overflow: hidden;
}
.bfth-modal .bfth-centent .bfth-t1,
.bfth-modal .bfth-centent .bfth-earn-items,
.bfth-modal .bfth-centent .bfth-earn-all-button-box,
.bfth-modal .bfth-centent .bfth-dr-main {
  margin: 8px 13px 0;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-t1,
  .bfth-modal .bfth-centent .bfth-earn-items,
  .bfth-modal .bfth-centent .bfth-earn-all-button-box,
  .bfth-modal .bfth-centent .bfth-dr-main {
    margin: 3.2vw 4vw 0;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main {
    gap: 4vw;
    margin-bottom: 4vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen {
  background-color: #fff;
  border-radius: 14px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen {
    border-radius: 4.266vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title {
    font-size: 4vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title::before,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title::before,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title::after,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title::after {
  content: "";
  height: 30px;
  width: 20px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title::before,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title::before,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title::after,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title::after {
    width: 6vw;
    height: 10.933vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title::before,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title::before {
  background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/t-left.png) no-repeat top left;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title::before,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title::before {
    background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/t-left-mb.png) no-repeat top left;
    background-size: 100% 100%;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title::after,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title::after {
  background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/t-right.png) no-repeat top left;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title::after,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title::after {
    background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/t-right-mb.png) no-repeat top left;
    background-size: 100% 100%;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title > span,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title > span {
  height: 30px;
  min-width: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffc842;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-recenty-title > span,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-recenty-title > span {
    height: 10.933vw;
    min-width: 37.6vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen {
  display: none;
  padding: 0 2px 23px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen {
    padding: 0 0.533vw 4vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list {
    margin-top: 4.266vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item {
    gap: 1.333vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item {
  background: #f9f8f5;
  border-radius: 4px;
  min-height: 30px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item {
    border-radius: 0.533vw;
    min-height: 8vw;
    padding: 0.533vw 0;
    font-size: 3.4666vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head .bfth-rc-data,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item .bfth-rc-data {
  flex-shrink: 0;
  flex-basis: 140px;
  padding-left: 30px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head .bfth-rc-data,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item .bfth-rc-data {
    flex-basis: 36vw;
    padding-left: 4.6vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head .bfth-rc-task,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item .bfth-rc-task {
  flex: 1;
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head .bfth-rc-torches,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item .bfth-rc-torches {
  flex-shrink: 0;
  flex-basis: 100px;
  padding-right: 30px;
  box-sizing: border-box;
  color: #f88e30;
  font-family: Poppins-medium;
  font-weight: 500;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head .bfth-rc-torches,
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item .bfth-rc-torches {
    flex-basis: 10vw;
    padding-left: 4.6vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head {
  font-family: Poppins-medium;
  font-weight: 500;
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-head .bfth-rc-torches {
  color: #333 !important;
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rc-cen .bfth-rc-list .bfth-rc-body-item:nth-child(odd) {
  background: #fff;
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-rr-datail {
  margin: 10px 28px 20px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-rr-datail {
    margin: 4vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-rr-datail h4,
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-rr-datail p {
  margin: 0;
  padding: 0;
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-rr-datail h4 {
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-rr-datail h4 {
    font-size: 3.466vw;
    margin-bottom: 0.8vw;
    margin-top: 4vw;
  }
}
.bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-rr-datail p {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .bfth-details-rules .bfth-dr-main .bfth-rr-cen .bfth-rr-datail p {
    font-size: 3.2vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-t1 {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-t1 {
    font-size: 3.466vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items {
    gap: 2.66vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item {
  display: flex;
  gap: 8px;
  background: #ffffff;
  padding: 12px 12px 12px 0;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item {
    gap: 2.666vw;
    padding: 4vw 4vw 4vw 2.66vw;
    border-radius: 3.466vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item p,
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item h3 {
  margin: 0;
  line-height: 1.5;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-icon {
  flex-shrink: 0;
  font-size: 0;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-icon img {
  width: 54px;
  height: 51x;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-icon img {
    width: 12vw;
    height: 12vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-text {
  flex: 1;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-text h3 {
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 6px;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-text h3 {
    font-size: 3.466vw;
    margin-bottom: 1.6vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-text h3 .bfth-order-tips {
  vertical-align: middle;
  cursor: pointer;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-text p {
  font-size: 12px;
  color: #333333;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-text p {
    font-size: 3.2vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-button {
  flex-shrink: 0;
  display: flex;
  gap: 6px;
  flex-direction: column;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-button {
    gap: 2.66vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-button p {
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #f88e30;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-button p {
    font-size: 3.466vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-button .bfth-earn-button {
  min-width: 122px;
  padding: 0 16px;
  height: 32px;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(90deg, #ff802d 0%, #feb536 143.04%);
  color: #fff;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 750px) {
  .bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-button .bfth-earn-button {
    min-width: 26.66vw;
    padding: 0 2.66vw;
    height: 8vw;
    border-radius: 4vw;
    font-size: 3.466vw;
  }
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-items .bfth-earn-item .bfth-earn-item-button .bfth-earn-button[disabled] {
  opacity: 0.4;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-all-button-box {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-all-button-box .bfth-earn-all-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  border-radius: 40px;
  background: #ff5f44;
  box-shadow: 0px 2px 7px 0px rgba(255, 95, 68, 0.58);
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 1.5;
  color: #fff;
  border: 0;
  padding: 0;
  box-sizing: border-box;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-all-button-box .bfth-earn-all-button[disabled] {
  opacity: 0.4;
  box-shadow: none;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-all-button-box .bfth-earn-all-button.redeemed {
  background: #fbbbae;
  opacity: 1;
  box-shadow: 0px 2px 7px 0px rgba(255, 95, 68, 0.58);
  padding: 0;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-all-button-box .bfth-head {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 53px;
  height: 46px;
  background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/icon-7.png) no-repeat top left;
  background-size: 100%;
  z-index: 2;
  animation: finger 1s ease-in-out infinite;
}
.bfth-modal .bfth-centent .ways-to-earn .bfth-earn-all-button-box.no-head .bfth-head {
  display: none;
}
.bfth-ordertips-warper-mb {
  display: none;
}
@media (max-width: 750px) {
  .bfth-ordertips-warper-mb {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10016;
    margin: auto;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    gap: 2.66vw;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: none;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .bfth-ordertips-warper-mb.active {
    display: flex;
  }
  .bfth-ordertips-warper-mb img {
    max-width: none;
    width: 74.96vw;
    height: 60.933vw;
  }
  .bfth-ordertips-warper-mb .bfth-tips-close {
    display: inline-flex;
    font-size: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .bfth-ordertips-warper-mb .bfth-tips-close svg {
    width: 10vw;
    height: 10vw;
  }
}
/* 火花粒子效果 */
.bfth-sparkle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #ffd700;
  border-radius: 50%;
  animation: sparkleFloat 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  box-shadow: 0 0 6px #ffd700;
}
.bfth-sparkle:nth-child(1) {
  left: 20%;
  animation-delay: 0s;
}
.bfth-sparkle:nth-child(2) {
  left: 40%;
  animation-delay: 0.3s;
}
.bfth-sparkle:nth-child(3) {
  left: 60%;
  animation-delay: 0.6s;
}
.bfth-sparkle:nth-child(4) {
  left: 80%;
  animation-delay: 0.9s;
}
.bfth-popup {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.bfth-popup.active {
  display: flex;
}
.bfth-popup .bfth-popup-content {
  border-radius: 8px;
  width: 400px;
  max-width: 90%;
  margin: 10% auto;
  padding: 20px;
  position: relative;
  animation: popup-fade-in 0.25s ease;
}
.bfth-popup .bfth-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
}
@keyframes popup-fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: var(--progress-width, 0%);
  }
}
@keyframes progressIconPos {
  0% {
    left: 0;
  }
  100% {
    left: calc(var(--progress-width, 0%));
  }
}
@keyframes progressTextPos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--progress--text-left, 0px));
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 200%;
  }
}
@keyframes sparkleFloat {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes fire-swing {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes flame-swing {
  0% {
    transform: rotate(-5deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(-3px);
  }
  100% {
    transform: rotate(-5deg) translateY(0);
  }
}
@keyframes finger {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-10px, -10px) scale(0.8);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bfth-share-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  animation: fadeIn 0.3s ease;
}
.bfth-share-modal.no-first-share .bfth-share-modal-cen h3 {
  display: none;
}
@media (min-width: 751px) {
  .bfth-share-modal.no-first-share .bfth-share-modal-main .bfth-share-modal-close {
    top: 20px !important;
    right: -40px !important;
  }
}
.bfth-share-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bfth-share-modal-main {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1680px) and (min-width: 751px) {
  .bfth-share-modal-main {
    transform-origin: center center;
    transform: scale(0.75);
  }
}
@media (max-width: 750px) {
  .bfth-share-modal-main {
    transform: translateY(-5.6vw);
  }
}
.bfth-share-modal-main .bfth-share-modal-close {
  position: absolute;
  right: -20px;
  top: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 0;
}
.bfth-share-modal-main .bfth-share-modal-close svg {
  width: 21px;
  height: 21px;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-close {
    right: 0;
    left: 0;
    top: auto;
    bottom: -11.726vw;
    margin: auto;
    width: 9.066vw;
    height: 9.066vw;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4.6vw;
  }
  .bfth-share-modal-main .bfth-share-modal-close svg {
    width: 3.733vw;
    height: 3.733vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bfth-share-modal-main .bfth-share-modal-cen > h3,
.bfth-share-modal-main .bfth-share-modal-cen > p {
  color: #ffffff;
  line-height: 100%;
  text-align: center;
  margin: 0;
}
.bfth-share-modal-main .bfth-share-modal-cen > h3 {
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen > h3 {
    font-size: 4.257vw;
    width: 70vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen > p {
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen > p {
    font-size: 3.2vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen > p strong {
  font-weight: 700;
  font-style: Bold;
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item {
  margin-top: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 512px;
  height: 518px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-1.png") no-repeat top left;
  background-size: 100% 100%;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item {
    margin-top: 7.466vw;
    width: 82.66vw;
    height: 94.66vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-1s-mb.png") no-repeat top left;
    background-size: 100% 100%;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-more-img {
  display: none;
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item h4 {
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 14px;
  text-align: center;
  margin-top: 10px;
  color: #000;
  text-shadow: 2px 2px 2px rgba(242, 171, 0, 0.6);
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item h4 {
    font-size: 3.733vw;
    margin-top: 2.66vw;
    margin-bottom: 1vw;
    text-shadow: 0.266vw 0.266vw 0.266vw rgba(242, 171, 0, 0.6);
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item h4 strong {
  font-weight: 700;
  font-style: Bold;
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .reveal-deal {
  font-family: Poppins-medium;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .reveal-deal {
    font-size: 3.2vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-images {
  display: flex;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  padding: 20px 20px 10px;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-images {
    padding: 4vw 6.266vw 2.66vw;
    border-radius: 1.89vw;
    margin-bottom: 2.666vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-images > img {
  width: 300px;
  height: 300px;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-images > img {
    width: 54.933vw;
    height: 54.933vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even {
  padding: 20px 20px 10px;
  height: 566px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-1s.png") no-repeat top left;
  background-size: 100% 100%;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even {
    padding: 4vw 6vw 2.933vw;
    height: 104vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-1s-mb.png") no-repeat top left;
    background-size: 100% 100%;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img {
    gap: 2.66vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img .bfth-sm-product-more-item {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img .bfth-sm-product-more-item {
    width: 12.66vw;
    height: 12.66vw;
    border-radius: 0.8vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img .bfth-sm-product-more-item > img {
  width: 100%;
  height: 100%;
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img .bfth-sm-product-more-item:last-child {
  color: #000;
  flex-basis: 14px;
  padding-bottom: 5px;
  font-size: 14px;
  display: inline-flex;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img .bfth-sm-product-more-item:last-child {
    flex-basis: 4vw;
    padding-bottom: 1.33vw;
    font-size: 3.2vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-info > div {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-info > div {
    margin-bottom: 0;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-info > div:last-child {
  margin-bottom: 0;
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-info > div > span {
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-info > div > span {
    font-size: 3.2vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-info > div > span:first-child {
  font-family: Poppins-semiBold;
  font-weight: 600;
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 38px;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box {
    margin-top: 4vw;
    gap: 0;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box button,
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .actions-toolbar > .action,
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .action-gift {
  height: 50px;
  border: 0;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box button,
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .actions-toolbar > .action,
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .action-gift {
    height: 10.66vw;
    font-size: 3.733vw;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box button.bfth-sm-download-btn,
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .actions-toolbar > .action.bfth-sm-download-btn,
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .action-gift.bfth-sm-download-btn {
  width: 241px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-2-de.png") no-repeat top left;
  background-size: 100% 100%;
  color: #000;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box button.bfth-sm-download-btn,
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .actions-toolbar > .action.bfth-sm-download-btn,
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .action-gift.bfth-sm-download-btn {
    display: none;
    width: 44.933vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-2-mb.png") no-repeat top left;
    background-size: 100% 100%;
  }
}
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box button.bfth-sm-share-btn,
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .actions-toolbar > .action.bfth-sm-share-btn,
.bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .action-gift.bfth-sm-share-btn {
  width: 180px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-3-de.png") no-repeat top left;
  background-size: 100% 100%;
  color: #fff;
}
@media (max-width: 750px) {
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box button.bfth-sm-share-btn,
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .actions-toolbar > .action.bfth-sm-share-btn,
  .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .action-gift.bfth-sm-share-btn {
    width: 45.33vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-3-mb-2.png") no-repeat top left;
    background-size: 100% 100%;
  }
}
#bfth-modal-overlay {
  display: none;
}
@media (max-width: 750px) {
  #bfth-modal-overlay {
    display: block;
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }
}
.bfth-gift-icon {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 176px;
  width: 88px;
  height: 88px;
  background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/gift.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 96;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 750px) {
  .bfth-gift-icon {
    right: -5px;
    bottom: calc(12vw + 120px);
    width: 78px;
    height: 78px;
  }
}
.bfth-gift-icon.half-hidden {
  transform: translateX(40%);
}
.bfth-gift-icon.accepted {
  background: url(https://cdn1.costway.de/public/blackfriday/torch-hunt/se/gift-2.png) no-repeat center center;
  background-size: 100% 100%;
}
.exchange-gift-wrapper {
  background-color: rgba(0, 0, 0, 0.88);
}
.exchange-gift-wrapper.show {
  display: flex;
}
.exchange-gift-wrapper .activity-rules-content {
  display: inline-flex;
  width: 89.7rem;
  height: 79.4rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content {
    width: 100vw;
    height: 156vw;
  }
}
.exchange-gift-wrapper .activity-rules-content .title-box,
.exchange-gift-wrapper .activity-rules-content .exchange-gift-main {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.exchange-gift-wrapper .activity-rules-content .title-box {
  max-width: 50.2rem;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .title-box {
    max-width: 73.066vw;
  }
}
.exchange-gift-wrapper .activity-rules-content .title-box img {
  width: 100%;
  height: auto;
}
.exchange-gift-wrapper .activity-rules-content .exchange-gift-main {
  display: block;
  margin-top: 20px;
  width: 47.5rem;
  height: 53.8rem;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/se/gift-bg.png") no-repeat top left;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 15.6rem 5.4rem 0;
}
.exchange-gift-wrapper .activity-rules-content .exchange-gift-main > p {
  text-align: center;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .exchange-gift-main > p {
    font-size: 3.466vw;
  }
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .exchange-gift-main {
    margin-top: 2vw;
    width: 80vw;
    height: 97.2vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/se/gift-bg-mb.png") no-repeat top left;
    background-size: 100% 100%;
    padding: 23.73vw 5.066vw 0;
  }
}
.exchange-gift-wrapper .activity-rules-content .exchange-gift-main .exchange-gift-form {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .exchange-gift-main .exchange-gift-form {
    margin-top: 3.6vw;
  }
}
.exchange-gift-wrapper .activity-rules-content .exchange-gift-main .exchange-gift-form .field {
  width: 100%;
  height: 5.6rem;
  border-radius: 0.8rem;
  background: #f0f0f0;
  margin-bottom: 1rem;
  border: 0;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .exchange-gift-main .exchange-gift-form .field {
    height: 10.66vw;
    border-radius: 1.066vw;
    margin-bottom: 2.66vw;
  }
}
.exchange-gift-wrapper .activity-rules-content .exchange-gift-main .exchange-gift-form .address {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .exchange-gift-main .exchange-gift-form .address {
    height: 18.53vw;
  }
}
.exchange-gift-wrapper .activity-rules-content .exchange-gift-main .exchange-gift-form .e-g-submit {
  margin-top: 1.5rem;
  display: inline-flex;
  justify-content: center;
  width: 20.1rem;
  height: 8.6rem;
  padding-top: 0.6rem;
  border: 0;
  line-height: 5.2rem;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/button.png") no-repeat top left;
  box-sizing: border-box;
  background-size: 100% 100%;
  text-align: center;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .exchange-gift-main .exchange-gift-form .e-g-submit {
    margin-top: 3.866vw;
    width: 47.733vw;
    height: 20.266vw;
    padding-top: 1.866vw;
    line-height: 12.8vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/button-mb.png") no-repeat top left;
    box-sizing: border-box;
    background-size: 100% 100%;
    font-size: 3.733vw;
  }
}
.exchange-gift-wrapper .activity-rules-content .star-bg,
.exchange-gift-wrapper .activity-rules-content .circle-bg {
  position: absolute;
  left: 0;
}
.exchange-gift-wrapper .activity-rules-content .star-bg {
  display: block;
  width: 100%;
  height: 50%;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/2025bf13.png") no-repeat center center;
  background-size: 69.3rem 69.5rem;
  z-index: 2;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .star-bg {
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/2025bf13-mb.png") no-repeat center center;
    background-size: 80.66vw 72vw;
  }
}
.exchange-gift-wrapper .activity-rules-content .star-bg.top {
  top: 0;
  animation: light1 1s infinite linear;
}
.exchange-gift-wrapper .activity-rules-content .star-bg.bottom {
  bottom: 0;
  opacity: 0.6;
  transform: scaleX(-1);
}
.exchange-gift-wrapper .activity-rules-content .circle-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/2025bf16.png") no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
  animation: 5s linear light infinite;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .activity-rules-content .circle-bg {
    width: 116.133vw;
    height: 138.266vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/2025bf16-mb.png") no-repeat center center;
    background-size: 100% 100%;
    left: -8.0665vw;
    top: 10vw;
  }
}
.exchange-gift-wrapper .mb-close {
  display: none;
  position: relative;
  z-index: 5;
}
@media (max-width: 750px) {
  .exchange-gift-wrapper .mb-close {
    margin-top: 6.4vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.exchange-gift-wrapper .mb-close svg {
  width: 10vw;
  height: 10vw;
}
.ooops-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.88);
}
.ooops-modal-wrapper.show {
  display: flex;
}
.ooops-modal-wrapper .activity-rules-content {
  display: inline-flex;
  width: 69.3rem;
  height: 69.5rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 0;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content {
    width: auto;
    height: auto;
  }
}
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen {
  position: relative;
  z-index: 2;
  max-width: 387px;
  text-align: center;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content .ooops-modal-cen {
    max-width: 77.6vw;
  }
}
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .coupon {
  margin-top: 4.7rem;
  margin-bottom: 1rem;
  width: 296px;
  height: 130px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/se/coupon-bg.png") no-repeat top left;
  background-size: 100% 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-right: 50px;
  box-sizing: border-box;
  gap: 10px;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .coupon {
    margin-top: 2.66vw;
    margin-bottom: 5.33vw;
    width: 66.66vw;
    height: 29.33vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/se/coupon-bg-mb.png") no-repeat top left;
    background-size: 100% 100%;
    gap: 2.66vw;
    padding-right: 11.4vw;
  }
}
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .coupon > span {
  margin-top: 5px;
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 36px;
  text-shadow: 2px 2px 0px #ef7e20;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .coupon > span {
    margin-top: 0.533vw;
    font-size: 7.466vw;
  }
}
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .title {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .title {
    font-size: 6.133vw;
    margin-bottom: 1.33vw;
  }
}
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .t1,
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .t2 {
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .t1,
  .ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .t2 {
    font-size: 3.466vw;
  }
}
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .t1 .color,
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen .t2 .color {
  color: #ffbf46;
}
.ooops-modal-wrapper .activity-rules-content .ooops-modal-cen.min {
  max-width: 680px;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content .ooops-modal-cen.min {
    max-width: 83.6vw;
  }
}
.ooops-modal-wrapper .activity-rules-content .ooops-modal-submit {
  margin-top: 5rem;
  display: inline-flex;
  justify-content: center;
  width: 20.1rem;
  height: 8.6rem;
  padding-top: 0.6rem;
  border: 0;
  line-height: 5.2rem;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/button.png") no-repeat top left;
  box-sizing: border-box;
  background-size: 100% 100%;
  text-align: center;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content .ooops-modal-submit {
    margin-top: 3.866vw;
    width: 47.733vw;
    height: 20.266vw;
    padding-top: 1.866vw;
    line-height: 12.8vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/button-mb.png") no-repeat top left;
    box-sizing: border-box;
    background-size: 100% 100%;
    font-size: 3.733vw;
  }
}
.ooops-modal-wrapper .activity-rules-content .star-bg {
  position: absolute;
  left: 0;
}
.ooops-modal-wrapper .activity-rules-content .star-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/2025bf13.png") no-repeat center center;
  background-size: 69.3rem 69.5rem;
  z-index: 1;
  animation: light1 1s infinite linear;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .activity-rules-content .star-bg {
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/2025bf13-mb.png") no-repeat center center;
    background-size: 80.66vw 72vw;
  }
}
.ooops-modal-wrapper .mb-close {
  display: none;
}
@media (max-width: 750px) {
  .ooops-modal-wrapper .mb-close {
    margin-top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.ooops-modal-wrapper .mb-close svg {
  width: 10vw;
  height: 10vw;
}
.torch-success-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.88);
}
.torch-success-modal-wrapper.show {
  display: flex;
}
.torch-success-modal-wrapper .activity-rules-content {
  display: inline-flex;
  width: 420px;
  height: auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: none;
  padding-bottom: 0;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
@media (max-width: 750px) {
  .torch-success-modal-wrapper .activity-rules-content {
    width: 85.33vw;
    border-radius: 2.66vw;
  }
}
.torch-success-modal-wrapper .activity-rules-content::before {
  content: "";
  width: 84px;
  height: 58px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/icon-8.png") no-repeat top left;
  background-size: 100% 100%;
  position: absolute;
  top: -58px;
  right: 30px;
}
@media (max-width: 750px) {
  .torch-success-modal-wrapper .activity-rules-content::before {
    width: 13.6vw;
    height: 10.4vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/icon-8-mb.png") no-repeat top left;
    background-size: 100% 100%;
    top: -10.4vw;
    right: 6.66vw;
  }
}
.torch-success-modal-wrapper .activity-rules-content .torch-success-modal-cen {
  margin: 24px 42px 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 750px) {
  .torch-success-modal-wrapper .activity-rules-content .torch-success-modal-cen {
    margin: 6.66vw 6.133vw 5.33vw;
  }
}
.torch-success-modal-wrapper .activity-rules-content .torch-success-modal-cen .title {
  display: flex;
  gap: 8px;
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
  color: #292727;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .torch-success-modal-wrapper .activity-rules-content .torch-success-modal-cen .title {
    gap: 1.33vw;
    font-size: 4.266vw;
  }
}
.torch-success-modal-wrapper .activity-rules-content .torch-success-modal-cen p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .torch-success-modal-wrapper .activity-rules-content .torch-success-modal-cen p {
    font-size: 3.466vw;
  }
}
.torch-success-modal-wrapper .activity-rules-content .torch-success-modal-cen .torch-success-button {
  font-family: Poppins-medium;
  height: 38px;
  min-width: 148px;
  margin-top: 17px;
  border-radius: 40px;
  padding: 0 30px;
  background: #222222;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .torch-success-modal-wrapper .activity-rules-content .torch-success-modal-cen .torch-success-button {
    height: 10.66vw;
    min-width: 29.33vw;
    margin-top: 4.8vw;
    border-radius: 10.66vw;
    padding: 0 4vw;
    font-size: 3.733vw;
  }
}
@keyframes light1 {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  50% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0.2;
  }
}
@keyframes light {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hooya-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20005;
  display: none;
  align-items: center;
  justify-content: center;
}
.hooya-modal-wrapper.show {
  display: flex;
}
.hooya-modal-wrapper .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-size: 0;
  cursor: pointer;
}
@media (max-width: 750px) {
  .hooya-modal-wrapper .close-btn {
    top: auto;
    bottom: -18vw;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 5vw;
    width: 10vw;
    height: 10vw;
    border: 0.266vw #fff solid;
  }
}
.hooya-modal-wrapper .close-btn svg path {
  fill: #666;
}
@media (max-width: 750px) {
  .hooya-modal-wrapper .close-btn svg path {
    fill: #fff;
  }
}
.hooya-modal-content {
  position: relative;
  width: auto;
  height: auto;
  max-width: 640px;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .hooya-modal-content {
    max-width: none;
    width: 85.33vw;
    padding: 2.66vw;
    border-radius: 2.66vw;
  }
}
.hooya-modal-content .log-in-modal-cen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hooya-modal-content .log-in-modal-cen .des {
  margin-top: 52px;
  margin-bottom: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 750px) {
  .hooya-modal-content .log-in-modal-cen .des {
    margin-top: 8.266vw;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10.4vw;
    gap: 0;
  }
}
.hooya-modal-content .log-in-modal-cen .t1,
.hooya-modal-content .log-in-modal-cen .t2 {
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 750px) {
  .hooya-modal-content .log-in-modal-cen .t1,
  .hooya-modal-content .log-in-modal-cen .t2 {
    font-size: 4.266vw;
  }
}
.hooya-modal-content .log-in-modal-cen .t2 {
  display: inline-block;
  vertical-align: middle;
}
.hooya-modal-content .log-in-modal-cen .t2 img {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (max-width: 750px) {
  .hooya-modal-content .log-in-modal-cen .t2 img {
    width: 5.733vw;
    height: 5.733vw;
  }
}
.hooya-modal-content .log-in-modal-cen .t2 .color {
  color: #ffc842;
}
.hooya-modal-content .log-in-modal-cen button,
.hooya-modal-content .log-in-modal-cen .cart.table-wrapper .actions-toolbar > .action,
.hooya-modal-content .log-in-modal-cen .cart.table-wrapper .action-gift {
  margin: 0 46px;
  min-width: 288px;
  border: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 36px;
  cursor: pointer;
  margin-bottom: 24px;
}
.hooya-modal-content .log-in-modal-cen button.log-in-button,
.hooya-modal-content .log-in-modal-cen .cart.table-wrapper .actions-toolbar > .action.log-in-button,
.hooya-modal-content .log-in-modal-cen .cart.table-wrapper .action-gift.log-in-button {
  background: #222222;
  font-family: Poppins-medium;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.hooya-modal-content .log-in-modal-cen button.share-button,
.hooya-modal-content .log-in-modal-cen .cart.table-wrapper .actions-toolbar > .action.share-button,
.hooya-modal-content .log-in-modal-cen .cart.table-wrapper .action-gift.share-button {
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #333;
}
.bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-close {
  right: 46px;
}
@media (max-width: 750px) {
  .bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-close {
    right: 0;
  }
}
.bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item {
  margin-top: 20px;
  width: 512px;
  height: 566px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-1-p.png") no-repeat top left;
  background-size: 100% 100%;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item {
    margin-top: 5vw;
    width: 82.66vw;
    height: 104vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-1-ps.png") no-repeat top left;
    background-size: 100% 100%;
  }
}
.bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-images {
  width: 340px;
  height: 384px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item .bfth-sm-product-images {
    width: 67.466vw;
    height: 76.266vw;
  }
}
.bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even {
  margin-top: 20px;
  width: 512px;
  height: 566px;
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-1-p.png") no-repeat top left;
  background-size: 100% 100%;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even {
    margin-top: 7.466vw;
    width: 82.66vw;
    height: 104vw;
    background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-1-ps.png") no-repeat top left;
    background-size: 100% 100%;
  }
}
.bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img {
  width: 100%;
}
@media (max-width: 750px) {
  .bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-product-item.even .bfth-sm-product-images .bfth-sm-product-more-img {
    gap: 2.66vw;
  }
}
.bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box button.bfth-sm-download-btn,
.bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .actions-toolbar > .action.bfth-sm-download-btn,
.bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .action-gift.bfth-sm-download-btn {
  background: url("https://cdn1.costway.de/public/blackfriday/torch-hunt/share-2-p.png") no-repeat top left;
  background-size: 100% 100%;
  color: #000;
}
@media (max-width: 750px) {
  .bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box button.bfth-sm-download-btn,
  .bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .actions-toolbar > .action.bfth-sm-download-btn,
  .bfth-share-modal.heiwu-end .bfth-share-modal-main .bfth-share-modal-cen .bfth-sm-bottom-box .cart.table-wrapper .action-gift.bfth-sm-download-btn {
    display: none;
  }
}
.shared-success-modal .hooya-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  padding: 40px 54px;
  min-height: 288px;
}
@media (max-width: 750px) {
  .shared-success-modal .hooya-modal-content {
    width: 85.33vw;
    padding: 8vw 10.933vw 7.333vw;
    min-height: 61.33vw;
  }
}
.shared-success-modal .shared-success-modal-cen {
  text-align: center;
}
.shared-success-modal .shared-success-modal-cen .icon {
  font-size: 0;
}
.shared-success-modal .shared-success-modal-cen .title {
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #292727;
  margin: 10px 0 10px;
}
@media (max-width: 750px) {
  .shared-success-modal .shared-success-modal-cen .title {
    font-size: 4vw;
    margin: 3.333vw 0 1.333vw;
  }
}
.shared-success-modal .shared-success-modal-cen .text {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .shared-success-modal .shared-success-modal-cen .text {
    font-size: 3.466vw;
  }
}
.shared-success-modal .shared-success-modal-cen .text .t2 .color {
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #ffbf46;
}
@media (max-width: 750px) {
  .shared-success-modal .shared-success-modal-cen .text .t2 .color {
    font-size: 4vw;
  }
}
.shared-success-modal .shared-success-modal-cen .text .t2 img {
  vertical-align: middle;
  position: relative;
  height: auto;
}
.shared-success-modal .shared-success-modal-cen .text .t2 img.fire {
  width: 25px;
  top: -5px;
}
@media (max-width: 750px) {
  .shared-success-modal .shared-success-modal-cen .text .t2 img.fire {
    width: 5.33vw;
    top: -1.33vw;
  }
}
.shared-success-modal .shared-success-modal-cen .text .t2 img.points {
  width: 28px;
  top: -2px;
}
@media (max-width: 750px) {
  .shared-success-modal .shared-success-modal-cen .text .t2 img.points {
    width: 4.2vw;
    top: -0.6vw;
  }
}
.shared-success-modal .shared-success-modal-cen .ok-button {
  margin: 30px auto 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 147px;
  height: 38px;
  border-radius: 40px;
  background: #222222;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 750px) {
  .shared-success-modal .shared-success-modal-cen .ok-button {
    margin: 5.6vw auto 0;
    padding: 0 2.66vw;
    min-width: 33.066vw;
    height: 10.66vw;
    border-radius: 5.33vw;
    font-size: 3.466vw;
  }
}
.pepoleSaying-wrap {
  margin-top: 50px;
  overflow: hidden;
}
.pepoleSaying-wrap .swiper-container {
  position: relative;
  overflow: visible !important;
}
.pepoleSaying-wrap .swiper-container .swiper-slide {
  width: 290px;
  flex-shrink: 0;
}
.pepoleSaying-wrap .pepolesaying-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pepoleSaying-wrap .pepolesaying-title h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 22px;
  margin-top: 0;
}
.pepoleSaying-wrap .pepolesaying-title a {
  font-size: 16px;
}
.pepoleSaying-wrap .pepolesaying-title a:hover {
  color: #FDAC0E;
  text-decoration: underline;
}
/* ===== .pepoleSaying-review-item ===== */
.pepoleSaying-review-item {
  width: 270px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.pepoleSaying-review-item__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #e8eaed;
}
.pepoleSaying-review-item__thumb img,
.pepoleSaying-review-item__thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}
.pepoleSaying-review-item:hover .pepoleSaying-review-item__thumb img,
.pepoleSaying-review-item:hover .pepoleSaying-review-item__thumb video {
  transform: scale(1.06);
}
.pepoleSaying-review-item__play {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.pepoleSaying-review-item--video .pepoleSaying-review-item__play {
  display: flex;
}
.pepoleSaying-review-item:hover .pepoleSaying-review-item__play {
  background: rgba(0, 0, 0, 0.28);
}
.pepoleSaying-review-item__play-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.pepoleSaying-review-item:hover .pepoleSaying-review-item__play-btn {
  transform: scale(1.06);
  background: rgba(0, 0, 0, 0.62);
}
.pepoleSaying-review-item__play-btn svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  transform: translateX(2px);
}
.pepoleSaying-review-item__body {
  padding: 12px;
  background: #FAFAFA;
}
.pepoleSaying-review-item__title {
  font-family: "Poppins-medium";
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pepoleSaying-review-item__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
  overflow: hidden;
  margin-bottom: 16px;
}
.pepoleSaying-review-item__author_wish {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pepoleSaying-review-item__author_wish .pepoleSaying-review-item__author {
  max-width: 147px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pepoleSaying-review-item__wish {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.pepoleSaying-review-item__wish .wish-icon {
  display: block;
  width: 24px;
  height: 22px;
  background: url("https://cdn1.costway.de/customer-say/icon-wish-2.png") no-repeat top left;
  background-size: 100% 100%;
}
.pepoleSaying-review-item__wish .wish-num {
  font-size: 16px;
}
.pepoleSaying-review-item__wish.added .wish-icon {
  background: url("https://cdn1.costway.de/customer-say/icon-wish-1.png") no-repeat top left;
  background-size: 100% 100%;
}
/* ===== .pepoleSaying List ===== */
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .breadcrumbs {
  display: none;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar #maincontent {
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .columns .column.main {
  background-color: #F4F4F4;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top {
  width: 100%;
  max-width: 1920px;
  height: 400px;
  margin: 0 auto;
  background-image: url("https://cdn1.costway.de/customer-say/customer-say-top-pc-de.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top {
    max-width: none;
    height: 56.66vw;
    padding-left: 4vw;
    background-image: url("https://cdn1.costway.de/customer-say/customer-say-top-mb-de.jpg");
    background-size: 100% auto;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top .pepoleSaying-list-top-con {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  gap: 8px;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top .pepoleSaying-list-top-con {
    max-width: none;
    gap: 1.066vw;
    margin-top: 10.66vw;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top .pepoleSaying-list-top-con h2 {
  margin: 0;
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top .pepoleSaying-list-top-con h2 {
    font-size: 4vw;
    max-width: 80vw;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top .pepoleSaying-list-top-con p {
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top .pepoleSaying-list-top-con p {
    font-size: 3.2vw;
    max-width: 72vw;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-top .pepoleSaying-list-top-con p strong {
  font-family: Poppins-semiBold;
  font-weight: 600;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-review-item {
  width: auto;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main {
    max-width: none;
    margin: 0 4.266vw;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title {
  margin-top: 34px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title {
    margin-top: 4vw;
    display: flex;
    gap: 2.1333vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title h3 {
  flex: 0 0 auto;
  margin: 0;
  font-weight: 500;
  font-family: Poppins-medium;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title h3 {
    font-size: 3.2vw;
    flex: 1;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title .pepoleSaying-list-title-write-a-review {
  flex: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title .pepoleSaying-list-title-write-a-review a {
  min-width: 148px;
  height: 39px;
  background: #FFC842;
  font-family: Poppins-medium;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 20px;
  color: #000;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 1.5;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title .pepoleSaying-list-title-write-a-review a svg {
  display: none;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title .pepoleSaying-list-title-write-a-review a svg {
    display: inline-block;
    width: 2.8vw;
    height: 2.8vw;
  }
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title .pepoleSaying-list-title-write-a-review a {
    min-width: auto;
    height: 8vw;
    background: #FFC842;
    padding: 0 5.33vw;
    border-radius: 4vw;
    font-size: 3.2vw;
    gap: 1.066vw;
    color: #000;
    box-sizing: border-box;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-title .pepoleSaying-list-title-write-a-review a:hover {
  color: #000;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 20px;
  height: 40px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items {
    margin-top: 3.2vw;
    gap: 1.333vw;
    position: static;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items > div {
  border: 1px solid #CCCCCC;
  height: 34px;
  padding: 0 20px;
  border-radius: 17px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items > div {
    height: 6.266vw;
    padding: 0 2.133vw;
    border-radius: 3.15vw;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items > div:hover {
  border: 1px solid #ff9800;
  color: #ff9800;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items > div span {
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items > div span {
    font-size: 3.2vw;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items > div.active {
  background: #FFC842;
  border: 1px solid #FFC842;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items > div.active span {
  color: #000;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items .last-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  box-shadow: -8px 0px 10px 0px #ffffff CC;
  transition: all 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items .last-arrow {
    display: none;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items.multi-row {
  overflow: inherit;
  height: auto;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-category-items.multi-row .last-arrow {
  bottom: 3px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-items {
    margin-top: 3.2vw;
    columns: 2;
    column-gap: 3.466vw;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-items .pepoleSaying-list-item {
  width: 305px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-items .pepoleSaying-list-item {
    width: 44vw;
    margin-bottom: 3.466vw;
    break-inside: avoid;
  }
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-main .pepoleSaying-list-items .pepoleSaying-list-item .pepoleSaying-review-item__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: auto;
    overflow: hidden;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-loading-more {
  display: none;
  margin-top: 12vw;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-loading-more {
    justify-content: center;
  }
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-loading-more.show {
    display: flex;
  }
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-loading-more > button,
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-loading-more > .cart.table-wrapper .actions-toolbar > .action,
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-loading-more > .cart.table-wrapper .action-gift {
    height: 8vw;
    border-radius: 4vw;
    border-width: 1px;
    border: 1px solid #CCCCCC;
    background-color: transparent;
    font-size: 3.2vw;
    text-align: center;
    padding: 1.33vw 8.533vw;
    box-sizing: border-box;
    margin: 0;
    color: #333;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-pagination {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .pepoleSaying-list-pagination {
    display: none;
  }
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li {
  margin-bottom: 0;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li:not(.paginationjs-ellipsis) a {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li:not(.paginationjs-ellipsis) a:hover {
  border: 1px solid #FDAC0E;
  color: #FDAC0E;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li:not(.paginationjs-ellipsis).active a {
  border: 1px solid #FDAC0E;
  background: #FFC842;
  color: #fff;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li:not(.paginationjs-ellipsis).active a:hover {
  color: #fff;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li:not(.paginationjs-ellipsis).disabled a:hover {
  border: 1px solid #CCCCCC;
  color: #666;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li.paginationjs-ellipsis a {
  color: #C4C4C4;
  font-size: 16px;
}
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li.paginationjs-prev a,
.cms-costway-favoriter-fran-de-samhallen-vi-alskar .pepoleSaying-list-wrap .paginationjs-pages ul li.paginationjs-next a {
  font-size: 20px;
}
@media (max-width: 767px) {
  .cms-home .shop-by-room {
    margin-bottom: 0 !important;
  }
  .cms-home .shop-by-room .shopbyroom-mb .swiper-slide a {
    font-size: 0;
  }
  .cms-home .featured-in,
  .pepoleSaying-wrap {
    margin-top: 8vw;
  }
  .cms-home .featured-in h2 {
    line-height: 1.5;
  }
  .pepoleSaying-wrap .swiper-container .swiper-slide {
    width: 70.66667vw;
    justify-content: flex-start;
  }
  .pepoleSaying-wrap .swiper-container .swiper-button-prev,
  .pepoleSaying-wrap .swiper-container .swiper-button-next {
    display: none;
  }
  .pepoleSaying-wrap .pepolesaying-title {
    margin-bottom: 5.333vw;
  }
  .pepoleSaying-wrap .pepolesaying-title h2 {
    font-size: 4vw;
    font-family: "Poppins-medium";
    margin-bottom: 0;
    line-height: 1.5;
  }
  .pepoleSaying-wrap .pepolesaying-title a {
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  /* ===== .pepoleSaying-review-item ===== */
  .pepoleSaying-review-item {
    width: 66.66667vw;
    border-radius: 1.067vw;
  }
  .pepoleSaying-review-item__thumb {
    border-top-left-radius: 1.067vw;
    border-top-right-radius: 1.067vw;
  }
  .pepoleSaying-review-item__play-btn {
    position: absolute;
    top: 2.66667vw;
    right: 2.66667vw;
    width: 6.66667vw;
    height: 6.66667vw;
  }
  .pepoleSaying-review-item__play-btn svg {
    width: 2.4vw;
    height: 2.4vw;
    fill: #fff;
    transform: translateX(0.4vw);
  }
  .pepoleSaying-review-item__body {
    padding: 2.66667vw;
  }
  .pepoleSaying-review-item__title {
    font-size: 3.73333vw;
    margin-bottom: 1.33333vw;
  }
  .pepoleSaying-review-item__desc {
    font-size: 3.2vw;
    margin-bottom: 2.66667vw;
  }
  .pepoleSaying-review-item__author {
    font-size: 3.46667vw;
  }
  .pepoleSaying-review-item__author_wish {
    gap: 1.333vw;
  }
  .pepoleSaying-review-item__author_wish .pepoleSaying-review-item__author {
    max-width: 24vw;
    font-size: 3.2vw;
  }
  .pepoleSaying-review-item__author_wish .pepoleSaying-review-item__wish {
    gap: 0.8vw;
  }
  .pepoleSaying-review-item__author_wish .pepoleSaying-review-item__wish .wish-icon {
    width: 3.2vw;
    height: 2.933vw;
  }
  .pepoleSaying-review-item__author_wish .pepoleSaying-review-item__wish .wish-num {
    font-size: 3.2vw;
  }
  .pepoleSaying-wrap .pepoleSaying-review-item__desc {
    min-height: initial;
  }
}
/* Overlay   */
.customer-say-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  /* Modal box */
  /* Close */
  /* ─── LEFT: Swiper ─── */
  /* ─── RIGHT: Info ─── */
}
@media (max-width: 767px) {
  .customer-say-modal-overlay {
    align-items: flex-end;
  }
}
.customer-say-modal-overlay.active {
  display: flex;
}
.customer-say-modal-overlay .customer-say-modal {
  background: #fff;
  border-radius: 10px;
  width: 1000px;
  height: 590px;
  display: flex;
  position: relative;
  animation: pepoleSayingModalIn 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}
@media (max-width: 1048px) {
  .customer-say-modal-overlay .customer-say-modal {
    transform: scale3d(0.9, 0.9, 1);
  }
}
@media (max-width: 980px) {
  .customer-say-modal-overlay .customer-say-modal {
    transform: scale3d(0.7, 0.7, 1);
  }
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal {
    border-top-left-radius: 2.66vw;
    border-top-right-radius: 2.66vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(100vw - 5.32vw);
    height: 90vh;
    flex-direction: column;
    padding: 0 2.66vw;
    transform: scale3d(1, 1, 1);
  }
}
.customer-say-modal-overlay .modal-close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  background: transparent;
  padding: 0;
  margin: 0;
}
.customer-say-modal-overlay .modal-close:hover,
.customer-say-modal-overlay .modal-close:active,
.customer-say-modal-overlay .modal-close:focus,
.customer-say-modal-overlay .modal-close:visited {
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .modal-close {
    right: 4.266vw;
    top: 4.266vw;
    width: 4vw;
    height: 4vw;
  }
  .customer-say-modal-overlay .modal-close svg path {
    fill: #333;
  }
}
.customer-say-modal-overlay .customer-say-modal-main {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-main {
    overflow-y: auto;
    display: block;
  }
}
.customer-say-modal-overlay .review-details-title {
  display: none;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .review-details-title {
    display: flex;
    justify-content: center;
    font-size: 4.266vw;
    color: #333333;
    margin: 4.266vw 3.2vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-left {
  width: 442px;
  flex-shrink: 0;
  background: #000;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  /* Video play icon overlay */
  /* Video player inside slide */
  /* Swiper pagination */
  /* Swiper arrows */
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-left {
    flex: 1;
    width: auto;
    height: 91.466vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: none;
  }
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-container {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-left .swiper-container {
    width: calc(100vw - 5.32vw);
  }
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-slide {
  position: relative;
  overflow: hidden;
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-slide img.slide-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-left .swiper-slide img.slide-img {
    width: calc(100vw - 5.32vw);
  }
}
.customer-say-modal-overlay .customer-say-modal-left .play-btn {
  position: absolute;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.18s;
  z-index: 2;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-left .play-btn {
    width: 13.33vw;
    height: 13.33vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-left .play-btn .play-icon {
  margin-left: 4px;
  width: 22px;
  height: 24px;
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-left .play-btn .play-icon {
    margin-left: 4px;
    width: 4.933vw;
    height: 5.466vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-left .play-btn .stop-icon {
  width: 18px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.customer-say-modal-overlay .customer-say-modal-left .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.customer-say-modal-overlay .customer-say-modal-left .slide-video.play .play-btn {
  opacity: 0;
}
.customer-say-modal-overlay .customer-say-modal-left .slide-video.play .play-btn .play-icon {
  display: none;
}
.customer-say-modal-overlay .customer-say-modal-left .slide-video.play .play-btn .stop-icon {
  display: block;
}
.customer-say-modal-overlay .customer-say-modal-left .slide-video.play:hover .play-btn,
.customer-say-modal-overlay .customer-say-modal-left .slide-video.play:active .play-btn {
  opacity: 0.4;
}
.customer-say-modal-overlay .customer-say-modal-left .slide-video.play .play-btn:hover,
.customer-say-modal-overlay .customer-say-modal-left .slide-video.play.play-btn:active {
  opacity: 1;
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-pagination-bullet {
  background: #E0E0E0;
  opacity: 0.6;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-pagination-bullet-active {
  background: #fff;
  width: 34px;
  height: 10px;
  opacity: 1;
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-button-prev,
.customer-say-modal-overlay .customer-say-modal-left .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 0.8px solid #cccccc;
  border-radius: 50%;
  color: #333;
  --swiper-navigation-size: 14px;
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-button-prev::after,
.customer-say-modal-overlay .customer-say-modal-left .swiper-button-next::after {
  color: #737373;
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-button-prev {
  left: 8px;
}
.customer-say-modal-overlay .customer-say-modal-left .swiper-button-next {
  right: 8px;
}
.customer-say-modal-overlay .customer-say-modal-right {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  /* Reviewer */
  /* Scrollable pros block */
  /* jQuery scrollbar track */
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right {
    padding: 4vw 0 12vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .product-detail {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .product-detail {
    gap: 1.6vw;
    margin-bottom: 1.866vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-img {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 10px;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-img {
    width: 20.533vw;
    height: 20.533vw;
    border-radius: 0.533vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-img img {
  width: 100%;
  height: 100%;
}
.customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail {
    gap: 1.333vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail .product-title {
  font-family: "Poppins-semiBold";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail .product-title {
    font-size: 3.733vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail .price-row {
  display: block;
}
.customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail .price-row .price-current {
  font-family: "Poppins-semiBold";
  font-weight: 600;
  font-size: 28px;
  color: #FF5F44;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail .price-row .price-current {
    font-size: 5.066vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail .price-row .price-old {
  margin-left: 10px;
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .product-detail .pro-detail .price-row .price-old {
    font-size: 3.2vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .pro-tag {
  margin-bottom: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .pro-tag {
    margin-bottom: 2vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .pro-tag .product-tag {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .pro-tag .product-tag {
    gap: 0.533vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .pro-tag .product-tag .badge {
  text-align: center;
  padding: 0 18px;
  height: 28px;
  line-height: 28px;
  min-width: 108px;
  background: #fef6f5;
  font-size: 14px;
  border-radius: 14px;
  color: #e64d43;
  border: none;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .pro-tag .product-tag .badge {
    padding: 0 2.4vw;
    height: 5.33vw;
    line-height: 5.33vw;
    min-width: 19.733vw;
    font-size: 3.2vw;
    border-radius: 2.7vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .pro-tag .product-tag .badge.oos {
  color: #333333;
  background: #f3f3f3;
}
.customer-say-modal-overlay .customer-say-modal-right .pro-tag .product-tag .badge.ls {
  color: #333333;
  background: #F9F9F9;
}
.customer-say-modal-overlay .customer-say-modal-right .pro-tag .product-tag .badge.clearance {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #e64d43;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .pro-tag .product-tag .badge.clearance {
    font-size: 3.2vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .reviewer-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-shrink: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .reviewer-row {
    gap: 2.4vw;
    margin-bottom: 2vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .reviewer-name {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .reviewer-name {
    font-size: 3.466vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .reviewer-date {
  font-size: 14px;
  color: #666;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .reviewer-date {
    font-size: 3.2vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .stars {
  width: 100%;
  height: 18px;
  max-width: 90px;
  background: url("https://cdn1.costway.de/customer-say/star.png") repeat-x top left;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .stars {
    height: 3.866vw;
    max-width: 19.3333vw;
    background: url("https://cdn1.costway.de/customer-say/star-mb.png") repeat-x top left;
    background-size: auto 100%;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .review-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  hyphens: none;
  font-family: "Poppins-semiBold";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .review-title {
    font-size: 3.733vw;
    margin-bottom: 1.333vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .pros-scroll-wrap {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.customer-say-modal-overlay .customer-say-modal-right .scroll-content {
  height: 100%;
  overflow: auto;
}
.customer-say-modal-overlay .customer-say-modal-right .pros-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  hyphens: none;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .pros-text {
    font-size: 3.2vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .pros-text p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  hyphens: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .pros-text p {
    margin-bottom: 1.333vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .view-product {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  padding-top: 30px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .view-product {
    gap: 6.66vw;
    padding-top: 8vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .view-product .view-product-btn {
  flex: 1;
  background: #FFC842;
  color: #000;
  height: 42px;
  text-align: center;
  padding: 12px;
  border-radius: 21px;
  font-family: "Poppins-medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .customer-say-modal-overlay .customer-say-modal-right .view-product .view-product-btn {
    height: 10.66vw;
    padding: 0 3.2vw;
    border-radius: 5.33vw;
    font-size: 3.466vw;
  }
}
.customer-say-modal-overlay .customer-say-modal-right .view-product .view-product-btn:hover {
  opacity: 0.8;
}
.customer-say-modal-overlay .customer-say-modal-right .view-product .pepoleSaying-review-item__wish {
  flex-direction: column;
  gap: 0;
}
@keyframes pepoleSayingModalIn {
  from {
    opacity: 0;
    transform: scale(0.88) translateY(24px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.write-a-review-icon-mb {
  display: none;
}
@media (max-width: 767px) {
  .write-a-review-icon-mb {
    position: fixed;
    right: 10px;
    bottom: 145px;
    width: 45px;
    height: 45px;
    font-size: 0;
    display: block;
  }
  .write-a-review-icon-mb img {
    width: 100%;
    height: 100%;
  }
}
.add-on-items-icon-warpper {
  position: fixed;
  right: 32px;
  bottom: 188px;
  z-index: 99;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.add-on-items-icon-warpper .add-on-items-icon {
  display: block;
  width: 78px;
  height: 95px;
  background-image: url("https://cdn1.costway.de/add-on-items/se/main-icon-pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.add-on-items-icon-warpper.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1480px) {
  .add-on-items-icon-warpper {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .add-on-items-icon-warpper {
    bottom: 80px;
  }
  .add-on-items-icon-warpper .add-on-items-icon {
    width: 66px;
    height: 71.5px;
    background-image: url("https://cdn1.costway.de/add-on-items/se/main-icon-mb.png");
    background-size: 100% 100%;
  }
  .catalog-product-view .add-on-items-icon-warpper {
    bottom: calc(42.33vw + 71.5px);
  }
}
.sidebar-product-wrapper {
  height: 0 !important;
}
.new-coupons-wrap .add-on-items-card-warpper {
  margin: 0 -6px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .new-coupons-wrap .add-on-items-card-warpper {
    margin: 0;
    margin-bottom: 4vw;
  }
}
.new-coupons-wrap .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap {
  margin-top: 23px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .new-coupons-wrap .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap {
    margin-top: 4vw;
    margin-bottom: 3.2vw;
  }
}
.add-on-items-card-main {
  border-radius: 10px;
  background: linear-gradient(98.56deg, #ff7347 2.15%, #ff984e 96.89%);
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 0 6px 6px 6px;
}
@media (max-width: 767px) {
  .add-on-items-card-main {
    padding: 0 2vw 2vw 2vw;
    border-radius: 2.666vw;
  }
}
.add-on-items-card-main:before,
.add-on-items-card-main::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}
.add-on-items-card-main:before {
  left: 0;
  width: 62px;
  height: 62px;
  background: url("https://cdn1.costway.de/add-on-items/icon-1-pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 767px) {
  .add-on-items-card-main:before {
    width: 16.133vw;
    height: 15.066vw;
    background: url("https://cdn1.costway.de/add-on-items/icon-1-mb.png");
    background-size: 100% 100%;
  }
}
.add-on-items-card-main::after {
  right: 0;
  width: 94.3px;
  height: 83.55px;
  background: url("https://cdn1.costway.de/add-on-items/icon-2-pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 767px) {
  .add-on-items-card-main::after {
    width: 31.2vw;
    height: 26.66vw;
    background: url("https://cdn1.costway.de/add-on-items/icon-2-mb.png");
    background-size: 100% 100%;
  }
}
.add-on-items-card-main .add-on-items-card-title {
  display: flex;
  height: 35px;
  align-items: center;
  margin-left: 56px;
  color: #FFFFFF;
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .add-on-items-card-main .add-on-items-card-title {
    height: 9.466vw;
    margin-left: 13.733vw;
    font-size: 4vw;
  }
}
.add-on-items-card-body {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 10px 10px 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .add-on-items-card-body {
    border-radius: 2.66vw;
    padding: 0 2.66vw 2.133vw 2.66vw;
  }
}
.add-on-items-card-body .add-on-items-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .add-on-items-card-body .add-on-items-footer {
    gap: 1.333vw;
  }
}
.add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg {
  flex: 1;
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg {
    font-size: 3.466vw;
  }
}
.add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-msg-from {
  margin-bottom: 25px;
  margin-top: 34px;
}
@media (max-width: 767px) {
  .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-msg-from {
    margin-bottom: 0;
    margin-top: 4.4vw;
  }
}
.add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-msg-unlocked {
  margin-top: 4px;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-msg-unlocked {
    margin-bottom: 0;
    margin-top: 1.6vw;
  }
}
.add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-msg-unlocked > span {
  vertical-align: middle;
}
.add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-mount {
  color: #FF5F44;
}
.add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg > span {
  vertical-align: middle;
}
.add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg > span img {
  width: auto;
  height: auto;
}
.add-on-items-card-body .add-on-items-footer .add-on-items-add-btn-box {
  flex-shrink: 0;
}
.add-on-items-card-body .add-on-items-footer .add-on-items-add-btn-box .add-on-items-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  min-width: 120px;
  padding: 0 20px;
  height: 32px;
  background: #fff;
  border: 1px solid #FF5F44;
  border-radius: 16px;
  color: #FF5F44;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 767px) {
  .add-on-items-card-body .add-on-items-footer .add-on-items-add-btn-box .add-on-items-add-btn {
    gap: 1.066vw;
    min-width: auto;
    padding: 0 4.266vw;
    height: 8vw;
    border-radius: 4vw;
    font-size: 3.2vw;
  }
}
.add-on-items-card-body .add-on-items-footer .add-on-items-add-btn-box .add-on-items-add-btn > span {
  text-wrap: nowrap;
}
.add-on-items-card-body .add-on-items-footer.no-button {
  justify-self: center;
}
.add-on-items-card-body .add-on-items-footer.no-button .add-on-items-disc-msg {
  flex: none;
  text-align: center;
}
.add-on-items-card-body .add-on-items-footer.no-button .add-on-items-add-btn-box {
  display: none;
}
.add-on-items-card-body .add-on-items-footer.column {
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .add-on-items-card-body .add-on-items-footer.column {
    gap: 2.133vw;
  }
}
.add-on-items-card-body .add-on-items-footer.column .add-on-items-disc-msg .disc-msg-from {
  margin-bottom: 0;
  margin-top: 0;
}
.add-on-items-track-wrap {
  position: relative;
  height: 18px;
  z-index: 1;
}
@media (max-width: 767px) {
  .add-on-items-track-wrap {
    height: 5.066vw;
  }
}
.add-on-items-track-wrap .add-on-items-track-bg {
  width: 100%;
  height: 6px;
  background: #F3F3F3;
  border-radius: 3px;
  position: absolute;
  top: 6px;
  z-index: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .add-on-items-track-wrap .add-on-items-track-bg {
    height: 1.33vw;
    top: 1.868vw;
    border-radius: 2.533vw;
  }
}
.add-on-items-track-wrap .add-on-items-track-fill {
  height: 6px;
  background: #FFC842;
  border-radius: 3px;
  transition: width 0.4s;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .add-on-items-track-wrap .add-on-items-track-fill {
    height: 1.33vw;
    top: 1.868vw;
    border-radius: 2.533vw;
  }
}
.add-on-items-track-wrap .add-on-items-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.add-on-items-track-wrap .add-on-items-tick {
  font-size: 12px;
  height: 18px;
  color: #666666;
  text-align: center;
  line-height: 18px;
  padding: 0 5px;
  border-radius: 12px;
  flex: 0;
  transition: color 0.3s;
  background: #FFEEC3;
  white-space: nowrap;
}
.add-on-items-track-wrap .add-on-items-tick.zero {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  padding: 0;
  flex: 0 0 auto;
  background: #D9D9D9;
}
@media (max-width: 767px) {
  .add-on-items-track-wrap .add-on-items-tick.zero {
    display: none;
    width: 5.066vw;
    height: 5.066vw;
    border-radius: 2.533vw;
    position: relative;
    left: -1px;
  }
}
@media (max-width: 767px) {
  .add-on-items-track-wrap .add-on-items-tick {
    font-size: 3.2vw;
    height: 5.066vw;
    line-height: 5.066vw;
    padding: 0 1.33vw;
    border-radius: 2.533vw;
  }
}
.add-on-items-track-wrap .add-on-items-tick.active {
  color: #333;
  background: #FFC842;
}
.add-on-items-track-wrap .add-on-items-tick.reached {
  color: #333;
  background: #FFC842;
}
.add-on-items-track-wrap.step-1 .add-on-items-ticks .add-on-items-tick:first-child {
  height: auto;
  line-height: 1;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .add-on-items-track-wrap.step-1 .add-on-items-ticks .add-on-items-tick:first-child {
    top: 0;
    position: relative;
    left: -4px;
  }
}
.add-on-items-track-wrap.step-1 .add-on-items-ticks .add-on-items-tick:first-child svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .add-on-items-track-wrap.step-1 .add-on-items-ticks .add-on-items-tick:first-child svg {
    width: 5.066vw;
    height: 5.066vw;
  }
}
.add-on-items-wrapper .add-on-items-track-wrap {
  display: none;
}
.add-on-items-wrapper .add-on-items-track-wrap.show {
  display: flex;
}
.add-on-items-wrapper .sidebar-product-title {
  height: 60px;
  border-bottom: 1px solid #F4F4F4 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-title {
    height: 10.66vw;
    border-bottom: none !important;
  }
}
.add-on-items-wrapper .sidebar-product-title .add-on-items-title {
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #333;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-title .add-on-items-title {
    font-size: 4.8vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .scrollbar-outer {
  height: 100%;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-loading-box {
  display: block;
  width: 100%;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-loading-box #add-on-items-loading-canvas {
  width: 398px;
  height: 160px;
  display: block;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-loading-box #add-on-items-loading-canvas {
    width: calc(100vw - 8.532vw);
    height: 42.66vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-card-warpper {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-card-warpper {
    padding: 0 4.266vw;
  }
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-card-warpper .add-on-items-footer {
    order: 1;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-card-warpper .add-on-items-card-body {
  padding: 0;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-card-warpper .add-on-items-card-body {
    margin-top: 6.133vw;
    order: 0;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-card-warpper .add-on-items-card-body .add-on-items-disc-msg {
  text-align: center;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-card-warpper .add-on-items-card-body .add-on-items-tick {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-card-warpper .add-on-items-card-body .add-on-items-tick {
    font-size: 3.2vw !important;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #F6F6F6;
  padding: 15px 20px;
  margin-top: 34px;
  height: 100%;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main {
    gap: 2.66vw;
    padding: 2.66vw 4.266vw;
    margin-top: 4.266vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter {
  display: none;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter {
    gap: 2.933vw;
    margin-bottom: 2.66vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter.show {
  display: flex;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box {
    position: static;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 5px;
  width: 100%;
  height: 36px;
  padding: 0 10px 0 20px;
  border: none;
  border-radius: 18px;
  background: #FFFFFF;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-toggle {
    gap: 1.333vw;
    width: 100%;
    height: 8.533vw;
    padding: 0 2.66vw 0 3.2vw;
    border: none;
    border-radius: 4.8vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-toggle.active {
  border: 1px solid #222222;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 2;
  background-color: #fff;
  display: none;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15);
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu {
    top: 9.863vw;
    padding: 4vw;
    border-radius: 0.8vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .scrollbar-inner {
  height: 180px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .scrollbar-inner {
    height: 40vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.66vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .items .item {
  padding: 6px 12px !important;
  border-radius: 4px !important;
  cursor: pointer;
  white-space: inherit;
  height: auto !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .items .item {
    padding: 1.33vw 2.933vw !important;
    background-color: #F4F4F4;
    border-radius: 1.33vw !important;
    box-sizing: border-box;
    font-size: 3.2vw;
    display: inline-flex;
    align-items: center;
    word-break: break-all;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .items .item.active,
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .items .item:hover {
  color: #FDAC0E;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .items .item.active,
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box .dropdown-menu .items .item:hover {
    background-color: #FFF7E7;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-porduct-filter .list-dropdown-box.open .dropdown-menu {
  display: block;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .loading {
  display: block;
  text-align: center;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .on-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .on-data img {
  width: auto;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .on-data p {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list {
    gap: 2.66vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item {
  display: flex;
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  gap: 10px;
  padding: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item {
    border-radius: 3.466vw;
    gap: 2.66vw;
    padding: 1.33vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-image {
  height: 100px;
  width: 100px;
  flex-shrink: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-image {
    height: 26.66vw;
    width: 26.66vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-image img {
  width: 100%;
  height: 100%;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-info {
    gap: 3.2vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-info .add-on-items-product-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-info .add-on-items-product-name {
    font-size: 3.2vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-info .add-on-items-product-pricing .add-on-items-product-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  font-family: Poppins-medium;
  font-weight: 500;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-info .add-on-items-product-pricing .add-on-items-product-price {
    font-size: 4.8vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-info .add-on-items-product-pricing .add-on-items-product-original {
  margin-left: 6px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: line-through;
  color: #999999;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-info .add-on-items-product-pricing .add-on-items-product-original {
    font-size: 3.2vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-cart {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #feeeee url(https://cdn1.costway.de/add-on-items/cart-pc.png) no-repeat center center;
  background-size: 23px 23px;
  border: none;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .add-on-items-product-cart {
    bottom: 2.66vw;
    right: 2.66vw;
    width: 10vw;
    height: 10vw;
    background: #feeeee url(https://cdn1.costway.de/add-on-items/cart-mb.png) no-repeat center center;
    background-size: 5.066vw 5.066vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .num {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 85px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .num.show {
  display: flex;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .num {
    right: 2.66vw;
    bottom: 2.66vw;
    width: auto;
  }
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .num svg {
    width: 6.133vw;
    height: 6.133vw;
  }
}
.add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .num span {
  width: 21px;
  text-align: center;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-con .add-on-items-porduct-main .add-on-items-product-list .add-on-items-product-item .num span {
    width: 6.133vw;
  }
}
.add-on-items-wrapper .confirm-row {
  padding: 15px 20px !important;
  background-color: #fff;
  box-shadow: 0px -2px 11px -2px #000000 33;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .confirm-row {
    padding: 2.66vw 3.733vw !important;
  }
}
.add-on-items-wrapper .confirm-row .add-on-items-confirm-cart {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .confirm-row .add-on-items-confirm-cart {
    gap: 2.66vw;
  }
}
.add-on-items-wrapper .confirm-row .add-on-items-confirm-cart .add-on-items-subtatal {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .confirm-row .add-on-items-confirm-cart .add-on-items-subtatal {
    font-size: 3.2vw;
  }
}
.add-on-items-wrapper .confirm-row .add-on-items-confirm-cart .add-on-items-subtatal .add-on-items-subtatal-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .confirm-row .add-on-items-confirm-cart .add-on-items-subtatal .add-on-items-subtatal-text {
    font-size: 3.2vw;
  }
}
.add-on-items-wrapper .confirm-row .add-on-items-confirm-cart .add-on-items-subtatal .add-on-items-subtatal-price {
  color: #333333;
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .confirm-row .add-on-items-confirm-cart .add-on-items-subtatal .add-on-items-subtatal-price {
    font-size: 4.8vw;
  }
}
.add-on-items-wrapper .confirm-row .add-on-items-confirm-cart .add-on-items-checkout-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5F44;
  border-radius: 25px;
  border: none;
  padding: 0 20px;
  color: #FFFFFF;
  height: 50px;
  box-sizing: border-box;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  min-width: 218px;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .confirm-row .add-on-items-confirm-cart .add-on-items-checkout-btn {
    border-radius: 5.33vw;
    padding: 0 4.66vw;
    height: 10.66vw;
    font-size: 3.733vw;
    min-width: 49.33vw;
  }
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-main {
    border-top-left-radius: 2.66vw;
    border-top-right-radius: 2.66vw;
    height: 95vh;
  }
}
.add-on-items-wrapper .sidebar-product-main .sidebar-product-con {
  padding: 0;
  height: calc(100% - 140px) !important;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-main .sidebar-product-con {
    height: calc(100% - 28vw) !important;
  }
}
.add-on-items-wrapper .sidebar-product-main.no-footer .confirm-row {
  display: none;
}
.add-on-items-wrapper .sidebar-product-main.no-footer .sidebar-product-con {
  height: calc(100% - 60px) !important;
}
@media (max-width: 767px) {
  .add-on-items-wrapper .sidebar-product-main.no-footer .sidebar-product-con {
    height: calc(100% - 12vw) !important;
  }
}
.add-on-items-footer-warpper {
  display: flex;
  background: linear-gradient(90.33deg, #ff7347 0%, #ff984e 99.95%);
  width: 100%;
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper {
    background: linear-gradient(90deg, #ff6f47 0%, #ff9d4d 100%);
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main {
  width: 100%;
  max-width: 1280px;
  margin: 8px auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 1280px) {
  .add-on-items-footer-warpper .add-on-items-footer-main {
    max-width: none;
    margin: 8px auto;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main {
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 71px;
  height: 90px;
  background: url('https://cdn1.costway.de/add-on-items/icon-4-pc.png') no-repeat top left;
  background-size: auto;
}
@media (max-width: 1280px) {
  .add-on-items-footer-warpper .add-on-items-footer-main::before {
    display: none;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-cen {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-cen {
    gap: 0;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding-left: 44px;
  max-width: 438px;
}
@media (max-width: 980px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left {
    min-height: auto;
    padding-left: 0;
    width: 100%;
    padding: 2.4vw 4.66vw;
    flex: 1;
    box-sizing: border-box;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-warpper {
  flex: 1;
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body {
  padding: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 8vw;
  }
}
@media (max-width: 980px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-track-wrap {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-track-wrap {
    max-width: none;
    flex: 1;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-footer .mb-details {
  display: none;
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-footer .mb-details.disabled {
  pointer-events: none;
  opacity: .6;
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-footer .mb-details {
    display: inline-block;
    font-size: 3.2vw;
    color: #fff;
    font-family: Poppins-medium;
    font-weight: 500;
    line-height: 100%;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-msg-from {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-msg-from {
    font-size: 12px;
  }
}
@media (max-width: 980px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-mount {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg {
    display: none;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-left .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg .disc-msg-unlocked {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right {
  display: flex;
  flex: 0 0 auto;
  padding-right: 30px;
}
@media (max-width: 980px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right {
    flex: 1;
    padding-right: 0;
    background-color: #fff;
    width: 100%;
    padding: 2.66vw 3.733vw 2.66vw 4.8vw;
    box-sizing: border-box;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart {
  display: flex;
  gap: 42px;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 980px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart {
    flex: 1;
    gap: 2.66vw;
    justify-content: space-between;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-subtatal {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-subtatal {
    gap: 0.0533vw;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-subtatal .add-on-items-subtatal-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-subtatal .add-on-items-subtatal-text {
    font-size: 3.2vw;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-subtatal .add-on-items-subtatal-price {
  font-family: Poppins-semiBold;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-subtatal .add-on-items-subtatal-price {
    font-size: 4.8vw;
  }
}
.add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-checkout-btn {
  background-color: #FF5F44;
  border: none;
  height: 48px;
  border-radius: 24px;
  min-width: 248px;
  font-family: Poppins-medium;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
@media (max-width: 1280px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-checkout-btn {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main .add-on-items-footer-right .add-on-items-confirm-cart .add-on-items-checkout-btn {
    height: 10.66vw;
    border-radius: 5.33vw;
    min-width: 49.33vw;
    font-size: 3.733vw;
  }
}
.product-coupon-rows,
.cart-discount-add-on-items {
  cursor: pointer;
}
.product-coupon-rows.disabled,
.cart-discount-add-on-items.disabled {
  cursor: default;
  pointer-events: none;
}
.cart-tips-tr.apply-coupon-row .apply-coupon,
.minicart-wrapper .apply-coupon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #FEF6F5;
  border-radius: 20px;
  padding: 6px 24px 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #E64D43;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cart-tips-tr.apply-coupon-row .apply-coupon,
  .minicart-wrapper .apply-coupon {
    border-radius: 1.066vw;
    padding: 1.6vw 2.133vw 1.6vw 1.6vw;
    font-size: 3.2vw;
  }
}
.cart-tips-tr.apply-coupon-row .apply-coupon.minicart,
.minicart-wrapper .apply-coupon.minicart {
  padding: 6px 12px 6px 12px;
  border-radius: 4px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cart-tips-tr.apply-coupon-row .apply-coupon.minicart,
  .minicart-wrapper .apply-coupon.minicart {
    border-radius: 1.066vw;
    padding: 1.6vw 1.6vw 1.6vw 1.6vw;
    font-size: 3.2vw;
  }
}
.cart-tips-tr.apply-coupon-row .apply-coupon::before,
.minicart-wrapper .apply-coupon::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url('https://cdn1.costway.de/add-on-items/cart-icon-se-pc.png') no-repeat center left;
  background-size: 15px 13px;
  flex-shrink: 0;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .cart-tips-tr.apply-coupon-row .apply-coupon::before,
  .minicart-wrapper .apply-coupon::before {
    width: 3.4666vw;
    height: 4.8vw;
    background: url('https://cdn1.costway.de/add-on-items/cart-icon-se-mb.png') no-repeat center left;
    background-size: 100% 4vw;
    margin-right: 1.33vw;
  }
}
.cart-tips-tr.apply-coupon-row .apply-coupon .tips-con,
.minicart-wrapper .apply-coupon .tips-con {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cart-tips-tr.apply-coupon-row .apply-coupon .tips-con,
  .minicart-wrapper .apply-coupon .tips-con {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.cart-tips-tr.apply-coupon-row .apply-coupon .tips-con .text,
.minicart-wrapper .apply-coupon .tips-con .text {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  color: #E64D43;
}
@media (max-width: 767px) {
  .cart-tips-tr.apply-coupon-row .apply-coupon .tips-con .text,
  .minicart-wrapper .apply-coupon .tips-con .text {
    flex: 1 1 auto;
  }
}
.cart-tips-tr.apply-coupon-row .apply-coupon .tips-con .go,
.minicart-wrapper .apply-coupon .tips-con .go {
  flex-shrink: 0;
  margin-left: auto;
  cursor: pointer;
  color: #E64D43;
}
@media (max-width: 767px) {
  .cart-tips-tr.apply-coupon-row .apply-coupon .tips-con .go,
  .minicart-wrapper .apply-coupon .tips-con .go {
    margin-left: 0;
    margin-top: 0;
  }
}
.cart-tips-tr.apply-coupon-row .apply-coupon .tips-con .go.disabled,
.minicart-wrapper .apply-coupon .tips-con .go.disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap {
  height: 20px;
}
.add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-track-bg,
.add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-track-fill {
  height: 8px;
  border-radius: 4px;
}
.add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-tick {
  height: 20px;
  line-height: 20px;
}
.add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-tick.zero {
  margin-top: -1px;
  background: transparent;
  font-size: 0;
}
.add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-tick.zero svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-tick.zero svg {
    width: 5.066vw;
    height: 5.066vw;
  }
}
@media (max-width: 767px) {
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body {
    flex-direction: column;
  }
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap {
    height: 5.066vw;
  }
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-track-bg,
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-track-fill {
    height: 1.6vw;
    border-radius: 0.8vw;
  }
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-track-wrap .add-on-items-tick {
    height: 5.066vw;
    line-height: 5.066vw;
  }
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-footer .add-on-items-disc-msg {
    display: block;
  }
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-footer .disc-msg-from {
    text-align: center;
    color: #fff;
    font-size: 3.2vw;
    margin-top: 1.33vw;
  }
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-footer .disc-msg-from > span {
    color: #fff !important;
    font-size: 3.2vw;
    font-weight: 700;
    vertical-align: middle;
  }
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-footer .disc-msg-unlocked {
    color: #fff;
    text-align: center;
    font-size: 3.2vw;
  }
  .add-on-items-footer-warpper .add-on-items-footer-main.activity-progress .add-on-items-footer-cen .add-on-items-footer-left .add-on-items-card-warpper .add-on-items-card-body .add-on-items-footer .disc-msg-unlocked > span {
    font-size: 3.2vw;
    font-weight: 700;
    vertical-align: middle;
    color: #fff !important;
  }
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  border-radius: 2px;
}
ul,
ol {
  list-style: none;
}
.action.primary,
.action.edit,
.opc-wrapper .shipping-address-item .action-select-shipping-item {
  border: none !important;
  color: #fff !important;
  transition: all .2s!important;
  background: #FDAC0E !important;
  border-radius: 3px !important;
}
.action.primary::before,
.action.edit::before,
.opc-wrapper .shipping-address-item .action-select-shipping-item::before,
.opc-block-shipping-information .shipping-information .ship-via {
  display: none !important;
}
.action.primary:hover,
.action.edit:hover,
.opc-wrapper .shipping-address-item .action-select-shipping-item:hover {
  border: none !important;
  color: #fff !important;
  background: #FDBD3E !important;
  border-radius: 3px !important;
}
.fieldset {
  margin: 0 0 20px;
}
ul,
ol,
li {
  list-style: none !important;
  padding-left: 0;
}
.fieldset > .legend {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 0px;
}
.fieldset .input-box {
  margin-bottom: 20px;
}
.fieldset > .field {
  margin-bottom: 20px;
}
.fieldset > .field:not(.choice) > .label {
  float: none;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  color: #E64D43;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  color: #E64D43;
  border-color: #E64D43;
}
.fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0px;
}
.account .column:not(.sidebar-additional) .form-edit-account .actions-toolbar .action.save,
.actions-toolbar .primary .primary.add,
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  width: 280px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
.fieldset > .field.choice:before,
.fieldset > .field.no-label:before,
.actions-toolbar .secondary a.action,
.actions-toolbar > .secondary .action:last-child,
.actions-toolbar > .secondary .action:last-child,
#my-reviews-table tbody .actions,
.catalog-product-view .product-info-stock-sku > div.configurable-variation-qty {
  display: none !important;
}
.account .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.product-info-main .product-add-form {
  width: 100%;
  float: none;
  border: none;
}
.product-info-main .product-social-links {
  width: auto;
  display: inline-block;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.product-info-main .product-social-links .product-reward-points-share {
  margin: 14px 0 10px 15px;
}
.product-reward-points-share a {
  margin-right: 8px;
}
.product-info-main .product-social-links .mailto.friend,
.product-info-main .product-addto-links .tocompare {
  display: none;
}
.product-info-main .product-addto-links .towishlist {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  border: 1px #ccc solid;
  transition: all .2s;
  box-sizing: border-box;
}
.product-info-main .product-addto-links .towishlist:hover {
  border: 1px #ccc solid;
}
.product-info-main .product-addto-links .towishlist:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 18px 18px;
  background: url(/pub/images/home/vector.png) no-repeat;
  background-position: center;
}
.product-info-main .product-addto-links .towishlist:after {
  display: none;
}
.minicart-items .product > .product-image-container {
  height: auto !important;
  width: 75px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
}
#maincontent.page-main .page-title-wrapper {
  margin-top: 0;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  display: none;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: block !important;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  line-height: 1.2rem;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  float: left;
}
.checkout-payment-method .payment-method-billing-address .primary .action-cancel {
  float: left;
  margin-left: 10px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-cancel:hover {
  color: #FDBD3E !important;
}
.review-add input.mage-error,
.review-add select.mage-error,
.review-add textarea.mage-error {
  border-color: #E64D43;
}
@media (min-width: 767px) {
  .add-attribute h4,
  .add-attribute h3 {
    margin-top: 60px;
  }
  .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .product-info-main .product-add-form {
    width: 100%;
  }
  .product-info-main .product-add-form .tocart,
  .checkout-shipping-method #shipping-method-buttons-container .button {
    color: #fff;
    border: none;
    height: 52px;
    width: 220px;
    border-radius: 2px;
    background-color: #FF5F44 !important;
    transition: all .2s;
  }
  .checkout-shipping-method #shipping-method-buttons-container .button {
    height: 40px;
  }
  .product-info-main .product-add-form .tocart:hover,
  .checkout-shipping-method #shipping-method-buttons-container .button:hover {
    background-color: #FF6F57 !important;
    color: #fff;
  }
  .product-info-main .product-add-form .tocart::before {
    display: none;
  }
  .product-add-form .box-tocart .field.qty .control #qty {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: 0;
  }
  .product-add-form .box-tocart .field.qty .control .qty-main {
    height: 25px;
    line-height: 25px;
    right: -1px;
  }
  .product-add-form .box-tocart .field.qty .control .qty-main.inc_qty {
    border-top-right-radius: 2px;
  }
  .product-add-form .box-tocart .field.qty .control .qty-main.dec_qty {
    border-bottom-right-radius: 2px;
  }
  .fieldset .review-legend.legend span {
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
  }
  .fieldset .review-legend.legend strong {
    font-weight: 400;
    font-size: 16px;
  }
  .fieldset > .field input {
    border-radius: 3px;
  }
  .review-form .action.submit.primary::before {
    display: none;
  }
  .actions-toolbar > .actions-primary {
    width: 100%;
  }
  .review-form .action.submit.primary {
    width: 100%;
    height: 46px;
    background: #FDAC0E;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: all .2s;
  }
  .review-form .action.submit.primary:hover {
    border: none !important;
    color: #fff;
    background: #FDBD3E !important;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: left;
  }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #333;
    font-size: 20px;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-content .action-apply {
    width: 280px;
    height: 40px;
  }
  .opc-wrapper .form-discount {
    max-width: 280px;
  }
  .fieldset > .field:not(.choice) > .label {
    width: auto !important;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product-info-main .page-title-wrapper .page-title {
    font-size: 1.6rem;
  }
  .fotorama__dot {
    border-radius: 6px;
    border: 1px solid #858585;
    background: #858585;
    display: block;
    height: 5px;
    left: 3px;
    position: relative;
    top: 12px;
    width: 5px;
    transition: all .2s;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 30px;
    width: auto;
    margin-right: 5px;
  }
  .fotorama__active .fotorama__dot {
    background-color: #FDAC0E !important;
    border-color: #FDAC0E !important;
    width: 12px;
    left: 2px;
  }
  .product-info-main .product-add-form .tocart {
    color: #fff;
    border: none;
    height: 52px;
    width: 220px;
    border-radius: 2px;
    background-color: #FF5F44 !important;
    transition: all .2s;
  }
  .product-info-main .product-add-form .tocart:hover {
    background-color: #FF6F57 !important;
    color: #fff;
    padding: 13px 30px;
  }
  .product-info-main .product-add-form .tocart::before {
    display: none;
  }
  .product-add-form .box-tocart .field.qty .control {
    position: relative;
    padding-right: 12px;
  }
  .product-add-form .box-tocart .field.qty .control #qty {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: 0;
  }
  .product-add-form .box-tocart .field.qty .control .qty-main {
    height: 25px;
    line-height: 25px;
    right: -1px;
  }
  .product-add-form .box-tocart .field.qty .control .qty-main.inc_qty {
    border-top-right-radius: 2px;
  }
  .product-add-form .box-tocart .field.qty .control .qty-main.dec_qty {
    border-bottom-right-radius: 2px;
  }
  .fieldset .review-legend.legend span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .fieldset .review-legend.legend strong {
    font-weight: 400;
    font-size: 14px;
  }
  .fieldset > .field input {
    border-radius: 3px;
  }
  .review-form .action.submit.primary::before {
    display: none;
  }
  .actions-toolbar > .actions-primary {
    width: 100%;
  }
  .review-form .action.submit.primary {
    width: 100%;
    height: 40px;
    background: #FDAC0E;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: all .2s;
  }
  .review-form .action.submit.primary:hover {
    border: none !important;
    color: #fff;
    background: #FDBD3E !important;
  }
  .product.data.items .item.title a:after {
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 40px;
  }
  .form-address-edit .actions-toolbar .action.save {
    width: 100%;
  }
  .block-collapsible-nav .content {
    margin-top: 20px;
  }
  .block-collapsible-nav .title:after {
    font-size: 40px;
    right: 0px;
    top: 0;
    line-height: 1;
    transform: translateY(50%);
  }
  .product-info-main .product-add-form {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  .product-add-form .box-tocart .actions {
    margin-left: 20px;
  }
  .product-info-main .product-social-links {
    width: auto;
    display: inline-block;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }
  .checkout-shipping-method #shipping-method-buttons-container .button {
    background-color: #FF5F44 !important;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    color: #333;
    margin: 5px 0 0;
    height: 24px;
    font-size: 22px;
    line-height: 24px;
  }
  .minicart-wrapper .action.showcart:before {
    content: '\E001' !important;
    font-family: 'iconfont' !important;
    font-size: 24px;
    color: #333 !important;
  }
  .block-collapsible-nav {
    z-index: 3 !important;
  }
  .authentication-wrapper {
    float: none;
    margin-top: 0;
    display: none;
    max-width: 100%;
    text-align: right;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.cart.table-wrapper .action-gift.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.cart.table-wrapper .action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.cart.table-wrapper .action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.cart.table-wrapper .action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.cart.table-wrapper .action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.cart.table-wrapper .action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.cart.table-wrapper .action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.cart.table-wrapper .action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.cart.table-wrapper .action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.cart.table-wrapper .action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.cart.table-wrapper .action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.cart.table-wrapper .action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.cart.table-wrapper .action-gift.braintree-googlepay-button.white.long {
  background-image: url(/pub/images/black_se.png);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.cart.table-wrapper .action-gift.braintree-googlepay-button.black.long {
  background-image: url(/pub/images/white_se.png);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins-regular', 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#FF5F44!important}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}
klarna-express-button {
    display: block !important;
    margin: auto;
}
.full-wid {
    width:100%;
    box-sizing: border-box;
    float: left;
}

/*Advertisement Block 1*/
.hy-widget-1 {
    float: left;
    width:100%;
}
.hy-widget-1 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-1 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.page-main .hy-widget-1 .b1 {
    max-width: 310px;
    margin: 0 auto;
}
.page-main .hy-widget-1 .b2 {
    max-width: 950px;
    margin: 0 auto;
}
.page-main .hy-widget-1 .b3 {
    max-width: 465px;
    margin: 0 auto;
}
.full-wid .hy-widget-1 .b1 {
    max-width: 465px;
    margin: 0 auto;
}
.full-wid .hy-widget-1 .b2 {
    max-width: 1400;
    margin: 0 auto;
}
.full-wid .hy-widget-1 .b3 {
    max-width: 690px;
    margin: 0 auto;
}
.hy-widget-1 .img-main-1 {
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    width: 25%;
    position: relative;
}
.hy-widget-1 .img-main-2 {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    width: 75%;
    position: relative;
}
.hy-widget-1 .img-main-3 {
    float: left;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.hy-widget-1 .img-main-4 {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-right: 10px;
    position: relative;
    padding-top: 20px;
}
.hy-widget-1 .img-main-5 {
    float: left;
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
}
.hy-widget-1 a {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .hy-widget-1 .img-main-1 {
        padding-right: 8px;
    }
    .hy-widget-1 .img-main-2 {
        padding-left: 8px;
    }
    .hy-widget-1 .img-main-4 {
        padding-right: 8px;
        padding-top: 16px;
    }
    .hy-widget-1 .img-main-5 {
        padding-left: 8px;
        padding-top: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .hy-widget-1 .img-main-1 {
        padding-right: 7px;
    }
    .hy-widget-1 .img-main-2 {
        padding-left: 7px;
    }
    .hy-widget-1 .img-main-4 {
        padding-right: 7px;
        padding-top: 14px;
    }
    .hy-widget-1 .img-main-5 {
        padding-left: 7px;
        padding-top: 14px;
    }
}
@media only screen and (max-width: 800px) {
    .hy-widget-1 .img-main-1 {
        padding-right: 6px;
    }
    .hy-widget-1 .img-main-2 {
        padding-left: 6px;
    }
    .hy-widget-1 .img-main-4 {
        padding-right: 6px;
        padding-top: 12px;
    }
    .hy-widget-1 .img-main-5 {
        padding-left: 6px;
        padding-top: 12px;
    }
}
@media only screen and (max-width: 700px) {
    .full-wid {
        padding: 0 15px;
    }
    .hy-widget-1 .img-main-1 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .hy-widget-1 .img-main-2 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .hy-widget-1 .img-main-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .hy-widget-1 .img-main-4 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .hy-widget-1 .img-main-5 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
}

/*Advertisement block 2*/
.hy-widget-2 {
    float: left;
    width:100%;
}
.hy-widget-2 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-2 a {
    display: block;
}
.hy-widget-2 .hy-widget-row {
    margin-left: -10px;
    margin-right: -10px;
}
.hy-widget-2 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
    max-width: 310px;
    margin: 0 auto;
}
.page-main .hy-widget-2 .dcontent {
    max-width: 310px;
}
.full-wid .hy-widget-2 .dcontent {
    max-width: 465px;
}
.hy-widget-2 .img-main-1 {
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .hy-widget-2 .img-main-1 {
        padding-right: 8px;
        padding-left: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .hy-widget-2 .img-main-1 {
        padding-right: 7px;
        padding-left: 7px;
    }
}
@media only screen and (max-width: 800px) {
    .hy-widget-2 .img-main-1 {
        padding-right: 6px;
        padding-left: 6px;
    }
}
@media only screen and (max-width: 700px) {
    .hy-widget-2 .img-main-1 {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .full-wid {
        padding: 0 15px;
    }
}

/*Advertisement block 3*/
.hy-widget-3 {
    float: left;
    width:100%;
}
.hy-widget-3 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-3 a {
    display: block;
}
.hy-widget-3 .hy-widget-row {
    margin-left: -10px;
    margin-right: -10px;
}
.hy-widget-3 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
    margin: 0 auto;
}
.page-main .hy-widget-3 .dcontent {
    max-width: 400px;
}
.full-wid .hy-widget-3 .dcontent {
    max-width: 635px;
}
.hy-widget-3 .img-main-1 {
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 33.3333%;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .hy-widget-3 .hy-widget-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .hy-widget-3 .img-main-1 {
        padding-right: 8px;
        padding-left: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .hy-widget-3 .hy-widget-row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .hy-widget-3 .img-main-1 {
        padding-right: 7px;
        padding-left: 7px;
    }
}
@media only screen and (max-width: 800px) {
    .hy-widget-3 .hy-widget-row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .hy-widget-3 .img-main-1 {
        padding-right: 6px;
        padding-left: 6px;
    }
}
@media only screen and (max-width: 700px) {
    .hy-widget-3 .hy-widget-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .hy-widget-3 .img-main-1 {
        padding: 0 10px;
        margin-bottom: 10px;
        /* width:100%; */
    }
    .full-wid {
        padding: 0 15px;
    }
}


/*Advertisement block 4*/
.hy-widget-4 {
    float: left;
    width:100%;
}
.hy-widget-4 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
    margin: 0 auto;
}
.full-wid .hy-widget-4 .dcontent {
    max-width: 950px;
}
.page-main .hy-widget-4 .dcontent {
    max-width: 630px;
}
.hy-widget-4 .img-main-1 {
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    width: 50%;
    position: relative;
}
.hy-widget-4 .img-main-2 {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    width: 50%;
    position: relative;
}
.hy-widget-4 .img-main-3 {
    float: left;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.hy-widget-4 .img-main-4 {
    float: left;
    box-sizing: border-box;
    padding-top: 20px;
    width: 100%;
    position: relative;
}
.hy-widget-4 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-4 a {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .hy-widget-4 .img-main-1 {
        padding-right: 8px;
    }
    .hy-widget-4 .img-main-2 {
        padding-left: 8px;
    }
    .hy-widget-4 .img-main-4 {
        padding-top: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .hy-widget-4 .img-main-1 {
        padding-right: 7px;
    }
    .hy-widget-4 .img-main-2 {
        padding-left: 7px;
    }
    .hy-widget-4 .img-main-4 {
        padding-top: 14px;
    }
}
@media only screen and (max-width: 800px) {
    .hy-widget-4 .img-main-1 {
        padding-right: 6px;
    }
    .hy-widget-4 .img-main-2 {
        padding-left: 6px;
    }
    .hy-widget-4 .img-main-4 {
        padding-top: 12px;
    }
}
@media only screen and (max-width: 700px) {
    .hy-widget-4 .img-main-1 {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .hy-widget-4 .img-main-2 {
        width: 100%;
        padding: 0;
    }
    .hy-widget-4 .img-main-3 {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .hy-widget-4 .img-main-4 {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}



/*Advertisement block 5*/
.hy-widget-5 {
    float: left;
    width:100%;
}
.hy-widget-5 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-5 a {
    display: block;
}
.hy-widget-5 .hy-widget-row {
    margin-left: -10px;
    margin-right: -10px;
}
.hy-widget-5 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
    max-width: 630px;
    margin: 0 auto;
}
.page-main .hy-widget-5 .dcontent {
    max-width: 630px;
}
.full-wid .hy-widget-5 .dcontent {
    max-width: 950px;
}
.hy-widget-5 .img-main-1 {
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .hy-widget-5 .hy-widget-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .hy-widget-5 .img-main-1 {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .hy-widget-5 .hy-widget-row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .hy-widget-5 .img-main-1 {
        padding-left: 7px;
        padding-right: 7px;
    }
}
@media only screen and (max-width: 800px) {
    .hy-widget-5 .hy-widget-row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .hy-widget-5 .img-main-1 {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media only screen and (max-width: 700px) {
    .hy-widget-5 .hy-widget-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .hy-widget-5 .img-main-1 {
        padding: 0 10px;
        margin-bottom: 10px;
        width: 100%;
    }
}


/*Advertisement block 6*/
.hy-widget-6 {
    float: left;
    width:100%;
}
.hy-widget-6 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-6 a {
    display: block;
}
.hy-widget-6 .hy-widget-row {
    margin-left: -10px;
    margin-right: -10px;
}
.hy-widget-6 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.page-main .hy-widget-6 .b1 {
    max-width: 630px;
    margin: 0 auto;
}
.full-wid .hy-widget-6 .b1 {
    max-width: 945px;
    margin: 0 auto;
}
.page-main .hy-widget-6 .b2 {
    max-width: 425px;
    margin: 0 auto;
}
.full-wid .hy-widget-6 .b2 {
    max-width: 638px;
    margin: 0 auto;
}
.hy-widget-6 .img-main-1 {
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
    position: relative;
}
.hy-widget-6 .img-main-2 {
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 33.3333%;
    position: relative;
    padding-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .hy-widget-6 .hy-widget-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .hy-widget-6 .img-main-1 {
        padding-right: 8px;
        padding-left: 8px;
    }
    .hy-widget-6 .img-main-2 {
        padding-right: 8px;
        padding-left: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .hy-widget-6 .hy-widget-row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .hy-widget-6 .img-main-1 {
        padding-right: 7px;
        padding-left: 7px;
    }
    .hy-widget-6 .img-main-2 {
        padding-right: 7px;
        padding-left: 7px;
    }
}
@media only screen and (max-width: 800px) {
    .hy-widget-6 .hy-widget-row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .hy-widget-6 .img-main-1 {
        padding-right: 6px;
        padding-left: 6px;
    }
    .hy-widget-6 .img-main-2 {
        padding-right: 6px;
        padding-left: 6px;
    }
}
@media only screen and (max-width: 700px) {
    .hy-widget-6 .hy-widget-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .hy-widget-6 .img-main-1 {
        width:100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .hy-widget-6 .img-main-2 {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
}


/*Advertisement block 7*/
.hy-widget-7 {
    float: left;
    width:100%;
}
.hy-widget-7 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-7 a {
    display: block;
}
.hy-widget-7 .hy-widget-row {
    margin-left: -20px;
    margin-right: -20px;
}
.hy-widget-7 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.page-main .hy-widget-7 .dcontent {
    max-width: 320px;
    margin: 0 auto;
}
.full-wid .hy-widget-7 .dcontent {
    max-width: 480px;
    margin: 0 auto;
}
.hy-widget-7 .img-main-1 {
    float: left;
    box-sizing: border-box;
    width: 25%;
    position: relative;
}
@media only screen and (max-width: 700px) {
    .hy-widget-7 .img-main-1 {
        width: 50%;
    }
    .hy-widget-7 .hy-widget-row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 479px) {
    .hy-widget-7 .img-main-1 {
        width: 100%;
    }
}



/*Advertisement block 8*/
.hy-widget-8 {
    float: left;
    width:100%;
}
.hy-widget-8 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-8 a {
    display: block;
}
.hy-widget-8 .hy-widget-row {
    margin-left: 0;
    margin-right: 0;
}
.hy-widget-8 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.page-main .hy-widget-8 .dcontent {
    max-width: 427px;
    margin: 0 auto;
}
.full-wid .hy-widget-8 .dcontent {
    max-width: 640px;
    margin: 0 auto;
}
.hy-widget-8 .img-main-1 {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .hy-widget-8 .img-main-1 {
        width: 100%;
    }
    .hy-widget-8 .hy-widget-row {
        margin-left: 0;
        margin-right: 0;
    }
}



/*Advertisement block 9*/
.hy-widget-9 {
    float: left;
    width:100%;
}
.hy-widget-9 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-9 a {
    display: block;
}
.hy-widget-9 .hy-widget-row {
    margin-left: 0;
    margin-right: 0;
}
.hy-widget-9 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.page-main .hy-widget-9 .dcontent {
    max-width: 630px;
    margin: 0 auto;
}
.full-wid .hy-widget-9 .dcontent {
    max-width: 950px;
    margin: 0 auto;
}
.hy-widget-9 .img-main-1 {
    float: left;
    box-sizing: border-box;
    width: 50%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .hy-widget-9 .img-main-1 {
        width: 100%;
    }
    .hy-widget-9 .hy-widget-row {
        margin-left: 0;
        margin-right: 0;
    }
}



/*Advertisement block 10*/
.hy-widget-10 {
    float: left;
    width:100%;
}
.hy-widget-10 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-10 a {
    display: block;
}
.hy-widget-10 .hy-widget-row {
    margin-left: 0;
    margin-right: 0;
}
.hy-widget-10 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.page-main .hy-widget-10 .dcontent {
    max-width: 1280px;
    margin: 0 auto;
}
.full-wid .hy-widget-10 .dcontent {
    max-width: 1920px;
    margin: 0 auto;
}
.hy-widget-10 .img-main-1 {
    float: left;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .hy-widget-10 .img-main-1 {
        width: 100%;
    }
    .hy-widget-10 .hy-widget-row {
        margin-left: 0;
        margin-right: 0;
    }
}




/*Advertisement Block 1*/
.hy-widget-11 {
    float: left;
    width:100%;
}
.hy-widget-11 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-11 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.page-main .hy-widget-11 .b1 {
    max-width: 610px;
    margin: 0 auto;
}
.page-main .hy-widget-11 .b2 {
    max-width: 610px;
    margin: 0 auto;
}
.page-main .hy-widget-11 .b3 {
    max-width: 295px;
    margin: 0 auto;
}
.full-wid .hy-widget-11 .b1 {
    max-width: 950px;
    margin: 0 auto;
}
.full-wid .hy-widget-11 .b2 {
    max-width: 950px;
    margin: 0 auto;
}
.full-wid .hy-widget-11 .b3 {
    max-width: 465px;
    margin: 0 auto;
}
.hy-widget-11 .img-main-1 {
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
    width: 50%;
    position: relative;
}
.hy-widget-11 .img-main-2 {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    width: 50%;
    position: relative;
}
.hy-widget-11 .img-main-3 {
    float: left;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.hy-widget-11 .img-main-4 {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding-right: 10px;
    position: relative;
    padding-top: 20px;
}
.hy-widget-11 .img-main-5 {
    float: left;
    box-sizing: border-box;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
}
.hy-widget-11 a {
    display: block;
}
@media only screen and (max-width: 1199px) {
    .hy-widget-11 .img-main-1 {
        padding-right: 8px;
    }
    .hy-widget-11 .img-main-2 {
        padding-left: 8px;
    }
    .hy-widget-11 .img-main-4 {
        padding-right: 8px;
        padding-top: 16px;
    }
    .hy-widget-11 .img-main-5 {
        padding-left: 8px;
        padding-top: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .hy-widget-11 .img-main-1 {
        padding-right: 7px;
    }
    .hy-widget-11 .img-main-2 {
        padding-left: 7px;
    }
    .hy-widget-11 .img-main-4 {
        padding-right: 7px;
        padding-top: 14px;
    }
    .hy-widget-11 .img-main-5 {
        padding-left: 7px;
        padding-top: 14px;
    }
}
@media only screen and (max-width: 800px) {
    .hy-widget-11 .img-main-1 {
        padding-right: 6px;
    }
    .hy-widget-11 .img-main-2 {
        padding-left: 6px;
    }
    .hy-widget-11 .img-main-4 {
        padding-right: 6px;
        padding-top: 12px;
    }
    .hy-widget-11 .img-main-5 {
        padding-left: 6px;
        padding-top: 12px;
    }
}
@media only screen and (max-width: 700px) {
    .full-wid {
        padding: 0 15px;
    }
    .hy-widget-11 .img-main-1 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .hy-widget-11 .img-main-2 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .hy-widget-11 .img-main-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .hy-widget-11 .img-main-4 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .hy-widget-11 .img-main-5 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
}

/*Advertisement block 12*/
.hy-widget-12 {
    float: left;
    width:100%;
}
.hy-widget-12 img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.hy-widget-12 a {
    display: block;
}
.hy-widget-12 .hy-widget-row {
    margin-left: 0;
    margin-right: 0;
}
.hy-widget-12 .dcontent {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in 0s;
}
.page-main .hy-widget-12 .dcontent {
    max-width: 427px;
    margin: 0 auto;
}
.full-wid .hy-widget-12 .dcontent {
    max-width: 640px;
    margin: 0 auto;
}
.hy-widget-12 .img-main-1 {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .hy-widget-12 .img-main-1 {
        width: 100%;
    }
    .hy-widget-12 .hy-widget-row {
        margin-left: 0;
        margin-right: 0;
    }
}.eff-1 .dcommon {
    position: absolute;
    opacity: 0.2;
    background: #000000;
    height: 0;
    bottom: 0;
    width:100%;
    transition: all 0.3s ease-in 0s;
}
.eff-1:hover .dcommon {
    height: 100%;
}
.eff-2 .dcommon {
    position: absolute;
    opacity: 0.2;
    background: #000000;
    height: 0;
    top: 0;
    width:100%;
    transition: all 0.3s ease-in 0s;
}
.eff-2:hover .dcommon {
    height: 100%;
}
.eff-3 .dcommon {
    position: absolute;
    opacity: 0.2;
    background: #000000;
    height: 100%;
    top: 0;
    left: 0;
    width:0;
    transition: all 0.3s ease-in 0s;
}
.eff-3:hover .dcommon {
    width: 100%;
}
.eff-4 .dcommon {
    position: absolute;
    opacity: 0.2;
    background: #000000;
    height: 100%;
    top: 0;
    right: 0;
    width:0;
    transition: all 0.3s ease-in 0s;
}
.eff-4:hover .dcommon {
    width: 100%;
}
.eff-5 .dcommon {
    position: absolute;
    opacity: 0;
    background: #000000;
    height: 100%;
    top: 0;
    right: 0;
    width:100%;
    transition: all 0.3s ease-in 0s;
}
.eff-5:hover .dcommon {
    opacity: 0.2;
}
.eff-6 img {
    transition: all 0.3s ease-in 0s;
}
.eff-6:hover img {
    transform: scale(1.1) rotate(0deg);
}
.eff-1 .dcommon-in , .eff-2 .dcommon-in , .eff-3 .dcommon-in , .eff-4 .dcommon-in ,.eff-5 .dcommon-in , .eff-6 .dcommon-in {
    display: none;
}
.eff-7 .dcommon {
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    left: 0;
    width:100%;
    transition: all 0.3s ease-in 0s;
    padding: 10px;
    box-sizing: border-box;
}
.eff-7 .dcommon-in {
    border: 1px solid #cccccc;
    height: 100%;
    width: 100%;
}
.eff-7:hover .dcommon {
    opacity: 1;
    padding: 20px;
}
.eff-8 .dcommon {
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    left: 0;
    width:100%;
    transition: all 0.3s ease-in 0s;
    padding: 10px;
    box-sizing: border-box;
}
.eff-8 .dcommon-in {
    border: 1px solid #cccccc;
    height: 100%;
    width: 100%;
}
.eff-8:hover .dcommon {
    opacity: 1;
    padding: 20px;
}
.eff-8 img {
    transition: all 0.3s ease-in 0s;
}
.eff-8:hover img {
    transform: scale(1.1) rotate(0deg);
}
.eff-9:hover img {
    opacity: 0.7;
}

.eff-10 .dimg {
    display: block;
    overflow: hidden;
    position: relative;
}
.eff-10 .dcommon {
    display: none;
}
.eff-10 .dimg:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(180deg) scale(0);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.eff-10 .dimg:hover:after {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}



.eff-11 .dimg {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.25s ease 0s;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.eff-11 .dcommon {
    display: none;
}
.eff-11 .dimg:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.eff-11 .dimg:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.eff-11 .dimg:hover:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    left: 50%;
    right: 50%;
}
.eff-11 .dimg:hover:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    bottom: 50%;
}
.eff-11 .dimg:hover {
    transition: all 0.25s ease 0s;
}




.eff-12 .dcommon {
    display: none;
}
.eff-12:before {
    border-top: 2px solid #cccccc;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 15px;
    transition: all 600ms ease 0s;
    z-index: 1;
}
.eff-12 {
    display: block;
    position: relative;
    overflow: hidden;
}
.eff-12:after {
    border-right: 2px solid #cccccc;
    bottom: 100%;
    content: "";
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 600ms ease 0s;
}  
.eff-12 .dimg:before {
    border-top: 2px solid #cccccc;
    bottom: 15px;
    content: "";
    left: 100%;
    opacity: 0;
    position: absolute;
    right: 15px;
    transition: all 600ms ease 0s;
    z-index: 1;
}
.eff-12 .dimg {
    display: block;
}
.eff-12 .dimg:after {
    border-right: 2px solid #cccccc;
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 600ms ease 0s;
}
.eff-12:hover:hover .dimg:before {
    left: 15px;
    opacity: 1;
}
.eff-12:hover .dimg:after {
    opacity: 1;
    top: 15px;
}
.eff-12:hover:after {
    bottom: 15px;
    opacity: 1;
}
.eff-12:hover:before {
    opacity: 1;
    right: 15px;
}




.eff-13 .dcommon {
    display: none;
}
.eff-13 .dimg:before {
    border: 15px solid #fff;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    transition: all 0.8s ease 0s;
    width: 100%;
    z-index: 1;
}
.eff-13 .dimg {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.eff-13 .dimg:hover img {
    transform: scale(1.05);
}
.eff-13 .dimg img {
    transition: all 0.8s ease 0s;
}
.eff-13 .dimg:hover:before {
    border: 1000px solid #fff;
}
.eff-13 .dimg:hover{
    transition: all 0.25s ease 0s;
}

.eff-14 .dcommon {
    display: none;
}
.eff-14 .dimg:before {
    animation-duration: 0.3s;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
.eff-14 .dimg{
    display: block;
    overflow: hidden;
    position: relative;
}
.eff-14 .dimg:hover:before {
    left: 0;
    opacity: 100;
    width: 100%;
}



.eff-15 .dcommon {
    display: none;
}
.eff-15 .dimg {
    display: block;
    overflow: hidden;
    position: relative;
}
.eff-15 .dimg:after {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 100;
}
.eff-15 .dimg:hover:after {
    opacity: 0.8;
    transform: scale(1);
    visibility: visible;
}


.eff-16 .dcommon {
    display: none;
}
.eff-16 .dimg:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 300ms ease 0s;
}
.eff-16 .dimg {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 300ms ease 0s;
}
.eff-16 .dimg:hover:before {
    animation: 600ms ease-in-out 0s normal none 1 running rollIn;
    opacity: 1;
}/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('../../frontend/default/hooya/sv_SE/Solwin_Bannerslider/css/fonts/flexslider-icon.eot');
    src: url('../../frontend/default/hooya/sv_SE/Solwin_Bannerslider/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../frontend/default/hooya/sv_SE/Solwin_Bannerslider/css/fonts/flexslider-icon.woff') format('woff'), url('../../frontend/default/hooya/sv_SE/Solwin_Bannerslider/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../frontend/default/hooya/sv_SE/Solwin_Bannerslider/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
#flexslider_pc{
    display: block !important;
}
#flexslider_mb{
    display: none !important;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 20px;
    background: #ffffff;
    position: relative;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    line-height:  48px;
    text-align: center;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 50px;
    display: inline-block;
    /*content: '\f001';*/
    color: rgba(0, 0, 0, 1);
}
.flex-direction-nav a.flex-next:before {
    /*content: '\f002';*/
}
.flex-direction-nav .flex-prev {
    left: 0;
    font-size: 40px;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: center;
    font-size: 40px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.flex-caption{
    bottom: 0;
    left: 20px;
    position: absolute
}
.bh-type-6 .flexslider {
    position: fixed;
    height: 100% !important;
    width: 100%;
}
.bh-type-6  ul.slides {
    height: 100%;
}
.bh-type-6  ul.slides > li {
    height: 100%;
}
.bh-type-6 .flexslider .flex-viewport {
    height: 100% !important;
}
.bh-type-6 .flexslider .flex-viewport .slides {
    height: 100%;
}
.bh-type-6 .flexslider .flex-viewport .slides > li {
    height: 100%;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
    #flexslider_pc{
        display: none !important;
    }
    #flexslider_mb{
        display: block !important;
    }
}
.clear {
	clear: both;
}
.gap-30 {
	height: 30px;
}
.thumbs {
  margin: 0;
  padding: 0;
}
.thumbs li {
	list-style: none;
	float: left;
	margin: 5px;
	padding: 3px;
	background: #eee;
	-moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 2px #000;
}
.thumbs li img {
	display: block;
}
.thumbs li a img {
	border: none;
}
@media only screen and (max-width: 767px) {
	ul.thumbs li {
		width: calc(25% - 16px);
	}
	ul.thumbs li img {
	       width: 100%;
	}
}
.clear {
	clear: both;
}
.gap-30 {
	height: 30px;
}
.instangram-feed {
    display: inline-block;
    position: relative;
}
.instagram-image-name {

    bottom: 5px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 20px 0;
    opacity: 0;
    height: 0;
}
.instangram-feed:hover .instagram-image-name {
    opacity: 1;
    height: auto;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
}

.insta-fcontent {
	text-align: center;
}
.insta-fcontent .instangram-feed a img {
	display: block;
}
.insta-fcontent .instangram-feed a {
	display: inline-block;
	margin: 6px 6px 12px;
	box-shadow: 0px 0px 4px #ccc;
	padding: 5px;
	vertical-align: middle;
}
.nh-content #newsletter-validate-detail .control .newspopupinput::-moz-placeholder {
    color: #373737;
}
.nh-content #newsletter-validate-detail .control .newspopupinput {
    height: 36px;
    border-color: #373737;
}
.nh-wrapper {
    color: #373737;
}
.nh-content #newsletter-validate-detail .input-group-btn #newspopupsubmit {
    height: 36px;
    line-height: 18px;
    margin-left: -1px;
    padding: 7px 15px;
    text-transform: capitalize;
}
.nh-wrapper .nh-img-left {
    box-sizing: border-box;
    float: left;
    padding: 0 20px 0 0;
    width: 50%;
}
.nh-wrapper .nh-img-right {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 20px;
    width: 50%;
}
.nh-wrapper .nh-content {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.nh-img  img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.nh-wrapper .nh-content > h2 {
    color: #0088cd;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 20px 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.nh-wrapper .nh-content > p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: center;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nh-wrapper .nh-content .nh-show {
    display: block;
    margin: 0 auto 10px;
    width: 215px;
}
.nh-wrapper .nh-content .nh-social {
    text-align: center;
}
.nh-wrapper .nh-content .nh-social > a.s-link {
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin: 0 0 4px;
    width: 35px;
}
.nh-wrapper .nh-content > h3 {
    font-weight: 400;
    margin: 20px 0 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #reference-first-message {
        max-width: 600px !important;
    }
}
@media only screen and (max-width: 639px) {
    #reference-first-message {
        max-width: 300px !important;
    }
    .nh-img-right {
        width: 100% !important;
        display: none;
    }
    .nh-img-left {
        width: 100% !important;
        display: none;
    }
    .nh-wrapper .nh-content {
        width: 100% !important;
    }
}/**
 * Solwin Infotech
 * Solwin ScrolltoTop Extension
 *
 * @category   Solwin
 * @package    Solwin_ScrolltoTop
 * @copyright  Copyright © 2006-2016 Solwin (https://www.solwininfotech.com)
 * @license    https://www.solwininfotech.com/magento-extension-license/ 
 */

 .scrollup {
    right:50px;
    bottom: 90px;   
    cursor: pointer;
    display: none;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    position: fixed;
    text-align: center;
    width: 45px;
    z-index: 99;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;  
       
}
.scrollup-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    span{
        line-height: 1;
        font-size: 10px;
    }
}
.scrollup-box div{
    width: 100%;
}
.scrollup-box .svg{
    line-height: 1;
}
@media  (max-width: 1480px) {
    .scrollup{
        right: 10px;
    }
}
@media (max-width: 750px) {
    .scrollup{
        bottom:80px !important;
    }
}
@media print {
    .scrollup{
        display: none !important;
    }
}
#tidio-chat{
    position: relative;
    z-index: 80;
}

/* 在线客服 */
@media (min-width: 750px) {
    #tidio-chat-iframe{
        inset: auto 25px 0px auto !important;
    }
}
@media (max-width: 750px) {
    #tidio-chat-iframe {right: -12px !important;}
    .cms-index-index #tidio-chat-iframe{ bottom: 12vw !important;}
    .cms-index-index .scrollup{
        bottom:calc(12vw + 80px) !important;
    }
    .catalog-product-view #tidio-chat-iframe{ bottom: 28vw !important;}
    .catalog-product-view .scrollup{
        bottom:calc(28vw + 80px) !important;
    }     
}.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: #FDAC0E;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px;
}

.swatch-option {
    /*width: 30px;*/
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 20px;
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}

.swatch-option.text {
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
    padding: 7px 12px;
    min-width: 34px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.swatch-option.selected {
    outline: 2px solid #FDAC0E;
    border: 1px solid #fff;
    color: #333;
}

.swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: #fff;
    color: #555;
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #222;
    outline: none;
}

.swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    outline: 2px solid #FDAC0E;
    border: 1px solid #fff;
}

.swatch-option.disabled {
    cursor: default;
}
.swatch-option.disabled:after {
    background: linear-gradient(to bottom right, transparent 0%, transparent calc(49%), #cccccc 50%, transparent calc(51%), transparent 100%);
    background: -moz-linear-gradient(to bottom right, transparent 0%, transparent calc(49%), #cccccc 50%, transparent calc(51%), transparent 100%);
    background: -ms-linear-gradient(to bottom right, transparent 0%, transparent calc(49%), #cccccc 50%, transparent calc(51%), transparent 100%);
    background: -webkit-linear-gradient(to bottom right, transparent 0%, transparent calc(49%), #cccccc 50%, transparent calc(51%), transparent 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

/* .swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(42%,rgba(255,255,255,0)), color-stop(43%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
} */

.swatch-option-tooltip {
    max-width: 140px;
    /*max-height: 160px;*/
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    text-align: center;
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0;
    height: 8px;
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 1px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    /*margin: 0 0 5px;*/
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0 10px;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-link-layered:focus > div {
    box-shadow: 0 0 3px 1px #68a8e0;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
.swatch-opt-listing {
    margin-bottom: 10px;
}

.swatch-option-loading {
    content: url("../../frontend/default/hooya/sv_SE/Solwin_Cpanel/images/loader-2.gif");
}

.swatch-input {
    left: -1000px;
    position: absolute;
    visibility: hidden;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
        float: left;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../../frontend/default/hooya/sv_SE/Solwin_Cpanel/css/grabbing.png) 8 8, move;
}

/* fix */
.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 Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
    /*margin-top: 10px;*/
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div.owl-prev , .owl-theme .owl-controls .owl-buttons div.owl-next {
    display: inline-block;
    position: relative;
}
.owl-theme .owl-controls .owl-buttons div.lft-btn,.owl-theme .owl-controls .owl-buttons div.rgt-btn {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    color: #666666;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin: 0 3px;
    text-transform: uppercase;
    width: 30px;
}
.lft-corner {
    border-style: solid;
    border-width: 15px 8px;
    content: "";
    float: left;
    border-color: #f69838 transparent transparent #1979c3;
}
.rgt-corner {
    border-style: solid;
    border-width: 15px 8px;
    content: "";
    float: left;
    border-color: transparent #1979c3 #1979c3 transparent;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(../../frontend/default/hooya/sv_SE/Solwin_Cpanel/css/AjaxLoader.gif) no-repeat center center
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}    /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #111111;
	text-shadow: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/css/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/css/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/css/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/css/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

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

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

	#fancybox-loading div {
		background-image: url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/css/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/default/hooya/sv_SE/Solwin_Cpanel/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
/**
 * 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_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
/* */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px;
    margin: 0;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
}

.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.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 { /* start state */ /* animate in */ /* animate out */
}

.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 { /* start state */ /* animate in */ /* animate out */
}

.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 { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.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 { /* start state */ /* animate in */ /* animate out */
}

.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;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
    font-family: 'Roboto', sans-serif;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .fa-google {
    background: url("../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
    content: ""
}


.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900;
    }
}

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}

.btn-zalo .fa-zalo {
    background: url(../../frontend/default/hooya/sv_SE/Mageplaza_SocialLogin/css/images/zalo-logo.png) no-repeat center;
}

.btn-zalo {
    color: #fff;
    background-color: #1468ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-zalo:focus, .btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:hover {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active:hover, .btn-zalo.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-zalo:active:focus, .btn-zalo.active:focus, .open > .dropdown-toggle.btn-zalo:focus, .btn-zalo:active.focus, .btn-zalo.active.focus, .open > .dropdown-toggle.btn-zalo.focus {
    color: #fff;
    background-color: #0358f0;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo:active, .btn-zalo.active, .open > .dropdown-toggle.btn-zalo {
    background-image: none
}

.btn-zalo.disabled:hover, .btn-zalo[disabled]:hover, fieldset[disabled] .btn-zalo:hover, .btn-zalo.disabled:focus, .btn-zalo[disabled]:focus, fieldset[disabled] .btn-zalo:focus, .btn-zalo.disabled.focus, .btn-zalo[disabled].focus, fieldset[disabled] .btn-zalo.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-zalo .badge {
    color: #ff0084;
    background-color: #fff
}

.modal-popup.popup-authentication {
    z-index: 1000;
}

#social-login-popup .mfp-close {
    padding-top: 15px;
}

#mp-popup-social-content {
    padding-top: 75px;
}
#social-login-popup > div.mp-social-popup.col-mp.mp-7 div.social-login-title {
    width: 200%;
}/**
 * 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_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/default/hooya/sv_SE/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/default/hooya/sv_SE/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/default/hooya/sv_SE/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/default/hooya/sv_SE/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/default/hooya/sv_SE/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/default/hooya/sv_SE/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
